Searched refs:arg_offset (Results 1 – 7 of 7) sorted by relevance
/third_party/libffi/src/mips/ |
D | ffi.c | 909 int argn, unsigned arg_offset, ffi_arg *ar, in copy_struct_N32() argument 922 arg_offset += o - offset; in copy_struct_N32() 924 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32() 925 arg_offset = arg_offset % sizeof(ffi_arg); in copy_struct_N32() 935 memcpy(tp, argp + arg_offset, elt_type->size); in copy_struct_N32() 938 arg_offset += elt_type->size; in copy_struct_N32() 940 argn += arg_offset / sizeof(ffi_arg); in copy_struct_N32() 941 arg_offset = arg_offset % sizeof(ffi_arg); in copy_struct_N32()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_printf.c | 113 nir_ssa_def *arg_offset = in lower_printf_instr() local 118 nir_build_deref_array(b, buffer, arg_offset); in lower_printf_instr()
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitNativeX86_32.c | 663 sljit_s32 float_arg_count = 0, arg4_reg = 0, arg_offset; in call_with_args() local 678 arg_offset = 0; in call_with_args() 686 FAIL_IF(emit_sse2_store(compiler, 0, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args() 687 arg_offset += SSIZE_OF(f64); in call_with_args() 691 FAIL_IF(emit_sse2_store(compiler, 1, SLJIT_MEM1(SLJIT_SP), arg_offset, float_arg_count)); in call_with_args() 692 arg_offset += SSIZE_OF(f32); in call_with_args() 696 …EMIT_MOV(compiler, SLJIT_MEM1(SLJIT_SP), arg_offset, (word_arg_count >= 4) ? arg4_reg : word_arg_c… in call_with_args() 701 arg_offset += SSIZE_OF(sw); in call_with_args()
|
/third_party/node/deps/v8/src/d8/ |
D | d8.h | 349 int arg_offset);
|
D | d8.cc | 1657 const v8::FunctionCallbackInfo<v8::Value>& args, int arg_offset) { in RealmIndexOrThrow() argument 1658 if (args.Length() < arg_offset || !args[arg_offset]->IsNumber()) { in RealmIndexOrThrow() 1662 int index = args[arg_offset] in RealmIndexOrThrow()
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | compile-i386.c | 398 static inline unsigned int arg_offset(struct storage *s) in arg_offset() function 444 strcpy(name, pretty_offset((int) arg_offset(s))); in stor_op_name()
|
/third_party/mesa3d/src/amd/vulkan/ |
D | radv_pipeline_rt.c | 770 nir_ssa_def *arg_offset = nir_load_rt_arg_scratch_offset_amd(&b); in lower_rt_derefs() local 787 nir_build_deref_cast(&b, arg_offset, nir_var_function_temp, deref->var->type, 0); in lower_rt_derefs()
|