Home
last modified time | relevance | path

Searched refs:x800 (Results 226 - 250 of 863) sorted by relevance

12345678910>>...35

/third_party/backends/backend/
H A Dsm3600-gray.c58 #define LINE_THRESHOLD 0x800
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DTrie2.java720 /** Number of code points per index-1 table entry. 2048=0x800 */
750 * Length=2048=0x800=0x10000>>UTRIE2_SHIFT_2.
771 static final int UTRIE2_UTF8_2B_INDEX_2_LENGTH=0x800>>6; /* U+0800 is the first code point after 2-byte UTF-8 */
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DTrie2.java726 /** Number of code points per index-1 table entry. 2048=0x800 */
756 * Length=2048=0x800=0x10000>>UTRIE2_SHIFT_2.
777 static final int UTRIE2_UTF8_2B_INDEX_2_LENGTH=0x800>>6; /* U+0800 is the first code point after 2-byte UTF-8 */
/third_party/icu/icu4c/source/common/
H A Dutrie2.h708 /** Number of code points per index-1 table entry. 2048=0x800 */
738 * Length=2048=0x800=0x10000>>UTRIE2_SHIFT_2.
759 UTRIE2_UTF8_2B_INDEX_2_LENGTH=0x800>>6, /* U+0800 is the first code point after 2-byte UTF-8 */
/third_party/libsnd/src/G72x/
H A Dg72x.c47 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000
/third_party/lzma/CPP/7zip/UI/Common/
H A DPropIDUtils.cpp68 if ((a & 0x800) != 0) s[3] = ((a & (1 << 6)) ? 's' : 'S'); // S_ISUID in ConvertPosixAttribToString()
/third_party/libbpf/include/uapi/linux/
H A Dperf_event.h1330 #define PERF_MEM_LVL_REM_CCE2 0x800 /* Remote Cache (2 hops) */
/third_party/node/deps/icu-small/source/common/
H A Dutrie2.h708 /** Number of code points per index-1 table entry. 2048=0x800 */
738 * Length=2048=0x800=0x10000>>UTRIE2_SHIFT_2.
759 UTRIE2_UTF8_2B_INDEX_2_LENGTH=0x800>>6, /* U+0800 is the first code point after 2-byte UTF-8 */
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c456 sll.sll_protocol = htons(0x800); in lws_plat_rawudp_broadcast()
/third_party/lwip/src/include/netif/ppp/
H A Dppp_impl.h351 #define CHAP_MS2_PEER 0x800
/third_party/lzma/C/
H A D7zTypes.h77 // (FACILITY_ERRNO = 0x800) is 7zip's FACILITY constant to represent (errno) errors in HRESULT
78 #define MY_FACILITY_ERRNO 0x800
/third_party/openssl/ohos_lite/include/openssl/
H A Docsp.h69 # define OCSP_NOTIME 0x800
H A Dpkcs7.h182 # define PKCS7_CRLFEOL 0x800
H A Dcms.h67 # define CMS_CRLFEOL 0x800
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/
H A DNVCtrl.h4317 #define ATTRIBUTE_TYPE_3D_VISION_PRO_TRANSCEIVER 0x800
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h373 Undname_32BitDecode = 0x800,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAddressingModes.h605 Value |= 0x800;
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie2.h708 /** Number of code points per index-1 table entry. 2048=0x800 */
738 * Length=2048=0x800=0x10000>>UTRIE2_SHIFT_2.
759 UTRIE2_UTF8_2B_INDEX_2_LENGTH=0x800>>6, /* U+0800 is the first code point after 2-byte UTF-8 */
/third_party/python/Lib/
H A Dzipimport.py506 if flags & 0x800:
/third_party/vixl/src/aarch32/
H A Dassembler-aarch32.cc1940 ((immediate_t32.GetEncodingValue() & 0x800) << 15)); in adc()
2028 ((immediate_t32.GetEncodingValue() & 0x800) << 15)); in adcs()
2152 ((imm & 0x700) << 4) | ((imm & 0x800) << 15)); in add()
2162 ((immediate_t32.GetEncodingValue() & 0x800) << 15)); in add()
2170 (imm & 0xff) | ((imm & 0x700) << 4) | ((imm & 0x800) << 15)); in add()
2180 ((immediate_t32.GetEncodingValue() & 0x800) << 15)); in add()
2188 ((imm & 0x700) << 4) | ((imm & 0x800) << 15)); in add()
2379 ((immediate_t32.GetEncodingValue() & 0x800) << 15)); in adds()
2389 ((immediate_t32.GetEncodingValue() & 0x800) << 15)); in adds()
2514 ((imm & 0x700) << 4) | ((imm & 0x800) << 1 in addw()
[all...]
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnve4_compute.c656 NVA0C0_QMDV00_06_VAL_SET(qmd, SHADER_LOCAL_MEMORY_CRS_SIZE, 0x800); in nve4_compute_setup_launch_desc()
716 NVC0C0_QMDV02_01_VAL_SET(qmd, SHADER_LOCAL_MEMORY_CRS_SIZE, 0x800); in gp100_compute_setup_launch_desc()
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/x86/
H A Dmod.rs391 pub const O_NDELAY: ::c_int = 0x800;
514 pub const EFD_NONBLOCK: ::c_int = 0x800;
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/
H A Ds390x.rs467 pub const O_NDELAY: ::c_int = 0x800;
483 pub const EFD_NONBLOCK: ::c_int = 0x800;
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dgl_enum_utils_autogen.cpp714 case 0x800: in GLenumToString()
3043 case 0x800: in GLenumToString()
/drivers/hdf_core/framework/test/unittest/model/usb/device/src/
H A Dusb_device_lite_sdk_if_test.c925 // 0x800: Represents the length of the requested data, testing equal to 2048. in UsbFnDviceTestAllocCtrlRequest006()
926 struct UsbFnRequest *req = UsbFnAllocCtrlRequest(g_acmDevice->ctrlIface.handle, 0x800); in UsbFnDviceTestAllocCtrlRequest006()
1027 struct UsbFnRequest *req = UsbFnAllocRequest(g_acmDevice->ctrlIface.handle, g_acmDevice->notifyPipe.id, 0x800); in UsbFnDviceTestAllocRequest003()
1048 struct UsbFnRequest *req = UsbFnAllocRequest(handle, g_acmDevice->notifyPipe.id, 0x800); in UsbFnDviceTestAllocRequest004()

Completed in 56 milliseconds

12345678910>>...35