| /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 D | intersection_box_box.hpp | 55 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 D | implementation.hpp | 61 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 D | msp3400-kthreads.c | 495 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 D | vmap.c | 66 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 D | saa7134-tvaudio.c | 465 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 D | freq-step.c | 149 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 D | nf_sockopt.c | 19 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 D | i915_fixed.h | 53 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 D | mcdi_mon.c | 369 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 D | implementation.hpp | 63 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 D | vmap.h | 7 u8 max2; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/volt/ |
| H A D | base.c | 304 volt->max2_id = vmap.max2; in nvkm_volt_ctor()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-gmxx-defs.h | 2197 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 D | cvmx-spi.c | 366 gmxx_tx_spi_max.s.max2 = 4; in cvmx_spi_calendar_setup_cb()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image_resize.h | 969 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 D | stb_image_resize.h | 969 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 D | mballoc.c | 610 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 D | phl_mcc.c | 1231 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 D | phl_mcc.c | 1231 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()
|