Searched refs:test_stack (Results 1 – 11 of 11) sorted by relevance
/external/ltp/testcases/kernel/syscalls/clone/ |
D | clone04.c | 56 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/ |
D | 3-2.c | 176 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/ |
D | special_functions_test.py | 89 def test_stack(self): member in SpecialFunctionsTest
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | i64_volatile_load_store.ll | 158 define i64 @test_stack() { 159 ; CHECK-LABEL: test_stack:
|
/external/llvm-project/clang/test/Analysis/ |
D | dispatch-once.m | 22 void test_stack() { function
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-regbankselect.mir | 22 define void @test_stack() { ret void } 470 name: test_stack 471 # CHECK-LABEL: name: test_stack
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/ |
D | tf-to-tosa-pipeline.mlir | 525 // CHECK-LABEL: test_stack 530 func @test_stack(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3xf32>…
|
D | tfl-to-tosa-pipeline.mlir | 509 // CHECK-LABEL: test_stack 514 func @test_stack(%arg0: tensor<13x21x3xf32>, %arg1: tensor<13x21x3xf32>, %arg2: tensor<13x21x3xf32>…
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | avoid-sfb.ll | 727 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/ |
D | test_inspect.py | 163 def test_stack(self): member in TestInterpreterStack
|
/external/python/cpython3/Lib/test/ |
D | test_inspect.py | 314 def test_stack(self): member in TestInterpreterStack
|