Home
last modified time | relevance | path

Searched refs:test_stack (Results 1 – 11 of 11) sorted by relevance

/external/ltp/testcases/kernel/syscalls/clone/
Dclone04.c56 void *test_stack; in main() local
67 test_stack = NULL; in main()
73 test_stack = child_stack; in main()
77 CHILD_STACK_SIZE, test_stack)); in main()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_create/
D3-2.c176 int test_stack(pthread_attr_t * ta, size_t newsize) in test_stack() function
409 do_stack_tests = (test_stack(NULL, 0) == 0 ? 1 : 0); in main()
437 test_stack(&scenarii[sc].ta, in main()
493 test_stack(&scenarii[sc].ta, in main()
/external/tensorflow/tensorflow/python/autograph/lang/
Dspecial_functions_test.py89 def test_stack(self): member in SpecialFunctionsTest
/external/llvm-project/llvm/test/CodeGen/ARM/
Di64_volatile_load_store.ll158 define i64 @test_stack() {
159 ; CHECK-LABEL: test_stack:
/external/llvm-project/clang/test/Analysis/
Ddispatch-once.m22 void test_stack() { function
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/
Darm-regbankselect.mir22 define void @test_stack() { ret void }
470 name: test_stack
471 # CHECK-LABEL: name: test_stack
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir525 // CHECK-LABEL: test_stack
530 func @test_stack(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3xf32>…
Dtfl-to-tosa-pipeline.mlir509 // CHECK-LABEL: test_stack
514 func @test_stack(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3xf32>…
/external/llvm-project/llvm/test/CodeGen/X86/
Davoid-sfb.ll727 define void @test_stack(%struct.S6* noalias nocapture sret(%struct.S6) %agg.result, %struct.S6* byv…
728 ; CHECK-LABEL: test_stack:
750 ; DISABLED-LABEL: test_stack:
764 ; CHECK-AVX2-LABEL: test_stack:
786 ; CHECK-AVX512-LABEL: test_stack:
/external/python/cpython2/Lib/test/
Dtest_inspect.py163 def test_stack(self): member in TestInterpreterStack
/external/python/cpython3/Lib/test/
Dtest_inspect.py314 def test_stack(self): member in TestInterpreterStack