Searched defs:is_lower (Results 1 – 15 of 15) sorted by relevance
/aosp_15_r20/external/llvm-libc/src/stdio/printf_core/ |
H A D | int_converter.h | 29 LIBC_INLINE constexpr bool is_lower(char a) { return (a & 32) > 0; } in is_lower() function
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/include/boost/algorithm/string/ |
D | classification.hpp | 135 is_lower(const std::locale& Loc=std::locale()) in is_lower() function
|
/aosp_15_r20/external/skia/src/utils/ |
H A D | SkParsePath.cpp | 38 static inline bool is_lower(int c) { in is_lower() function
|
/aosp_15_r20/external/wpa_supplicant_8/src/ap/ |
H A D | taxonomy.c | 34 int is_lower = s >= 'a' && s <= 'z'; in no_mischief_strncpy() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/base64/ |
D | base64.c | 262 const uint8_t is_lower = constant_time_in_range_8(a, 'a', 'z'); in base64_ascii_to_bin() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/base64/ |
D | base64.c | 262 const uint8_t is_lower = constant_time_in_range_8(a, 'a', 'z'); in base64_ascii_to_bin() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/base64/ |
H A D | base64.c | 268 const uint8_t is_lower = constant_time_in_range_8(a, 'a', 'z'); in base64_ascii_to_bin() local
|
/aosp_15_r20/external/boringssl/src/crypto/base64/ |
H A D | base64.c | 268 const uint8_t is_lower = constant_time_in_range_8(a, 'a', 'z'); in base64_ascii_to_bin() local
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | regex.c | 1472 boolean is_lower = STREQ (str, "lower"); local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
H A D | jitrt_custom_calls.cc | 1316 bool is_lower, int64_t n) const { in operator ()()
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/ |
H A D | register_prim_ops.cpp | 1869 bool is_lower = true; in __anonbfe5918f5b02() local
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/ |
H A D | vmlinux.h | 50220 bool is_lower; member
|
/aosp_15_r20/external/bcc/libbpf-tools/riscv/ |
H A D | vmlinux_602.h | 52882 bool is_lower; member
|
H A D | vmlinux.h | 52882 bool is_lower; member
|
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/ |
H A D | vmlinux.h | 59977 bool is_lower; member
|