Searched refs:any (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/libkern/
H A Dstrtol.c12 * circumvent, violate, or enable the circumvention or violation of, any
116 register int neg = 0, any, cutlim; local
119 * Skip white space and pick up leading +/- sign if any.
159 * Set any if any `digits' consumed; make it negative to indicate
165 for (acc = 0, any = 0;; c = *s++) {
174 if (any < 0 || acc > cutoff || acc == cutoff && c > cutlim)
175 any = -1;
177 any = 1;
182 if (any <
208 register int neg = 0, any, cutlim; local
[all...]
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStringFuncs.c12 * circumvent, violate, or enable the circumvention or violation of, any
133 register int neg = 0, any, cutlim; local
136 * Skip white space and pick up leading +/- sign if any.
176 * Set any if any `digits' consumed; make it negative to indicate
182 for (acc = 0, any = 0;; c = *s++) {
191 if (any < 0 || acc > cutoff || (acc == cutoff && c > cutlim) )
192 any = -1;
194 any = 1;
199 if (any <
225 register int neg = 0, any, cutlim; local
303 register int neg, any, cutlim; local
406 register int neg, any, cutlim; local
[all...]
/darwin-on-arm/xnu/osfmk/kern/
H A Dprintf.c12 * circumvent, violate, or enable the circumvention or violation of, any
40 * software, derivative works or modified versions, and any portions
54 * any improvements or extensions that they make and grant Carnegie Mellon
99 * As mentioned, this version does not return any reasonable value.
338 boolean_t any; local
353 any = FALSE;
362 if (any)
366 any = TRUE;
380 if (any)
384 any
[all...]
/darwin-on-arm/xnu/bsd/sys/
H A Dmake_posix_availability.sh50 * circumvent, violate, or enable the circumvention or violation of, any
H A Dkern_memorystatus.h12 * circumvent, violate, or enable the circumvention or violation of, any
224 extern int memorystatus_kill_top_proc(boolean_t any, uint32_t reason);
H A Dmake_symbol_aliasing.sh54 * circumvent, violate, or enable the circumvention or violation of, any
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_memorystatus.c12 * circumvent, violate, or enable the circumvention or violation of, any
1084 memorystatus_kill_top_proc(boolean_t any, uint32_t cause) argument
1090 #pragma unused(any)
1139 if (any || reclaim_proc) {
1186 // If we didn't kill anything, toss any newly-created snapshot
1287 // If we didn't kill anything, toss any newly-created snapshot
1346 break; // we found first active proc, let's not kill any more
/darwin-on-arm/xnu/bsd/net/
H A Dpfvar.h12 * circumvent, violate, or enable the circumvention or violation of, any
1413 void *any; member in union:pf_pdesc::__anon272
H A Dpf.c12 * circumvent, violate, or enable the circumvention or violation of, any
4411 m_copyback(m, off, hdrlen, pd->hdr.any);
5075 m_copyback(m, off, hdrlen, pd->hdr.any);
6066 * Need to demodulate the sequence numbers in any TCP SACK options
6072 * any security implications of bad SACKing unless the target stack
6722 * expected. Don't access any TCP header fields after
7740 /* let the software handle any UDP or TCP checksums */

Completed in 61 milliseconds