Searched refs:nodep (Results 1 - 8 of 8) sorted by relevance

/external/elfutils/libebl/
H A Deblstrtab.c308 copystrings (struct Ebl_Strent *nodep, char **freep, size_t *offsetp) argument
310 if (nodep->left != NULL)
311 copystrings (nodep->left, freep, offsetp);
314 nodep->offset = *offsetp;
315 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len);
316 *offsetp += nodep->len;
318 for (struct Ebl_Strent *subs = nodep->next; subs != NULL; subs = subs->next)
320 assert (subs->len < nodep->len);
321 subs->offset = nodep
[all...]
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 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/elfutils/host-darwin-fixup/
H A DAndroidFixup.h93 static void tdestroy(void *root, void (*free_node)(void *nodep)) argument
/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/elfutils/libcpu/
H A Di386_parse.y864 nameout (const void *nodep, VISIT value, int level)
867 printf (" %s\n", *(const char **) nodep);
1072 print_op_str (const void *nodep, VISIT value,
1077 const char *str = (*(struct argstring **) nodep)->str;
1080 (*(struct argstring **) nodep)->idx = ++count_op_str;
1081 (*(struct argstring **) nodep)->off = off_op_str;
1088 print_op_str_idx (const void *nodep, VISIT value,
1092 printf (" %d,\n", (*(struct argstring **) nodep)->off);
1097 print_op_fct (const void *nodep, VISIT value,
1102 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)
[all...]
H A Di386_parse.c2469 nameout (const void *nodep, VISIT value, int level)
2472 printf (" %s\n", *(const char **) nodep);
2677 print_op_str (const void *nodep, VISIT value,
2682 const char *str = (*(struct argstring **) nodep)->str;
2685 (*(struct argstring **) nodep)->idx = ++count_op_str;
2686 (*(struct argstring **) nodep)->off = off_op_str;
2693 print_op_str_idx (const void *nodep, VISIT value,
2697 printf (" %d,\n", (*(struct argstring **) nodep)->off);
2702 print_op_fct (const void *nodep, VISIT value,
2707 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)
2674 print_op_str(const void *nodep, VISIT value, int level __attribute__ ((unused))) argument
2690 print_op_str_idx(const void *nodep, VISIT value, int level __attribute__ ((unused))) argument
2699 print_op_fct(const void *nodep, VISIT value, int level __attribute__ ((unused))) argument
[all...]
/external/libsepol/src/
H A Dpolicydb.c1903 static int read_cons_helper(policydb_t * p, constraint_node_t ** nodep, argument
1923 *nodep = c;

Completed in 210 milliseconds