Home
last modified time | relevance | path

Searched full:while (Results 1 – 25 of 11120) sorted by relevance

12345678910>>...445

/freebsd-src/sys/netinet/
H A Dsctp_lock_bsd.h82 } while (0)
89 } while (0)
93 } while (0)
97 } while (0)
101 } while (0)
105 } while (0)
109 } while (0)
113 } while (0)
117 } while (0)
122 } while (0)
[all …]
/freebsd-src/sys/contrib/libb2/
H A Dblake2b-load-sse41.h22 } while(0)
30 } while(0)
38 } while(0)
46 } while(0)
54 } while(0)
62 } while(0)
70 } while(0)
78 } while(0)
86 } while(0)
94 } while(0)
[all …]
/freebsd-src/sys/contrib/libsodium/src/libsodium/crypto_generichash/blake2b/ref/
H A Dblake2b-load-sse41.h23 } while (0)
29 } while (0)
35 } while (0)
41 } while (0)
47 } while (0)
53 } while (0)
59 } while (0)
65 } while (0)
71 } while (0)
77 } while (0)
[all …]
H A Dblake2b-load-avx2.h9 } while (0)
16 } while (0)
23 } while (0)
30 } while (0)
37 } while (0)
44 } while (0)
51 } while (0)
58 } while (0)
65 } while (0)
72 } while (0)
[all …]
/freebsd-src/sys/compat/linuxkpi/common/include/linux/
H A Dlockdep.h47 #define lockdep_set_current_reclaim_state(g) do { } while (0)
48 #define lockdep_clear_current_reclaim_state() do { } while (0)
49 #define lockdep_init_map(_map, _name, _key, _x) do { } while(0)
50 #define lockdep_register_key(key) do { } while(0)
51 #define lockdep_unregister_key(key) do { } while(0)
54 #define lockdep_assert(cond) do { WARN_ON(!(cond)); } while (0)
55 #define lockdep_assert_once(cond) do { WARN_ON_ONCE(!(cond)); } while (0)
60 } while (0)
65 } while (0)
70 } while (
[all...]
/freebsd-src/crypto/heimdal/include/
H A Dheim_threads.h42 * thread support while the program that that dlopen(3)s the library
79 #define HEIMDAL_key_create(k,d,r) do { r = thr_keycreate(k,d); } while(0)
80 #define HEIMDAL_setspecific(k,s,r) do { r = thr_setspecific(k,s); } while(0)
106 #define HEIMDAL_key_create(k,d,r) do { r = pthread_key_create(k,d); } while(0)
107 #define HEIMDAL_setspecific(k,s,r) do { r = pthread_setspecific(k,s); } while(0)
118 #define HEIMDAL_MUTEX_init(m) do { (*(m)) = 0; } while(0)
119 #define HEIMDAL_MUTEX_lock(m) do { if ((*(m))++ != 0) abort(); } while(0)
120 #define HEIMDAL_MUTEX_unlock(m) do { if ((*(m))-- != 1) abort(); } while(0)
121 #define HEIMDAL_MUTEX_destroy(m) do {if ((*(m)) != 0) abort(); } while(0)
125 #define HEIMDAL_RWLOCK_init(l) do { } while(0)
[all …]
/freebsd-src/sys/security/audit/
H A Daudit.h160 } while (0)
165 } while (0)
170 } while (0)
175 } while (0)
180 } while (0)
185 } while (0)
190 } while (0)
195 } while (0)
200 } while (0)
205 } while (
[all...]
/freebsd-src/contrib/bmake/unit-tests/
H A Dvarmod.exp3 make: "varmod.mk" line 107: while evaluating "${:Uword:@word@${word}$@} != "word"" with value "word": Dollar followed by nothing
4 make: "varmod.mk" line 117: while evaluating variable "VAR" with value "VAR": Missing delimiter ':' after modifier "P"
6 make: "varmod.mk" line 126: while evaluating variable "word" with value "word": Bad modifier ":[99333000222000111000]"
8 make: "varmod.mk" line 130: while evaluating variable "word" with value "word": Bad modifier ":[2147483648]"
10 make: "varmod.mk" line 137: while evaluating variable "word" with value "word": Invalid number "99333000222000111000}" for ':range' modifier
12 make: "varmod.mk" line 145: while evaluating "${:${:Ugmtime=\\}}" with value "": Invalid time value "\"
14 make: "varmod.mk" line 160: while evaluating variable "VAR" with value "value$": Dollar followed by nothing
15 make: "varmod.mk" line 166: while evaluating variable "VAR" with value "value$": Dollar followed by nothing
16 make: "varmod.mk" line 166: while evaluating variable "VAR" with value "value$ appended$": Dollar followed by nothing
17 make: "varmod.mk" line 176: while evaluatin
[all...]
H A Dvarmod-match.exp1 make: "varmod-match.mk" line 289: while evaluating variable "WORDS" with value "a a[": Unfinished character list in pattern 'a[' of modifier ':M'
2 make: "varmod-match.mk" line 297: while evaluating variable "WORDS" with value "a a[ aX": Unfinished character list in pattern 'a[^' of modifier ':M'
3 make: "varmod-match.mk" line 305: while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 [x1-3": Unfinished character list in pattern '[-x1-3' of modifier ':M'
4 make: "varmod-match.mk" line 313: while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 00 01 10 11 000 001 010 011 100 101 110 111 [x1-3": Unfinished character list in pattern '*[-x1-3' of modifier ':M'
5 make: "varmod-match.mk" line 322: while evaluating variable "WORDS" with value "- + x xx 0 1 2 3 4 [x1-3": Unfinished character list in pattern '[^-x1-3' of modifier ':M'
6 make: "varmod-match.mk" line 336: while evaluating variable "WORDS" with value "\\ \a x\": Unfinished character list in pattern '?[\' of modifier ':M'
7 make: "varmod-match.mk" line 344: while evaluating variable "WORDS" with value "[x- x x- y": Unfinished character range in pattern '[x-' of modifier ':M'
8 make: "varmod-match.mk" line 356: while evaluating variable "WORDS" with value "[x- x x- y yyyyy": Unfinished character range in pattern '[^x-' of modifier ':M'
9 make: "varmod-match.mk" line 364: while evaluating variable " : :: " with value " : :: ": Unfinished character list in pattern '[' of modifier ':M'
10 make: "varmod-match.mk" line 364: while evaluatin
[all...]
/freebsd-src/sys/i386/i386/
H A Dbpf_jit_machdep.h112 } while (0)
119 } while (0)
127 } while (0)
134 } while (0)
141 } while (0)
148 } while (0)
155 } while (0)
161 } while (0)
166 } while (0)
171 } while (0)
[all …]
/freebsd-src/sys/amd64/amd64/
H A Dbpf_jit_machdep.h137 } while (0)
145 } while (0)
152 } while (0)
159 } while (0)
166 } while (0)
173 } while (0)
180 } while (0)
187 } while (0)
194 } while (0)
201 } while (0)
[all …]
/freebsd-src/sys/contrib/ncsw/etc/
H A Dmemcpy.c76 while((PTR_TO_UINT(p_Src8) & 3) && size) /* (pSrc mod 4) > 0 and size > 0 */ in MemCpy32()
83 while((PTR_TO_UINT(p_Dst8) & 3) && size) /* (pDst mod 4) > 0 and size > 0 */ in MemCpy32()
99 while (size >> 2) /* size >= 4 */ in MemCpy32()
113 while(size >> 3) /* size >= 8 */ in MemCpy32()
127 while (size--) in MemCpy32()
150 while((PTR_TO_UINT(p_Src8) & 3) && size) /* (pSrc mod 4) > 0 and size > 0 */ in IO2IOCpy32()
158 while((PTR_TO_UINT(p_Dst8) & 3) && size) /* (pDst mod 4) > 0 and size > 0 */ in IO2IOCpy32()
174 while (size >> 2) /* size >= 4 */ in IO2IOCpy32()
190 while(size >> 3) /* size >= 8 */ in IO2IOCpy32()
203 while (size--) in IO2IOCpy32()
[all …]
/freebsd-src/contrib/wpa/src/utils/
H A Dwpa_debug.h28 #define wpa_debug_print_timestamp() do { } while (0)
29 #define wpa_printf(args...) do { } while (0)
30 #define wpa_hexdump(l,t,b,le) do { } while (0)
31 #define wpa_hexdump_buf(l,t,b) do { } while (0)
32 #define wpa_hexdump_key(l,t,b,le) do { } while (0)
33 #define wpa_hexdump_buf_key(l,t,b) do { } while (0)
34 #define wpa_hexdump_ascii(l,t,b,le) do { } while (0)
35 #define wpa_hexdump_ascii_key(l,t,b,le) do { } while (0)
36 #define wpa_debug_open_file(p) do { } while (0)
37 #define wpa_debug_close_file() do { } while (
[all...]
/freebsd-src/sys/net/
H A Difq.h83 } while (0)
89 } while (0)
97 } while (0)
103 } while (0)
113 } while (0)
119 } while (0)
125 } while (0)
131 } while (0)
144 } while (0)
150 } while(0)
[all …]
/freebsd-src/contrib/ofed/include/
H A Dbyteorder.h67 #define cpu_to_le64s(x) do { *((uint64_t *)x) = cpu_to_le64p((x)) } while (0)
68 #define le64_to_cpus(x) do { *((uint64_t *)x) = le64_to_cpup((x)) } while (0)
69 #define cpu_to_le32s(x) do { *((uint32_t *)x) = cpu_to_le32p((x)) } while (0)
70 #define le32_to_cpus(x) do { *((uint32_t *)x) = le32_to_cpup((x)) } while (0)
71 #define cpu_to_le16s(x) do { *((uint16_t *)x) = cpu_to_le16p((x)) } while (0)
72 #define le16_to_cpus(x) do { *((uint16_t *)x) = le16_to_cpup((x)) } while (0)
73 #define cpu_to_be64s(x) do { *((uint64_t *)x) = cpu_to_be64p((x)) } while (0)
74 #define be64_to_cpus(x) do { *((uint64_t *)x) = be64_to_cpup((x)) } while (0)
75 #define cpu_to_be32s(x) do { *((uint32_t *)x) = cpu_to_be32p((x)) } while (0)
76 #define be32_to_cpus(x) do { *((uint32_t *)x) = be32_to_cpup((x)) } while (0)
[all …]
/freebsd-src/contrib/libarchive/unzip/
H A Dla_queue.h110 } while (0)
117 } while (0)
128 #define TRASHIT(x) do {(x) = (void *)-1;} while (0)
179 } while (0)
190 while (SLIST_NEXT(curelm, field) != NULL) \
195 } while (0)
228 } while (0)
233 } while (0)
238 } while (0)
249 while (SLIST_NEXT(curelm, field) != (elm)) \
[all …]
/freebsd-src/contrib/ntp/sntp/libevent/
H A Devthread-internal.h90 } while (0)
97 } while (0)
104 } while (0)
114 } while (0)
120 } while (0)
125 } while (0)
134 } while (0)
157 } while (0)
163 } while (0)
170 /** Wait until the condition 'cond' is signalled. Must be called while
[all …]
/freebsd-src/contrib/libevent/
H A Devthread-internal.h90 } while (0)
97 } while (0)
104 } while (0)
114 } while (0)
120 } while (0)
125 } while (0)
134 } while (0)
157 } while (0)
163 } while (0)
170 /** Wait until the condition 'cond' is signalled. Must be called while
[all …]
/freebsd-src/contrib/netbsd-tests/bin/sh/dotcmd/out/
H A Dwhile_break_while.out1 before while
3 before while
5 after while
8 before while
10 after while
12 after while
H A Dwhile_continue_while.out1 before while
3 before while
6 after while
9 before while
12 after while
14 after while
/freebsd-src/sys/contrib/ck/include/
H A Dck_queue.h174 } while (0)
180 } while (0)
186 } while (0)
192 } while (0)
197 } while (0)
204 while (curelm->field.csle_next != (elm)) \
208 } while (0)
213 } while (0)
217 } while (0)
221 } while (0)
[all …]
/freebsd-src/stand/kshim/
H A Dbsd_busspace.c52 while (count--) { in bus_space_read_multi_1()
61 while (count--) { in bus_space_read_multi_2()
72 while (count--) { in bus_space_read_multi_4()
81 while (count--) { in bus_space_write_multi_1()
92 while (count--) { in bus_space_write_multi_2()
105 while (count--) { in bus_space_write_multi_4()
155 while (count--) { in bus_space_read_region_1()
167 while (count--) { in bus_space_write_region_1()
181 while (count >= BURST) { in bus_space_read_region_4()
189 while (count--) { in bus_space_read_region_4()
[all …]
/freebsd-src/contrib/libucl/uthash/
H A Dutstring.h60 } while(0)
67 } while(0)
73 } while(0)
79 } while(0)
86 } while(0)
95 } while(0)
101 } while(0)
109 } while(0)
117 } while(0)
126 while (1) { in utstring_printf_va()
[all …]
/freebsd-src/contrib/openbsm/compat/
H A Dqueue.h114 #define TRASHIT(x) do {(x) = (void *)-1;} while (0)
121 } while (0)
128 } while (0)
177 } while (0)
182 } while (0)
187 } while (0)
197 while (SLIST_NEXT(curelm, field) != (elm)) \
203 } while (0)
207 } while (0)
235 } while (0)
[all …]
/freebsd-src/contrib/unbound/util/data/
H A Ddname.c56 while(1) { in query_dname_len()
81 while(labellen) { in dname_valid()
106 while( lab1 != 0 || lab2 != 0 ) { in query_dname_compare()
116 while(lab1--) { in query_dname_compare()
140 while(labellen) { in query_dname_tolower()
142 while(labellen--) { in query_dname_tolower()
158 while(lablen) { in pkt_dname_tolower()
171 while(lablen--) { in pkt_dname_tolower()
192 while(1) { in pkt_dname_len()
240 while( len1 != 0 || len2 != 0 ) { in dname_pkt_compare()
[all …]

12345678910>>...445