Searched refs:nodep (Results 1 – 7 of 7) sorted by relevance
/third_party/elfutils/libdwelf/ |
D | dwelf_strtab.c | 292 copystrings (Dwelf_Strent *nodep, char **freep, size_t *offsetp) in copystrings() argument 294 if (nodep->left != NULL) in copystrings() 295 copystrings (nodep->left, freep, offsetp); in copystrings() 298 nodep->offset = *offsetp; in copystrings() 299 *freep = (char *) mempcpy (*freep, nodep->string, nodep->len); in copystrings() 300 *offsetp += nodep->len; in copystrings() 302 for (Dwelf_Strent *subs = nodep->next; subs != NULL; subs = subs->next) in copystrings() 304 assert (subs->len < nodep->len); in copystrings() 305 subs->offset = nodep->offset + nodep->len - subs->len; in copystrings() 309 if (nodep->right != NULL) in copystrings() [all …]
|
/third_party/ltp/testcases/kernel/lib/ |
D | numa_helper.c | 218 int i, *nodep; in get_allowed_nodes() local 229 nodep = va_arg(ap, int *); in get_allowed_nodes() 231 *nodep = nodes[i]; in get_allowed_nodes()
|
/third_party/elfutils/libcpu/ |
D | i386_parse.y | 867 nameout (const void *nodep, VISIT value, int level) 870 printf (" %s\n", *(const char **) nodep); 1075 print_op_str (const void *nodep, VISIT value, in print_op_str() argument 1080 const char *str = (*(struct argstring **) nodep)->str; in print_op_str() 1083 (*(struct argstring **) nodep)->idx = ++count_op_str; in print_op_str() 1084 (*(struct argstring **) nodep)->off = off_op_str; in print_op_str() 1091 print_op_str_idx (const void *nodep, VISIT value, in print_op_str_idx() argument 1095 printf (" %d,\n", (*(struct argstring **) nodep)->off); in print_op_str_idx() 1100 print_op_fct (const void *nodep, VISIT value, in print_op_fct() argument 1105 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str); in print_op_fct() [all …]
|
/third_party/libfuse/lib/ |
D | fuse.c | 601 struct node **nodep; in remerge_id() local 603 for (nodep = &t->array[t->split]; *nodep; in remerge_id() 604 nodep = &(*nodep)->id_next); in remerge_id() 606 *nodep = *upper; in remerge_id() 615 struct node **nodep = &f->id_table.array[id_hash(f, node->nodeid)]; in unhash_id() local 617 for (; *nodep != NULL; nodep = &(*nodep)->id_next) in unhash_id() 618 if (*nodep == node) { in unhash_id() 619 *nodep = node->id_next; in unhash_id() 648 struct node **nodep; in rehash_id() local 657 for (nodep = &t->array[hash]; *nodep != NULL; nodep = next) { in rehash_id() [all …]
|
/third_party/ntfs-3g/libfuse-lite/ |
D | fuse.c | 288 struct node **nodep = &f->id_table[hash]; in unhash_id() local 290 for (; *nodep != NULL; nodep = &(*nodep)->id_next) in unhash_id() 291 if (*nodep == node) { in unhash_id() 292 *nodep = node->id_next; in unhash_id() 322 struct node **nodep = &f->name_table[hash]; in unhash_name() local 324 for (; *nodep != NULL; nodep = &(*nodep)->name_next) in unhash_name() 325 if (*nodep == node) { in unhash_name() 326 *nodep = node->name_next; in unhash_name()
|
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
D | daemon.c | 312 void **nodep; in MHD_ip_limit_add() local 334 if (NULL == (nodep = tsearch (key, in MHD_ip_limit_add() 346 node = *nodep; in MHD_ip_limit_add() 377 void **nodep; in MHD_ip_limit_del() local 390 if (NULL == (nodep = tfind (&search_key, in MHD_ip_limit_del() 398 found_key = (struct MHD_IPCount *) *nodep; in MHD_ip_limit_del()
|
/third_party/selinux/libsepol/src/ |
D | policydb.c | 2147 static int read_cons_helper(policydb_t * p, constraint_node_t ** nodep, in read_cons_helper() argument 2167 *nodep = c; in read_cons_helper()
|