Home
last modified time | relevance | path

Searched defs:CHK (Results 1 – 14 of 14) sorted by relevance

/third_party/mbedtls/programs/hash/
Dmd_hmac_demo.c84 #define CHK(expr) \ macro
/third_party/mbedtls/programs/cipher/
Dcipher_aead_demo.c106 #define CHK(expr) \ macro
/third_party/ltp/scripts/
Dcheckpatch.pl2422 sub CHK { subroutine
/third_party/mbedtls/library/
Dhmac_drbg.c558 #define CHK(c) if ((c) != 0) \ macro
Dctr_drbg.c937 #define CHK(c) if ((c) != 0) \ macro
/third_party/ltp/include/
Dtst_fuzzy_sync.h186 #define CHK(param, low, hi, def) do { \ macro
/third_party/backends/backend/
Du12-io.c144 #define CHK(A) {if( (status = A) != SANE_STATUS_GOOD ) { \ macro
Dcanon630u-common.c71 #define CHK(A) {if( (status = A) != SANE_STATUS_GOOD ) { \ macro
Dcanon_lide70-common.c45 #define CHK(A) {if ((status = A) != SANE_STATUS_GOOD) {\ macro
Dumax1220u-common.c184 #define CHK(A) {if( (res = A) != SANE_STATUS_GOOD ) { \ macro
/third_party/mbedtls/tests/include/test/
Dssl_helpers.h487 #define CHK(x) \ macro
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java68 CHK("Chukchi", "ckt"), enumConstant
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.c744 #define CHK(x) do { if (!(x)) { return false; } } while(0) macro
4060 #define CHK(x) if (!(x)) { return false; } macro
12638 #define CHK(val) if (!(val)) return false; macro
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.c801 #define CHK(x) do { if (!(x)) { return false; } } while(0) macro
4523 #define CHK(x) if (!(x)) { return false; } macro