/third_party/skia/third_party/externals/freetype/include/freetype/ |
H A D | ftmodapi.h | 117 #define FT_MODULE_DRIVER_SCALABLE 0x100 /* the driver supports */
|
/third_party/skia/third_party/externals/freetype/src/cff/ |
H A D | cfftoken.h | 27 CFF_FIELD_STRING ( 0x100, copyright, "Copyright" )
|
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/ |
H A D | code_points.rs | 101 if code_point.wrapping_sub(0x10) >= 0x100 { in next()
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | buffer_queue_test.cpp | 35 .width = 0x100, 36 .height = 0x100, 45 .w = 0x100, 46 .h = 0x100,
|
/third_party/libsnd/src/ |
H A D | paf.c | 589 normfact = (psf->norm_float == SF_TRUE) ? (1.0 / 0x80000000) : (1.0 / 0x100) ; in paf24_read_f() 617 normfact = (psf->norm_double == SF_TRUE) ? (1.0 / 0x80000000) : (1.0 / 0x100) ; in paf24_read_d() 770 normfact = (psf->norm_float == SF_TRUE) ? (1.0 * 0x7FFFFFFF) : (1.0 / 0x100) ; in paf24_write_f() 801 normfact = (psf->norm_double == SF_TRUE) ? (1.0 * 0x7FFFFFFF) : (1.0 / 0x100) ; in paf24_write_d()
|
/third_party/libunwind/libunwind/src/ptrace/ |
H A D | _UPT_reg_offset.c | 289 [UNW_HPPA_FR + 16] = 0x100, [UNW_HPPA_FR + 17] = 0x108, 622 [UNW_AARCH64_PC] = 0x100, 657 [UNW_TILEGX_R32] = 0x100, 703 [UNW_S390X_F4] = 0x100,
|
/third_party/musl/src/crypt/ |
H A D | crypt_blowfish.c | 64 BF_word S[4][0x100]; 66 BF_word PS[BF_N + 2 + 4 * 0x100]; 651 if (ptr >= &data.ctx.PS[BF_N + 2 + 4 * 0x100]) in BF_crypt() 674 &data.ctx.PS[BF_N + 2 + 4 * 0x100]); in BF_crypt()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | trietest.c | 424 for(start=0; start<0x100; ++start) { in testTrieRangesWithMalloc() 433 for(start=0; start<0x100; ++start) { in testTrieRangesWithMalloc() 633 for(start=0; start<0x100; ++start) { in testTrieRanges() 642 for(start=0; start<0x100; ++start) { in testTrieRanges()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
H A D | powerpc.rs | 168 pub const RTLD_GLOBAL: ::c_int = 0x100; 297 pub const POLLWRNORM: ::c_short = 0x100; 355 pub const CS6: ::tcflag_t = 0x100; 371 pub const ICANON: ::tcflag_t = 0x100;
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | asn1.h | 85 # define V_ASN1_NEG 0x100 144 # define ASN1_STRING_FLAG_X509_TIME 0x100 412 # define ASN1_STRFLGS_DUMP_UNKNOWN 0x100 840 # define ASN1_PCTX_FLAGS_NO_STRUCT_NAME 0x100
|
/third_party/ffmpeg/libavcodec/ |
H A D | hqx.c | 57 { 0x20, 0x40, 0x80, 0x100 }, { 0x30, 0x60, 0xC0, 0x180 }, 58 { 0x40, 0x80, 0x100, 0x200 }, { 0x60, 0xC0, 0x180, 0x300 }, 59 { 0x80, 0x100, 0x200, 0x400 }
|
H A D | cabac_functions.h | 80 int shift= (uint32_t)(c->range - 0x100)>>31; in renorm_cabac_decoder_once()
|
H A D | mpeg4video_parser.c | 75 if ((state & 0xFFFFFF00) == 0x100) { in ff_mpeg4_find_frame_end()
|
H A D | dca.h | 178 DCA_EXSS_LBR = 0x100,
|
H A D | mlp.c | 125 if (crc & 0x100) in ff_mlp_restart_checksum()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_compute.c | 73 BEGIN_NIC0(push, NVC0_CP(GLOBAL_BASE), 0x100); in nvc0_screen_compute_setup() 395 PUSH_DATA (push, align(cp->parm_size, 0x100)); in nvc0_compute_upload_input() 448 PUSH_DATA (push, align(cp->cp.smem_size, 0x100)); in nvc0_launch_grid()
|
/third_party/ffmpeg/libswscale/ |
H A D | output.c | 602 if ((Y1 | Y2) & 0x100) { in yuv2mono_X_c_template() 825 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_X_c_template() 857 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_2_c_template() 884 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_1_c_template() 901 if ((Y1 | Y2 | U | V) & 0x100) { in yuv2422_1_c_template() 1015 if (A & 0x100) in yuv2ya16_1_c_template() 1718 if ((A1 | A2) & 0x100) { in yuv2rgb_X_c_template() 2075 if (A & 0x100) in yuv2rgb_full_X_c_template() 2119 if (A & 0x100) in yuv2rgb_full_2_c_template() 2156 if (A & 0x100) in yuv2rgb_full_1_c_template() [all...] |
/third_party/vixl/src/aarch32/ |
H A D | disasm-aarch32.cc | [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
H A D | gl_enum_utils_autogen.cpp | 72 case 0x100: in GLenumToString() 404 case 0x100: in GLenumToString() 700 case 0x100: in GLenumToString() 2984 case 0x100: in GLenumToString() 3037 case 0x100: in GLenumToString()
|
/drivers/hdf_core/framework/support/platform/include/dma/ |
H A D | dmac_core.h | 38 DMAC_ERROR_BASE = 0x100,
|
/foundation/CastEngine/castengine_cast_framework/interfaces/inner_api/include/ |
H A D | oh_remote_control_event.h | 90 const uint32_t EXPORT EXPORT META_CAP_LOCKED = 0x100;
|
/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/ |
H A D | types.h | 115 APPLICATION = 0x100,
|
/foundation/systemabilitymgr/samgr/services/samgr/native/source/ |
H A D | service_registry.cpp | 37 constexpr int32_t MASK = 0x100;
|
/third_party/eudev/src/udev/ |
H A D | udevadm-trigger.c | 100 ARG_NAME = 0x100, in adm_trigger()
|
/third_party/ffmpeg/libavformat/ |
H A D | movenc.h | 46 #define MODE_AVIF 0x100
|