| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | shortest-paths.h | 88 int min_dist = INT_MAX; in shortest_paths() local 92 if (m_dist[queue[i]] < min_dist) in shortest_paths() 94 min_dist = m_dist[idx]; in shortest_paths()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | shortest-paths.h | 88 int min_dist = INT_MAX; in shortest_paths() local 92 if (m_dist[queue[i]] < min_dist) in shortest_paths() 94 min_dist = m_dist[idx]; in shortest_paths()
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/ |
| H A D | virtual-camera.c | 149 int dist = 0, min_dist = -1; in vcamera_get_best_mode() local 155 if (min_dist == -1 || dist < min_dist) { in vcamera_get_best_mode() 156 min_dist = dist; in vcamera_get_best_mode()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | hw_breakpoint.c | 758 u64 min_dist = -1, dist; in watchpoint_handler() local 792 if (dist < min_dist) { in watchpoint_handler() 793 min_dist = dist; in watchpoint_handler() 804 if (min_dist > 0 && min_dist != -1) in watchpoint_handler()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | hw_breakpoint.c | 730 u32 min_dist = -1, dist; in watchpoint_handler() local 771 if (dist < min_dist) { in watchpoint_handler() 772 min_dist = dist; in watchpoint_handler() 807 if (min_dist > 0 && min_dist != -1) { in watchpoint_handler()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ |
| H A D | atomisp-gc2235.c | 709 int min_dist = INT_MAX; in nearest_resolution_index() local 717 if (dist < min_dist) { in nearest_resolution_index() 718 min_dist = dist; in nearest_resolution_index()
|
| H A D | atomisp-ov2722.c | 822 int min_dist = INT_MAX; in nearest_resolution_index() local 830 if (dist < min_dist) { in nearest_resolution_index() 831 min_dist = dist; in nearest_resolution_index()
|
| H A D | atomisp-ov2680.c | 880 int min_dist = INT_MAX; in nearest_resolution_index() local 888 if (dist < min_dist) { in nearest_resolution_index() 889 min_dist = dist; in nearest_resolution_index()
|
| H A D | atomisp-gc0310.c | 922 int min_dist = INT_MAX; in nearest_resolution_index() local 930 if (dist < min_dist) { in nearest_resolution_index() 931 min_dist = dist; in nearest_resolution_index()
|
| H A D | atomisp-mt9m114.c | 621 int min_dist = INT_MAX; in nearest_resolution_index() local 629 if (dist < min_dist) { in nearest_resolution_index() 630 min_dist = dist; in nearest_resolution_index()
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/i2c/ov5693/ |
| H A D | atomisp-ov5693.c | 1512 int min_dist = INT_MAX; in nearest_resolution_index() local 1521 if (dist < min_dist) { in nearest_resolution_index() 1522 min_dist = dist; in nearest_resolution_index() 1527 if (dist == min_dist && ov5693_res[i].width < min_res_w) in nearest_resolution_index()
|
| /OK3568_Linux_fs/kernel/mm/ |
| H A D | mempolicy.c | 138 int min_dist = INT_MAX, dist, n, min_node; in numa_map_to_online_node() local 146 if (dist < min_dist) { in numa_map_to_online_node() 147 min_dist = dist; in numa_map_to_online_node()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 959 int method, double dp, double min_dist,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 959 int method, double dp, double min_dist,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/imgproc/ |
| H A D | imgproc_c.h | 959 int method, double dp, double min_dist,
|