Home
last modified time | relevance | path

Searched refs:x400 (Results 576 - 600 of 928) sorted by relevance

1...<<21222324252627282930>>...38

/third_party/node/deps/openssl/config/archs/linux64-mips64/no-asm/include/openssl/
H A Dasn1.h124 # 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 Dasn1.h124 # define SMIME_OLDMIME 0x400
505 #define ASN1_STRFLGS_ESC_2254 0x400
H A Dx509_vfy.h438 # define X509_V_FLAG_INHIBIT_MAP 0x400
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/
H A Dasn1.h124 # 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 Dasn1.h124 # define SMIME_OLDMIME 0x400
505 #define ASN1_STRFLGS_ESC_2254 0x400
/third_party/node/deps/uv/src/win/
H A Dtty.c2155 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 Dmod.rs852 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 Dmod.rs1530 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 Dnative.rs79 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 Dmod.rs927 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 Dsimulator-loong64.cc1668 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 Dsimulator-mips64.cc1868 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 Dmod.rs1798 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 Dbasic_tests.c2698 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 Dmod.rs2329 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 Dmod.rs3714 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 DCollationDataBuilder.java982 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 DCaseMapImpl.java177 public static final int TITLECASE_ADJUST_TO_CASED = 0x400;
/third_party/icu/icu4c/source/test/intltest/
H A Ducharstrietest.cpp175 { "ggg", 0x400 }, in TestBranches()
/third_party/icu/icu4c/source/test/cintltst/
H A Dutf8tst.c1183 0, 0x400 in TestAppend()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DCharsTrieTest.java113 new StringAndValue("ggg", 0x400), in Test21Branches()
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp1186 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 DCharsTrieTest.java110 new StringAndValue("ggg", 0x400), in Test21Branches()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCaseMapImpl.java178 public static final int TITLECASE_ADJUST_TO_CASED = 0x400;
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationDataBuilder.java971 for(char lead = 0xd800; lead < 0xdc00; ++lead, c += 0x400) { in buildMappings()

Completed in 103 milliseconds

1...<<21222324252627282930>>...38