/external/clang/test/CodeGen/ |
D | systemz-abi.c | 10 char pass_char(char arg) { return arg; } in pass_char() 13 short pass_short(short arg) { return arg; } in pass_short() 16 int pass_int(int arg) { return arg; } in pass_int() 19 long pass_long(long arg) { return arg; } in pass_long() 22 long long pass_longlong(long long arg) { return arg; } in pass_longlong() 25 __int128 pass_int128(__int128 arg) { return arg; } in pass_int128() 28 float pass_float(float arg) { return arg; } in pass_float() 31 double pass_double(double arg) { return arg; } in pass_double() 34 long double pass_longdouble(long double arg) { return arg; } in pass_longdouble() 40 _Complex char pass_complex_char(_Complex char arg) { return arg; } in pass_complex_char() [all …]
|
D | systemz-abi-vector.c | 42 v1i8 pass_v1i8(v1i8 arg) { return arg; } in pass_v1i8() 46 v2i8 pass_v2i8(v2i8 arg) { return arg; } in pass_v2i8() 50 v4i8 pass_v4i8(v4i8 arg) { return arg; } in pass_v4i8() 54 v8i8 pass_v8i8(v8i8 arg) { return arg; } in pass_v8i8() 58 v16i8 pass_v16i8(v16i8 arg) { return arg; } in pass_v16i8() 62 v32i8 pass_v32i8(v32i8 arg) { return arg; } in pass_v32i8() 66 v1i16 pass_v1i16(v1i16 arg) { return arg; } in pass_v1i16() 70 v2i16 pass_v2i16(v2i16 arg) { return arg; } in pass_v2i16() 74 v4i16 pass_v4i16(v4i16 arg) { return arg; } in pass_v4i16() 78 v8i16 pass_v8i16(v8i16 arg) { return arg; } in pass_v8i16() [all …]
|
/external/e2fsprogs/intl/ |
D | vasnprintf.c | 285 int arg; in VASNPRINTF() local 307 int arg; in VASNPRINTF() local 598 # define SNPRINTF_BUF(arg) \ in VASNPRINTF() argument 618 # define SNPRINTF_BUF(arg) \ in VASNPRINTF() argument 640 int arg = a.arg[dp->arg_index].a.a_schar; in VASNPRINTF() local 646 unsigned int arg = a.arg[dp->arg_index].a.a_uchar; in VASNPRINTF() local 652 int arg = a.arg[dp->arg_index].a.a_short; in VASNPRINTF() local 658 unsigned int arg = a.arg[dp->arg_index].a.a_ushort; in VASNPRINTF() local 664 int arg = a.arg[dp->arg_index].a.a_int; in VASNPRINTF() local 670 unsigned int arg = a.arg[dp->arg_index].a.a_uint; in VASNPRINTF() local [all …]
|
/external/clang/test/Analysis/ |
D | switch-case.c | 49 void testSwitchCond(int arg) { in testSwitchCond() 76 void testDefaultUnreachable(int arg) { in testDefaultUnreachable() 92 void testBranchReachability(int arg) { in testBranchReachability() 123 void testDefaultBranchRange(int arg) { in testDefaultBranchRange() 143 void testAllUnreachableButDefault(int arg) { in testAllUnreachableButDefault() 162 void testAllUnreachable(int arg) { in testAllUnreachable() 178 void testDifferentTypes(int arg) { in testDifferentTypes() 189 void testDifferentTypes2(unsigned long arg) { in testDifferentTypes2() 200 void testDifferentTypes3(int arg) { in testDifferentTypes3()
|
/external/libnl/src/lib/ |
D | ct.c | 38 void nl_cli_ct_parse_family(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_family() 50 void nl_cli_ct_parse_protocol(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_protocol() 62 void nl_cli_ct_parse_mark(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_mark() 68 void nl_cli_ct_parse_timeout(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_timeout() 74 void nl_cli_ct_parse_id(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_id() 80 void nl_cli_ct_parse_use(struct nfnl_ct *ct, char *arg) in nl_cli_ct_parse_use() 86 void nl_cli_ct_parse_src(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src() 95 void nl_cli_ct_parse_dst(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst() 104 void nl_cli_ct_parse_src_port(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_src_port() 110 void nl_cli_ct_parse_dst_port(struct nfnl_ct *ct, int reply, char *arg) in nl_cli_ct_parse_dst_port() [all …]
|
D | addr.c | 33 void nl_cli_addr_parse_family(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_family() 41 void nl_cli_addr_parse_local(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_local() 55 char *arg) in nl_cli_addr_parse_dev() 65 void nl_cli_addr_parse_label(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_label() 74 void nl_cli_addr_parse_peer(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_peer() 87 void nl_cli_addr_parse_scope(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_scope() 97 void nl_cli_addr_parse_broadcast(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_broadcast() 110 static uint32_t parse_lifetime(const char *arg) in parse_lifetime() 125 void nl_cli_addr_parse_preferred(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_preferred() 130 void nl_cli_addr_parse_valid(struct rtnl_addr *addr, char *arg) in nl_cli_addr_parse_valid()
|
D | route.c | 47 void nl_cli_route_parse_family(struct rtnl_route *route, char *arg) in nl_cli_route_parse_family() 55 void nl_cli_route_parse_dst(struct rtnl_route *route, char *arg) in nl_cli_route_parse_dst() 68 void nl_cli_route_parse_src(struct rtnl_route *route, char *arg) in nl_cli_route_parse_src() 81 void nl_cli_route_parse_pref_src(struct rtnl_route *route, char *arg) in nl_cli_route_parse_pref_src() 114 char *arg, *endptr; in nl_cli_route_parse_metric() local 155 char *arg, *endptr; in nl_cli_route_parse_nexthop() local 197 void nl_cli_route_parse_table(struct rtnl_route *route, char *arg) in nl_cli_route_parse_table() 211 void nl_cli_route_parse_prio(struct rtnl_route *route, char *arg) in nl_cli_route_parse_prio() 222 void nl_cli_route_parse_scope(struct rtnl_route *route, char *arg) in nl_cli_route_parse_scope() 232 void nl_cli_route_parse_protocol(struct rtnl_route *route, char *arg) in nl_cli_route_parse_protocol() [all …]
|
D | link.c | 33 void nl_cli_link_parse_family(struct rtnl_link *link, char *arg) in nl_cli_link_parse_family() 44 void nl_cli_link_parse_name(struct rtnl_link *link, char *arg) in nl_cli_link_parse_name() 49 void nl_cli_link_parse_mtu(struct rtnl_link *link, char *arg) in nl_cli_link_parse_mtu() 55 void nl_cli_link_parse_ifindex(struct rtnl_link *link, char *arg) in nl_cli_link_parse_ifindex() 61 void nl_cli_link_parse_txqlen(struct rtnl_link *link, char *arg) in nl_cli_link_parse_txqlen() 67 void nl_cli_link_parse_weight(struct rtnl_link *link, char *arg) in nl_cli_link_parse_weight()
|
/external/libpng/contrib/tools/ |
D | genpng.c | 111 color_of(const char *arg) in color_of() 126 width_of(const char *arg) in width_of() 145 coordinate_of(const char *arg) in coordinate_of() 173 struct arg struct 175 const struct color *color; 176 shape_fn_ptr inside_fn; 177 shape_fn_ptr check_fn; 178 double width; /* line width, 0 for 'filled' */ 179 double x1, y1, x2, y2; 294 alpha_calc(const struct arg *arg, double x, double y) in alpha_calc() [all …]
|
/external/valgrind/none/tests/solaris/ |
D | coredump_many_threads.c | 17 static void *thread_func2(void *arg) { in thread_func2() 23 static void *thread_func3(void *arg) { in thread_func3() 29 static void *thread_func4(void *arg) { in thread_func4() 35 static void *thread_func5(void *arg) { in thread_func5() 44 static void *thread_func6(void *arg) { in thread_func6() 50 static void *thread_func7(void *arg) { in thread_func7() 56 static void *thread_func8(void *arg) { in thread_func8() 62 static void *thread_func9(void *arg) { in thread_func9()
|
/external/nanopb-c/tests/alltypes_callback/ |
D | encode_alltypes_callback.c | 13 static bool write_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_varint() 19 static bool write_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_svarint() 25 static bool write_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed32() 31 static bool write_fixed64(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_fixed64() 37 static bool write_string(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_string() 43 static bool write_submsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_submsg() 50 static bool write_emptymsg(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_emptymsg() 57 static bool write_repeated_varint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_varint() 71 static bool write_repeated_svarint(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_svarint() 85 static bool write_repeated_fixed32(pb_ostream_t *stream, const pb_field_t *field, void * const *arg) in write_repeated_fixed32() [all …]
|
D | decode_alltypes_callback.c | 18 static bool read_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_varint() 28 static bool read_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_svarint() 38 static bool read_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed32() 48 static bool read_fixed64(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_fixed64() 58 static bool read_string(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_string() 70 static bool read_submsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_submsg() 81 static bool read_emptymsg(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_emptymsg() 87 static bool read_repeated_varint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_varint() 98 static bool read_repeated_svarint(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_svarint() 109 static bool read_repeated_fixed32(pb_istream_t *stream, const pb_field_t *field, void **arg) in read_repeated_fixed32() [all …]
|
/external/strace/ |
D | evdev.c | 65 ff_effect_ioctl(struct tcb *tcp, long arg) in ff_effect_ioctl() 136 abs_ioctl(struct tcb *tcp, long arg) in abs_ioctl() 160 keycode_ioctl(struct tcb *tcp, long arg) in keycode_ioctl() 180 keycode_V2_ioctl(struct tcb *tcp, long arg) in keycode_V2_ioctl() 213 getid_ioctl(struct tcb *tcp, long arg) in getid_ioctl() 232 decode_bitset(struct tcb *tcp, long arg, const struct xlat decode_nr[], in decode_bitset() 275 mtslots_ioctl(struct tcb *tcp, const unsigned int code, long arg) in mtslots_ioctl() 302 repeat_ioctl(struct tcb *tcp, long arg) in repeat_ioctl() 311 evdev_read_ioctl(struct tcb *tcp, const unsigned int code, long arg) in evdev_read_ioctl() 426 evdev_write_ioctl(struct tcb *tcp, const unsigned int code, long arg) in evdev_write_ioctl() [all …]
|
D | scsi.c | 71 print_sg_io_v3_req(struct tcb *tcp, const long arg) in print_sg_io_v3_req() 105 print_sg_io_v3_res(struct tcb *tcp, const long arg) in print_sg_io_v3_res() 143 print_sg_io_v4_req(struct tcb *tcp, const long arg) in print_sg_io_v4_req() 181 print_sg_io_v4_res(struct tcb *tcp, const long arg) in print_sg_io_v4_res() 218 print_sg_io_v4_req(struct tcb *tcp, const long arg) in print_sg_io_v4_req() 225 print_sg_io_v4_res(struct tcb *tcp, const long arg) in print_sg_io_v4_res() 232 print_sg_io_req(struct tcb *tcp, uint32_t iid, const long arg) in print_sg_io_req() 249 print_sg_io_res(struct tcb *tcp, uint32_t iid, const long arg) in print_sg_io_res() 262 scsi_ioctl(struct tcb *tcp, const unsigned int code, const long arg) in scsi_ioctl()
|
/external/libnl/lib/ |
D | handlers.c | 50 static int nl_valid_handler_verbose(struct nl_msg *msg, void *arg) in nl_valid_handler_verbose() 61 static int nl_invalid_handler_verbose(struct nl_msg *msg, void *arg) in nl_invalid_handler_verbose() 72 static int nl_overrun_handler_verbose(struct nl_msg *msg, void *arg) in nl_overrun_handler_verbose() 84 struct nlmsgerr *e, void *arg) in nl_error_handler_verbose() 96 static int nl_valid_handler_debug(struct nl_msg *msg, void *arg) in nl_valid_handler_debug() 107 static int nl_finish_handler_debug(struct nl_msg *msg, void *arg) in nl_finish_handler_debug() 118 static int nl_msg_in_handler_debug(struct nl_msg *msg, void *arg) in nl_msg_in_handler_debug() 128 static int nl_msg_out_handler_debug(struct nl_msg *msg, void *arg) in nl_msg_out_handler_debug() 138 static int nl_skipped_handler_debug(struct nl_msg *msg, void *arg) in nl_skipped_handler_debug() 149 static int nl_ack_handler_debug(struct nl_msg *msg, void *arg) in nl_ack_handler_debug() [all …]
|
/external/bison/lib/ |
D | quotearg.c | 243 char const *arg, size_t argsize, in quotearg_buffer_restyled() 669 char const *arg, size_t argsize, in quotearg_buffer() 683 quotearg_alloc (char const *arg, size_t argsize, in quotearg_alloc() 696 quotearg_alloc_mem (char const *arg, size_t argsize, size_t *size, in quotearg_alloc_mem() 761 quotearg_n_options (int n, char const *arg, size_t argsize, in quotearg_n_options() 821 quotearg_n (int n, char const *arg) in quotearg_n() 827 quotearg_n_mem (int n, char const *arg, size_t argsize) in quotearg_n_mem() 833 quotearg (char const *arg) in quotearg() 839 quotearg_mem (char const *arg, size_t argsize) in quotearg_mem() 845 quotearg_n_style (int n, enum quoting_style s, char const *arg) in quotearg_n_style() [all …]
|
/external/libunwind/src/ia64/ |
D | unwind_decoder.h | 107 unw_decode_x1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x1() 124 unw_decode_x2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x2() 142 unw_decode_x3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x3() 162 unw_decode_x4 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_x4() 183 unw_decode_r1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r1() 194 unw_decode_r2 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r2() 209 unw_decode_r3 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_r3() 219 unw_decode_p1 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p1() 228 unw_decode_p2_p5 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p2_p5() 277 unw_decode_p6 (unsigned char *dp, unsigned char code, void *arg) in unw_decode_p6() [all …]
|
/external/libunwind/include/ |
D | dwarf_i.h | 47 int8_t *val, void *arg) in dwarf_reads8() 58 int16_t *val, void *arg) in dwarf_reads16() 69 int32_t *val, void *arg) in dwarf_reads32() 80 int64_t *val, void *arg) in dwarf_reads64() 91 uint8_t *val, void *arg) in dwarf_readu8() 102 uint16_t *val, void *arg) in dwarf_readu16() 113 uint32_t *val, void *arg) in dwarf_readu32() 124 uint64_t *val, void *arg) in dwarf_readu64() 137 uint8_t *valp, void *arg) in dwarf_readu8() 156 uint16_t *val, void *arg) in dwarf_readu16() [all …]
|
D | remote.h | 12 unw_word_t *addr, int8_t *valp, void *arg) in fetch8() 21 unw_word_t *addr, int16_t *valp, void *arg) in fetch16() 30 unw_word_t *addr, int32_t *valp, void *arg) in fetch32() 39 unw_word_t *addr, unw_word_t *valp, void *arg) in fetchw() 52 unw_word_t *addr, int8_t *valp, void *arg) in fetch8() 72 unw_word_t *addr, int16_t *valp, void *arg) in fetch16() 94 unw_word_t *addr, int32_t *valp, void *arg) in fetch32() 116 unw_word_t *addr, unw_word_t *valp, void *arg) in fetchw()
|
/external/clang/test/SemaObjC/ |
D | block-id-as-block-argtype.m | 5 typedef void (^block1_t)(int arg); typedef 6 typedef void (^block2_t)(block1_t arg); typedef 7 typedef void (^block3_t)(NSObject *arg); typedef 8 typedef void (^block4_t)(id arg); typedef
|
/external/libedit/examples/ |
D | fileman.c | 306 com_list (char *arg) in com_list() 316 com_view (char *arg) in com_view() 326 com_history(char* arg __attribute__((__unused__))) in com_history() 343 com_rename (char *arg __attribute__((__unused__))) in com_rename() 350 com_stat (char *arg) in com_stat() 377 com_delete (char *arg __attribute__((__unused__))) in com_delete() 386 com_help (char *arg) in com_help() 425 com_cd (char *arg) in com_cd() 457 com_quit (char *arg __attribute__((__unused__))) in com_quit() 476 valid_argument (char *caller, char *arg) in valid_argument()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_thread_registry.cc | 47 void ThreadContextBase::SetJoined(void *arg) { in SetJoined() 62 void ThreadContextBase::SetStarted(uptr _os_id, void *arg) { in SetStarted() 69 bool _detached, u32 _parent_tid, void *arg) { in SetCreated() 122 void *arg) { in CreateThread() 158 void *arg) { in RunCallbackForEachThreadLocked() 168 u32 ThreadRegistry::FindThread(FindThreadCallback cb, void *arg) { in FindThread() 179 ThreadRegistry::FindThreadContextLocked(FindThreadCallback cb, void *arg) { in FindThreadContextLocked() 190 void *arg) { in FindThreadContextByOsIdCallback() 221 void ThreadRegistry::DetachThread(u32 tid, void *arg) { in DetachThread() 239 void ThreadRegistry::JoinThread(u32 tid, void *arg) { in JoinThread() [all …]
|
/external/libvpx/libvpx/ |
D | args.c | 38 struct arg arg; in arg_match() local 84 const char *arg_next(struct arg *arg) { in arg_next() 137 unsigned int arg_parse_uint(const struct arg *arg) { in arg_parse_uint() 156 int arg_parse_int(const struct arg *arg) { in arg_parse_int() 179 struct vpx_rational arg_parse_rational(const struct arg *arg) { in arg_parse_rational() 208 int arg_parse_enum(const struct arg *arg) { in arg_parse_enum() 232 int arg_parse_enum_or_int(const struct arg *arg) { in arg_parse_enum_or_int()
|
/external/tcpdump/missing/ |
D | snprintf.c | 216 unsigned char *arg, in append_string() 247 unsigned char arg, in append_char() 268 #define PARSE_INT_FORMAT(res, arg, unsig) \ argument 367 long arg; in xyzprintf() local 385 unsigned long arg; in xyzprintf() local 395 unsigned long arg; in xyzprintf() local 405 unsigned long arg; in xyzprintf() local 415 unsigned long arg; in xyzprintf() local 425 unsigned long arg = (unsigned long)va_arg(ap, void*); in xyzprintf() local 433 int *arg = va_arg(ap, int*); in xyzprintf() local
|
/external/libpcap/missing/ |
D | snprintf.c | 216 unsigned char *arg, in append_string() 247 unsigned char arg, in append_char() 268 #define PARSE_INT_FORMAT(res, arg, unsig) \ argument 367 long arg; in xyzprintf() local 385 unsigned long arg; in xyzprintf() local 395 unsigned long arg; in xyzprintf() local 405 unsigned long arg; in xyzprintf() local 415 unsigned long arg; in xyzprintf() local 425 unsigned long arg = (unsigned long)va_arg(ap, void*); in xyzprintf() local 433 int *arg = va_arg(ap, int*); in xyzprintf() local
|