Home
last modified time | relevance | path

Searched defs:RHS (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/
H A Dselftest.h392 #define ASSERT_GT(LHS, RHS) \ argument
398 #define ASSERT_GT_AT(LOC, LHS, RHS) \ argument
411 #define ASSERT_LT(LHS, RHS) \ argument
417 #define ASSERT_LT_AT(LOC, LHS, RHS) \ argument
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/
H A Dselftest.h392 #define ASSERT_GT(LHS, RHS) \ argument
398 #define ASSERT_GT_AT(LOC, LHS, RHS) \ argument
411 #define ASSERT_LT(LHS, RHS) \ argument
417 #define ASSERT_LT_AT(LOC, LHS, RHS) \ argument
/OK3568_Linux_fs/external/security/librkcrypto/test/c_mode/
H A Decp.c1645 mbedtls_mpi YY, RHS; in ecp_check_pubkey_sw() local