Home
last modified time | relevance | path

Searched refs:abi_test_get_and_clear_direction_flag (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/linux-x86/crypto/test/
Dtrampoline-x86.S48 .globl abi_test_get_and_clear_direction_flag symbol
49 .hidden abi_test_get_and_clear_direction_flag
50 .type abi_test_get_and_clear_direction_flag,@function
52 abi_test_get_and_clear_direction_flag: label
60 .size abi_test_get_and_clear_direction_flag,.-.L_abi_test_get_and_clear_direction_flag_begin
/external/boringssl/linux-x86_64/crypto/test/
Dtrampoline-x86_64.S497 .globl abi_test_get_and_clear_direction_flag symbol
498 .hidden abi_test_get_and_clear_direction_flag
499 abi_test_get_and_clear_direction_flag: label
506 .size abi_test_get_and_clear_direction_flag,.-abi_test_get_and_clear_direction_flag
/external/boringssl/src/crypto/
Dabi_self_test.cc186 EXPECT_EQ(0, abi_test_get_and_clear_direction_flag()) in TEST()
242 EXPECT_EQ(0, abi_test_get_and_clear_direction_flag()) in TEST()
/external/boringssl/win-x86_64/crypto/test/
Dtrampoline-x86_64.asm530 global abi_test_get_and_clear_direction_flag
531 abi_test_get_and_clear_direction_flag: label
/external/boringssl/src/crypto/test/
Dabi_test.h463 int abi_test_get_and_clear_direction_flag(void);
Dabi_test.cc102 bool direction_flag = abi_test_get_and_clear_direction_flag(); in RunTrampoline()