Searched defs:nodep (Results 1 - 12 of 12) sorted by relevance

/external/ltrace/
H A Dzero.c95 static struct expr_node *nodep = NULL; local
96 if (nodep == NULL) {
100 nodep = &node;
102 return nodep;
H A Dexpr.c408 static struct expr_node *nodep = NULL; local
409 if (nodep == NULL) {
412 nodep = &node;
414 return nodep;
H A Dread_config_file.c288 wrap_in_zero(struct expr_node **nodep) argument
290 struct expr_node *n = build_zero_w_arg(*nodep, 1);
293 *nodep = n;
/external/elfutils/0.153/host-darwin-fixup/
H A DAndroidFixup.h93 static void tdestroy(void *root, void (*free_node)(void *nodep)) argument
/external/elfutils/0.153/libebl/
H A Deblgstrtab.c326 copystrings (struct Ebl_GStrent *nodep, char **freep, size_t *offsetp) argument
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
[all...]
H A Deblstrtab.c313 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) argument
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
[all...]
H A Deblwstrtab.c320 copystrings (struct Ebl_WStrent *nodep, wchar_t **freep, size_t *offsetp) argument
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
[all...]
/external/chromium_org/third_party/re2/re2/
H A Donepass.cc405 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/
H A Donepass.cc405 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/
H A Dielr.c973 state_list **nodep = &first_state; local
976 *nodep = states[i]->state_list = last_state = xmalloc (sizeof **nodep);
977 (*nodep)->state = states[i];
978 (*nodep)->recomputedAsSuccessor = false;
979 (*nodep)->lookaheads = NULL;
980 (*nodep)->lr0Isocore = *nodep;
981 (*nodep)->nextIsocore = *nodep;
[all...]
/external/libsepol/src/
H A Dpolicydb.c1968 static int read_cons_helper(policydb_t * p, constraint_node_t ** nodep, argument
1988 *nodep = c;
/external/elfutils/0.153/libcpu/
H A Di386_parse.c2577 nameout (const void *nodep, VISIT value, int level)
2580 printf (" %s\n", *(const char **) nodep);
2785 print_op_str (const void *nodep, VISIT value, argument
2790 const char *str = (*(struct argstring **) nodep)->str;
2793 (*(struct argstring **) nodep)->idx = ++count_op_str;
2794 (*(struct argstring **) nodep)->off = off_op_str;
2801 print_op_str_idx (const void *nodep, VISIT value, argument
2805 printf (" %d,\n", (*(struct argstring **) nodep)->off);
2810 print_op_fct (const void *nodep, VISIT value, argument
2815 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)
[all...]

Completed in 803 milliseconds