Home
last modified time | relevance | path

Searched defs:h (Results 276 – 300 of 1714) sorted by relevance

1...<<11121314151617181920>>...69

/OK3568_Linux_fs/u-boot/include/asm-generic/bitops/
H A Dfls64.h20 __u32 h = x >> 32; in fls64() local
/OK3568_Linux_fs/kernel/tools/include/asm-generic/bitops/
H A Dfls64.h21 __u32 h = x >> 32; in fls64() local
/OK3568_Linux_fs/kernel/include/asm-generic/bitops/
H A Dfls64.h21 __u32 h = x >> 32; in fls64() local
/OK3568_Linux_fs/kernel/drivers/thermal/intel/
H A Dx86_pkg_temp_thermal.c177 u32 l, h, mask, shift, intr; in sys_set_trip_temp() local
237 u32 l, h; in enable_pkg_thres_interrupt() local
253 u32 l, h; in disable_pkg_thres_interrupt() local
/OK3568_Linux_fs/external/rknpu2/examples/RV1106_RV1103/rknn_mobilenet_demo/src/
H A Dmain.cc216 int NC1HWC2_int8_to_NCHW_float(const int8_t *src, float *dst, int *dims, int channel, int h, int w,… in NC1HWC2_int8_to_NCHW_float()
389 for (int h = 0; h < height; ++h) in main() local
467 int h = orig_output_attrs[i].n_dims > 2 ? orig_output_attrs[i].dims[2] : 1; in main() local
/OK3568_Linux_fs/kernel/net/sched/
H A Dcls_fw.c135 int h; in fw_destroy() local
162 int h; in fw_delete() local
349 int h; in fw_walk() local
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/
H A Dhal_btc.c188 struct rtw_hal_com_t *h = btc->hal; in _send_fw_cmd() local
352 struct rtw_hal_com_t *h = btc->hal; in _reset_btc_var() local
500 struct rtw_hal_com_t *h = btc->hal; in _update_wl_info() local
1192 struct rtw_hal_com_t *h = btc->hal; in _update_bt_info() local
1348 struct rtw_hal_com_t *h = btc->hal; in _ntfy_role_info() local
1570 struct rtw_hal_com_t *h = btc->hal; in _ntfy_wl_sta() local
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnft_hash.c32 u32 h; in nft_jhash_eval() local
52 u32 h; in nft_symhash_eval() local
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Daec_xml2json.cpp267 std::string w, h; in convertSensorinfoCalibV1ToCalibV2() local
357 std::string w, h; in convertSensorinfoCalibV1ToCalibV2() local
/OK3568_Linux_fs/kernel/arch/x86/crypto/
H A Dsha256-ssse3-asm.S104 h = %r11d define
137 h = g define
H A Dsha256-avx-asm.S111 h = %r11d define
143 h = g define
H A Dsha512-avx2-asm.S91 h = %r11 define
149 h = g define
/OK3568_Linux_fs/kernel/drivers/scsi/qla4xxx/
H A Dql4_83xx.h227 struct qla8xxx_minidump_entry_hdr h; member
240 struct qla8xxx_minidump_entry_hdr h; member
255 struct qla8xxx_minidump_entry_hdr h; member
271 struct qla8xxx_minidump_entry_hdr h; member
285 struct qla8xxx_minidump_entry_hdr h; member
300 struct qla8xxx_minidump_entry_hdr h; member
331 struct qla8xxx_minidump_entry_hdr h; member
/OK3568_Linux_fs/kernel/arch/c6x/include/asm/
H A Dtimex.h20 unsigned l, h; in get_cycles() local
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dsha.h135 SHA_LONG h[8]; member
184 SHA_LONG64 h[8]; member
/OK3568_Linux_fs/external/security/librkcrypto/test/
H A Dtest_ae.c42 uint32_t h, i, k, l, n; in test_ae_item_virt() local
259 uint32_t h, i, k, l, n; in test_ae_item_fd() local
H A Dtest_throughput.c98 uint32_t h, j, k; in test_otp_key_virt_tp() local
148 uint32_t h, j, k; in test_otp_key_fd_tp() local
315 uint32_t h, j, k; in test_cipher_tp() local
643 uint32_t h, j; in test_ae_tp() local
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrcursor.c57 int w = cursor->bits->width, h = cursor->bits->height; in ephyrRealizeCoreCursor() local
135 int w = cursor->bits->width, h = cursor->bits->height; in ephyrRealizeARGBCursor() local
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dexport.h50 struct cache_head h; member
72 struct cache_head h; member
/OK3568_Linux_fs/u-boot/include/
H A Datf_common.h137 struct param_header h; member
151 struct param_header h; member
187 struct param_header h; member
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dhugetlbpage.c32 struct hstate *h = hstate_file(filp); in hugetlb_get_unmapped_area_bottomup() local
63 struct hstate *h = hstate_file(filp); in hugetlb_get_unmapped_area_topdown() local
100 struct hstate *h = hstate_file(file); in hugetlb_get_unmapped_area() local
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/
H A Dp5.c47 u32 l, h; in intel_p5_mcheck_init() local
/OK3568_Linux_fs/kernel/drivers/net/wireless/quantenna/qtnfmac/pcie/
H A Dtopaz_pcie_ipc.h52 #define QTN_HOST_ADDR(h, l) ((((u64)h) << 32) | ((u64)l)) argument
56 #define QTN_HOST_ADDR(h, l) ((u32)l) argument
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dhashmap.h15 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
34 size_t h = 0; in str_hash() local
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhashmap.h15 static inline size_t hash_bits(size_t h, int bits) in hash_bits()
34 size_t h = 0; in str_hash() local

1...<<11121314151617181920>>...69