Home
last modified time | relevance | path

Searched refs:distance (Results 1 – 25 of 35) sorted by relevance

12

/f-stack/freebsd/contrib/device-tree/Bindings/
H A Dnuma.txt36 3 - distance-map
44 - distance-matrix
52 2. The distance from a node to self (local distance) is represented
60 distance-matrix is used.
75 then internode distance would be,
85 distance-map {
86 compatible = "numa-distance-map-v1";
87 distance-matrix = <0 0 10>,
270 distance-map {
271 compatible = "numa-distance-map-v1";
[all …]
/f-stack/freebsd/contrib/device-tree/src/arm64/hisilicon/
H A Dhip07-d05.dts23 distance-map {
24 compatible = "numa-distance-map-v1";
25 distance-matrix = <0 0 10>,
/f-stack/app/redis-5.0.5/src/
H A Dgeohash_helper.c225 double *distance) { in geohashGetDistanceIfInRadius() argument
226 *distance = geohashGetDistance(x1, y1, x2, y2); in geohashGetDistanceIfInRadius()
227 if (*distance > radius) return 0; in geohashGetDistanceIfInRadius()
233 double *distance) { in geohashGetDistanceIfInRadiusWGS84() argument
234 return geohashGetDistanceIfInRadius(x1, y1, x2, y2, radius, distance); in geohashGetDistanceIfInRadiusWGS84()
H A Dgeohash_helper.h65 double *distance);
68 double *distance);
H A Dgeo.c154 double distance; in extractDistanceOrReply() local
155 if (getDoubleFromObjectOrReply(c, argv[0], &distance, in extractDistanceOrReply()
160 if (distance < 0) { in extractDistanceOrReply()
171 return distance * to_meters; in extractDistanceOrReply()
192 double distance, xy[2]; in geoAppendIfWithinRadius() local
198 radius, &distance)) in geoAppendIfWithinRadius()
207 gp->dist = distance; in geoAppendIfWithinRadius()
/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h333 # define _tr_tally_dist(s, distance, length, flush) \ argument
335 ush dist = (ush)(distance); \
345 # define _tr_tally_dist(s, distance, length, flush) \ argument
346 flush = _tr_tally(s, distance, length)
/f-stack/freebsd/contrib/device-tree/Bindings/input/touchscreen/
H A Dcyttsp.txt24 - active-distance : the distance in pixels beyond which a touch must move
61 active-distance = <8>;
86 active-distance = <8>;
/f-stack/freebsd/contrib/device-tree/Bindings/iio/proximity/
H A Dmaxbotix,mb1232.yaml7 title: MaxBotix I2CXL-MaxSonar ultrasonic distance sensor
13 MaxBotix I2CXL-MaxSonar ultrasonic distance sensor of type mb1202,
H A Dparallax-ping.yaml16 for receiving distance value as PWM signal
34 length of the input signal corresponds to the measured distance.
/f-stack/freebsd/contrib/zlib/doc/
H A Drfc1951.txt81 3.2.5. Compressed blocks (length and distance codes) ...... 11
206 pair <length, backward distance>. The representation used in the
547 decode distance from input stream
571 X and Y, a string reference with <length = 5, distance = 2>
589 3.2.5. Compressed blocks (length and distance codes)
594 byte values (0..255), or <length, backward distance> pairs,
595 where the length is drawn from (3..258) and the distance is
695 distance code. Each code is defined by a sequence of code
716 construction algorithm given earlier. If only one distance
720 distance codes used at all (the data is all literals).
[all …]
H A Dalgorithm.txt6 pointer to the previous string, in the form of a pair (distance,
84 of the first table is nine bits. Also the distance trees have 30 possible
191 byte (a "literal"), or it can be either a length or a distance which
/f-stack/tools/libxo/tests/core/saved/
H A Dtest_02.X.out5 …ent><mbuf-cache>20</mbuf-cache><mbuf-total>30</mbuf-total><distance units="miles">50</distance><lo…
H A Dtest_02.XP.out34 <distance units="miles">50</distance>
H A Dtest_02.JP.out29 "distance": 50,
H A Dtest_02.J.out1 …"bytes": [0,1,2,3,4],"mbuf-current":10,"mbuf-cache":20,"mbuf-total":30,"distance":50,"location":"B…
H A Dtest_02.E.out29 op content: [distance] [50] [0]
H A Dtest_02.HIPx.out91 …<div class="data" data-tag="distance" data-units="miles" data-xpath="/top/data[name = 'em0 '][nam…
H A Dtest_02.H.out5 …t/cache/total)</div></div><div class="line"><div class="data" data-tag="distance" data-units="mile…
/f-stack/freebsd/contrib/device-tree/Bindings/input/rmi4/
H A Drmi_2d_sensor.txt29 - syna,delta-x-threshold: Set the minimum distance on the X axis required
32 - syna,delta-y-threshold: Set the minimum distance on the Y axis required
/f-stack/app/redis-5.0.5/tests/unit/
H A Dgeo.tcl260 set distance [geo_distance $lon $lat $search_lon $search_lat]
261 if {$distance < $radius_m} {
264 lappend debuginfo "place:$j $lon $lat [expr {$distance/1000}] km"
/f-stack/freebsd/contrib/zstd/programs/
H A DREADME.md172 --long[=#]: enable long distance matching with given window log (default: 27)
236 ### Long distance matching mode
237 The long distance matching mode, enabled with `--long`, is designed to improve
238 the compression ratio for files with long matches at a large distance (up to the
245 distance matches.
248 decompression speed with and without long distance matching on an ideal use
251 are many long distance matches within the maximum window size of `128 MiB` (each
270 On the other extreme, compressing a file with few long distance matches (such as
H A Dzstd.1.md138 enables long distance matching with `#` `windowLog`, if not `#` is not
143 long matches at a large distance.
443 Specify the maximum number of bits for a match distance.
522 Specify the maximum size for a hash table used for long distance matching.
524 This option is ignored unless long distance matching is enabled.
532 Specify the minimum searched length of a match for long distance matching.
534 This option is ignored unless long distance matching is enabled.
541 Specify the size of each bucket for the hash table used for long distance
544 This option is ignored unless long distance matching is enabled.
552 Specify the frequency of inserting entries into the long distance matching
[all …]
/f-stack/tools/libxo/doc/
H A Dfield-roles.rst243 xo_emit("{Lwc:Distance}{:distance/%u}{Uw:miles}\n", miles);
251 <distance units="miles">50</distance>
255 <div class="data" data-tag="distance" data-units="miles"
256 data-xpath="/top/data/distance">50</div>
/f-stack/freebsd/netinet/
H A Dtcp_hpts.c880 int distance, yet_to_run; in check_if_slot_would_be_wrong() local
882 distance = hpts_ticks_diff(hpts->p_runningtick, inp_hptsslot); in check_if_slot_would_be_wrong()
887 if (yet_to_run > distance) { in check_if_slot_would_be_wrong()
890 distance, yet_to_run, in check_if_slot_would_be_wrong()
H A Dsctp_indata.c2412 int slide_from, slide_end, lgap, distance; in sctp_slide_mapping_arrays() local
2512 distance = (slide_end - slide_from) + 1; in sctp_slide_mapping_arrays()
2519 if (distance + slide_from > asoc->mapping_array_size || in sctp_slide_mapping_arrays()
2520 distance < 0) { in sctp_slide_mapping_arrays()
2528 sctp_log_map((uint32_t)distance, (uint32_t)slide_from, in sctp_slide_mapping_arrays()
2535 for (ii = 0; ii < distance; ii++) { in sctp_slide_mapping_arrays()
2539 for (ii = distance; ii < asoc->mapping_array_size; ii++) { in sctp_slide_mapping_arrays()

12