/external/libppp/src/ |
link.c | 278 struct mbuf *bp, *lbp[LAYER_MAX], *next; local 288 * all of the higher layers before the next resulting packet is pulled 318 next = bp->m_nextpkt; 322 bp = next;
|
prompt.h | 49 unsigned needprompt : 1; /* Show a prompt at the next UpdateSet() */ 58 struct prompt *next; /* Maintained in log.c */ member in struct:prompt
|
/external/libselinux/src/ |
stringrep.c | 31 struct discover_class_node *next; member in struct:discover_class_node 40 for (; node != NULL && strcmp(s,node->name) != 0; node = node->next); 49 for (; node != NULL && c != node->value; node = node->next); 141 node->next = discover_class_cache; 173 cur = cur->next;
|
/external/libsepol/include/sepol/policydb/ |
avtab.h | 73 avtab_ptr_t next; member in struct:avtab_node
|
conditional.h | 54 struct cond_expr *next; member in struct:cond_expr 64 struct cond_av_list *next; member in struct:cond_av_list 87 struct cond_node *next; member in struct:cond_node
|
constraint.h | 61 struct constraint_expr *next; /* next expression */ member in struct:constraint_expr 67 struct constraint_node *next; /* next constraint */ member in struct:constraint_node
|
mls_types.h | 132 struct mls_semantic_cat *next; member in struct:mls_semantic_cat
|
/external/libvpx/libvpx/vpx_mem/memory_manager/include/ |
hmm_intrnl.h | 54 struct ptr_struct *self, *prev, *next; member in struct:ptr_struct 58 /* Divide and round up any fraction to the next whole number. */ 136 ** matches the previous block size in the head of the next block. */
|
/external/libxml2/include/libxml/ |
entities.h | 45 struct _xmlNode *next; /* next sibling link */ member in struct:_xmlEntity
|
/external/libxslt/libxslt/ |
attrvt.c | 39 struct _xsltAttrVT *next; /* next xsltAttrVT */ member in struct:_xsltAttrVT 78 cur->next = style->attVTs; 126 xsltAttrVTPtr cur = (xsltAttrVTPtr) avt, next; local 129 next = cur->next; 131 cur = next; 137 * @ val: the value to be set to the next available segment 182 (attr->children->next != NULL)) {
|
/external/linux-tools-perf/ |
builtin-diff.c | 93 struct rb_node *next = rb_first(&self->entries); local 95 while (next != NULL) { 96 struct hist_entry *n = rb_entry(next, struct hist_entry, rb_node); 98 next = rb_next(&n->rb_node);
|
/external/linux-tools-perf/util/ |
probe-event.h | 19 struct probe_trace_arg_ref *next; /* Next reference */ member in struct:probe_trace_arg_ref 52 struct perf_probe_arg_field *next; /* Next field */ member in struct:perf_probe_arg_field
|
/external/lzma/C/ |
MtCoder.c | 189 CMtThread *next;
local 194 next = GET_NEXT_THREAD(p);
198 next->stopReading = True;
199 return Event_Set(&next->canRead) == 0 ? SZ_OK : SZ_ERROR_THREAD;
207 next->stopReading = *stop = (size != p->mtCoder->blockSize);
208 if (Event_Set(&next->canRead) != 0)
222 return Event_Set(&next->canWrite) == 0 ? SZ_OK : SZ_ERROR_THREAD;
232 CMtThread *next = GET_NEXT_THREAD(p);
local 238 next->stopReading = True;
239 next->stopWriting = True; [all...] |
/external/lzma/CPP/7zip/Compress/ |
LzmaDecoder.cpp | 95 SizeT next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _outBufSize);
local 105 SizeT curSize = next - dicPos;
131 if (res != 0 || _state.dicPos == next || finished || stopDecoding)
141 next = (_state.dicBufSize - _state.dicPos < _outBufSize) ? _state.dicBufSize : (_state.dicPos + _outBufSize);
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_flow.c | 15 * next paragraph) shall be included in all copies or substantial portions 46 * performance reasons, as frequently run blocks should be laid out next to 67 /* insert the new block before the next block */ 246 LLVMValueRef next; local 253 next = LLVMBuildAdd(builder, state->counter, step, ""); 255 LLVMBuildStore(builder, next, state->counter_var); 257 cond = LLVMBuildICmp(builder, llvm_cond, next, end, ""); 324 LLVMValueRef next, cond; local 327 next = LLVMBuildAdd(builder, state->counter, state->step, ""); 328 LLVMBuildStore(builder, next, state->counter_var) [all...] |
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
pb_bufmgr_cache.c | 15 * next paragraph) shall be included in all copies or substantial portions 127 struct list_head *curr, *next; local 133 curr = mgr->delayed.next; 134 next = curr->next; 143 curr = next; 144 next = curr->next; 267 struct list_head *curr, *next; local 274 curr = mgr->delayed.next; 360 struct list_head *curr, *next; local [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.c | 15 * next paragraph) shall be included in all copies or substantial portions 53 struct util_cache_entry *next; member in struct:util_cache_entry 338 struct util_cache_entry *header = cache->lru.next; 344 header = header->next;
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_scene.c | 15 * next paragraph) shall be included in all copies or substantial portions 45 struct resource_ref *next; member in struct:resource_ref 79 assert(scene->data.head->next == NULL); 128 bin->tail->next = NULL; 223 for (ref = scene->resources; ref; ref = ref->next) { 248 for (block = list->head->next; block; block = tmp) { 249 tmp = block->next; 253 list->head->next = NULL; 281 bin->tail->next = block; 289 block->next = NULL [all...] |
lp_texture.h | 15 * next paragraph) shall be included in all copies or substantial portions 125 struct llvmpipe_resource *prev, *next; member in struct:llvmpipe_resource
|
/external/mesa3d/src/gallium/drivers/r600/ |
compute_memory_pool.c | 9 * The above copyright notice and this permission notice (including the next 136 for (item = pool->item_list; item; item = item->next) { 166 for (item = pool->item_list; item; item = item->next) { 167 if (item->next) { 169 && item->next->start_in_dw > start_in_dw) { 239 chunk.prev = chunk.next = NULL; 251 struct compute_memory_item *item, *next; local 258 for (item = pool->item_list; item; item = item->next) { 259 COMPUTE_DBG("list: %i %p\n", item->start_in_dw, item->next); 262 for (item = pool->item_list; item; item = next) { 353 struct compute_memory_item *item, *next; local [all...] |
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tex_sample.h | 16 * next paragraph) shall be included in all copies or substantial portions 132 struct sp_sampler_variant *next; member in struct:sp_sampler_variant
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen_cache.c | 99 struct list_head *curr, *next; local 109 curr = cache->bucket[bucket].next; 110 next = curr->next; 144 curr = next; 145 next = curr->next; 251 cache->empty.next, head); 303 struct list_head *curr, *next; local 308 curr = cache->validated.next; [all...] |
svga_tgsi.h | 106 /* Next compilation result: 108 struct svga_shader_result *next; member in struct:svga_shader_result
|
/external/mesa3d/src/glsl/ |
opt_dead_code_local.cpp | 11 * The above copyright notice and this permission notice (including the next 217 unsigned next = 0; local 222 components[channels++] = next; 223 next++; 289 for (ir = first, ir_next = (ir_instruction *)first->next;; 290 ir = ir_next, ir_next = (ir_instruction *)ir->next) {
|
opt_tree_grafting.cpp | 11 * The above copyright notice and this permission notice (including the next 224 sig_iter.next(); 315 for (ir_instruction *ir = (ir_instruction *)start->next; 316 ir != bb_last->next; 317 ir = (ir_instruction *)ir->next) { 339 ir_instruction *ir, *next; local 341 for (ir = bb_first, next = (ir_instruction *)ir->next; 342 ir != bb_last->next; 343 ir = next, next = (ir_instruction *)ir->next) [all...] |