Home
last modified time | relevance | path

Searched refs:x101 (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/musl/src/ctype/
H A Dcasemap.h172 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 Delf-knowledge.h85 #define NT_GNU_BUILD_ATTRIBUTE_FUNC 0x101
/third_party/backends/backend/
H A Depson_usb.c8 0x101, /* Perfection 636U */
/foundation/communication/dsoftbus/core/authentication/include/
H A Dauth_hichain_adapter.h32 AUTH_GROUP_MESH = 0x101,
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_define.h48 #define CONCRETE_CMD_START 0x101
/third_party/alsa-lib/include/sound/uapi/
H A Dtlv.h28 #define SNDRV_CTL_TLVT_CHMAP_FIXED 0x101 /* fixed channel position */
/third_party/lwip/test/unit/tcp/
H A Dtcp_helper.h33 #define TEST_LOCAL_PORT 0x101
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dpicture_tools_enc.c185 ((((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 Dcfftoken.h31 CFF_FIELD_BOOL ( 0x101, is_fixed_pitch, "isFixedPitch" )
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h165 OR = 0x101,
/third_party/node/deps/openssl/openssl/include/openssl/
H A Dssl3.h240 # define SSL3_RT_INNER_CONTENT_TYPE 0x101
/third_party/openssl/include/openssl/
H A Dssl3.h240 # define SSL3_RT_INNER_CONTENT_TYPE 0x101
/third_party/openssl/ohos_lite/include/openssl/
H A Dssl3.h235 # define SSL3_RT_INNER_CONTENT_TYPE 0x101
/third_party/skia/tests/
H A DPDFGlyphsToUnicodeTest.cpp74 glyphsInSubset.push_back(0x101); in DEF_TEST()
/third_party/lame/libmp3lame/
H A Dfft.c178 #define ml21(f) (window[i + 0x101] * f(i + 0x101))
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h135 OR = 0x101,
/third_party/ffmpeg/libavcodec/mips/
H A Dh264_deblock_msa.c134 cnst_2 = (v16i8)__msa_fill_h(0x101); in ff_h264_loop_filter_strength_msa()
/third_party/ffmpeg/libavcodec/
H A Dexif.c71 {"ImageLength", 0x101},
/third_party/backends/backend/genesys/
H A Dtest_scanner_interface.cpp36 write_register(0x101, 0x00);
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_select_main.cpp39 0xfe, 0xff, 0x100, 0x101, 0x7ffe, 0x7fff, in testSelect()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c3680 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 Dwuffs-v0.3.c3465 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 Dargp-std.c41 #define OPT_COREFILE 0x101
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
H A Dafuc_test.asm128 cread $02, [$00 + 0x101], 0x0
/third_party/littlefs/
H A Dlfs.h120 LFS_FROM_MOVE = 0x101,

Completed in 103 milliseconds

1234