Home
last modified time | relevance | path

Searched refs:have (Results 1 – 25 of 1147) sorted by relevance

12345678910>>...46

/f-stack/app/nginx-1.16.1/
H A Dconfigure23 have=NGX_DEBUG . auto/have
68 have=NGX_PREFIX value="\"$NGX_PREFIX/\"" . auto/define
76 have=NGX_PREFIX value="\"$NGX_PREFIX/\"" . auto/define
84 have=NGX_SBIN_PATH value="\"$NGX_SBIN_PATH\"" . auto/define
85 have=NGX_CONF_PATH value="\"$NGX_CONF_PATH\"" . auto/define
86 have=NGX_PID_PATH value="\"$NGX_PID_PATH\"" . auto/define
87 have=NGX_LOCK_PATH value="\"$NGX_LOCK_PATH\"" . auto/define
99 have=NGX_HTTP_SCGI_TEMP_PATH value="\"$NGX_HTTP_SCGI_TEMP_PATH\""
109 have=NGX_USER value="\"$NGX_USER\"" . auto/define
110 have=NGX_GROUP value="\"$NGX_GROUP\"" . auto/define
[all …]
/f-stack/app/nginx-1.16.1/auto/os/
H A Dconf31 have=NGX_FREEBSD . auto/have_headers
37 have=NGX_HAVE_SENDFILE . auto/have
54 have=NGX_HPUX . auto/have_headers
64 have=NGX_TRU64 . auto/have_headers
65 have=NGX_HAVE_STRERROR_R . auto/nohave
73 have=NGX_GNU_HURD . auto/have_headers
92 have=NGX_HAVE_NONALIGNED . auto/have
97 have=NGX_HAVE_NONALIGNED . auto/have
102 have=NGX_ALIGNMENT value=16 . auto/define
108 have=NGX_ALIGNMENT value=16 . auto/define
[all …]
H A Dfreebsd6 have=NGX_FREEBSD . auto/have_headers
43 have=NGX_HAVE_SENDFILE . auto/have
51 have=NGX_HAVE_AIO_SENDFILE . auto/have
61 have=NGX_HAVE_POSIX_SEM . auto/nohave
72 have=NGX_HAVE_KQUEUE . auto/have
73 have=NGX_HAVE_CLEAR_EVENT . auto/have
89 have=NGX_HAVE_LOWAT_EVENT . auto/have
98 have=NGX_HAVE_TIMER_EVENT . auto/have
106 have=NGX_HAVE_CPUSET_SETAFFINITY . auto/have
H A Dwin326 have=NGX_WIN32 . auto/have_headers
37 have=NGX_HAVE_INET6 . auto/have
39 have=NGX_HAVE_IOCP . auto/have
H A Ddarwin6 have=NGX_DARWIN . auto/have_headers
26 have=NGX_HAVE_KQUEUE . auto/have
27 have=NGX_HAVE_CLEAR_EVENT . auto/have
/f-stack/freebsd/contrib/zlib/
H A Dgzread.c28 unsigned *have;
33 *have = 0;
35 get = len - *have;
42 } while (*have < len);
155 state->x.have = 0;
272 n = GT_OFF(state->x.have) || (z_off64_t)state->x.have > len ?
468 if (state->x.have) {
469 state->x.have--;
515 state->x.have = 1;
537 state->x.have++;
[all …]
H A Dinfback.c133 have = strm->avail_in; \
144 strm->avail_in = have; \
160 if (have == 0) { \
162 if (have == 0) { \
175 have--; \
345 if (copy > have) copy = have;
348 have -= copy;
377 state->have = 0;
383 while (state->have < 19)
398 state->have = 0;
[all …]
H A Dinflate.c509 have--; \
652 in = have;
759 if (copy > have) copy = have;
791 have -= copy;
906 if (copy > have) copy = have;
936 state->have = 0;
957 state->have = 0;
1378 unsigned FAR *have; in syncsearch()
1385 got = *have;
1396 *have = got;
[all …]
/f-stack/app/nginx-1.16.1/auto/
H A Dmodules11 have=NGX_HAVE_SELECT . auto/have
22 have=NGX_HAVE_POLL . auto/have
29 have=NGX_HAVE_DEVPOLL . auto/have
30 have=NGX_TEST_BUILD_DEVPOLL . auto/have
37 have=NGX_HAVE_EVENTPORT . auto/have
44 have=NGX_HAVE_EPOLL . auto/have
45 have=NGX_HAVE_EPOLLRDHUP . auto/have
47 have=NGX_HAVE_EVENTFD . auto/have
48 have=NGX_TEST_BUILD_EPOLL . auto/have
59 have=NGX_HAVE_FSTACK . auto/have
[all …]
H A Dstubs6 have=NGX_SUPPRESS_WARN . auto/have
8 have=NGX_SMP . auto/have
H A Dfeature61 have=$ngx_have_feature . auto/have
97 have=$ngx_have_feature . auto/have
107 have=$ngx_have_feature . auto/have
H A Dhave8 #ifndef $have
9 #define $have 1
H A Dhave_headers8 #ifndef $have
9 #define $have 1
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dgzread.c36 unsigned *have;
41 *have = 0;
43 get = len - *have;
49 *have += (unsigned)ret;
50 } while (*have < len);
164 state.state->x.have = 0;
281 n = GT_OFF(state.state->x.have) || (z_off64_t)state.state->x.have > len ?
489 if (state.state->x.have) {
490 state.state->x.have--;
558 state.state->x.have++;
[all …]
/f-stack/freebsd/contrib/zstd/zlibWrapper/examples/
H A Dfitblk_original.c131 unsigned have; /* bytes written by deflate() call */ in main() local
165 have = size + EXCESS - def.avail_out; in main()
166 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
175 size - have, size); in main()
218 have = size - def.avail_out; in main()
219 if (fwrite(blk, 1, have, stdout) != have || ferror(stdout)) in main()
231 size - have, size, def.total_in); in main()
/f-stack/app/nginx-1.16.1/auto/lib/openssl/
H A Dconf11 have=NGX_OPENSSL . auto/have
12 have=NGX_SSL . auto/have
36 have=NGX_OPENSSL . auto/have
37 have=NGX_SSL . auto/have
122 have=NGX_SSL . auto/have
/f-stack/app/nginx-1.16.1/auto/lib/pcre/
H A Dconf12 have=NGX_PCRE . auto/have
13 have=PCRE_STATIC . auto/have
20 have=NGX_PCRE . auto/have
75 have=NGX_PCRE . auto/have
78 have=PCRE_STATIC . auto/have
90 have=NGX_HAVE_PCRE_JIT . auto/have
/f-stack/app/nginx-1.16.1/auto/lib/zlib/
H A Dconf12 have=NGX_ZLIB . auto/have
18 have=NGX_ZLIB . auto/have
35 have=NGX_ZLIB . auto/have
/f-stack/freebsd/contrib/device-tree/Bindings/arm/marvell/
H A Darmada-370-xp.txt5 shall have the following property:
11 In addition, boards using the Marvell Armada 370 SoC shall have the
18 In addition, boards using the Marvell Armada XP SoC shall have the
H A D98dx3236.txt5 shall have the following property:
11 In addition, boards using the Marvell 98DX3336 SoC shall have the
18 In addition, boards using the Marvell 98DX4251 SoC shall have the
H A Darmada-38x.txt4 Boards with a SoC of the Marvell Armada 38x family shall have the
11 In addition, boards using the Marvell Armada 385 SoC shall have the
18 In addition, boards using the Marvell Armada 388 SoC shall have the
H A Darmada-39x.txt4 Boards with a SoC of the Marvell Armada 39x family shall have the
11 In addition, boards using the Marvell Armada 395 SoC shall have the
22 Boards using the Marvell Armada 398 SoC shall have the following
/f-stack/freebsd/contrib/libsodium/
H A DChangeLog19 - Android: support new SDKs where unified headers have become the
57 `_messagebytes_max()` symbols) have been added to represent the
73 - SSE2 implementations of `crypto_verify_*()` have been added.
77 decoding (`sodium_base642bin()`) have been implemented.
240 internal purposes have been removed or made private:
291 improvements have been made in order to support libsodium.js
305 have been added as an alternative to the NaCl interface.
398 have been added.
403 have been added to use a non-zero initial block counter.
432 - sha256 and sha512 now have a streaming interface.
[all …]
/f-stack/dpdk/doc/guides/tools/
H A Dflow-perf.rst129 This item have VLAN value defined in user_parameters.h
135 This item have incremental source IP, with full mask.
140 This item have incremental source IP, with full mask.
151 This item have VNI value defined in user_parameters.h
157 This item have VNI value defined in user_parameters.h
169 This item have VNI value defined in user_parameters.h
175 This item have TEID value defined in user_parameters.h
181 This item have data value defined in user_parameters.h
187 This item have data value defined in user_parameters.h
190 Also it have tag value defined in user_parameters.h
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/arm/
H A Dgemini.txt11 in turn acquired by Inphi, who seem to have discontinued this product family.
23 - syscon: the soc bus node must have a system controller node pointing to the
34 The clock sources have shorthand defines in the include file:
37 The reset lines have shorthand defines in the include file:
40 - timer: the soc bus node must have a timer node pointing to the SoC timer
44 - interrupt-controller: the sob bus node must have an interrupt controller

12345678910>>...46