Home
last modified time | relevance | path

Searched refs:x100 (Results 426 - 450 of 1379) sorted by relevance

1...<<11121314151617181920>>...56

/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/shaping/
H A DDataDrivenArabicShapingRegTest.java48 public static final int DIGIT_TYPE_AN_EXTENDED = 0x100;
/third_party/icu/icu4c/source/common/
H A Dutrie.h782 UTRIE_OPTIONS_DATA_IS_32_BIT=0x100,
H A Dutrie_swap.cpp61 ((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x100)) in utrie_swap()
/third_party/libwebsockets/lib/misc/
H A Ddiskcache.c376 if (lds->cache_subdir != 0x100) in lws_diskcache_trim()
/third_party/lzma/CPP/Common/
H A DUTFConvert.cpp33 #define MY_UTF8_START(n) (0x100 - (1 << (7 - (n))))
H A DStringConvert.cpp478 0x100 in UnicodeStringToMultiByte2()
/third_party/mbedtls/library/
H A Dalignment.h286 static const uint16_t mbedtls_byte_order_detector = { 0x100 };
/third_party/libwebsockets/lib/roles/h2/
H A Dminihuf.c290 /* 0x100 */ { 0x3fffffff, 30 },
494 y |= 0x100; in main()
497 "0x100 for disambiguation with " in main()
/third_party/littlefs/
H A Dlfs.h100 LFS_TYPE_FROM = 0x100,
/third_party/ltp/testcases/kernel/device-drivers/agp/kernel_space/
H A Dstr_agp.h336 #define ALI_CACHE_FLUSH_EN 0x100
/third_party/node/deps/icu-small/source/common/
H A Dbytestrie.cpp189 inByte+=0x100;
H A Dlocdistance.cpp33 constexpr int32_t DISTANCE_IS_FINAL = 0x100;
H A Dutrie_swap.cpp61 ((trie.options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0 && trie.dataLength<(UTRIE_DATA_BLOCK_LENGTH+0x100)) in utrie_swap()
H A Dsimpleformatter.cpp26 const int32_t ARG_NUM_LIMIT = 0x100;
H A Dutrie.h782 UTRIE_OPTIONS_DATA_IS_32_BIT=0x100,
/third_party/icu/icu4c/source/test/intltest/
H A Dcanittst.cpp88 if ((i % 0x100) == 0) { in TestExhaustive()
/third_party/libexif/libexif/fuji/
H A Dmnote-fuji-entry.c74 {0x100, N_("Daylight")},
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-common.c185 *(payload_p + idx) = idx % 0x100; in fill_payload()
/third_party/lzma/C/
H A DBcj2Enc.c217 if (((b + (0x100 - 0xe8)) & 0xfe) == 0) break; \ in Bcj2Enc_Encode_2()
H A DBcj2.c132 if (((b + (0x100 - 0xe8)) & 0xfe) == 0) break; \ in Bcj2Dec_Decode()
217 // 8x->0x100 : e9->0x101 : xxe8->xx in Bcj2Dec_Decode()
218 // (((0x100 - (e & ~v)) & (0x100 | (v >> 8))) + (e & v)); in Bcj2Dec_Decode()
219 // (((0x101 + (~e | v)) & (0x100 | (v >> 8))) + (e & v)); in Bcj2Dec_Decode()
/third_party/node/deps/openssl/openssl/crypto/asn1/
H A Dasn1_parse.c382 tag &= ~0x100; in ASN1_tag2str()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs181 pub const POLLWRBAND: ::c_short = 0x100;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/generic/
H A Dmod.rs226 pub const TIOCM_DSR: ::c_int = 0x100;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/mips/
H A Dmod.rs206 pub const TIOCM_CAR: ::c_int = 0x100;
/third_party/rust/crates/libc/src/unix/linux_like/linux/arch/sparc/
H A Dmod.rs196 pub const TIOCM_DSR: ::c_int = 0x100;

Completed in 25 milliseconds

1...<<11121314151617181920>>...56