Home
last modified time | relevance | path

Searched refs:arg_offset (Results 1 – 7 of 7) sorted by relevance

/third_party/libffi/src/mips/
Dffi.c909 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/
Dnir_lower_printf.c113 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/
DsljitNativeX86_32.c663 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/
Dd8.h349 int arg_offset);
Dd8.cc1657 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/
Dcompile-i386.c398 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/
Dradv_pipeline_rt.c770 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()