/third_party/libbpf/src/ |
H A D | bpf_helpers.h | 207 #define ___bpf_fill2(arr, p, x, args...) arr[p] = x; ___bpf_fill1(arr, p + 1, args) 208 #define ___bpf_fill3(arr, p, x, args...) arr[p] = x; ___bpf_fill2(arr, p + 1, args) 209 #define ___bpf_fill4(arr, p, x, args...) arr[p] = x; ___bpf_fill3(arr, p + 1, args) 210 #define ___bpf_fill5(arr, p, x, args...) arr[p] = x; ___bpf_fill4(arr, p + 1, args) 211 #define ___bpf_fill6(arr, p, x, args...) arr[p] = x; ___bpf_fill5(arr, p + 1, args) [all...] |
/third_party/ntfs-3g/libfuse-lite/ |
H A D | fuse_opt.c | 29 void fuse_opt_free_args(struct fuse_args *args) in fuse_opt_free_args() argument 31 if (args) { in fuse_opt_free_args() 32 if (args->argv && args->allocated) { in fuse_opt_free_args() 34 for (i = 0; i < args->argc; i++) in fuse_opt_free_args() 35 free(args->argv[i]); in fuse_opt_free_args() 36 free(args->argv); in fuse_opt_free_args() 38 args->argc = 0; in fuse_opt_free_args() 39 args->argv = NULL; in fuse_opt_free_args() 40 args in fuse_opt_free_args() 50 fuse_opt_add_arg(struct fuse_args *args, const char *arg) fuse_opt_add_arg() argument 69 fuse_opt_insert_arg(struct fuse_args *args, int pos, const char *arg) fuse_opt_insert_arg() argument 357 fuse_opt_parse(struct fuse_args *args, void *data, const struct fuse_opt opts[], fuse_opt_proc_t proc) fuse_opt_parse() argument [all...] |
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | ctypendk.cpp | 42 napi_value args[1] = {nullptr};
in Isalnum() local 43 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Isalnum() 47 napi_get_value_string_utf8(env, args[0], ch, length, &strResult);
in Isalnum() 61 napi_value args[1] = {nullptr};
in IsalnumL() local 62 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in IsalnumL() 66 napi_get_value_string_utf8(env, args[0], ch, length, &strResult);
in IsalnumL() 80 napi_value args[1] = {nullptr};
in Isalpha() local 81 napi_get_cb_info(env, info, &argc, args, nullptr, nullptr);
in Isalpha() 85 napi_get_value_string_utf8(env, args[0], ch, length, &strResult);
in Isalpha() 99 napi_value args[ in IsalphaL() local 118 napi_value args[1] = {nullptr}; Isascii() local 135 napi_value args[1] = {nullptr}; Isblank() local 154 napi_value args[1] = {nullptr}; IsblankL() local 173 napi_value args[1] = {nullptr}; Iscntrl() local 190 napi_value args[1] = {nullptr}; IscntrlL() local 207 napi_value args[1] = {nullptr}; Isdigit() local 225 napi_value args[1] = {nullptr}; IsdigitL() local 244 napi_value args[1] = {nullptr}; Isgraph() local 262 napi_value args[1] = {nullptr}; IsgraphL() local 281 napi_value args[1] = {nullptr}; Islower() local 300 napi_value args[1] = {nullptr}; IslowerL() local 319 napi_value args[1] = {nullptr}; Isprint() local 338 napi_value args[1] = {nullptr}; IsprintL() local 357 napi_value args[1] = {nullptr}; Ispunct() local 376 napi_value args[1] = {nullptr}; IspunctL() local 395 napi_value args[1] = {nullptr}; Isspace() local 413 napi_value args[1] = {nullptr}; IsspaceL() local 432 napi_value args[1] = {nullptr}; Isupper() local 451 napi_value args[1] = {nullptr}; IsupperL() local 470 napi_value args[1] = {nullptr}; Isxdigit() local 489 napi_value args[1] = {nullptr}; IsxdigitL() local 517 napi_value args[1] = {nullptr}; Tolower() local 558 napi_value args[1] = {nullptr}; TolowerL() local 601 napi_value args[1] = {nullptr}; Toupper() local 643 napi_value args[1] = {nullptr}; ToupperL() local [all...] |
/third_party/node/lib/ |
H A D | child_process.js | 104 * @param {string[]} [args] 123 function fork(modulePath, args = [], options) { 126 // Get options and args arguments. 129 if (args == null) { 130 args = []; 131 } else if (typeof args === 'object' && !ArrayIsArray(args)) { 132 options = args; 133 args = []; 135 validateArray(args, 'arg [all...] |
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_remote.c | 382 struct xfs_da_args *args) in xfs_attr_rmtval_get() 385 struct xfs_mount *mp = args->dp->i_mount; in xfs_attr_rmtval_get() 387 xfs_dablk_t lblkno = args->rmtblkno; in xfs_attr_rmtval_get() 388 uint8_t *dst = args->value; in xfs_attr_rmtval_get() 392 int blkcnt = args->rmtblkcnt; in xfs_attr_rmtval_get() 396 trace_xfs_attr_rmtval_get(args); in xfs_attr_rmtval_get() 398 ASSERT(args->valuelen != 0); in xfs_attr_rmtval_get() 399 ASSERT(args->rmtvaluelen == args->valuelen); in xfs_attr_rmtval_get() 401 valuelen = args in xfs_attr_rmtval_get() 381 xfs_attr_rmtval_get( struct xfs_da_args *args) xfs_attr_rmtval_get() argument 445 xfs_attr_rmt_find_hole( struct xfs_da_args *args) xfs_attr_rmt_find_hole() argument 472 xfs_attr_rmtval_set_value( struct xfs_da_args *args) xfs_attr_rmtval_set_value() argument 569 xfs_attr_rmtval_set( struct xfs_da_args *args) xfs_attr_rmtval_set() argument 635 xfs_attr_rmtval_invalidate( struct xfs_da_args *args) xfs_attr_rmtval_invalidate() argument 676 xfs_attr_rmtval_remove( struct xfs_da_args *args) xfs_attr_rmtval_remove() argument 709 __xfs_attr_rmtval_remove( struct xfs_da_args *args) __xfs_attr_rmtval_remove() argument [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | tracepoint.h | 107 #define PARAMS(args...) args 147 #define TP_PROTO(args...) args 148 #define TP_ARGS(args...) args 149 #define TP_CONDITION(args...) args 165 #define __DO_TRACE_CALL(name, args) \ 173 static_call(tp_func_##name)(__data, args); \ [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | reflow.py | 457 def reflowFile(filename, args): 468 if args.overwrite: 471 outDir = Path(args.outDir).resolve() 474 outFilename = str(outDir / (os.path.basename(filename) + args.suffix)) 476 if args.nowrite: 486 args.vuidDict, 487 margin = args.margin, 488 reflow = not args.noflow, 489 nextvu = args.nextvu, 490 maxvu = args 566 args = parser.parse_args() global() variable [all...] |
/third_party/libdrm/amdgpu/ |
H A D | amdgpu_bo.c | 74 union drm_amdgpu_gem_create args; in amdgpu_bo_alloc() local 77 memset(&args, 0, sizeof(args)); in amdgpu_bo_alloc() 78 args.in.bo_size = alloc_buffer->alloc_size; in amdgpu_bo_alloc() 79 args.in.alignment = alloc_buffer->phys_alignment; in amdgpu_bo_alloc() 82 args.in.domains = alloc_buffer->preferred_heap; in amdgpu_bo_alloc() 83 args.in.domain_flags = alloc_buffer->flags; in amdgpu_bo_alloc() 87 &args, sizeof(args)); in amdgpu_bo_alloc() 92 r = amdgpu_bo_create(dev, alloc_buffer->alloc_size, args in amdgpu_bo_alloc() 106 struct drm_amdgpu_gem_metadata args = {}; amdgpu_bo_set_metadata() local 427 union drm_amdgpu_gem_mmap args; amdgpu_bo_cpu_map() local 511 union drm_amdgpu_gem_wait_idle args; amdgpu_bo_wait_for_idle() local 578 struct drm_amdgpu_gem_userptr args; amdgpu_create_bo_from_user_mem() local 605 union drm_amdgpu_bo_list args; amdgpu_bo_list_create_raw() local 624 union drm_amdgpu_bo_list args; amdgpu_bo_list_destroy_raw() local 641 union drm_amdgpu_bo_list args; amdgpu_bo_list_create() local 691 union drm_amdgpu_bo_list args; amdgpu_bo_list_destroy() local 713 union drm_amdgpu_bo_list args; amdgpu_bo_list_update() local [all...] |
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-test.cc | 75 if (!args[index].IsNumber()) return CrashUnlessFuzzing(isolate); \ 77 if (!args[index].ToInt32(&name)) return CrashUnlessFuzzing(isolate); 83 if (!args[index].IsBoolean()) return CrashUnlessFuzzing(isolate); \ 84 bool name = args[index].IsTrue(isolate); 102 DCHECK_EQ(0, args.length()); in RUNTIME_FUNCTION() 110 DCHECK_EQ(2, args.length()); in RUNTIME_FUNCTION() 111 uint32_t hi = NumberToUint32(args[0]); in RUNTIME_FUNCTION() 112 uint32_t lo = NumberToUint32(args[1]); in RUNTIME_FUNCTION() 119 DCHECK_EQ(2, args.length()); in RUNTIME_FUNCTION() 120 Handle<String> left = args in RUNTIME_FUNCTION() 292 OptimizeFunctionOnNextCall(RuntimeArguments& args, Isolate* isolate) OptimizeFunctionOnNextCall() argument 837 ReturnNull(const v8::FunctionCallbackInfo<v8::Value>& args) ReturnNull() argument 853 call_as_function(const v8::FunctionCallbackInfo<v8::Value>& args) call_as_function() argument [all...] |
/third_party/node/lib/internal/process/ |
H A D | task_queues.js | 76 if (tock.args === undefined) { 79 const args = tock.args; 80 switch (args.length) { 81 case 1: callback(args[0]); break; 82 case 2: callback(args[0], args[1]); break; 83 case 3: callback(args[0], args[1], args[ [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | ummu.c | 62 } *args = argv; in nvkm_ummu_heap() local 66 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_ummu_heap() 67 if ((index = args->v0.index) >= mmu->heap_nr) in nvkm_ummu_heap() 69 args->v0.size = mmu->heap[index].size; in nvkm_ummu_heap() 82 } *args = argv; in nvkm_ummu_type() local 86 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_ummu_type() 87 if ((index = args->v0.index) >= mmu->type_nr) in nvkm_ummu_type() 90 args->v0.heap = mmu->type[index].heap; in nvkm_ummu_type() 91 args->v0.vram = !!(type & NVKM_MEM_VRAM); in nvkm_ummu_type() 92 args in nvkm_ummu_type() 111 } *args = argv; nvkm_ummu_kind() local 158 } *args = argv; nvkm_ummu_new() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvif/ |
H A D | notify.c | 39 } args = { in nvif_notify_put_() local 47 return nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_put_() 70 } args = { in nvif_notify_get_() local 78 return nvif_object_ioctl(object, &args, sizeof(args), NULL); in nvif_notify_get_() 117 } *args = header; in nvif_notify() local 120 if (length == sizeof(args->v0) && args->v0.version == 0) { in nvif_notify() 121 if (WARN_ON(args in nvif_notify() 151 } args = { nvif_notify_dtor() local 173 } *args; nvif_notify_ctor() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
H A D | ummu.c | 62 } *args = argv; in nvkm_ummu_heap() local 66 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_ummu_heap() 67 if ((index = args->v0.index) >= mmu->heap_nr) in nvkm_ummu_heap() 69 args->v0.size = mmu->heap[index].size; in nvkm_ummu_heap() 82 } *args = argv; in nvkm_ummu_type() local 86 if (!(ret = nvif_unpack(ret, &argv, &argc, args->v0, 0, 0, false))) { in nvkm_ummu_type() 87 if ((index = args->v0.index) >= mmu->type_nr) in nvkm_ummu_type() 90 args->v0.heap = mmu->type[index].heap; in nvkm_ummu_type() 91 args->v0.vram = !!(type & NVKM_MEM_VRAM); in nvkm_ummu_type() 92 args in nvkm_ummu_type() 111 } *args = argv; nvkm_ummu_kind() local 158 } *args = argv; nvkm_ummu_new() local [all...] |
/third_party/node/test/js-native-api/test_conversions/ |
H A D | test_conversions.c | 8 napi_value args[1]; in AsBool() local 9 NODE_API_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL, NULL)); in AsBool() 12 NODE_API_CALL(env, napi_get_value_bool(env, args[0], &value)); in AsBool() 22 napi_value args[1]; in AsInt32() local 23 NODE_API_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL, NULL)); in AsInt32() 26 NODE_API_CALL(env, napi_get_value_int32(env, args[0], &value)); in AsInt32() 36 napi_value args[1]; in AsUInt32() local 37 NODE_API_CALL(env, napi_get_cb_info(env, info, &argc, args, NULL, NULL)); in AsUInt32() 40 NODE_API_CALL(env, napi_get_value_uint32(env, args[0], &value)); in AsUInt32() 50 napi_value args[ in AsInt64() local 64 napi_value args[1]; AsDouble() local 78 napi_value args[1]; AsString() local 94 napi_value args[1]; ToBool() local 105 napi_value args[1]; ToNumber() local 116 napi_value args[1]; ToObject() local 127 napi_value args[1]; ToString() local [all...] |
/kernel/linux/linux-5.10/arch/powerpc/boot/ |
H A D | oflib.c | 23 __be32 args[10]; /* Input/output arguments. */ member 44 struct prom_args args; in of_call_prom() local 47 args.service = cpu_to_be32(ADDR(service)); in of_call_prom() 48 args.nargs = cpu_to_be32(nargs); in of_call_prom() 49 args.nret = cpu_to_be32(nret); in of_call_prom() 53 args.args[i] = cpu_to_be32(va_arg(list, prom_arg_t)); in of_call_prom() 57 args.args[nargs+i] = 0; in of_call_prom() 59 if (prom(&args) < in of_call_prom() 69 struct prom_args args; of_call_prom_ret() local [all...] |
/kernel/linux/linux-6.6/arch/powerpc/boot/ |
H A D | oflib.c | 23 __be32 args[10]; /* Input/output arguments. */ member 44 struct prom_args args; in of_call_prom() local 47 args.service = cpu_to_be32(ADDR(service)); in of_call_prom() 48 args.nargs = cpu_to_be32(nargs); in of_call_prom() 49 args.nret = cpu_to_be32(nret); in of_call_prom() 53 args.args[i] = cpu_to_be32(va_arg(list, prom_arg_t)); in of_call_prom() 57 args.args[nargs+i] = 0; in of_call_prom() 59 if (prom(&args) < in of_call_prom() 69 struct prom_args args; of_call_prom_ret() local [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | color.c | 14 const char *fmt, va_list args, const char *trail) in __color_vsnprintf() 30 r += vscnprintf(bf + r, size - r, fmt, args); in __color_vsnprintf() 40 va_list args) in __color_vfprintf() 56 r += vfprintf(fp, fmt, args); in __color_vfprintf() 63 const char *fmt, va_list args) in color_vsnprintf() 65 return __color_vsnprintf(bf, size, color, fmt, args, NULL); in color_vsnprintf() 68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() argument 70 return __color_vfprintf(fp, color, fmt, args); in color_vfprintf() 76 va_list args; in color_snprintf() local 79 va_start(args, fm in color_snprintf() 13 __color_vsnprintf(char *bf, size_t size, const char *color, const char *fmt, va_list args, const char *trail) __color_vsnprintf() argument 39 __color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) __color_vfprintf() argument 62 color_vsnprintf(char *bf, size_t size, const char *color, const char *fmt, va_list args) color_vsnprintf() argument 87 va_list args; color_fprintf() local 161 va_list args; percent_color_snprintf() local 172 va_list args; percent_color_len_snprintf() local [all...] |
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | color.c | 14 const char *fmt, va_list args, const char *trail) in __color_vsnprintf() 30 r += vscnprintf(bf + r, size - r, fmt, args); in __color_vsnprintf() 40 va_list args) in __color_vfprintf() 56 r += vfprintf(fp, fmt, args); in __color_vfprintf() 63 const char *fmt, va_list args) in color_vsnprintf() 65 return __color_vsnprintf(bf, size, color, fmt, args, NULL); in color_vsnprintf() 68 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf() argument 70 return __color_vfprintf(fp, color, fmt, args); in color_vfprintf() 76 va_list args; in color_snprintf() local 79 va_start(args, fm in color_snprintf() 13 __color_vsnprintf(char *bf, size_t size, const char *color, const char *fmt, va_list args, const char *trail) __color_vsnprintf() argument 39 __color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) __color_vfprintf() argument 62 color_vsnprintf(char *bf, size_t size, const char *color, const char *fmt, va_list args) color_vsnprintf() argument 87 va_list args; color_fprintf() local 161 va_list args; percent_color_snprintf() local 172 va_list args; percent_color_len_snprintf() local [all...] |
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | trigger.py | 59 def invoke_mb(args): 61 mb_args = ['python', mb_script_path] + args 75 args, unknown = parse_args() 77 logging.basicConfig(level=args.log.upper()) 79 path = args.gn_path.replace('\\', '/') 83 get_command_output = invoke_mb(['get-swarming-command', out_gn_path, args.test, '--as-list']) 87 invoke_mb(['isolate', out_gn_path, args.test]) 90 isolate_file = os.path.join(out_file_path, '%s.isolate' % args.test) 91 archive_file = os.path.join(out_file_path, '%s.archive.json' % args.test) 100 digest = json.load(f).get(args [all...] |
/third_party/skia/tools/ |
H A D | build_command_buffer.py | 35 'script will reset the gn args in this directory on each run.') 36 parser.add_argument('--extra-gn-args', default='', 39 parser.add_argument('--extra-ninja-args', default='', 49 args = parser.parse_args() 51 args.chrome_dir = os.path.abspath(args.chrome_dir) 52 args.output_dir = os.path.abspath(args.output_dir) 54 if args.no_hooks: 55 args [all...] |
/third_party/python/Modules/_sqlite/clinic/ |
H A D | module.c.h | 18 pysqlite_complete_statement(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pysqlite_complete_statement() argument 26 args = _PyArg_UnpackKeywords(args, nargs, NULL, kwnames, &_parser, 1, 1, 0, argsbuf); in pysqlite_complete_statement() 27 if (!args) { in pysqlite_complete_statement() 30 if (!PyUnicode_Check(args[0])) { in pysqlite_complete_statement() 31 _PyArg_BadArgument("complete_statement", "argument 'statement'", "str", args[0]); in pysqlite_complete_statement() 35 statement = PyUnicode_AsUTF8AndSize(args[0], &statement_length); in pysqlite_complete_statement() 67 pysqlite_enable_shared_cache(PyObject *module, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in pysqlite_enable_shared_cache() argument 75 args = _PyArg_UnpackKeywords(args, narg in pysqlite_enable_shared_cache() 103 pysqlite_register_adapter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_register_adapter() argument 134 pysqlite_register_converter(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_register_converter() argument 200 pysqlite_adapt(PyObject *module, PyObject *const *args, Py_ssize_t nargs) pysqlite_adapt() argument [all...] |
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
H A D | cinergyT2.h | 28 #define deb_info(args...) dprintk(dvb_usb_cinergyt2_debug, 0x001, args) 29 #define deb_xfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x002, args) 30 #define deb_pll(args...) dprintk(dvb_usb_cinergyt2_debug, 0x004, args) 31 #define deb_ts(args...) dprintk(dvb_usb_cinergyt2_debug, 0x008, args) 32 #define deb_err(args...) dprintk(dvb_usb_cinergyt2_debug, 0x010, args) [all...] |
/kernel/linux/linux-6.6/drivers/media/usb/dvb-usb/ |
H A D | cinergyT2.h | 28 #define deb_info(args...) dprintk(dvb_usb_cinergyt2_debug, 0x001, args) 29 #define deb_xfer(args...) dprintk(dvb_usb_cinergyt2_debug, 0x002, args) 30 #define deb_pll(args...) dprintk(dvb_usb_cinergyt2_debug, 0x004, args) 31 #define deb_ts(args...) dprintk(dvb_usb_cinergyt2_debug, 0x008, args) 32 #define deb_err(args...) dprintk(dvb_usb_cinergyt2_debug, 0x010, args) [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvif/ |
H A D | conn.c | 36 } args; in nvif_conn_event_ctor() local 39 args.conn.version = 0; in nvif_conn_event_ctor() 40 args.conn.types = types; in nvif_conn_event_ctor() 43 func, true, &args.base, sizeof(args), false, event); in nvif_conn_event_ctor() 51 struct nvif_conn_hpd_status_v0 args; in nvif_conn_hpd_status() local 54 args.version = 0; in nvif_conn_hpd_status() 56 ret = nvif_mthd(&conn->object, NVIF_CONN_V0_HPD_STATUS, &args, sizeof(args)); in nvif_conn_hpd_status() 58 args in nvif_conn_hpd_status() 71 struct nvif_conn_v0 args; nvif_conn_ctor() local [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | trace.c | 20 va_list args; in __sdata_info() local 22 va_start(args, fmt); in __sdata_info() 23 vaf.va = &args; in __sdata_info() 27 va_end(args); in __sdata_info() 35 va_list args; in __sdata_dbg() local 37 va_start(args, fmt); in __sdata_dbg() 38 vaf.va = &args; in __sdata_dbg() 43 va_end(args); in __sdata_dbg() 51 va_list args; in __sdata_err() local 53 va_start(args, fm in __sdata_err() 66 va_list args; __wiphy_dbg() local [all...] |