Home
last modified time | relevance | path

Searched defs:IS_INT (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libffi/src/riscv/
H A Dffi.c69 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT64) macro
71 #define IS_INT(type) ((type) >= FFI_TYPE_UINT8 && (type) <= FFI_TYPE_SINT32) macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_snprintf.c713 IS_QUAD, IS_LONG, IS_SHORT, IS_INT in apr_vformatter() enumerator