HomeSort by relevance Sort by last modified time
    Searched refs:nodep (Results 1 - 13 of 13) sorted by null

  /external/vboot_reference/firmware/stub/
vboot_api_stub_sf.c 68 struct alloc_node **nodep; local
70 for (nodep = &alloc_head; *nodep; nodep = &(*nodep)->next)
71 if ((*nodep)->ptr == ptr)
72 return nodep;
79 struct alloc_node **nodep, *next; local
81 nodep = find_node(ptr);
82 if (nodep) {
    [all...]
  /external/ltrace/
zero.c 95 static struct expr_node *nodep = NULL; local
96 if (nodep == NULL) {
100 nodep = &node;
102 return nodep;
expr.c 408 static struct expr_node *nodep = NULL; local
409 if (nodep == NULL) {
412 nodep = &node;
414 return nodep;
read_config_file.c 288 wrap_in_zero(struct expr_node **nodep)
290 struct expr_node *n = build_zero_w_arg(*nodep, 1);
293 *nodep = n;
  /external/elfutils/src/libebl/
eblstrtab.c 292 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp)
294 if (nodep->left != NULL)
295 copystrings (nodep->left, freep, offsetp);
298 nodep->offset = *offsetp;
299 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len);
300 *offsetp += nodep->len;
302 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next)
304 assert (subs->len < nodep->len);
305 subs->offset = nodep->offset + nodep->len - subs->len
    [all...]
eblgstrtab.c 305 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp)
309 if (nodep->left != NULL)
310 copystrings (nodep->left, freep, offsetp);
313 nodep->offset = *offsetp;
314 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len * nodep->width);
315 *offsetp += nodep->len * nodep->width;
317 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblwstrtab.c 299 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp)
303 if (nodep->left != NULL)
304 copystrings (nodep->left, freep, offsetp);
307 nodep->offset = *offsetp;
308 *freep = wmempcpy (*freep, nodep->string, nodep->len);
309 *offsetp += nodep->len * sizeof (wchar_t);
311 for (subs = nodep->next; subs != NULL; subs = subs->next)
313 assert (subs->len < nodep->len);
314 subs->offset = nodep->offset + nodep->len - subs->len
    [all...]
  /external/regex-re2/re2/
onepass.cc 405 uint8* nodep = nodes; local
410 nodep += statesize;
458 nodep += statesize;
593 nodep = new uint8[nalloc*statesize];
594 memmove(nodep, nodes, nalloc*statesize);
596 nodes = nodep;
  /external/bison/src/
ielr.c 973 state_list **nodep = &first_state; local
    [all...]
  /external/jemalloc/include/jemalloc/internal/
rb.h 534 } *pathp, *nodep, path[sizeof(void *) << 4]; \
536 nodep = NULL; /* Silence compiler warning. */ \
549 nodep = pathp; \
560 assert(nodep->node == node); \
578 nodep->node = pathp->node; \
580 if (nodep == path) { \
581 rbtree->rbt_root = nodep->node; \
583 if (nodep[-1].cmp < 0) { \
584 rbtn_left_set(a_type, a_field, nodep[-1].node, \
585 nodep->node);
    [all...]
  /external/elfutils/src/libcpu/
i386_parse.y 868 nameout (const void *nodep, VISIT value, int level)
871 printf (" %s\n", *(const char **) nodep);
1076 print_op_str (const void *nodep, VISIT value,
1081 const char *str = (*(struct argstring **) nodep)->str;
1084 (*(struct argstring **) nodep)->idx = ++count_op_str;
1085 (*(struct argstring **) nodep)->off = off_op_str;
1092 print_op_str_idx (const void *nodep, VISIT value,
1096 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1101 print_op_fct (const void *nodep, VISIT value,
1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str)
    [all...]
i386_parse.c     [all...]
  /external/selinux/libsepol/src/
policydb.c     [all...]

Completed in 531 milliseconds