| /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 | 48 ct min2 = get<min_corner, Dimension>(box2); in apply() local 50 if (max1 < min2) in apply() 64 set<min_corner, Dimension>(box_out, min1 < min2 ? min2 : min1); in apply()
|
| /OK3568_Linux_fs/kernel/tools/testing/scatterlist/linux/ |
| H A D | mm.h | 56 #define __min(t1, t2, min1, min2, x, y) ({ \ argument 58 t2 min2 = (y); \ 59 (void) (&min1 == &min2); \ 60 min1 < min2 ? min1 : min2; })
|
| /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 | 60 coordinate_type2 const& min2 = get<min_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/external/xserver/mi/ |
| H A D | miscanfill.h | 135 #define BRESINITPGONSTRUCT(dmaj, min1, min2, bres) \ argument 136 BRESINITPGON(dmaj, min1, min2, bres.minor, bres.d, \
|
| /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 | 45 uint_fixed_16_16_t min2) in min_fixed16() argument 47 uint_fixed_16_16_t min = { .val = min(min1.val, min2.val) }; in min_fixed16()
|
| /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 | 62 coordinate_type2 const& min2 = get<min_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/net/ethernet/sfc/ |
| H A D | mcdi_mon.c | 369 u16 min1, max1, min2, max2; in efx_mcdi_mon_probe() local 452 min2 = MCDI_ARRAY_FIELD(outbuf, SENSOR_ENTRY, in efx_mcdi_mon_probe() 477 if (min2 != max2) { in efx_mcdi_mon_probe()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | dist.h | 549 ResultType min0, min1, min2, min3; 557 min2 = (ResultType)(a[2] < b[2] ? a[2] : b[2]); 559 result += min0 + min1 + min2 + min3;
|
| /OK3568_Linux_fs/external/rknpu2/examples/rknn_yolov5_android_apk_demo/gradle/wrapper/ |
| HD | gradle-wrapper.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/gradle/
org/ ... |
| /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 1237 min2 = _mcc_get_offset_for_2_clients_worsecase(ref_dur, ano_dur, in _mcc_get_offset_range_for_2_clients_worsecase() 1243 if (min1 < min2) in _mcc_get_offset_range_for_2_clients_worsecase() 1246 *bcn_min = min2; 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 1237 min2 = _mcc_get_offset_for_2_clients_worsecase(ref_dur, ano_dur, in _mcc_get_offset_range_for_2_clients_worsecase() 1243 if (min1 < min2) in _mcc_get_offset_range_for_2_clients_worsecase() 1246 *bcn_min = min2; in _mcc_get_offset_range_for_2_clients_worsecase()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/ |
| H A D | dm-raid.rst | 403 fails reading a superblock. Correctly emit 'maj:min1 maj:min2' and
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.c | 2468 u32 min, opt, min2, opt2; in setup_vmcs_config() local 2503 min2 = 0; in setup_vmcs_config() 2528 if (adjust_vmx_controls(min2, opt2, in setup_vmcs_config()
|