| /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 | 30 struct set2 struct 36 typedef set2 type; argument 45 , typename set2< T0,T1 >::item_
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/tools/iqConverTer/src/ |
| H A D | iqconverter.cpp | 189 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.SetEnable.set2[i] = calibv1_dpcc->expert.stage1_us… in convert() 224 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.RK.RK_enable[j] = calibv1_dpcc->expert.set[1]… in convert() 225 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.RK.rb_sw_mindis[j] = calibv1_dpcc->expert.set… in convert() 226 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.RK.g_sw_mindis[j] = calibv1_dpcc->expert.set[… in convert() 227 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.RK.sw_dis_scale_min[j] = calibv1_dpcc->expert… in convert() 228 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.RK.sw_dis_scale_max[j] = calibv1_dpcc->expert… in convert() 230 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.LC.LC_enable[j] = calibv1_dpcc->expert.set[1]… in convert() 231 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.LC.g_line_thr[j] = calibv1_dpcc->expert.set[1… in convert() 232 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.LC.rb_line_thr[j] = calibv1_dpcc->expert.set[… in convert() 233 …calibv2_adpcc_calib->DpccTuningPara.Expert_Mode.set2.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 | 472 pBasic->arBasic[i].stage1_use_set_2 = pCalib->DpccTuningPara.Expert_Mode.SetEnable.set2[i]; in dpcc_expert_mode_basic_params_init() 490 … pBasic->arBasic[i].sw_rk_red_blue2_en = pCalib->DpccTuningPara.Expert_Mode.set2.RK.RK_enable[i]; in dpcc_expert_mode_basic_params_init() 491 … pBasic->arBasic[i].rg_red_blue2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.RG.RG_enable[i]; in dpcc_expert_mode_basic_params_init() 492 …pBasic->arBasic[i].rnd_red_blue2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.RND.RND_enable[i… in dpcc_expert_mode_basic_params_init() 493 … pBasic->arBasic[i].ro_red_blue2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.RO.RO_enable[i]; in dpcc_expert_mode_basic_params_init() 494 … pBasic->arBasic[i].lc_red_blue2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.LC.LC_enable[i]; in dpcc_expert_mode_basic_params_init() 495 … pBasic->arBasic[i].pg_red_blue2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.PG.PG_enable[i]; in dpcc_expert_mode_basic_params_init() 496 … pBasic->arBasic[i].sw_rk_green2_en = pCalib->DpccTuningPara.Expert_Mode.set2.RK.RK_enable[i]; in dpcc_expert_mode_basic_params_init() 497 … pBasic->arBasic[i].rg_green2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.RG.RG_enable[i]; in dpcc_expert_mode_basic_params_init() 498 … pBasic->arBasic[i].rnd_green2_enable = pCalib->DpccTuningPara.Expert_Mode.set2.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 | 162 int set2[CALIBDB_ADPCC_KNOTS_NUM]; member 189 SetData_t set2; 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() 105 set2 = true; in ath_ant_div_comb_alt_check() 118 (set2 && (alt_rssi_avg >= (main_rssi_avg - 2))) || in ath_ant_div_comb_alt_check() 128 (set2 && (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 135 outl(set2, ACPI_BASE_ADDRESS + GPE0_EN(GPE_63_32)); 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/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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::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 | 55 : set2< T0,T1 > 57 typedef typename set2< T0,T1 >::type type;
|
| /OK3568_Linux_fs/kernel/drivers/input/keyboard/ |
| H A D | atkbd.c | 188 unsigned char set2; member 1094 if ((scancode | 0x80) == atkbd_scroll_keys[j].set2) in atkbd_set_keycode_table() 1104 scancode = atkbd_scroll_keys[i].set2; in atkbd_set_keycode_table()
|
| /OK3568_Linux_fs/kernel/drivers/regulator/ |
| H A D | max8997-regulator.c | 52 int set2 = ((max8997->buck125_gpioindex) >> 1) & 0x1; in max8997_set_gpio() local 56 gpio_set_value(max8997->buck125_gpios[1], set2); 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 | 77 typedef typename set2<
|
| /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 | 77 typedef typename set2<
|
| /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 | 77 typedef typename set2<
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |