/external/bison/lib/ |
obstack.h | 156 char *next_free; /* where to add next char to current object */ 216 #define obstack_next_free(h) ((h)->next_free) 249 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 251 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 272 (unsigned) (__o->next_free - __o->object_base); }) 277 (unsigned) (__o->chunk_limit - __o->next_free); }) 283 if (__o->chunk_limit - __o->next_free < __len) \ 291 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 299 if (__o->next_free + __len > __o->chunk_limit) \ 301 memcpy (__o->next_free, where, __len); 155 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
obstack.c | 189 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, 237 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, 260 register long obj_size = h->next_free - h->object_base; 315 h->next_free = h->object_base + obj_size; 376 h->object_base = h->next_free = (char *) (obj);
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
obstack.h | 155 char *next_free; /* where to add next char to current object */ 220 #define obstack_next_free(h) ((h)->next_free) 253 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 255 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 276 (unsigned) (__o->next_free - __o->object_base); }) 281 (unsigned) (__o->chunk_limit - __o->next_free); }) 287 if (__o->chunk_limit - __o->next_free < __len) \ 295 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 303 if (__o->next_free + __len > __o->chunk_limit) \ 305 memcpy (__o->next_free, where, __len); 154 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
obstack.c | 179 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, 227 h->next_free = h->object_base = __PTR_ALIGN ((char *) chunk, chunk->contents, 250 register long obj_size = h->next_free - h->object_base; 305 h->next_free = h->object_base + obj_size; 366 h->object_base = h->next_free = (char *) (obj);
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
obstack.h | 170 char *next_free; /* where to add next char to current object */ 261 #define obstack_next_free(h) ((h)->next_free) 292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 294 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 315 (unsigned) (__o->next_free - __o->object_base); }) 320 (unsigned) (__o->chunk_limit - __o->next_free); }) 326 if (__o->chunk_limit - __o->next_free < __len) \ 333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) 339 if (__o->next_free + __len > __o->chunk_limit) \ 341 _obstack_memcpy (__o->next_free, (where), __len); 169 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
gimple.h | 132 struct gimple_seq_d GTY ((chain_next ("%h.next_free"))) 142 gimple_seq next_free; local [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 170 char *next_free; /* where to add next char to current object */ 261 #define obstack_next_free(h) ((h)->next_free) 292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 294 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 315 (unsigned) (__o->next_free - __o->object_base); }) 320 (unsigned) (__o->chunk_limit - __o->next_free); }) 326 if (__o->chunk_limit - __o->next_free < __len) \ 333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) 339 if (__o->next_free + __len > __o->chunk_limit) \ 341 _obstack_memcpy (__o->next_free, (where), __len); 169 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
gimple.h | 140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d { 149 gimple_seq next_free; variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
obstack.h | 170 char *next_free; /* where to add next char to current object */ 261 #define obstack_next_free(h) ((h)->next_free) 292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 294 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 315 (unsigned) (__o->next_free - __o->object_base); }) 320 (unsigned) (__o->chunk_limit - __o->next_free); }) 326 if (__o->chunk_limit - __o->next_free < __len) \ 333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) 339 if (__o->next_free + __len > __o->chunk_limit) \ 341 _obstack_memcpy (__o->next_free, (where), __len); 169 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
gimple.h | 140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d { 149 gimple_seq next_free; variable [all...] |
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
obstack.h | 170 char *next_free; /* where to add next char to current object */ 261 #define obstack_next_free(h) ((h)->next_free) 292 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 294 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 315 (unsigned) (__o->next_free - __o->object_base); }) 320 (unsigned) (__o->chunk_limit - __o->next_free); }) 326 if (__o->chunk_limit - __o->next_free < __len) \ 333 (__o->chunk->prev == 0 && __o->next_free - __o->chunk->contents == 0); }) 339 if (__o->next_free + __len > __o->chunk_limit) \ 341 _obstack_memcpy (__o->next_free, (where), __len); 169 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
gimple.h | 140 struct GTY ((chain_next ("%h.next_free"))) gimple_seq_d { 149 gimple_seq next_free; variable [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
obstack.h | 157 char *next_free; /* where to add next char to current object */ 217 #define obstack_next_free(h) ((h)->next_free) 250 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 252 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 273 (unsigned) (__o->next_free - __o->object_base); }) 278 (unsigned) (__o->chunk_limit - __o->next_free); }) 284 if (__o->chunk_limit - __o->next_free < __len) \ 292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 300 if (__o->next_free + __len > __o->chunk_limit) \ 302 memcpy (__o->next_free, where, __len); 156 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 157 char *next_free; /* where to add next char to current object */ 217 #define obstack_next_free(h) ((h)->next_free) 250 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 252 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 273 (unsigned) (__o->next_free - __o->object_base); }) 278 (unsigned) (__o->chunk_limit - __o->next_free); }) 284 if (__o->chunk_limit - __o->next_free < __len) \ 292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 300 if (__o->next_free + __len > __o->chunk_limit) \ 302 memcpy (__o->next_free, where, __len); 156 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
obstack.h | 157 char *next_free; /* where to add next char to current object */ 217 #define obstack_next_free(h) ((h)->next_free) 250 #define obstack_1grow_fast(h,achar) (*((h)->next_free)++ = (achar)) 252 #define obstack_blank_fast(h,n) ((h)->next_free += (n)) 273 (unsigned) (__o->next_free - __o->object_base); }) 278 (unsigned) (__o->chunk_limit - __o->next_free); }) 284 if (__o->chunk_limit - __o->next_free < __len) \ 292 && __o->next_free == __PTR_ALIGN ((char *) __o->chunk, \ 300 if (__o->next_free + __len > __o->chunk_limit) \ 302 memcpy (__o->next_free, where, __len); 156 char *next_free; \/* where to add next char to current object *\/ member in struct:obstack [all...] |
/external/v8/src/ |
global-handles.cc | 73 parameter_or_next_free_.next_free = NULL; 83 parameter_or_next_free_.next_free = *first_free; 107 parameter_or_next_free_.next_free = global_handles->first_free_; 175 Node* next_free() { function in class:v8::internal::GlobalHandles::Node 177 return parameter_or_next_free_.next_free; 181 parameter_or_next_free_.next_free = value; 272 Node* next_free; member in union:v8::internal::GlobalHandles::Node::__anon13066 415 first_free_ = result->next_free();
|
/external/opencv/cxcore/include/ |
cxcore.h | [all...] |
cxtypes.h | [all...] |
/external/opencv/cxcore/src/ |
cxdatastructs.cpp | [all...] |
/external/opencv/cvaux/src/ |
cvlee.cpp | [all...] |