/external/toybox/scripts/ |
D | mkflags.c | 25 char *n, *new, c; in mark_gaps() local 63 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local 97 struct flag *new = calloc(sizeof(struct flag), 1); in digest() local 159 struct flag *f = offlist->lopt; in main() local
|
/external/dnsmasq/src/ |
D | option.c | 668 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt)); in parse_dhcp_opt() local 1150 struct resolvc *new, *list = daemon->resolv_files; in one_opt() local 1180 struct mx_srv_record *new; in one_opt() local 1227 struct hostsfile *new = opt_malloc(sizeof(struct hostsfile)); in one_opt() local 1250 struct cond_domain *new = safe_malloc(sizeof(struct cond_domain)); in one_opt() local 1301 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1316 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1351 struct iname *new = opt_malloc(sizeof(struct iname)); in one_opt() local 1629 struct dhcp_bridge *new = opt_malloc(sizeof(struct dhcp_bridge)); in one_opt() local 1661 struct dhcp_context *new = opt_malloc(sizeof(struct dhcp_context)); in one_opt() local [all …]
|
D | cache.c | 105 struct crec **new, **old, *p, *tmp; in rehash() local 362 struct crec *new; in cache_insert() local 706 static int eatspace(FILE *f) in eatspace() 730 static int gettok(FILE *f, char *token) in gettok() 755 FILE *f = fopen(filename, "r"); in read_hostsfile() local
|
D | network.c | 411 struct listener *new = safe_malloc(sizeof(struct listener)); in create_bound_listener() local 849 struct server *new, *tmp, *ret = NULL; in check_servers() local 1149 FILE *f; in reload_servers() local
|
D | dhcp.c | 668 int count, new; in find_config() local 720 FILE *f = fopen(ETHERSFILE, "r"); in dhcp_read_ethers() local
|
/external/ipsec-tools/src/racoon/ |
D | str2val.c | 55 caddr_t new; local 83 int f; local
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_vec4.h | 75 float f; member 84 static void* operator new(size_t size, void *ctx) in new() function 122 static void* operator new(size_t size, void *ctx) in new() function 151 static void* operator new(size_t size, void *ctx) in new() function
|
D | brw_fs.h | 71 static void* operator new(size_t size, void *ctx) in new() function 119 float f; member 131 static void* operator new(size_t size, void *ctx) in new() function
|
/external/bsdiff/ |
D | bspatch.c | 60 FILE * f, * cpf, * dpf, * epf; in main() local 67 u_char *old, *new; in main() local
|
/external/valgrind/perf/ |
D | many-loss-records.c | 89 int f; in call_stack() local 92 struct Chunk *new = NULL; // shut gcc up in call_stack() local
|
/external/libdrm/ |
D | xf86drm.h | 96 #define DRM_PRINTFLIKE(f, a) __attribute__ ((format(__printf__, f, a))) argument 98 #define DRM_PRINTFLIKE(f, a) argument 109 void (*f)(int, void *, void *); member 352 #define DRM_CAS(lock,old,new,__ret) \ argument 367 #define DRM_CAS(lock, old, new, ret) \ argument 392 #define DRM_CAS(lock,old,new,__ret) \ argument 418 #define DRM_CAS(lock,old,new,__ret) \ argument 430 #define DRM_CAS(lock,old,new,__ret) \ argument 448 #define DRM_CAS(lock,old,new,__ret) \ argument 468 #define DRM_CAS(lock,old,new,ret) do { ret=1; } while (0) /* FAST LOCK FAILS */ argument
|
/external/mesa3d/src/glsl/ |
D | list.h | 81 static void* operator new(size_t size, void *ctx) in new() function 205 #define exec_list_offsetof(t, f, p) \ argument 208 #define exec_list_offsetof(t, f, p) offsetof(t, f) argument 290 static void* operator new(size_t size, void *ctx) in new() function
|
/external/toybox/lib/ |
D | args.c | 103 FLOAT f; member 210 FLOAT *f = (FLOAT *)(opt->arg); in gotflag() local 231 struct opts *new = 0; in parse_optflaglist() local 304 FLOAT f = strtod(++options, &temp); in parse_optflaglist() local
|
D | xwrap.c | 278 FILE *f = fdopen(fd, mode); in xfdopen() local 288 FILE *f = fopen(path, mode); in xfopen() local 357 struct string_list *new = llist_pop(&todo), **tail; in xabspath() local 663 char *xtzset(char *new) in xtzset()
|
/external/clang/test/ARCMT/ |
D | atautorelease-check.m | 34 + (id)new; class 86 void f(void) { function
|
/external/e2fsprogs/tests/progs/ |
D | test_rel.c | 177 blk_t old, new, offset=0, owner=0; in do_brel_put() local 307 blk_t old, new; in do_brel_move() local 384 ext2_ino_t old, new, max_refs; in do_irel_put() local 616 ext2_ino_t old, new; in do_irel_move() local 664 FILE *f; in source_file() local
|
/external/valgrind/VEX/priv/ |
D | guest_mips_toIR.c | 2270 IRTemp new = newTemp(Ity_I32); in dis_instr_CVM() local 2283 IRTemp new = newTemp(Ity_I64); in dis_instr_CVM() local 2301 IRTemp new = newTemp(Ity_I32); in dis_instr_CVM() local 2312 IRTemp new = newTemp(Ity_I64); in dis_instr_CVM() local 2323 IRTemp new = newTemp(Ity_I32); in dis_instr_CVM() local 2334 IRTemp new = newTemp(Ity_I64); in dis_instr_CVM() local 2345 IRTemp new = newTemp(Ity_I32); in dis_instr_CVM() local 2354 IRTemp new = newTemp(Ity_I64); in dis_instr_CVM() local 2363 IRTemp new = newTemp(Ity_I32); in dis_instr_CVM() local 2372 IRTemp new = newTemp(Ity_I64); in dis_instr_CVM() local [all …]
|
/external/clang/test/CodeGen/ |
D | atomic-ops.c | 356 struct foo f = {0}; in structAtomicStore() local 370 struct foo f = {0}; in structAtomicLoad() local 376 struct foo f = {0}; in structAtomicExchange() local 395 struct foo f = {0}; in structAtomicCmpExchange() local 532 void EMIT_ALL_THE_THINGS(int *ptr, int *ptr2, int new, _Bool weak, int success, int fail) { in EMIT_ALL_THE_THINGS()
|
/external/clang/test/Preprocessor/ |
D | cxx_oper_keyword_ms_compat.cpp | 6 bool f() { in f() function 64 #define new macro
|
/external/clang/test/Index/ |
D | complete-objc-message.m | 13 + new; class 102 void f(Ellipsis *e) { function
|
/external/libedit/src/ |
D | refresh.c | 79 re_printstr(EditLine *el, const char *str, char *f, char *t) in re_printstr() 501 re_update_line(EditLine *el, Char *old, Char *new, int i) in re_update_line()
|
/external/libnl/lib/route/ |
D | route_obj.c | 99 struct rtnl_nexthop *nh, *new; in route_clone() local 173 #define PRINT_FLAG(f) if (flags & RTNH_F_##f) { \ in route_dump_line() argument 180 #define PRINT_FLAG(f) if (flags & RTM_F_##f) { \ in route_dump_line() argument 187 #define PRINT_FLAG(f) if (flags & RTCF_##f) { \ in route_dump_line() argument
|
/external/linux-tools-perf/src/tools/perf/ |
D | builtin-lock.c | 134 static void thread_stat_insert(struct thread_stat *new) in thread_stat_insert() 311 struct lock_stat *ret, *new; in lock_stat_findnew() local 818 tracepoint_handler f = evsel->handler.func; in process_sample_event() local
|
/external/libnl/lib/ |
D | addr.c | 323 unsigned int a, b, c, d, e, f; in nl_addr_parse() local 422 struct nl_addr *new; in nl_addr_clone() local
|
D | msg.c | 433 struct nlmsghdr *new = nm->nm_nlh; in nlmsg_inherit() local 776 #define PRINT_FLAG(f) \ in nl_nlmsg_flags2str() argument
|