/aosp_15_r20/external/pcre/src/sljit/ |
H A D | sljitNativeMIPS_32.c | 211 …s(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_ins *ins_ptr, sljit_u32 *extra_space) in call_with_args() 357 sljit_u32 extra_space = 0; in sljit_emit_call() local 413 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_icall() local
|
H A D | sljitNativeX86_32.c | 781 sljit_s32 *extra_space, sljit_s32 arg_types, in tail_call_with_args() 994 static sljit_s32 emit_tail_call_end(struct sljit_compiler *compiler, sljit_s32 extra_space) in emit_tail_call_end()
|
H A D | sljitNativeARM_32.c | 3132 …_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) in softfloat_call_with_args() 3314 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_call() local 3414 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_icall() local
|
H A D | sljitNativeARM_T2_32.c | 2698 …_args(struct sljit_compiler *compiler, sljit_s32 arg_types, sljit_s32 *src, sljit_u32 *extra_space) in softfloat_call_with_args() 2879 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_call() local 2969 sljit_u32 extra_space = (sljit_u32)type; in sljit_emit_icall() local
|
/aosp_15_r20/art/runtime/arch/riscv64/ |
H A D | asm_support_riscv64.S | 168 .macro SAVE_ALL_ARGS_INCREASE_FRAME extra_space argument 194 .macro RESTORE_ALL_ARGS_DECREASE_FRAME extra_space argument
|
/aosp_15_r20/art/runtime/arch/arm64/ |
H A D | asm_support_arm64.S | 181 .macro SAVE_ALL_ARGS_INCREASE_FRAME extra_space argument 194 .macro RESTORE_ALL_ARGS_DECREASE_FRAME extra_space argument
|
/aosp_15_r20/external/trusty/lk/app/scstest/ |
D | scstest.c | 62 const size_t extra_space = round_up(t->shadow_stack_size, PAGE_SIZE) - in inspect_thread() local
|
/aosp_15_r20/external/pytorch/caffe2/perfkernels/ |
H A D | hp_emblookup_codegen.py | 542 extra_space = "\n " variable
|
/aosp_15_r20/external/cronet/base/profiler/ |
H A D | stack_copier_unittest.cc | 100 const size_t extra_space = StackBuffer::kPlatformStackAlignment; in TEST() local
|
/aosp_15_r20/external/skia/tests/ |
H A D | DescriptorTest.cpp | 51 const size_t extra_space = 100; in DEF_TEST() local
|
/aosp_15_r20/system/media/camera/tests/ |
H A D | camera_metadata_tests.cpp | 169 const size_t extra_space = 10; in TEST() local 518 const size_t extra_space = 10; in TEST() local
|
/aosp_15_r20/external/coreboot/payloads/libpayload/libc/ |
H A D | malloc.c | 396 size_t extra_space; in allocate_region() local
|
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/ |
H A D | memory_planning.py | 325 def create(left, extra_space): argument
|
/aosp_15_r20/bionic/libc/malloc_debug/tests/ |
H A D | malloc_debug_config_tests.cpp | 139 TEST_F(MallocDebugConfigTest, extra_space) { in TEST_F() argument
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/ |
H A D | space_to_batch_converter.cc | 2040 const int64_t extra_space = new_space_size % stride; in Propagate() local
|