Home
last modified time | relevance | path

Searched refs:max2 (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dintersection_box_box.hpp55 ct max2 = get<max_corner, Dimension>(box2); in apply() local
58 if (max2 < min1) in apply()
65 set<max_corner, Dimension>(box_out, max1 > max2 ? max2 : max1); in apply()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlaps/
H A Dimplementation.hpp61 coordinate_type2 const& max2 = get<max_corner, Dimension>(b2); in apply() local
70 if (max1 <= min2 || min1 >= max2) in apply()
83 if (min1 < min2 || max1 > max2) in apply()
89 if (min2 < min1 || max2 > max1) in apply()
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmsp3400-kthreads.c495 int count, max1, max2, val1, val2, val, i; in msp3400c_thread() local
526 max1 = max2 = -1; in msp3400c_thread()
580 max2 = 0; in msp3400c_thread()
590 val2 = val, max2 = i; in msp3400c_thread()
600 if (max2 == 0) { in msp3400c_thread()
602 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
605 } else if (max2 == 1 && state->has_nicam) { in msp3400c_thread()
607 state->second = msp3400c_carrier_detect_55[max2].cdo; in msp3400c_thread()
624 if (max2 == 1 || max2 == 2) { in msp3400c_thread()
626 state->second = msp3400c_carrier_detect_65[max2].cdo; in msp3400c_thread()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dvmap.c66 info->max2 = 0xff; in nvbios_vmap_parse()
72 info->max2 = nvbios_rd08(bios, vmap + 0xc); in nvbios_vmap_parse()
74 info->max2 = 0xff; in nvbios_vmap_parse()
/OK3568_Linux_fs/kernel/drivers/media/pci/saa7134/
H A Dsaa7134-tvaudio.c465 int max1,max2,carrier,rx,mode,lastmode,default_carrier; in tvaudio_thread() local
495 max2 = 0; in tvaudio_thread()
521 for (max1 = 0, max2 = 0, i = 0; i < ARRAY_SIZE(mainscan); i++) { in tvaudio_thread()
523 max2 = max1; in tvaudio_thread()
526 } else if (max2 < carr_vals[i]) { in tvaudio_thread()
527 max2 = carr_vals[i]; in tvaudio_thread()
532 if (0 != carrier && max1 > 2000 && max1 > max2*3) { in tvaudio_thread()
536 max1, max2); in tvaudio_thread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dfreq-step.c149 double intercept, slope, stddev1, max1, stddev2, max2; in run_test() local
185 &stddev2, &max2); in run_test()
192 1e6 * freq_error2, 1e9 * stddev2, 1e9 * max2); in run_test()
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_sockopt.c19 static inline int overlap(int min1, int max1, int min2, int max2) in overlap() argument
21 return max1 > min2 && min1 < max2; in overlap()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_fixed.h53 uint_fixed_16_16_t max2) in max_fixed16() argument
55 uint_fixed_16_16_t max = { .val = max(max1.val, max2.val) }; in max_fixed16()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/sfc/
H A Dmcdi_mon.c369 u16 min1, max1, min2, max2; in efx_mcdi_mon_probe() local
454 max2 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe()
477 if (min2 != max2) { in efx_mcdi_mon_probe()
485 i, type, max2); in efx_mcdi_mon_probe()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/touches/
H A Dimplementation.hpp63 coordinate_type2 const& max2 = get<max_corner, Dimension>(b2); in apply() local
68 if (max1 < min2 || max2 < min1) in apply()
73 if (max1 == min2 || max2 == min1) in apply()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dvmap.h7 u8 max2; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/volt/
H A Dbase.c304 volt->max2_id = vmap.max2; in nvkm_volt_ctor()
/OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/
H A Dcvmx-gmxx-defs.h2197 uint64_t max2:8; member
2201 uint64_t max2:8;
2209 uint64_t max2:8; member
2213 uint64_t max2:8;
/OK3568_Linux_fs/kernel/arch/mips/cavium-octeon/executive/
H A Dcvmx-spi.c366 gmxx_tx_spi_max.s.max2 = 4; in cvmx_spi_calendar_setup_cb()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/
H A Dstb_image_resize.h969 int max2 = max * 2; in stbir__edge_wrap_slow() local
970 if (n >= max2) in stbir__edge_wrap_slow()
973 return max2 - n - 1; in stbir__edge_wrap_slow()
/OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/
H A Dstb_image_resize.h969 int max2 = max * 2; in stbir__edge_wrap_slow() local
970 if (n >= max2) in stbir__edge_wrap_slow()
973 return max2 - n - 1; in stbir__edge_wrap_slow()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dmballoc.c610 int max2; in __mb_check_buddy() local
628 buddy2 = mb_find_buddy(e4b, order - 1, &max2); in __mb_check_buddy()
631 MB_CHECK_ASSERT(max * 2 == max2); in __mb_check_buddy()
677 buddy2 = mb_find_buddy(e4b, j, &max2); in __mb_check_buddy()
679 MB_CHECK_ASSERT(k < max2); in __mb_check_buddy()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/
H A Dphl_mcc.c1231 s16 min1 = 0, min2 = 0, max1 = 0, max2 = 0; in _mcc_get_offset_range_for_2_clients_worsecase() local
1240 max2 = _mcc_get_offset_for_2_clients_worsecase(ref_dur, ano_dur, in _mcc_get_offset_range_for_2_clients_worsecase()
1247 if (max1 > max2) in _mcc_get_offset_range_for_2_clients_worsecase()
1250 *bcn_max = max2; in _mcc_get_offset_range_for_2_clients_worsecase()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/
H A Dphl_mcc.c1231 s16 min1 = 0, min2 = 0, max1 = 0, max2 = 0; in _mcc_get_offset_range_for_2_clients_worsecase() local
1240 max2 = _mcc_get_offset_for_2_clients_worsecase(ref_dur, ano_dur, in _mcc_get_offset_range_for_2_clients_worsecase()
1247 if (max1 > max2) in _mcc_get_offset_range_for_2_clients_worsecase()
1250 *bcn_max = max2; in _mcc_get_offset_range_for_2_clients_worsecase()