Home
last modified time | relevance | path

Searched full:closest (Results 1 – 25 of 454) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/include/linux/
H A Dutil_macros.h19 * find_closest - locate the closest element in a sorted array
21 * @a: The array in which to look for the closest element. Must be sorted
25 * Returns the index of the element closest to 'x'.
30 * find_closest_descending - locate the closest element in a sorted array
32 * @a: The array in which to look for the closest element. Must be sorted
H A Dasync.h84 * CPUs closest to the device.
103 * CPUs closest to the device.
H A Dcpufreq.h272 #define CPUFREQ_RELATION_C 2 /* closest frequency to target */
891 /* Find closest freq to target in a table in ascending order */
915 /* Choose the closest freq */ in cpufreq_table_find_index_ac()
925 /* Find closest freq to target in a table in descending order */
949 /* Choose the closest freq */ in cpufreq_table_find_index_dc()
H A Dmath64.h277 * and round to closest integer.
290 * and round to closest integer.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/
H A Ddistance_predicates.hpp125 Indexable are greater or equal to some min_distance passed in MinRelation. Check for closest Value …
126 defined by PointRelation. So it is possible e.g. to return Values with centroids closest to some
151 Indexable are lesser or equal to some max_distance passed in MaxRelation. Check for closest Value is
152 defined by PointRelation. So it is possible e.g. to return Values with centroids closest to some
178 some max_distance passed in MaxRelation. Check for closest Value is defined by PointRelation.
179 So it is possible e.g. to return Values with centroids closest to some Point but only if nearest
/OK3568_Linux_fs/kernel/drivers/cpuidle/governors/
H A Dteo.c13 * idle state with target residency within the time to the closest timer is
20 * idle duration values greater than the time till the closest timer, as the
22 * the time till the closest timer (sleep length) anyway.
80 * it occurs significantly earlier than the closest expected timer event (that
82 * time till the closest timer event). Otherwise, the wakeup is "on time", or
86 * the time till the closest timer event used for idle state selection.
97 * @sleep_length_ns: Time till the closest timer event (at the selection time).
126 * enough to the closest timer event expected at the idle state in teo_update()
428 * till the closest timer including the tick, try to correct in teo_select()
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dadc-keys.c36 u32 diff, closest = 0xffffffff; in adc_keys_poll() local
46 if (diff < closest) { in adc_keys_poll()
47 closest = diff; in adc_keys_poll()
53 if (abs(st->keyup_voltage - value) < closest) in adc_keys_poll()
H A Dsun4i-lradc-keys.c97 u32 i, ints, val, voltage, diff, keycode = 0, closest = 0xffffffff; in sun4i_lradc_irq() local
117 if (diff < closest) { in sun4i_lradc_irq()
118 closest = diff; in sun4i_lradc_irq()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/
H A Dsh_css_param_shading.c125 /* calculate closest source points in shading table and in crop_and_interpolate()
137 /* calculate closest source points for distance computation */ in crop_and_interpolate()
156 /* calculate closest source points. */ in crop_and_interpolate()
164 /* if src points fall in padding, select closest ones.*/ in crop_and_interpolate()
169 /* calculate closest source points for distance in crop_and_interpolate()
178 /* if we're at the edge, we just use the closest in crop_and_interpolate()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_bridge_connector.c36 * to the bridge closest to the connector (at the end of the chain) that
62 * The last bridge in the chain (closest to the connector) that provides
69 * The last bridge in the chain (closest to the connector) that provides
76 * The last bridge in the chain (closest to the connector) that provides
83 * The last bridge in the chain (closest to the connector) that provides
H A Ddrm_bridge.c349 * Note: the bridge passed should be the one closest to the encoder
387 * Note: the bridge passed should be the one closest to the encoder.
426 * Note: the bridge passed should be the one closest to the encoder
456 * Note: the bridge passed should be the one closest to the encoder
483 * Note: the bridge passed should be the one closest to the encoder
511 * Note: the bridge passed should be the one closest to the encoder
540 * Note that the bridge passed should be the one closest to the encoder
567 * Note: the bridge passed should be the one closest to the encoder
611 * Note: the bridge passed should be the one closest to the encoder
652 * Note: the bridge passed should be the one closest to the encoder
[all …]
/OK3568_Linux_fs/buildroot/board/solidrun/clearfog_gt_8k/
H A Dreadme.txt60 'lan1' to 'lan4' by default. 'lan1' is closest to the USB port, while 'lan4'
61 is closest to the blue Ethernet port.
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/
H A Dqgeosimplify.cpp84 const QGeoCoordinate closest = QWebMercator::mercatorToCoord(intersection); in closestPoint() local
85 return closest; in closestPoint()
90 const QGeoCoordinate closest = closestPoint(pc, ac, bc, leftBound); in getSegDist() local
91 const double distanceMeters = pc.distanceTo(closest); in getSegDist()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-crop.rst51 rounds to the closest possible values of horizontal and vertical offset,
58 the closest size possible while maintaining the current horizontal and
H A Dcrop.rst137 The driver sets the image size to the closest possible values 304 × 224,
138 then chooses the cropping rectangle closest to the requested size, that
148 and adjusts the image size to closest possible 304 × 192.
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dcpuidle.rst148 First of all, the governor knows the time until the closest timer event. That
153 (in particular, before the closest timer triggers) and it generally is not known
157 time until the closest timer to estimate the idle duration in future. How the
272 It first obtains the time until the closest timer event with the assumption
326 limit. It selects the state with the target residency closest to the predicted
335 the real time until the closest timer event and if it really is greater than
358 values less than the current time till the closest timer (with the scheduler
362 the *sleep length*, which is the time until the closest timer event with the
421 reflect the real time until the closest timer event and if it really is greater
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeopath.cpp469 // - find closest point to coordinate in lineContains()
470 // - unproject the closest point in lineContains()
471 // - calculate coordinate to closest point distance with distanceTo() in lineContains()
519 QGeoCoordinate closest = QWebMercator::mercatorToCoord(candidate); in lineContains() local
521 double distanceMeters = coordinate.distanceTo(closest); in lineContains()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_sa.c37 * If it's not the case we skip over the bo after last to the closest
223 /* go over all fence list and try to find the closest sa_bo in amdgpu_sa_bo_next_hole()
254 /* this sa bo is the closest one */ in amdgpu_sa_bo_next_hole()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/panel/
H A Dpanel-common.yaml27 property is expressed in millimeters and rounded to the closest unit.
32 property is expressed in millimeters and rounded to the closest unit.
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dradeon_sa.c37 * If it's not the case we skip over the bo after last to the closest
264 /* go over all fence list and try to find the closest sa_bo in radeon_sa_bo_next_hole()
294 /* this sa bo is the closest one */ in radeon_sa_bo_next_hole()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dnuma.rst44 to the closest cell with memory.
125 closest available memory. This is a consequence of the same mechanism that
/OK3568_Linux_fs/kernel/lib/
H A Dlinear_ranges.c131 * Return selector which which range value is closest match for given
212 * Return selector which which range value is closest match for given
/OK3568_Linux_fs/kernel/Documentation/crypto/
H A Dasymmetric-keys.rst373 certificate in order (starting closest to the root) to a keyring. For
388 # certificate closest to the root.
409 # certificate closest to the root.
/OK3568_Linux_fs/kernel/sound/soc/rockchip/
H A Drockchip_multicodecs.c144 u32 diff, closest = 0xffffffff; in mc_keys_poll() local
154 if (diff < closest) { in mc_keys_poll()
155 closest = diff; in mc_keys_poll()
161 if (abs(mc_data->keyup_voltage - value) < closest) in mc_keys_poll()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/vf/vf_1.0/
H A Dia_css_vf.host.h25 /* compute the log2 of the downscale factor needed to get closest

12345678910>>...19