/third_party/musl/src/ctype/ |
H A D | casemap.h | 172 0x2402, 0x101, -0x100, 0x0, 0x201, -0x200, 177 -0x4f00, -0x60ff, -0x37ff, 0x242802, 0x0, 0x101, 185 -0x2000, 0x101, -0x100, 0x5400, 0x7401, 0x2601, 189 -0x3bff, -0x6000, -0x6ff, 0x701a02, 0x101, -0x100, 191 0x3001, -0x3000, 0x101, -0x100, 0x0, 0xbc000, 195 0x8a0400, 0xee600, 0x101, -0x100, 0x0, -0x3b00, 200 0x1c01, 0x101, -0x1d5cff, -0x20beff, -0x2045ff, -0x1c00, 201 0xb10b02, 0x101, -0x100, 0x3001, -0x3000, 0x0, 204 0x0, 0x101, -0x100, 0xbc0c02, 0x0, 0x101, [all...] |
/third_party/elfutils/libelf/ |
H A D | elf-knowledge.h | 85 #define NT_GNU_BUILD_ATTRIBUTE_FUNC 0x101
|
/third_party/backends/backend/ |
H A D | epson_usb.c | 8 0x101, /* Perfection 636U */
|
/foundation/communication/dsoftbus/core/authentication/include/ |
H A D | auth_hichain_adapter.h | 32 AUTH_GROUP_MESH = 0x101,
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/ |
H A D | wifi_controller_define.h | 48 #define CONCRETE_CMD_START 0x101
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | tlv.h | 28 #define SNDRV_CTL_TLVT_CHMAP_FIXED 0x101 /* fixed channel position */
|
/third_party/lwip/test/unit/tcp/ |
H A D | tcp_helper.h | 33 #define TEST_LOCAL_PORT 0x101
|
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | picture_tools_enc.c | 185 ((((V0) * (255 - (ALPHA)) + (V1) * (ALPHA)) * 0x101 + 256) >> 16) 187 ((((V0) * (1020 - (ALPHA)) + (V1) * (ALPHA)) * 0x101 + 1024) >> 18)
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cfftoken.h | 31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/ |
H A D | cloud_store_types.h | 165 OR = 0x101,
|
/third_party/node/deps/openssl/openssl/include/openssl/ |
H A D | ssl3.h | 240 # define SSL3_RT_INNER_CONTENT_TYPE 0x101
|
/third_party/openssl/include/openssl/ |
H A D | ssl3.h | 240 # define SSL3_RT_INNER_CONTENT_TYPE 0x101
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl3.h | 235 # define SSL3_RT_INNER_CONTENT_TYPE 0x101
|
/third_party/skia/tests/ |
H A D | PDFGlyphsToUnicodeTest.cpp | 74 glyphsInSubset.push_back(0x101); in DEF_TEST()
|
/third_party/lame/libmp3lame/ |
H A D | fft.c | 178 #define ml21(f) (window[i + 0x101] * f(i + 0x101))
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/ |
H A D | general_value.h | 135 OR = 0x101,
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | h264_deblock_msa.c | 134 cnst_2 = (v16i8)__msa_fill_h(0x101); in ff_h264_loop_filter_strength_msa()
|
/third_party/ffmpeg/libavcodec/ |
H A D | exif.c | 71 {"ImageLength", 0x101},
|
/third_party/backends/backend/genesys/ |
H A D | test_scanner_interface.cpp | 36 write_register(0x101, 0x00);
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_select_main.cpp | 39 0xfe, 0xff, 0x100, 0x101, 0x7ffe, 0x7fff, in testSelect()
|
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 3680 uint32_t cr = 0x101 * (0xFF & (c >> 16)); in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3681 uint32_t cg = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3682 uint32_t cb = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3698 uint32_t cr = 0x101 * (0xFF & (c >> 16)); in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3699 uint32_t cg = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3700 uint32_t cb = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3715 // Multiplying by 0x101 (twice, once for alpha and once for color) converts in wuffs_base__color_u32_argb_nonpremul__as__color_u32_argb_premul() 3725 uint32_t a16 = a * (0x101 * 0x101); in wuffs_base__color_u32_argb_nonpremul__as__color_u32_argb_premul() 3748 uint32_t a16 = a * 0x101; in wuffs_base__color_u32_argb_premul__as__color_u32_argb_nonpremul() [all...] |
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 3465 uint32_t cr = 0x101 * (0xFF & (c >> 16)); in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3466 uint32_t cg = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3467 uint32_t cb = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32_argb_premul__as__color_u8_gray() 3483 uint32_t cr = 0x101 * (0xFF & (c >> 16)); in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3484 uint32_t cg = 0x101 * (0xFF & (c >> 8)); in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3485 uint32_t cb = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32_argb_premul__as__color_u16_gray() 3500 // Multiplying by 0x101 (twice, once for alpha and once for color) converts in wuffs_base__color_u32_argb_nonpremul__as__color_u32_argb_premul() 3510 uint32_t a16 = a * (0x101 * 0x101); in wuffs_base__color_u32_argb_nonpremul__as__color_u32_argb_premul() 3533 uint32_t a16 = a * 0x101; in wuffs_base__color_u32_argb_premul__as__color_u32_argb_nonpremul() [all...] |
/third_party/elfutils/libdwfl/ |
H A D | argp-std.c | 41 #define OPT_COREFILE 0x101
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
H A D | afuc_test.asm | 128 cread $02, [$00 + 0x101], 0x0
|
/third_party/littlefs/ |
H A D | lfs.h | 120 LFS_FROM_MOVE = 0x101,
|