Home
last modified time | relevance | path

Searched defs:extra_space (Results 1 – 15 of 15) sorted by relevance

/aosp_15_r20/external/pcre/src/sljit/
H A DsljitNativeMIPS_32.c211 …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 DsljitNativeX86_32.c781 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 DsljitNativeARM_32.c3132 …_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 DsljitNativeARM_T2_32.c2698 …_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 Dasm_support_riscv64.S168 .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 Dasm_support_arm64.S181 .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/
Dscstest.c62 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 Dhp_emblookup_codegen.py542 extra_space = "\n " variable
/aosp_15_r20/external/cronet/base/profiler/
H A Dstack_copier_unittest.cc100 const size_t extra_space = StackBuffer::kPlatformStackAlignment; in TEST() local
/aosp_15_r20/external/skia/tests/
H A DDescriptorTest.cpp51 const size_t extra_space = 100; in DEF_TEST() local
/aosp_15_r20/system/media/camera/tests/
H A Dcamera_metadata_tests.cpp169 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 Dmalloc.c396 size_t extra_space; in allocate_region() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dmemory_planning.py325 def create(left, extra_space): argument
/aosp_15_r20/bionic/libc/malloc_debug/tests/
H A Dmalloc_debug_config_tests.cpp139 TEST_F(MallocDebugConfigTest, extra_space) { in TEST_F() argument
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dspace_to_batch_converter.cc2040 const int64_t extra_space = new_space_size % stride; in Propagate() local