Searched refs:base (Results 1 - 25 of 413) sorted by path

1234567891011>>

/haiku/3rdparty/mmu_man/irc/Haiku/
H A Dgen_err_list.py57 m = re.match(r"(?P<base>.*_BASE)\s*\+\s*(?P<offset>\w+)$", expr)
59 base = m.group("base") variable
60 if base not in bases:
62 b = bases[base]
72 #print "base: %s=%s" % (define, value)
/haiku/3rdparty/mmu_man/onlinedemo/
H A Dhaiku.php57 // vnc protocol base port.
60 // base port for audio streams
67 // base port for serial output
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex611 fields is base on educated guesses.}
/haiku/headers/cpp/
H A Dparsestream.h91 char *left() const { return base(); }
H A Dstl_algo.h2746 _BidirectionalIter1 __result = __rresult.base();
2772 _BidirectionalIter1 __result = __rresult.base();
H A Dstl_iterator.h42 // The base classes input_iterator, output_iterator, forward_iterator,
491 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
558 return __x.base() == __y.base();
597 : current(__x.base()) {}
600 iterator_type base() const { return current; } function in class:reverse_iterator
648 return __x.base() == __y.base();
654 return __y.base() < __x.base();
697 _RandomAccessIterator base() const { return current; } function in class:reverse_iterator
[all...]
H A Dstreambuf.h307 char* base() const { return _IO_buf_base; } function in struct:streambuf
381 if (base() || unbuffered()) return 0;
384 void allocbuf() { if (base() == NULL) doallocbuf(); }
/haiku/headers/libs/agg/
H A Dagg_array.h930 int base = 0; local
934 int len = limit - base;
942 // we use base + len/2 as the pivot
943 pivot = base + len / 2;
944 swap_elements(arr[base], arr[pivot]);
946 i = base + 1;
949 // now ensure that *i <= *base <= *j
954 e1 = &(arr[base]);
959 e2 = &(arr[base]);
964 do i++; while( less(arr[i], arr[base]) );
[all...]
H A Dagg_rasterizer_cells_aa.h518 Cell** base; local
521 base = start;
526 int len = int(limit - base);
534 // we use base + len/2 as the pivot
535 pivot = base + len / 2;
536 swap_cells(base, pivot);
538 i = base + 1;
541 // now ensure that *i <= *base <= *j
547 if((*base)->x < (*i)->x)
549 swap_cells(base,
[all...]
/haiku/headers/libs/glut/GL/
H A Dglut.h694 GLUTAPI void GLUTAPIENTRY glutWireCone(GLdouble base, GLdouble height, GLint slices, GLint stacks);
695 GLUTAPI void GLUTAPIENTRY glutSolidCone(GLdouble base, GLdouble height, GLint slices, GLint stacks);
/haiku/headers/libs/udis86/libudis86/
H A Dtypes.h155 enum ud_type base; member in struct:ud_operand
/haiku/headers/os/drivers/pcmcia/
H A Dcistpl.h400 u_int base; member in struct:cistpl_config_t
440 u_int base; member in struct:cistpl_io_t::__anon265
/haiku/headers/os/support/
H A DUrl.h20 BUrl(const BUrl& base, const BString& relative);
/haiku/headers/posix/
H A Dinttypes.h203 extern intmax_t strtoimax(const char *string, char **_end, int base);
204 extern uintmax_t strtoumax(const char *string, char **_end, int base);
/haiku/headers/private/app/
H A DServerMemoryAllocator.h32 area_id& area, uint8*& base);
/haiku/headers/private/audio/
H A Dhmulti_audio.h572 char * base; /* pointer to first sample for channel for buffer */
/haiku/headers/private/graphics/
H A DAGP.h29 addr_t base; member in struct:aperture_info
67 status_t (*bind_aperture)(aperture_id id, area_id area, addr_t base,
/haiku/headers/private/interface/
H A Dutf8_functions.h120 const char *base = bytes; local
129 return bytes - base;
/haiku/headers/private/kernel/arch/x86/32/
H A Ddescriptors.h102 set_segment_descriptor_base(segment_descriptor* desc, addr_t base) argument
104 desc->base_00_15 = (addr_t)base & 0xffff; // base is 32 bits long
105 desc->base_23_16 = ((addr_t)base >> 16) & 0xff;
106 desc->base_31_24 = ((addr_t)base >> 24) & 0xff;
111 set_segment_descriptor(segment_descriptor* desc, addr_t base, uint32 limit, argument
114 set_segment_descriptor_base(desc, base);
140 set_tss_descriptor(segment_descriptor* desc, addr_t base, uint32 limit) argument
143 set_segment_descriptor_base(desc, base);
/haiku/headers/private/kernel/arch/x86/64/
H A Ddescriptors.h77 // In 64-bit mode the CPU ignores the base/limit of code/data segments,
78 // it always treats base as 0 and does no limit checks.
95 unsigned x86_64_set_user_tls_segment_base(int cpu, addr_t base);
/haiku/headers/private/kernel/arch/x86/
H A Dbios.h17 uint32 base; member in struct:bios32_service
/haiku/headers/private/shared/
H A DBytePointer.h17 BytePointer(void* base) { address = (char*)base; } argument
/haiku/headers/private/userlandfs/legacy/
H A Dfsproto.h74 typedef int op_walk(void *ns, void *base, const char *file, char **newpath,
/haiku/src/add-ons/accelerants/intel_extreme/
H A Dmemory.cpp30 intel_free_memory(addr_t base) argument
32 if (base == 0)
37 freeMemory.buffer_base = base;
45 intel_allocate_memory(size_t size, uint32 flags, addr_t &base) argument
57 base = allocMemory.buffer_base;
/haiku/src/add-ons/accelerants/radeon_hd/atombios/
H A Datom.cpp110 atom_iio_execute(atom_context *ctx, int base, uint32 index, uint32 data) argument
114 switch(CU8(base)) {
116 base++;
119 temp = ctx->card->ioreg_read(CU16(base + 1));
120 base += 3;
123 (void)ctx->card->reg_read(CU16(base + 1));
124 ctx->card->ioreg_write(CU16(base + 1), temp);
125 base += 3;
128 temp &= ~((0xFFFFFFFF >> (32 - CU8(base + 1))) << CU8(base
1205 int base = CU16(ctx->cmd_table + 4 + 2 * index); local
1308 atom_index_iio(atom_context *ctx, int base) argument
1346 int base = CU16(ATOM_ROM_TABLE_PTR); local
[all...]

Completed in 203 milliseconds

1234567891011>>