Home
last modified time | relevance | path

Searched defs:hw (Results 1 - 25 of 115) sorted by relevance

12345

/third_party/mesa3d/src/asahi/lib/
H A Dagx_formats.h32 uint16_t hw; member
/third_party/mesa3d/src/panfrost/lib/
H A Dpan_format.h40 mali_pixel_format hw; member
/third_party/backends/backend/
H A Dnet.h82 Net_Device *hw; member
H A Dplustek-usbio.c324 HWDef *hw = &dev->usbDev.HwSetting; in usbio_ResetLM983x() local
H A Dcanon_pp.h94 SANE_Device hw; member
H A Dpint.h99 PINT_Device *hw; member
H A Ds9036.h78 S9036_Device *hw; member
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_isa_info.h50 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 Dstrstr.c6 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 Dstrstr.c6 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 Dmemmem.c7 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 Dstrstr.c6 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 Dstrstr.c6 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 Dnv30_format.h9 unsigned hw; member
13 unsigned hw; member
H A Dnv30_query.c33 struct nouveau_heap *hw; member
[all...]
/third_party/node/deps/openssl/openssl/providers/implementations/ciphers/
H A Dcipher_aes_siv.h32 const PROV_CIPHER_HW_AES_SIV *hw; member
H A Dcipher_aes_cbc_hmac_sha.h44 const PROV_CIPHER_HW_AES_HMAC_SHA *hw; member
H A Dcipher_chacha20_poly1305.c167 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 Dcipher_chacha20.c178 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 Dcipher_aes_siv.h32 const PROV_CIPHER_HW_AES_SIV *hw; member
/third_party/mesa3d/src/broadcom/simulator/
H A Dv3d_simulator_wrapper.cpp49 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 Dtest_text.py12 hw = 'hello\nworld' # Several tests insert this after initialization. variable in TextTest
[all...]
/third_party/skia/gm/
H A Dverylargebitmap.cpp72 int hw = width / 2; in show_image() local
/third_party/alsa-lib/test/
H A Dpcm-multi-thread.c190 snd_pcm_hw_params_t *hw; in setup_params() local
[all...]
/third_party/mesa3d/src/gallium/drivers/svga/
H A Dsvga_pipe_misc.c96 struct pipe_framebuffer_state *hw = &svga->state.hw_clear.framebuffer; in svga_cleanup_framebuffer() local

Completed in 8 milliseconds

12345