| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | btf.c | 600 static void delete_btf_table(struct btf_attach_table *tab) in delete_btf_table() 614 build_btf_type_table(struct btf_attach_table *tab, enum bpf_obj_type type, in build_btf_type_table()
|
| H A D | common.c | 440 int build_pinned_obj_table(struct pinned_obj_table *tab, in build_pinned_obj_table() 469 void delete_pinned_obj_table(struct pinned_obj_table *tab) in delete_pinned_obj_table()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/ |
| H A D | debug.c | 301 #define PUT_COUNTER(tab, name) \ in cw1200_counters_show() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
| H A D | smu7_hwmgr.c | 2352 struct phm_clock_voltage_dependency_table *tab) in smu7_patch_vddc() 2366 struct phm_clock_voltage_dependency_table *tab) in smu7_patch_vddci() 2380 struct phm_vce_clock_voltage_dependency_table *tab) in smu7_patch_vce_vddc() 2395 struct phm_uvd_clock_voltage_dependency_table *tab) in smu7_patch_uvd_vddc() 2409 struct phm_phase_shedding_limits_table *tab) in smu7_patch_vddc_shed_limit() 2423 struct phm_samu_clock_voltage_dependency_table *tab) in smu7_patch_samu_vddc() 2437 struct phm_acp_clock_voltage_dependency_table *tab) in smu7_patch_acp_vddc() 2451 struct phm_clock_and_voltage_limits *tab) in smu7_patch_limits_vddc() 2470 static int smu7_patch_cac_vddc(struct pp_hwmgr *hwmgr, struct phm_cac_leakage_table *tab) in smu7_patch_cac_vddc()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-frontends/ |
| H A D | tda10071.c | 761 struct tda10071_reg_val_mask tab[] = { in tda10071_init() local 1044 struct tda10071_reg_val_mask tab[] = { in tda10071_sleep() local
|
| H A D | af9033.c | 33 const struct reg_val *tab, int tab_len) in af9033_wr_reg_val_tab() 77 struct reg_val_mask tab[] = { in af9033_init() local
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | sched.h | 85 struct sched_class tab[]; member
|
| /OK3568_Linux_fs/u-boot/board/freescale/mpc8548cds/ |
| H A D | mpc8548cds.c | 172 void dummy_func(struct pci_controller* hose, pci_dev_t dev, struct pci_config_table *tab) { } in dummy_func()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | optabs-query.h | 98 optab tab = uns ? vec_cmpu_optab : vec_cmp_optab; in get_vec_cmp_icode() local
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | optabs-query.h | 98 optab tab = uns ? vec_cmpu_optab : vec_cmp_optab; in get_vec_cmp_icode() local
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/b43/ |
| H A D | wa.c | 140 const u16 *tab; in b43_wa_msst() local
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | bootrkp.c | 98 const uint32_t *tab; in crc32_rk() local
|
| /OK3568_Linux_fs/kernel/arch/powerpc/crypto/ |
| H A D | aes-spe-modes.S | 79 #define INITIALIZE_CRYPT(tab,nr32bitregs) \ argument
|
| /OK3568_Linux_fs/kernel/arch/x86/platform/uv/ |
| H A D | bios_uv.c | 26 struct uv_systab *tab = uv_systab; in __uv_bios_call() local
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 996 inline v_int32x4 v_lut(const int* tab, const v_int32x4& idxvec) in v_lut() 1003 inline v_float32x4 v_lut(const float* tab, const v_int32x4& idxvec) in v_lut() 1010 inline v_float64x2 v_lut(const double* tab, const v_int32x4& idxvec) in v_lut() 1017 inline void v_lut_deinterleave(const float* tab, const v_int32x4& idxvec, v_float32x4& x, v_float32… in v_lut_deinterleave() 1025 inline void v_lut_deinterleave(const double* tab, const v_int32x4& idxvec, v_float64x2& x, v_float6… in v_lut_deinterleave()
|
| H A D | intrin_neon.hpp | 1575 inline v_int32x4 v_lut(const int* tab, const v_int32x4& idxvec) in v_lut() 1587 inline v_float32x4 v_lut(const float* tab, const v_int32x4& idxvec) in v_lut() 1599 inline void v_lut_deinterleave(const float* tab, const v_int32x4& idxvec, v_float32x4& x, v_float32… in v_lut_deinterleave() 1618 inline v_float64x2 v_lut(const double* tab, const v_int32x4& idxvec) in v_lut() 1628 inline void v_lut_deinterleave(const double* tab, const v_int32x4& idxvec, v_float64x2& x, v_float6… in v_lut_deinterleave()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 996 inline v_int32x4 v_lut(const int* tab, const v_int32x4& idxvec) in v_lut() 1003 inline v_float32x4 v_lut(const float* tab, const v_int32x4& idxvec) in v_lut() 1010 inline v_float64x2 v_lut(const double* tab, const v_int32x4& idxvec) in v_lut() 1017 inline void v_lut_deinterleave(const float* tab, const v_int32x4& idxvec, v_float32x4& x, v_float32… in v_lut_deinterleave() 1025 inline void v_lut_deinterleave(const double* tab, const v_int32x4& idxvec, v_float64x2& x, v_float6… in v_lut_deinterleave()
|
| H A D | intrin_cpp.hpp | 1802 template<int n> inline v_reg<int, n> v_lut(const int* tab, const v_reg<int, n>& idx) in v_lut() 1810 template<int n> inline v_reg<float, n> v_lut(const float* tab, const v_reg<int, n>& idx) in v_lut() 1818 template<int n> inline v_reg<double, n> v_lut(const double* tab, const v_reg<int, n*2>& idx) in v_lut() 1826 template<int n> inline void v_lut_deinterleave(const float* tab, const v_reg<int, n>& idx, in v_lut_deinterleave() 1837 template<int n> inline void v_lut_deinterleave(const double* tab, const v_reg<int, n*2>& idx, in v_lut_deinterleave()
|
| H A D | intrin_neon.hpp | 1575 inline v_int32x4 v_lut(const int* tab, const v_int32x4& idxvec) in v_lut() 1587 inline v_float32x4 v_lut(const float* tab, const v_int32x4& idxvec) in v_lut() 1599 inline void v_lut_deinterleave(const float* tab, const v_int32x4& idxvec, v_float32x4& x, v_float32… in v_lut_deinterleave() 1618 inline v_float64x2 v_lut(const double* tab, const v_int32x4& idxvec) in v_lut() 1628 inline void v_lut_deinterleave(const double* tab, const v_int32x4& idxvec, v_float64x2& x, v_float6… in v_lut_deinterleave()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin_vsx.hpp | 996 inline v_int32x4 v_lut(const int* tab, const v_int32x4& idxvec) in v_lut() 1003 inline v_float32x4 v_lut(const float* tab, const v_int32x4& idxvec) in v_lut() 1010 inline v_float64x2 v_lut(const double* tab, const v_int32x4& idxvec) in v_lut() 1017 inline void v_lut_deinterleave(const float* tab, const v_int32x4& idxvec, v_float32x4& x, v_float32… in v_lut_deinterleave() 1025 inline void v_lut_deinterleave(const double* tab, const v_int32x4& idxvec, v_float64x2& x, v_float6… in v_lut_deinterleave()
|
| H A D | intrin_neon.hpp | 1575 inline v_int32x4 v_lut(const int* tab, const v_int32x4& idxvec) in v_lut() 1587 inline v_float32x4 v_lut(const float* tab, const v_int32x4& idxvec) in v_lut() 1599 inline void v_lut_deinterleave(const float* tab, const v_int32x4& idxvec, v_float32x4& x, v_float32… in v_lut_deinterleave() 1618 inline v_float64x2 v_lut(const double* tab, const v_int32x4& idxvec) in v_lut() 1628 inline void v_lut_deinterleave(const double* tab, const v_int32x4& idxvec, v_float64x2& x, v_float6… in v_lut_deinterleave()
|
| /OK3568_Linux_fs/kernel/net/sched/ |
| H A D | sch_api.c | 410 struct nlattr *tab, in qdisc_get_rtab() 446 void qdisc_put_rtab(struct qdisc_rate_table *tab) in qdisc_put_rtab() 479 u16 *tab = NULL; in qdisc_get_stab() local 536 void qdisc_put_stab(struct qdisc_size_table *tab) in qdisc_put_stab()
|
| /OK3568_Linux_fs/kernel/drivers/video/fbdev/core/ |
| H A D | cfbimgblt.c | 224 const u32 *tab = NULL; in fast_imageblit() local
|
| H A D | sysimgblt.c | 194 const u32 *tab = NULL; in fast_imageblit() local
|
| /OK3568_Linux_fs/kernel/kernel/debug/kdb/ |
| H A D | kdb_io.c | 207 int tab = 0; in kdb_read() local
|