Home
last modified time | relevance | path

Searched defs:stack_used (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/powerpc/mm/
H A Dstack_expansion_ldst.c114 int child(unsigned int stack_used, int delta, enum access_type type) in child()
129 static int test_one(unsigned int stack_used, int delta, enum access_type type) in test_one()
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/arm/
Dffi.c161 char stack_used = 0; in ffi_prep_args_VFP() local
460 char stack_used = 0; in ffi_prep_incoming_args_VFP() local
/aosp_15_r20/external/libffi/src/arm/
H A Dffi.c168 char stack_used = 0; in ffi_prep_args_VFP() local
470 char stack_used = 0; in ffi_prep_incoming_args_VFP() local
/aosp_15_r20/external/pigweed/pw_thread/py/pw_thread/
H A Dthread_analyzer.py156 def stack_used(self) -> int: member in ThreadInfo
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/libffi/src/microblaze/
Dffi.c205 int stack_used = cif->bytes - ARGS_REGISTER_SIZE; in ffi_closure_call_SYSV() local
/aosp_15_r20/external/libffi/src/microblaze/
H A Dffi.c205 int stack_used = cif->bytes - ARGS_REGISTER_SIZE; in ffi_closure_call_SYSV() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/src/tables/postscript/
H A Dcharstring.rs498 let stack_used = match mode { localVariable