Home
last modified time | relevance | path

Searched defs:arg (Results 2826 - 2850 of 2948) sorted by relevance

1...<<111112113114115116117118

/third_party/backends/backend/
H A Davision.c2159 sense_handler (int fd, u_char* sense, void* arg) in sense_handler() argument
H A Dumax_pp_low.c2286 init002 (int arg) in init002() argument
3224 init005 (int arg) in init005() argument
[all...]
/third_party/alsa-lib/src/
H A Dconf.c5473 int arg = 0; parse_args() local
[all...]
/third_party/backends/sanei/
H A Dsanei_scsi.c2308 void *arg = fd_info[req->fd].sense_handler_arg; in sanei_scsi_req_wait() local
2379 void *arg = fd_info[req->fd].sense_handler_arg; in sanei_scsi_req_wait() local
3986 void *arg = fd_info[fd].sense_handler_arg; in sanei_scsi_cmd2() local
/third_party/FreeBSD/sys/dev/usb/storage/
H A Dumass.c3232 umass_ioctl(struct Vnode *umass_inode, int cmd, unsigned long arg) in umass_ioctl() argument
3404 umass_dev_status_check(UINTPTR arg) in umass_dev_status_check() argument
/third_party/mesa3d/src/compiler/spirv/
H A Dspirv_to_nir.c2983 uint32_t arg = image_operand_arg(b, w, count, idx, in vtn_handle_texture() local
2991 uint32_t arg = image_operand_arg(b, w, count, idx, in vtn_handle_texture() local
2999 uint32_t arg = image_operand_arg(b, w, count, idx, in vtn_handle_texture() local
3012 uint32_t arg = image_operand_arg(b, w, count, idx, in vtn_handle_texture() local
3018 uint32_t arg in vtn_handle_texture() local
3025 uint32_t arg = image_operand_arg(b, w, count, idx, vtn_handle_texture() local
3032 uint32_t arg = image_operand_arg(b, w, count, idx, vtn_handle_texture() local
3042 uint32_t arg = image_operand_arg(b, w, count, idx, vtn_handle_texture() local
3314 uint32_t arg = image_operand_arg(b, w, count, 5, vtn_handle_image() local
3324 uint32_t arg = image_operand_arg(b, w, count, 5, vtn_handle_image() local
3331 uint32_t arg = image_operand_arg(b, w, count, 5, vtn_handle_image() local
3356 uint32_t arg = image_operand_arg(b, w, count, 4, vtn_handle_image() local
3366 uint32_t arg = image_operand_arg(b, w, count, 4, vtn_handle_image() local
3373 uint32_t arg = image_operand_arg(b, w, count, 4, vtn_handle_image() local
[all...]
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_lib/
H A Dlibcpuset.c3512 static int import_list(UNUSED const char *tok, const char *arg, in import_list() argument
3549 char *tok, *arg; in cpuset_import() local
/third_party/ltp/testcases/kernel/fs/doio/
H A Ddoio.c5241 parse_memalloc(char *arg) parse_memalloc() argument
5377 parse_delay(char *arg) parse_delay() argument
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfssecaudit.c6048 static BOOL splitarg(char **split, const char *arg) in splitarg() argument
[all...]
/third_party/nghttp2/lib/
H A Dnghttp2_session.c2746 nghttp2_close_stream_on_goaway_arg *arg; in find_stream_on_goaway_func() local
2788 nghttp2_close_stream_on_goaway_arg arg = {session, NULL, last_stream_id, session_close_stream_on_goaway() local
4529 nghttp2_update_window_size_arg *arg; update_remote_initial_window_size_func() local
4570 nghttp2_update_window_size_arg arg; session_update_remote_initial_window_size() local
4582 nghttp2_update_window_size_arg *arg; update_local_initial_window_size_func() local
4630 nghttp2_update_window_size_arg arg; session_update_local_initial_window_size() local
[all...]
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_session.c2741 nghttp2_close_stream_on_goaway_arg *arg; in find_stream_on_goaway_func() local
2783 nghttp2_close_stream_on_goaway_arg arg = {session, NULL, last_stream_id, session_close_stream_on_goaway() local
4524 nghttp2_update_window_size_arg *arg; update_remote_initial_window_size_func() local
4565 nghttp2_update_window_size_arg arg; session_update_remote_initial_window_size() local
4577 nghttp2_update_window_size_arg *arg; update_local_initial_window_size_func() local
4625 nghttp2_update_window_size_arg arg; session_update_local_initial_window_size() local
[all...]
/third_party/libdrm/
H A Dxf86drm.c625 drmIoctl(int fd, unsigned long request, void *arg) in drmIoctl() argument
/third_party/libfuse/include/
H A Dfuse_kernel.h859 uint64_t arg; member
/third_party/ltp/tools/sparse/sparse-src/
H A Dparse.c2743 struct symbol *arg; in parse_function_body() local
2802 static void promote_k_r_types(struct symbol *arg) in promote_k_r_types() argument
2813 struct symbol *arg; in apply_k_r_types() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dtyper.cc2100 Type arg = Operand(node, 0); in TypeCheckInternalizedString() local
2113 Type arg = Operand(node, 0); in TypeCheckReceiver() local
2118 Type arg = Operand(node, 0); in TypeCheckReceiverOrNullOrUndefined() local
2123 Type arg = Operand(node, 0); in TypeCheckSmi() local
2128 Type arg = Operand(node, 0); in TypeCheckString() local
2133 Type arg = Operand(node, 0); TypeCheckSymbol() local
2160 Type arg = Operand(node, 0); TypeConvertReceiver() local
[all...]
/third_party/node/deps/v8/src/baseline/
H A Dbaseline-compiler.cc137 CHECK(MachineTypeMatches(Descriptor().GetParameterType(i), arg)); in Check() local
166 void CheckSettingDoesntClobber(Register target, Arg arg, Args... args) { in CheckSettingDoesntClobber() argument
/third_party/node/deps/v8/src/execution/loong64/
H A Dsimulator-loong64.cc2451 T FPUCanonalizeNaNArg(T result, T arg, KeepSign keepSign = KeepSign::no) { in FPUCanonalizeNaNArg() argument
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc994 intptr_t arg[kArgCount]; in SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/execution/mips64/
H A Dsimulator-mips64.cc2647 T FPUCanonalizeNaNArg(T result, T arg, KeepSign keepSign = KeepSign::no) { in FPUCanonalizeNaNArg() argument
/third_party/node/deps/v8/src/execution/mips/
H A Dsimulator-mips.cc2638 T FPUCanonalizeNaNArg(T result, T arg, KeepSign keepSign = KeepSign::no) { in FPUCanonalizeNaNArg() argument
/third_party/node/deps/v8/src/execution/s390/
H A Dsimulator-s390.cc1991 intptr_t arg[kArgCount]; in SoftwareInterrupt() local
[all...]
/third_party/node/deps/v8/src/parsing/
H A Dparser.cc94 const char* arg = nullptr; in ReportUnexpectedTokenAt() local
286 NewThrowError(Runtime::FunctionId id, MessageTemplate message, const AstRawString* arg, int pos) NewThrowError() argument
/third_party/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_exec.c3030 union tgsi_exec_channel arg[3]; in exec_dp3() local
3054 union tgsi_exec_channel arg[3]; exec_dp4() local
3078 union tgsi_exec_channel arg[3]; exec_dp2() local
3100 union tgsi_exec_channel arg[2], dst; exec_pk2h() local
3120 union tgsi_exec_channel arg, dst[2]; exec_up2h() local
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Ds_server.c416 static int ssl_servername_cb(SSL *s, int *ad, void *arg) in ssl_servername_cb() argument
575 static int cert_status_cb(SSL *s, void *arg) in cert_status_cb() argument
633 next_proto_cb(SSL *s, const unsigned char **data, unsigned int *len, void *arg) next_proto_cb() argument
651 alpn_cb(SSL *s, const unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) alpn_cb() argument
H A Ds_client.c226 static int ssl_servername_cb(SSL *s, int *ad, void *arg) in ssl_servername_cb() argument
3365 static int ocsp_resp_cb(SSL *s, void *arg) in ocsp_resp_cb() argument
248 next_proto_cb(SSL *s, unsigned char **out, unsigned char *outlen, const unsigned char *in, unsigned int inlen, void *arg) next_proto_cb() argument
273 serverinfo_cli_parse_cb(SSL *s, unsigned int ext_type, const unsigned char *in, size_t inlen, int *al, void *arg) serverinfo_cli_parse_cb() argument
[all...]

Completed in 136 milliseconds

1...<<111112113114115116117118