| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | signal.h | 107 static inline int sigequalsets(const sigset_t *set1, const sigset_t *set2) in sigequalsets() argument 111 return (set1->sig[3] == set2->sig[3]) && in sigequalsets() 112 (set1->sig[2] == set2->sig[2]) && in sigequalsets() 113 (set1->sig[1] == set2->sig[1]) && in sigequalsets() 114 (set1->sig[0] == set2->sig[0]); in sigequalsets() 116 return (set1->sig[1] == set2->sig[1]) && in sigequalsets() 117 (set1->sig[0] == set2->sig[0]); in sigequalsets() 119 return set1->sig[0] == set2->sig[0]; in sigequalsets()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/set/aux_/preprocessed/plain/ |
| H A D | set10.hpp | 18 struct set1 struct 24 typedef set1 type; argument 33 , typename set1<T0>::item_
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/ |
| H A D | iqconverter.cpp | 188 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.SetEnable.set1[i] = calibv1_dpcc->expert.stage1_us… in convert() 194 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.RK.RK_enable[j] = calibv1_dpcc->expert.set[0]… in convert() 195 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.RK.rb_sw_mindis[j] = calibv1_dpcc->expert.set… in convert() 196 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.RK.g_sw_mindis[j] = calibv1_dpcc->expert.set[… in convert() 197 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.RK.sw_dis_scale_min[j] = calibv1_dpcc->expert… in convert() 198 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.RK.sw_dis_scale_max[j] = calibv1_dpcc->expert… in convert() 200 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.LC.LC_enable[j] = calibv1_dpcc->expert.set[0]… in convert() 201 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.LC.g_line_thr[j] = calibv1_dpcc->expert.set[0… in convert() 202 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.LC.rb_line_thr[j] = calibv1_dpcc->expert.set[… in convert() 203 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set1.LC.g_line_mad_fac[j] = calibv1_dpcc->expert.s… in convert() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/algos/adpcc/ |
| H A D | rk_aiq_adpcc_algo.cpp | 473 pBasic->arBasic[i].stage1_use_set_1 = pCalib->DpccTuningPara.Expert_Mode.SetEnable.set1[i]; in dpcc_expert_mode_basic_params_init() 476 … pBasic->arBasic[i].sw_rk_red_blue1_en = pCalib->DpccTuningPara.Expert_Mode.set1.RK.RK_enable[i]; in dpcc_expert_mode_basic_params_init() 477 … pBasic->arBasic[i].rg_red_blue1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.RG.RG_enable[i]; in dpcc_expert_mode_basic_params_init() 478 …pBasic->arBasic[i].rnd_red_blue1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.RND.RND_enable[i… in dpcc_expert_mode_basic_params_init() 479 … pBasic->arBasic[i].ro_red_blue1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.RO.RO_enable[i]; in dpcc_expert_mode_basic_params_init() 480 … pBasic->arBasic[i].lc_red_blue1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.LC.LC_enable[i]; in dpcc_expert_mode_basic_params_init() 481 … pBasic->arBasic[i].pg_red_blue1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.PG.PG_enable[i]; in dpcc_expert_mode_basic_params_init() 482 … pBasic->arBasic[i].sw_rk_green1_en = pCalib->DpccTuningPara.Expert_Mode.set1.RK.RK_enable[i]; in dpcc_expert_mode_basic_params_init() 483 … pBasic->arBasic[i].rg_green1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.RG.RG_enable[i]; in dpcc_expert_mode_basic_params_init() 484 … pBasic->arBasic[i].rnd_green1_enable = pCalib->DpccTuningPara.Expert_Mode.set1.RND.RND_enable[i]; in dpcc_expert_mode_basic_params_init() [all …]
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/iq_parser_v2/ |
| H A D | adpcc_head.h | 160 int set1[CALIBDB_ADPCC_KNOTS_NUM]; member 187 SetData_t set1; member
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/ |
| H A D | antenna.c | 95 bool result, set1, set2; in ath_ant_div_comb_alt_check() local 97 result = set1 = set2 = false; in ath_ant_div_comb_alt_check() 101 set1 = true; in ath_ant_div_comb_alt_check() 117 if ((set1 && (alt_rssi_avg >= (main_rssi_avg - 5))) || in ath_ant_div_comb_alt_check() 127 if ((set1 && (alt_rssi_avg >= (main_rssi_avg - 3))) || in ath_ant_div_comb_alt_check()
|
| /OK3568_Linux_fs/u-boot/arch/x86/cpu/broadwell/ |
| H A D | pch.c | 132 void enable_all_gpe(u32 set1, u32 set2, u32 set3, u32 set4) in enable_all_gpe() argument 134 outl(set1, ACPI_BASE_ADDRESS + GPE0_EN(GPE_31_0)); in enable_all_gpe()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | util.hpp | 62 int mergeSets(int set1, int set2);
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/minzip/ |
| H A D | Bits.h | 271 INLINE void set1(unsigned char* buf, unsigned char val) in set1() function
|
| /OK3568_Linux_fs/external/recovery/minzip/ |
| H A D | Bits.h | 271 INLINE void set1(unsigned char* buf, unsigned char val) in set1() function
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ttp/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc551/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc_pre590/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/gcc/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/dmc/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/mwcw/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/bcc/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/plain/ |
| H A D | set.hpp | 43 : set1<T0> 45 typedef typename set1<T0>::type type;
|
| /OK3568_Linux_fs/kernel/drivers/clk/bcm/ |
| H A D | clk-bcm2835.c | 442 u32 set1; member 452 .set1 = (2 << A2W_PLL_KI_SHIFT) | (8 << A2W_PLL_KP_SHIFT), 462 .set1 = (6 << A2W_PLLH_KP_SHIFT), 707 ana[1] |= data->ana->set1; in bcm2835_pll_set_rate()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | max8997-regulator.c | 53 int set1 = ((max8997->buck125_gpioindex) >> 2) & 0x1; in max8997_set_gpio() local 55 gpio_set_value(max8997->buck125_gpios[0], set1); in max8997_set_gpio()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc70/ |
| H A D | set.hpp | 55 typedef typename set1<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/msvc60/ |
| H A D | set.hpp | 55 typedef typename set1<
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/preprocessed/no_ctps/ |
| H A D | set.hpp | 55 typedef typename set1<
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |