Home
last modified time | relevance | path

Searched refs:point (Results 1 – 25 of 202) sorted by relevance

123456789

/f-stack/app/nginx-1.16.1/src/stream/
H A Dngx_stream_upstream_hash_module.c21 ngx_stream_upstream_chash_point_t point[1]; member
376 points->point[points->number].hash = hash; in ngx_stream_upstream_init_chash()
391 ngx_qsort(points->point, in ngx_stream_upstream_init_chash()
397 if (points->point[i].hash != points->point[j].hash) { in ngx_stream_upstream_init_chash()
398 points->point[++i] = points->point[j]; in ngx_stream_upstream_init_chash()
437 ngx_stream_upstream_chash_point_t *point; in ngx_stream_upstream_find_chash_point() local
441 point = &points->point[0]; in ngx_stream_upstream_find_chash_point()
449 if (hash > point[k].hash) { in ngx_stream_upstream_find_chash_point()
452 } else if (hash < point[k].hash) { in ngx_stream_upstream_find_chash_point()
505 ngx_stream_upstream_chash_point_t *point; in ngx_stream_upstream_get_chash_peer() local
[all …]
/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_upstream_hash_module.c21 ngx_http_upstream_chash_point_t point[1]; member
376 points->point[points->number].hash = hash; in ngx_http_upstream_init_chash()
391 ngx_qsort(points->point, in ngx_http_upstream_init_chash()
397 if (points->point[i].hash != points->point[j].hash) { in ngx_http_upstream_init_chash()
398 points->point[++i] = points->point[j]; in ngx_http_upstream_init_chash()
436 ngx_http_upstream_chash_point_t *point; in ngx_http_upstream_find_chash_point() local
440 point = &points->point[0]; in ngx_http_upstream_find_chash_point()
448 if (hash > point[k].hash) { in ngx_http_upstream_find_chash_point()
451 } else if (hash < point[k].hash) { in ngx_http_upstream_find_chash_point()
503 ngx_http_upstream_chash_point_t *point; in ngx_http_upstream_get_chash_peer() local
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/thermal/
H A Ddb8500-thermal.txt11 - tripN-temp : temperature of trip point N, should be in ascending order;
12 - tripN-type : type of trip point N, should be one of "active" "passive" "hot"
15 point N, this is required if trip point N is defined, set it 0 if none,
17 - tripN-cdev-nameM : name of the No. M cooling device of trip point N;
H A Darmada-thermal.txt23 marvell,armada380-thermal, and marvell,armadaxp-thermal must point to
24 "control MSB/control 1", with size of 4 (deprecated binding), or point
26 compatibles must point to "control LSB/control 0" with size of 8.
H A Dthermal.txt73 The trip node is a node to describe a point in the temperature domain
74 in which the system takes an action. This node describes just the point,
87 "active": A trip point to enable active cooling
88 "passive": A trip point to enable passive cooling
89 "hot": A trip point to notify emergency
105 - trip: A phandle of a trip point node within the same thermal
107 trip point node
111 Type: unsigned referred cooling device at the referred trip point.
142 - trips: A sub-node which is a container of only trip point nodes
290 from its minimum to 4, when it reaches trip point 'cpu_alert0'
[all …]
/f-stack/freebsd/arm/nvidia/tegra124/
H A Dtegra124_cpufreq.c322 struct cpu_speed_point *point; in set_cpu_freq() local
325 point = get_speed_point(sc, freq); in set_cpu_freq()
327 if (sc->act_speed_point->uvolt < point->uvolt) { in set_cpu_freq()
330 point->uvolt, point->uvolt); in set_cpu_freq()
344 rv = clk_set_freq(sc->clk_pll_x, point->freq, CLK_SET_ROUND_DOWN); in set_cpu_freq()
356 if (sc->act_speed_point->uvolt > point->uvolt) { in set_cpu_freq()
359 point->uvolt, point->uvolt); in set_cpu_freq()
364 sc->act_speed_point = point; in set_cpu_freq()
/f-stack/freebsd/sys/
H A Dktr.h186 #define KTR_POINT0(m, egroup, ident, point) \ argument
187 KTR_EVENT0(m, egroup, ident, "point:\"%s\"", point)
188 #define KTR_POINT1(m, egroup, ident, point, a0, v0) \ argument
189 KTR_EVENT1(m, egroup, ident, "point:\"%s\"", point, a0, (v0))
190 #define KTR_POINT2(m, egroup, ident, point, a0, v0, a1, v1) \ argument
191 KTR_EVENT2(m, egroup, ident, "point:\"%s\"", point, a0, (v0), a1, (v1))
192 #define KTR_POINT3(m, egroup, ident, point, a0, v0, a1, v1, a2, v2) \ argument
193 KTR_EVENT3(m, egroup, ident, "point:\"%s\"", point, \
195 #define KTR_POINT4(m, egroup, ident, point, a0, v0, a1, v1, a2, v2, a3, v3)\ argument
197 point, a0, (v0), a1, (v1), a2, (v2), a3, (v3))
/f-stack/freebsd/contrib/device-tree/Bindings/arm/msm/
H A Dssbi.txt3 Some Qualcomm MSM devices contain a point-to-point serial bus used to
/f-stack/dpdk/drivers/raw/ifpga/
H A Difpga_rawdev.c220 int point; in ifpga_rawdev_fill_info() local
239 if (point < 39) in ifpga_rawdev_fill_info()
241 point -= 39; in ifpga_rawdev_fill_info()
242 link[point] = 0; in ifpga_rawdev_fill_info()
243 if (point < 12) in ifpga_rawdev_fill_info()
245 point -= 12; in ifpga_rawdev_fill_info()
249 if (point < 26) in ifpga_rawdev_fill_info()
251 point -= 26; in ifpga_rawdev_fill_info()
252 link1[point] = 0; in ifpga_rawdev_fill_info()
253 if (point < 12) in ifpga_rawdev_fill_info()
[all …]
/f-stack/dpdk/doc/guides/prog_guide/
H A Dbuild_app.rst31 The sample application (Hello World) can be duplicated in a new directory as a starting point for y…
45 The default makefile provided with the Hello World sample application is a good starting point.
/f-stack/freebsd/contrib/device-tree/Bindings/leds/
H A Dleds-lm3532.txt24 set-point to another after the device has reached its
25 initial target set point from turn-on
27 set-point to another after the device has reached its
28 initial target set point from turn-on
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dsmoothstep.sh69 * to 1 in 0 <= x <= 1. The table is stored as integer fixed point values so
70 * that floating point math can be avoided.
/f-stack/freebsd/contrib/device-tree/Bindings/input/
H A Dimx-keypad.txt3 The KPP is designed to interface with a keypad matrix with 2-point contact
4 or 3-point contact keys. The KPP is designed to simplify the software task
H A Dimx-keypad.yaml16 The KPP is designed to interface with a keypad matrix with 2-point contact
17 or 3-point contact keys. The KPP is designed to simplify the software task
/f-stack/freebsd/arm64/nvidia/tegra210/
H A Dtegra210_cpufreq.c280 struct cpu_speed_point *point; in set_cpu_freq() local
283 point = get_speed_point(sc, freq); in set_cpu_freq()
286 rv = clk_set_freq(sc->clk_pll_x, point->freq, CLK_SET_ROUND_DOWN); in set_cpu_freq()
292 sc->act_speed_point = point; in set_cpu_freq()
/f-stack/dpdk/doc/guides/regexdevs/
H A Dfeatures_overview.rst39 PCRE match point rst
40 Support PCRE match point reset directive.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dam335x-osd335x-common.dtsi26 * Therefore, from a DEVICE_ID revision point of view, the silicon looks
27 * like it is Revision 2.1. However, from an EFUSE_SMA point of view for
/f-stack/freebsd/contrib/device-tree/Bindings/leds/irled/
H A Dpwm-ir-tx.txt6 - pwms : PWM property to point to the PWM device (phandle)/port (id)
/f-stack/freebsd/contrib/device-tree/Bindings/sound/
H A Dnvidia,tegra210-i2s.yaml11 bi-directional and single direction point-to-point serial
H A Dallwinner,sun8i-a23-codec-analog.yaml17 # migrated here at some point
/f-stack/freebsd/contrib/device-tree/Bindings/media/
H A Damlogic,gx-vdec.yaml79 description: should point to the AOBUS sysctrl node
83 description: should point to a canvas provider node
/f-stack/app/nginx-1.16.1/auto/cc/
H A Dicc96 # floating-point equality and inequality comparisons are unreliable,
104 # floating-point equality and inequality comparisons are unreliable,
/f-stack/freebsd/contrib/openzfs/config/
H A Dkernel-file-dentry.m45 dnl # point to the overlay and f_inode to the underlay").
/f-stack/app/redis-5.0.5/deps/jemalloc/msvc/
H A DReadMe.txt17 (note: x86/x64 doesn't matter at this point)
/f-stack/freebsd/contrib/openzfs/.github/
H A Dcodecov.yml8 round: nearest # Round to nearest precision point

123456789