/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/ |
H A D | asn1.h | 124 # define SMIME_OLDMIME 0x400 505 #define ASN1_STRFLGS_ESC_2254 0x400
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | asn1.h | 124 # define SMIME_OLDMIME 0x400 505 #define ASN1_STRFLGS_ESC_2254 0x400
|
H A D | x509_vfy.h | 438 # define X509_V_FLAG_INHIBIT_MAP 0x400
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | asn1.h | 124 # define SMIME_OLDMIME 0x400 505 #define ASN1_STRFLGS_ESC_2254 0x400
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/ |
H A D | asn1.h | 124 # define SMIME_OLDMIME 0x400 505 #define ASN1_STRFLGS_ESC_2254 0x400
|
/third_party/node/deps/uv/src/win/ |
H A D | tty.c | 2155 utf16_buf[utf16_buf_used++] = (WCHAR) (utf8_codepoint / 0x400 + 0xD800); 2156 utf16_buf[utf16_buf_used++] = (WCHAR) (utf8_codepoint % 0x400 + 0xDC00);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 852 pub const CPU_SETSIZE: ::c_int = 0x400; 928 pub const IFA_F_MCAUTOJOIN: u32 = 0x400;
|
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/ |
H A D | mod.rs | 1530 pub const NFSMNT_KERB: ::c_int = 0x400; // Use Kerberos authentication 1585 pub const IFF_OACTIVE: ::c_int = 0x400; // transmission in progress
|
/third_party/rust/crates/libc/src/unix/haiku/ |
H A D | native.rs | 79 B_NUMBER_CRUNCHING = 0x400, 646 pub const B_DEBUGGER_ALREADY_INSTALLED: status_t = B_OS_ERROR_BASE + 0x400;
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/ |
H A D | mod.rs | 927 pub const Q_SETQUOTA: ::c_int = 0x400; 1146 pub const IFF_OACTIVE_COMPAT: ::c_int = 0x400; // was transmission in progress
|
/third_party/node/deps/v8/src/execution/loong64/ |
H A D | simulator-loong64.cc | 1668 if (addr >= 0 && addr < 0x400) { in ReadW() 1689 if (addr >= 0 && addr < 0x400) { in ReadWU() 1709 if (addr >= 0 && addr < 0x400) { in WriteW() 1733 if (addr >= 0 && addr < 0x400) { in WriteConditionalW() 1762 if (addr >= 0 && addr < 0x400) { in Read2W() 1783 if (addr >= 0 && addr < 0x400) { in Write2W() 1807 if (addr >= 0 && addr < 0x400) { in WriteConditional2W()
|
/third_party/node/deps/v8/src/execution/mips64/ |
H A D | simulator-mips64.cc | 1868 if (addr >= 0 && addr < 0x400) { in ReadW() 1888 if (addr >= 0 && addr < 0x400) { in ReadWU() 1908 if (addr >= 0 && addr < 0x400) { in WriteW() 1931 if (addr >= 0 && addr < 0x400) { in WriteConditionalW() 1960 if (addr >= 0 && addr < 0x400) { in Read2W() 1980 if (addr >= 0 && addr < 0x400) { in Write2W() 2003 if (addr >= 0 && addr < 0x400) { in WriteConditional2W()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 1798 pub const NLM_F_ATOMIC: ::c_int = 0x400; 1803 pub const NLM_F_CREATE: ::c_int = 0x400; 2919 pub const RTM_F_EQUALIZE: ::c_uint = 0x400;
|
/third_party/libdrm/tests/amdgpu/ |
H A D | basic_tests.c | 2698 ptr_cmd[i++] = 0x400; in amdgpu_memset_dispatch_test() 2856 ptr_cmd[i++] = 0x400; in amdgpu_memcpy_dispatch_test() 2867 ptr_cmd[i++] = 0x400; in amdgpu_memcpy_dispatch_test() 3951 ptr_cmd[i++] = 0x400; in amdgpu_memcpy_draw()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 2329 pub const PL_FLAG_VFORKED: ::c_int = 0x400; 2469 pub const IFF_OACTIVE: ::c_int = 0x400; 2473 pub const IFF_DRV_OACTIVE: ::c_int = 0x400; 3034 pub const AT_SYMLINK_FOLLOW: ::c_int = 0x400;
|
/third_party/rust/crates/libc/src/unix/bsd/apple/ |
H A D | mod.rs | 3714 pub const MSG_FLUSH: ::c_int = 0x400; 3735 pub const IFF_OACTIVE: ::c_int = 0x400; // transmission in progress 4046 pub const Q_SETQUOTA: ::c_int = 0x400; 4404 pub const RTF_LLINFO: ::c_int = 0x400; 4563 pub const IPC_EXCL: ::c_int = 0x400; 4726 pub const VM_PAGE_QUERY_PAGE_CS_NX: i32 = 0x400;
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 982 for(char lead = 0xd800; lead < 0xdc00; ++lead, c += 0x400) { in buildMappings()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | CaseMapImpl.java | 177 public static final int TITLECASE_ADJUST_TO_CASED = 0x400;
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | ucharstrietest.cpp | 175 { "ggg", 0x400 }, in TestBranches()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | utf8tst.c | 1183 0, 0x400 in TestAppend()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
H A D | CharsTrieTest.java | 113 new StringAndValue("ggg", 0x400), in Test21Branches()
|
/third_party/icu/tools/unicode/c/genuca/ |
H A D | genuca.cpp | 1186 for(UChar lead = 0xd800; lead < 0xdc00; ++lead, c += 0x400) { in setLeadSurrogatesForAssociatedSupplementary()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
H A D | CharsTrieTest.java | 110 new StringAndValue("ggg", 0x400), in Test21Branches()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | CaseMapImpl.java | 178 public static final int TITLECASE_ADJUST_TO_CASED = 0x400;
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationDataBuilder.java | 971 for(char lead = 0xd800; lead < 0xdc00; ++lead, c += 0x400) { in buildMappings()
|