Home
last modified time | relevance | path

Searched refs:idx0 (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/arch/alpha/kernel/
H A Dperf_event.c155 int idx0; in ev67_check_constraints() local
158 idx0 = ev67_mapping[evtype[0]-1].idx; in ev67_check_constraints()
167 idx0 = (evtype[0] == EV67_MBOXREPLAY) ? 1 : 0; in ev67_check_constraints()
169 if (evtype[idx0] == EV67_CYCLES) { in ev67_check_constraints()
177 idx0 = (evtype[0] == EV67_BCACHEMISS) ? 1 : 0; in ev67_check_constraints()
179 if (evtype[idx0] == EV67_INSTRUCTIONS) { in ev67_check_constraints()
187 idx0 = (evtype[0] == EV67_INSTRUCTIONS) ? 0 : 1; in ev67_check_constraints()
189 if (evtype[idx0^1] == EV67_CYCLES) { in ev67_check_constraints()
199 event[0]->hw.idx = idx0; in ev67_check_constraints()
202 event[1]->hw.idx = idx0 ^ 1; in ev67_check_constraints()
/OK3568_Linux_fs/kernel/arch/sh/mm/
H A Dioremap_fixed.c50 enum fixed_addresses idx0, idx; in ioremap_fixed() local
86 idx0 = FIX_IOREMAP_BEGIN + slot; in ioremap_fixed()
87 idx = idx0; in ioremap_fixed()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcore_c.h649 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
651 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
653 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
676 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
678 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
680 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
698 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
700 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
702 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
717 CVAPI(void) cvSet1D( CvArr* arr, int idx0, CvScalar value );
[all …]
H A Dmat.hpp2337 _Tp& operator ()(int idx0);
2339 const _Tp& operator ()(int idx0) const;
2345 _Tp& operator ()(int idx0, int idx1, int idx2);
2347 const _Tp& operator ()(int idx0, int idx1, int idx2) const;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcore_c.h649 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
651 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
653 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
676 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
678 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
680 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
698 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
700 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
702 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
717 CVAPI(void) cvSet1D( CvArr* arr, int idx0, CvScalar value );
[all …]
H A Dmat.hpp2337 _Tp& operator ()(int idx0);
2339 const _Tp& operator ()(int idx0) const;
2345 _Tp& operator ()(int idx0, int idx1, int idx2);
2347 const _Tp& operator ()(int idx0, int idx1, int idx2) const;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcore_c.h649 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
651 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
653 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
676 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
678 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
680 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
698 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
700 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, int idx1 );
702 CVAPI(double) cvGetReal3D( const CvArr* arr, int idx0, int idx1, int idx2 );
717 CVAPI(void) cvSet1D( CvArr* arr, int idx0, CvScalar value );
[all …]
H A Dmat.hpp2337 _Tp& operator ()(int idx0);
2339 const _Tp& operator ()(int idx0) const;
2345 _Tp& operator ()(int idx0, int idx1, int idx2);
2347 const _Tp& operator ()(int idx0, int idx1, int idx2) const;
/OK3568_Linux_fs/kernel/drivers/nvdimm/
H A Dbtt.c287 int idx0 = a->log_index[0]; in btt_log_get_old() local
296 if (log_seq(log, idx0) == 0) { in btt_log_get_old()
297 log->ent[idx0].seq = cpu_to_le32(1); in btt_log_get_old()
301 if (log_seq(log, idx0) == log_seq(log, idx1)) in btt_log_get_old()
303 if (log_seq(log, idx0) + log_seq(log, idx1) > 5) in btt_log_get_old()
306 if (log_seq(log, idx0) < log_seq(log, idx1)) { in btt_log_get_old()
307 if ((log_seq(log, idx1) - log_seq(log, idx0)) == 1) in btt_log_get_old()
312 if ((log_seq(log, idx0) - log_seq(log, idx1)) == 1) in btt_log_get_old()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Dperf_event.c1246 int idx0 = 0; in sparc_check_constraints() local
1268 idx0 = 1; in sparc_check_constraints()
1285 idx0 = 1; in sparc_check_constraints()
1292 idx0 = 1; in sparc_check_constraints()
1300 idx0 = 1; in sparc_check_constraints()
1308 evts[0]->hw.idx = idx0; in sparc_check_constraints()
1310 evts[1]->hw.idx = idx0 ^ 1; in sparc_check_constraints()
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlegacy/
H A D3945.c1927 s32 idx0, idx1; in il3945_hw_reg_get_matched_power_idx() local
1945 idx0 = 0; in il3945_hw_reg_get_matched_power_idx()
1948 idx0 = 1; in il3945_hw_reg_get_matched_power_idx()
1951 idx0 = 2; in il3945_hw_reg_get_matched_power_idx()
1954 idx0 = 3; in il3945_hw_reg_get_matched_power_idx()
1958 denominator = (s32) samples[idx1].power - (s32) samples[idx0].power; in il3945_hw_reg_get_matched_power_idx()
1961 gains0 = (s32) samples[idx0].gain_idx * (1 << 19); in il3945_hw_reg_get_matched_power_idx()
1965 (s32) samples[idx0].power) / in il3945_hw_reg_get_matched_power_idx()
/OK3568_Linux_fs/kernel/arch/arm64/net/
H A Dbpf_jit_comp.c201 const int idx0 = ctx->idx; in build_prologue() local
247 cur_offset = ctx->idx - idx0; in build_prologue()
276 const int idx0 = ctx->idx; in emit_bpf_tail_call() local
277 #define cur_offset (ctx->idx - idx0) in emit_bpf_tail_call()
/OK3568_Linux_fs/kernel/arch/arm/net/
H A Dbpf_jit_32.c1178 const int idx0 = ctx->idx; in emit_bpf_tail_call() local
1179 #define cur_offset (ctx->idx - idx0) in emit_bpf_tail_call()
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/
H A Dphy_n.c24224 wlc_phy_txpwr_idx_cur_set_nphy(struct brcms_phy *pi, u8 idx0, u8 idx1) in wlc_phy_txpwr_idx_cur_set_nphy() argument
24226 mod_phy_reg(pi, 0x1e7, (0x7f << 0), idx0); in wlc_phy_txpwr_idx_cur_set_nphy()