Home
last modified time | relevance | path

Searched refs:x100 (Results 326 - 350 of 1463) sorted by relevance

1...<<11121314151617181920>>...59

/third_party/musl/arch/mipsn32/bits/
H A Dioctl.h99 #define TIOCM_CAR 0x100
/third_party/musl/arch/powerpc64/bits/
H A Dioctl.h67 #define TIOCM_DSR 0x100
/third_party/musl/include/
H A Dnetdb.h58 #define NI_NUMERICSCOPE 0x100
/third_party/musl/include/net/
H A Dif.h37 #define IFF_PROMISC 0x100
/third_party/musl/arch/mips/bits/
H A Dioctl.h99 #define TIOCM_CAR 0x100
/third_party/musl/arch/powerpc/bits/
H A Dioctl.h67 #define TIOCM_DSR 0x100
/third_party/musl/arch/sh/bits/
H A Dioctl.h54 #define TIOCM_DSR 0x100
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_state.h46 #define SP_NEW_DEPTH_STENCIL_ALPHA 0x100
/third_party/node/deps/openssl/openssl/crypto/
H A Ds390x_arch.h168 # define S390X_KMA_LPC 0x100
/third_party/libcoap/include/coap3/
H A Dcoap_resource.h127 #define COAP_RESOURCE_FLAGS_LIB_DIS_MCAST_SUPPRESS_5_XX 0x100
/third_party/rust/crates/libloading/src/os/unix/
H A Dconsts.rs166 pub(super) const RTLD_GLOBAL: c_int = 0x100;
/third_party/pulseaudio/src/modules/
H A Dladspa.h285 #define LADSPA_HINT_DEFAULT_HIGH 0x100
/third_party/openssl/crypto/
H A Ds390x_arch.h168 # define S390X_KMA_LPC 0x100
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H A Dastc_mathlib_softfloat.cpp79 if (inp >= UINT32_C(0x100)) in clz32()
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftmodapi.h117 #define FT_MODULE_DRIVER_SCALABLE 0x100 /* the driver supports */
/third_party/skia/third_party/externals/freetype/src/cff/
H A Dcfftoken.h27 CFF_FIELD_STRING ( 0x100, copyright, "Copyright" )
/third_party/rust/crates/os_str_bytes/src/windows/wtf8/
H A Dcode_points.rs101 if code_point.wrapping_sub(0x10) >= 0x100 { in next()
/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dbuffer_queue_test.cpp35 .width = 0x100,
36 .height = 0x100,
45 .w = 0x100,
46 .h = 0x100,
/third_party/libsnd/src/
H A Dpaf.c589 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.c289 [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 Dcrypt_blowfish.c64 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 Dtrietest.c424 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 Dpowerpc.rs168 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 Dasn1.h85 # 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 Dhqx.c57 { 0x20, 0x40, 0x80, 0x100 }, { 0x30, 0x60, 0xC0, 0x180 },
58 { 0x40, 0x80, 0x100, 0x200 }, { 0x60, 0xC0, 0x180, 0x300 },
59 { 0x80, 0x100, 0x200, 0x400 }

Completed in 24 milliseconds

1...<<11121314151617181920>>...59