Home
last modified time | relevance | path

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

/external/pcre/src/sljit/
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
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()
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
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
/external/trusty/lk/app/scstest/
Dscstest.c62 const size_t extra_space = round_up(t->shadow_stack_size, PAGE_SIZE) - in inspect_thread() local
/external/cronet/base/profiler/
Dstack_copier_unittest.cc100 const size_t extra_space = StackBuffer::kPlatformStackAlignment; in TEST() local
/external/skia/tests/
DDescriptorTest.cpp51 const size_t extra_space = 100; in DEF_TEST() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dspace_to_batch_converter.cc2040 const int64_t extra_space = new_space_size % stride; in Propagate() local