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

  /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/0.153/libebl/
eblstrtab.c 313 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp)
315 if (nodep->left != NULL)
316 copystrings (nodep->left, freep, offsetp);
319 nodep->offset = *offsetp;
320 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len);
321 *offsetp += nodep->len;
323 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next)
325 assert (subs->len < nodep->len);
326 subs->offset = nodep->offset + nodep->len - subs->len
    [all...]
eblgstrtab.c 326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp)
330 if (nodep->left != NULL)
331 copystrings (nodep->left, freep, offsetp);
334 nodep->offset = *offsetp;
335 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len * nodep->width);
336 *offsetp += nodep->len * nodep->width;
338 for (subs = nodep->next; subs != NULL; subs = subs->next
    [all...]
eblwstrtab.c 320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp)
324 if (nodep->left != NULL)
325 copystrings (nodep->left, freep, offsetp);
328 nodep->offset = *offsetp;
329 *freep = wmempcpy (*freep, nodep->string, nodep->len);
330 *offsetp += nodep->len * sizeof (wchar_t);
332 for (subs = nodep->next; subs != NULL; subs = subs->next)
334 assert (subs->len < nodep->len);
335 subs->offset = nodep->offset + nodep->len - subs->len
    [all...]
  /external/elfutils/0.153/host-darwin-fixup/
AndroidFixup.h 93 static void tdestroy(void *root, void (*free_node)(void *nodep))
  /external/chromium_org/third_party/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/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 521 } *pathp, *nodep, path[sizeof(void *) << 4]; \
523 nodep = NULL; /* Silence compiler warning. */ \
536 nodep = pathp; \
547 assert(nodep->node == node); \
565 nodep->node = pathp->node; \
567 if (nodep == path) { \
568 rbtree->rbt_root = nodep->node; \
570 if (nodep[-1].cmp < 0) { \
571 rbtn_left_set(a_type, a_field, nodep[-1].node, \
572 nodep->node);
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.y 865 nameout (const void *nodep, VISIT value, int level)
868 printf (" %s\n", *(const char **) nodep);
1073 print_op_str (const void *nodep, VISIT value,
1078 const char *str = (*(struct argstring **) nodep)->str;
1081 (*(struct argstring **) nodep)->idx = ++count_op_str;
1082 (*(struct argstring **) nodep)->off = off_op_str;
1089 print_op_str_idx (const void *nodep, VISIT value,
1093 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1098 print_op_fct (const void *nodep, VISIT value,
1103 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str)
    [all...]
i386_parse.c     [all...]
  /external/libsepol/src/
policydb.c     [all...]

Completed in 279 milliseconds