/third_party/musl/arch/mipsn32/bits/ |
H A D | ioctl.h | 99 #define TIOCM_CAR 0x100
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | ioctl.h | 67 #define TIOCM_DSR 0x100
|
/third_party/musl/include/ |
H A D | netdb.h | 58 #define NI_NUMERICSCOPE 0x100
|
/third_party/musl/include/net/ |
H A D | if.h | 37 #define IFF_PROMISC 0x100
|
/third_party/musl/arch/mips/bits/ |
H A D | ioctl.h | 99 #define TIOCM_CAR 0x100
|
/third_party/musl/arch/powerpc/bits/ |
H A D | ioctl.h | 67 #define TIOCM_DSR 0x100
|
/third_party/musl/arch/sh/bits/ |
H A D | ioctl.h | 54 #define TIOCM_DSR 0x100
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_state.h | 46 #define SP_NEW_DEPTH_STENCIL_ALPHA 0x100
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | s390x_arch.h | 168 # define S390X_KMA_LPC 0x100
|
/third_party/libcoap/include/coap3/ |
H A D | coap_resource.h | 127 #define COAP_RESOURCE_FLAGS_LIB_DIS_MCAST_SUPPRESS_5_XX 0x100
|
/third_party/rust/crates/libloading/src/os/unix/ |
H A D | consts.rs | 166 pub(super) const RTLD_GLOBAL: c_int = 0x100;
|
/third_party/pulseaudio/src/modules/ |
H A D | ladspa.h | 285 #define LADSPA_HINT_DEFAULT_HIGH 0x100
|
/third_party/openssl/crypto/ |
H A D | s390x_arch.h | 168 # define S390X_KMA_LPC 0x100
|
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/ |
H A D | astc_mathlib_softfloat.cpp | 79 if (inp >= UINT32_C(0x100)) in clz32()
|
/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 }
|