/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
H A D | SystemZ.h | 121 const unsigned TDCMASK_NORMAL_MINUS = 0x100;
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uidna.h | 475 UIDNA_ERROR_PUNYCODE=0x100,
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | x509_vfy.rs | 114 pub const X509_V_FLAG_EXPLICIT_POLICY: c_ulong = 0x100;
|
/third_party/spirv-tools/test/opt/ |
H A D | set_spec_const_default_value_test.cpp | 80 {"0x100:1024", true, SpecIdToValueStrMap{{256, "1024"}}}, 82 {"101:1 102:2 103:3 104:4 200:201 9999:1000 0x100:333", true, 111 {"0x100:100 256:200", false, SpecIdToValueStrMap{}}, 207 SpecIdToValueStrMap{{100, "18446744073709551614"}, {101, "0x100"}}, 670 {101, {0x100, 0x0}}},
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_nvc0.cpp | 487 case 0: code[0] |= 0x100 >> ss2a; break; in emitForm_S() 514 case 0: code[0] |= 0x100; break; in emitShortSrc2() 727 addOp |= 0x100; in emitUADD() 729 addOp ^= 0x100; in emitUADD() 750 assert(!(addOp & 0x100)); in emitUADD() 833 code[0] |= (i->subOp & 0x100) >> 3; in emitMADSP() 1328 code[0] |= 0x100; // p mode in emitTEX() 1656 code[0] |= 0x100; in emitVFETCH() 1680 code[0] |= 0x100; in emitEXPORT() 1846 val = 0x100; [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/ |
H A D | hifb_def.h | 45 #define INTF_REGS_LEN 0x100
665 VDP_GFX_IFMT_STILL_888 = 0x100, /* only use by environment */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/vo/vo_dev/arch/hi3516cv500/include/ |
H A D | vou_def.h | 44 #define INTF_REGS_LEN 0x100 670 VDP_GFX_IFMT_STILL_888 = 0x100, /* only use by environment */
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/platform/higv/include/ |
H A D | hi_gv_widget.h | 221 #define HIGV_STYLE_HILIGHT_CHILD 0x100 503 #define HIGV_MSG_LAN_CHANGE 0x100
|
/device/soc/rockchip/common/vendor/drivers/mmc/host/ |
H A D | rk_sdmmc.h | 61 #define SDMMC_CDTHRCTL 0x100 83 * Lower than 2.40a : data register offest is 0x100 85 #define DATA_OFFSET 0x100
|
/device/soc/rockchip/common/vendor/drivers/rockchip/ |
H A D | io-domain.c | 316 .grf_offset = 0x100,
426 .grf_offset = 0x100,
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/host/ |
H A D | rk_sdmmc.h | 61 #define SDMMC_CDTHRCTL 0x100 83 * Lower than 2.40a : data register offest is 0x100 85 #define DATA_OFFSET 0x100
|
H A D | dw_mmc.h | 309 #define SDMMC_CDTHRCTL 0x100
328 * Lower than 2.40a : data register offest is 0x100
330 #define DATA_OFFSET 0x100
|
/device/soc/rockchip/common/sdk_linux/drivers/soc/rockchip/ |
H A D | io-domain.c | 316 .grf_offset = 0x100,
426 .grf_offset = 0x100,
|
/device/soc/rockchip/rk3588/kernel/drivers/mmc/host/ |
H A D | rk_sdmmc.h | 61 #define SDMMC_CDTHRCTL 0x100 97 * Lower than 2.40a : data register offest is 0x100 99 #define DATA_OFFSET 0x100
|
/foundation/graphic/graphic_surface/surface/test/unittest/ |
H A D | metadata_helper_test.cpp | 31 .width = 0x100, 32 .height = 0x100,
|
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/systemtest/ |
H A D | opengl_wrapper_api_test.cpp | 229 int32_t height = 0x100; in HWTEST_F() 230 int32_t width = 0x100; in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | a64multienc.c | 269 temp |= colram[charmap[a + 0x100]] << 1; in a64_compress_colram() 295 int colram_size = 0x100 * c->mc_use_5col; in a64multi_encode_frame()
|
/third_party/elfio/c_wrapper/ |
H A D | elf_types_c_wrapper.hpp | 407 #define EF_AMDGPU_XNACK 0x100 498 #define SHF_OS_NONCONFORMING 0x100
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_photosensitivity.c | 154 const uint16_t t_mul = 0x100 - s_mul; in blend_frame_partial() 175 td.s_mul = (uint16_t)(factor * 0x100); in blend_frame()
|
/third_party/backends/backend/genesys/ |
H A D | scanner_interface_usb.cpp | 53 usb_value |= 0x100; in read_register() 100 usb_value |= 0x100; in write_register()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
H A D | CollationData.java | 454 lowStart += 0x100; in addLowScriptRange() 465 highLimit -= 0x100; in addHighScriptRange()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
H A D | CollationData.java | 456 lowStart += 0x100; in addLowScriptRange() 467 highLimit -= 0x100; in addHighScriptRange()
|
/third_party/libsnd/src/G72x/ |
H A D | g72x.c | 47 0x100, 0x200, 0x400, 0x800, 0x1000, 0x2000, 0x4000 483 a2p -= 0x100 ; in update()
|
/third_party/lame/libmp3lame/ |
H A D | fft.c | 173 #define ml20(f) (window[i + 0x100] * f(i + 0x100))
|
/third_party/mesa3d/src/gallium/drivers/nouveau/ |
H A D | nouveau_vp3_video_bsp.c | 237 return (struct strparm_bsp *)(bsp_bo->map + 0x100); in strparm_bsp() 247 dec->bsp_ptr += 0x100; in nouveau_vp3_bsp_begin() 288 * 0x000..0x100: picparm_bsp in nouveau_vp3_bsp_end()
|