/third_party/mesa3d/src/asahi/lib/ |
H A D | agx_formats.h | 32 uint16_t hw; member
|
/third_party/mesa3d/src/panfrost/lib/ |
H A D | pan_format.h | 40 mali_pixel_format hw; member
|
/third_party/backends/backend/ |
H A D | net.h | 82 Net_Device *hw; member
|
H A D | plustek-usbio.c | 324 HWDef *hw = &dev->usbDev.HwSetting; in usbio_ResetLM983x() local
|
H A D | canon_pp.h | 94 SANE_Device hw; member
|
H A D | pint.h | 99 PINT_Device *hw; member
|
H A D | s9036.h | 78 S9036_Device *hw; member
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_isa_info.h | 50 unsigned hw; member 70 brw_opcode_decode(const struct brw_isa_info *isa, unsigned hw) in brw_opcode_decode() argument
|
/third_party/musl/porting/uniproton/kernel/src/string/ |
H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 14 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local 22 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local [all...] |
/third_party/musl/src/string/ |
H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 14 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local 22 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local [all...] |
H A D | memmem.c | 7 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_memmem() local 16 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_memmem() local 25 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; fourbyte_memmem() local [all...] |
/third_party/musl/porting/liteos_a/kernel/src/string/ |
H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 14 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local 22 uint32_t hw = (uint32_t)h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local [all...] |
/third_party/musl/porting/liteos_m/kernel/src/string/ |
H A D | strstr.c | 6 uint16_t nw = n[0]<<8 | n[1], hw = h[0]<<8 | h[1]; in twobyte_strstr() local 14 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8; in threebyte_strstr() local 22 uint32_t hw = h[0]<<24 | h[1]<<16 | h[2]<<8 | h[3]; in fourbyte_strstr() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_format.h | 9 unsigned hw; member 13 unsigned hw; member
|
H A D | nv30_query.c | 33 struct nouveau_heap *hw; member [all...] |
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 32 const PROV_CIPHER_HW_AES_SIV *hw; member
|
H A D | cipher_aes_cbc_hmac_sha.h | 44 const PROV_CIPHER_HW_AES_HMAC_SHA *hw; member
|
H A D | cipher_chacha20_poly1305.c | 167 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_set_ctx_params() local 255 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_einit() local 275 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = in chacha20_poly1305_dinit() local 290 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = chacha20_poly1305_cipher() local 316 PROV_CIPHER_HW_CHACHA20_POLY1305 *hw = chacha20_poly1305_final() local [all...] |
H A D | cipher_chacha20.c | 178 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; in ossl_chacha20_einit() local 197 PROV_CIPHER_HW_CHACHA20 *hw = (PROV_CIPHER_HW_CHACHA20 *)ctx->hw; in ossl_chacha20_dinit() local
|
/third_party/openssl/providers/implementations/ciphers/ |
H A D | cipher_aes_siv.h | 32 const PROV_CIPHER_HW_AES_SIV *hw; member
|
/third_party/mesa3d/src/broadcom/simulator/ |
H A D | v3d_simulator_wrapper.cpp | 49 uint32_t v3d_hw_get_mem(const struct v3d_hw *hw, uint32_t *size, void **p) in v3d_hw_get_mem() argument 54 bool v3d_hw_alloc_mem(struct v3d_hw *hw, size_t min_size) in v3d_hw_alloc_mem() argument 59 uint32_t v3d_hw_read_reg(struct v3d_hw *hw, uint32_t reg) in v3d_hw_read_reg() argument 64 void v3d_hw_write_reg(struct v3d_hw *hw, uint32_t reg, uint32_t val) in v3d_hw_write_reg() argument 69 void v3d_hw_tick(struct v3d_hw *hw) in v3d_hw_tick() argument 74 v3d_hw_get_version(struct v3d_hw *hw) v3d_hw_get_version() argument 82 v3d_hw_set_isr(struct v3d_hw *hw, void (*isr)(uint32_t status)) v3d_hw_set_isr() argument [all...] |
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_text.py | 12 hw = 'hello\nworld' # Several tests insert this after initialization. variable in TextTest [all...] |
/third_party/skia/gm/ |
H A D | verylargebitmap.cpp | 72 int hw = width / 2; in show_image() local
|
/third_party/alsa-lib/test/ |
H A D | pcm-multi-thread.c | 190 snd_pcm_hw_params_t *hw; in setup_params() local [all...] |
/third_party/mesa3d/src/gallium/drivers/svga/ |
H A D | svga_pipe_misc.c | 96 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_cleanup_framebuffer() local
|