Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 25 of 28) sorted by relevance

12

/xnu-11215/osfmk/arm64/
H A Dspeculation.h72 "cset %w[_valid], " cc "\n" \
83 #define SPECULATION_GUARD_ZEROING_XXX(out, value, cmp_1, cmp_2, cc) \ argument
84 SPECULATION_GUARD_ZEROING_GEN(out, value, cmp_1, cmp_2, cc, "", "")
86 #define SPECULATION_GUARD_ZEROING_XWW(out, value, cmp_1, cmp_2, cc) \ argument
87 SPECULATION_GUARD_ZEROING_GEN(out, value, cmp_1, cmp_2, cc, "w", "")
89 #define SPECULATION_GUARD_ZEROING_WXX(out, value, cmp_1, cmp_2, cc) \ argument
90 SPECULATION_GUARD_ZEROING_GEN(out, value, cmp_1, cmp_2, cc, "", "w")
92 #define SPECULATION_GUARD_ZEROING_WWW(out, value, cmp_1, cmp_2, cc) \ argument
93 SPECULATION_GUARD_ZEROING_GEN(out, value, cmp_1, cmp_2, cc, "w", "w")
141 #define SPECULATION_GUARD_SELECT_XXX(out, cmp_1, cmp_2, cc, sel_1, n_cc, sel_2) \ argument
[all …]
H A Dbcopy.s97 b.cc L_reverse
100 b.cc L_forwardSmallCopy
235 b.cc L_reverseSmallCopy
H A Dbzero.s59 b.cc L_memsetSmall
109 b.cc L_memsetSmall
H A Dstrnlen.s137 csel x1, x1, x3, cc // return strlen, else maxlen
H A Dcaches_asm.s164 b.cc 2b // loop
H A Dproc_reg.h2707 .macro CMP_FOREACH reg, cc, label, car, cdr:vararg
2709 b.\cc \label
2711 CMP_FOREACH \reg, \cc, \label, \cdr
/xnu-11215/bsd/kern/
H A Dtty_subr.c182 size_t cc; in q_to_b() local
191 if (cc > INT_MAX || (int)cc > count) { in q_to_b()
192 cc = count; in q_to_b()
195 count -= cc; in q_to_b()
196 p += cc; in q_to_b()
218 int cc; in ndqb() local
265 size_t cc; in ndflush() local
278 if (cc > INT_MAX || (int)cc > count) { in ndflush()
392 size_t cc; in b_to_q() local
422 if (cc > INT_MAX || (int)cc > count) { in b_to_q()
[all …]
H A Dtty_compat.c280 cc_t *cc; in ttsetcompat() local
282 cc = term->c_cc; in ttsetcompat()
287 cc[VEOF] = tc->t_eofc; in ttsetcompat()
288 cc[VEOL] = tc->t_brkc; in ttsetcompat()
302 cc_t *cc; in ttsetcompat() local
304 cc = term->c_cc; in ttsetcompat()
421 cc_t *cc = tp->t_cc; in ttcompat() local
443 cc_t *cc = tp->t_cc; in ttcompat() local
449 tc->t_eofc = cc[VEOF]; in ttcompat()
450 tc->t_brkc = cc[VEOL]; in ttcompat()
[all …]
H A Dtty_dev.c622 int error = 0, cc; local
696 if (cc <= 0) {
699 error = uiomove(buf, cc, uio);
882 int cc = 0; local
897 while (uio_resid(uio) > 0 || cc > 0) {
898 if (cc == 0) {
913 while (cc > 0) {
921 cc--;
923 cc = 0;
981 u_char *cc = tp->t_cc; local
[all …]
H A Dtty.c489 cc_t *cc; in ttyinput() local
529 cc = tp->t_cc; in ttyinput()
620 if (CCEQ(cc[VINTR], c) || CCEQ(cc[VQUIT], c)) { in ttyinput()
850 !ISSET(iflag, IXANY) && cc[VSTART] != cc[VSTOP]) { in ttyinput()
2466 int cc, ce; in ttwrite() local
2480 cc = 0; in ttwrite()
2562 cc = 0; in ttwrite()
2577 ce = cc; in ttwrite()
2579 ce = (int)((size_t)cc - scanc((size_t)cc, in ttwrite()
2592 cc--; in ttwrite()
[all …]
H A Duipc_socket2.c804 sbreserve(struct sockbuf *sb, uint32_t cc) in sbreserve() argument
806 if (cc > sb_max) { in sbreserve()
811 cc = sb_max; in sbreserve()
813 if (cc > sb->sb_hiwat && (sb->sb_flags & SB_LIMITED)) { in sbreserve()
816 sb->sb_hiwat = cc; in sbreserve()
817 sb->sb_mbmax = cc * sb_efficiency; in sbreserve()
/xnu-11215/bsd/dev/i386/
H A Dkm.c345 int cc = -1; in kmoutput() local
350 cc = ndqb(&tp->t_outq, 0); in kmoutput()
351 if (cc == 0) { in kmoutput()
358 cc = min(cc, sizeof(buf)); in kmoutput()
360 (void) q_to_b(&tp->t_outq, buf, cc); in kmoutput()
361 for (cp = buf; cp < &buf[cc]; cp++) { in kmoutput()
366 if (cc > 1) { in kmoutput()
367 console_write((char *)buf, cc); in kmoutput()
/xnu-11215/bsd/dev/arm/
H A Dkm.c342 int cc = -1; in kmoutput() local
346 cc = ndqb(&tp->t_outq, 0); in kmoutput()
347 if (cc == 0) { in kmoutput()
354 cc = min(cc, sizeof(buf)); in kmoutput()
356 (void) q_to_b(&tp->t_outq, buf, cc); in kmoutput()
357 for (cp = buf; cp < &buf[cc]; cp++) { in kmoutput()
361 if (cc > 1) { in kmoutput()
362 console_write((char *)buf, cc); in kmoutput()
/xnu-11215/libsyscall/xcodescripts/
H A Dmach_install_mig.sh34 MIGCC=`xcrun -sdk "$SDKROOT" -find cc`
150 $MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$SERVER_HEADER_DST/netname.h" $MIG_INCFLAG…
159 …$MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_HEADER_OBJ/$MIG_NAME.h" $MIG_DEFINES…
169 …$MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_PRIVATE_HEADER_DST/$MIG_NAME.h" $MIG…
184 …$MIG -novouchers -arch $MACHINE_ARCH -cc $MIGCC -header "$MIG_INTERNAL_HEADER_DST/${MIG_NAME}_inte…
/xnu-11215/osfmk/corecrypto/
H A Dccmode_internal.h55 const struct ccmode_cbc *cc##_cipher_##_cbc_##_dir_##_mode(void) \
58 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_##_dir_##_mode(); \
68 const struct ccmode_ctr *cc##_cipher_##_ctr_crypt_mode(void) \
70 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_encrypt_mode(); \
79 const struct ccmode_ofb *cc##_cipher_##_ofb_crypt_mode(void) \
81 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_encrypt_mode(); \
91 const struct ccmode_##_mode_ *cc##_cipher_##_##_mode_##_##_dir_##_mode(void) \
94 const struct ccmode_ecb *ecb=cc##_cipher_##_ecb_encrypt_mode(); \
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dsocket.d28 uint32_t cc; member
38 cc = T->sb_cc;
/xnu-11215/libkern/zlib/
H A Ddeflate.h338 { uch cc = (c); \
340 s->l_buf[s->last_lit++] = cc; \
341 s->dyn_ltree[cc].Freq++; \
H A DREADME69 when compiled with cc.
71 - On Digital Unix 4.0D (formely OSF/1) on AlphaServer, the cc option -std1 is
74 - zlib doesn't work on HP-UX 9.05 with some versions of /bin/cc. It works with
/xnu-11215/bsd/sys/
H A Dtty.h277 int b_to_q(const u_char *cp, int cc, struct clist *q);
281 void ndflush(struct clist *q, int cc);
286 int q_to_b(struct clist *q, u_char *cp, int cc);
/xnu-11215/tools/tests/execperf/
H A Dexit-asm.S45 b.cc 1f
/xnu-11215/osfmk/console/art/
H A Dprogress.m2 //cc progress.m -framework AppKit -Wall; ./a.out >/tmp/xx.c; cc /tmp/xx.c -Wall; cat /tmp/xx.c
/xnu-11215/bsd/dev/dtrace/
H A Ddtrace.c3909 *dd++ = cc; in dtrace_json()
3912 *dd++ = cc; in dtrace_json()
3929 *dd++ = cc; in dtrace_json()
4007 if (cc == 'x' || cc == 'X') { in dtrace_json()
4017 if (cc == 'e' || cc == 'E') { in dtrace_json()
4023 if (cc == '+' || cc == '-') { in dtrace_json()
4031 if (isdigit(cc) || cc == '+' || cc == '-') { in dtrace_json()
4056 if (cc == '{' || cc == '[') { in dtrace_json()
4112 if (cc == '-' || isdigit(cc)) { in dtrace_json()
4129 *dd++ = cc; in dtrace_json()
[all …]
/xnu-11215/bsd/net/
H A Droute_private.h426 #define NET_CALCULATE_CLOCKSKEW(cc, ic, cu, iu) \ argument
427 ((cc.tv_sec - ic) - (cu - iu))
/xnu-11215/bsd/netinet/
H A Dtcp_ccdbg.c145 DTRACE_TCP5(cc, void, NULL, struct inpcb *, inp, in tcp_ccdbg_trace()
/xnu-11215/iokit/Kernel/
H A DIOHibernateRestoreKernel.c978 #define PCHAR(c) {int cc=(c); if (func) (*func)(cc,arg); else *d++ = (char)cc; retval++; } in hibkvprintf()

12