Searched refs:cc (Results 851 - 875 of 2210) sorted by relevance

<<31323334353637383940>>

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.python/
H A Dpy-value-cc.exp21 standard_testfile .cc
H A Dpy-autoloaded-pretty-printers-in-newobjfile-event.exp22 standard_testfile -main.cc
24 set srcfile_lib "${testfile}-lib.cc"
H A Dpy-template.exp21 standard_testfile .cc
H A Dpy-typeprint.exp21 standard_testfile .cc
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dadvance-until-multiple-locations.exp19 standard_testfile .cc
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
H A Dannota3.exp25 standard_testfile .cc
80 "main \\(\\) at .*annota3.cc:25\r\n"
81 "\r\n\032\032source.*annota3.cc:25:.*:beg:0x\[0-9a-z\]+\r\n"
132 "Breakpoint.*at 0x\[a-z0-9\]+: file.*annota3.cc, line 22.\r\n"
148 "main \\(\\) at .*annota3.cc:22\r\n"
149 "\r\n\032\032source.*annota3.cc:22:.*:beg:0x\[0-9a-z\]+\r\n"
H A Dmethod.exp37 standard_testfile .cc
51 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 38\\."
54 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, A::foo(\\(int\\)|) \\(this=$hex, arg=13\\) at .*method\\.cc:38\r\n38\[\t \]*x \\+= arg;" \
73 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 44\\."
76 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, A::bar(|\\(int\\) const| const) \\(this=$hex, arg=15\\) at .*method\\.cc:44\r\n44\[\t \]*return arg \\+ 2 \\* x;" \
114 "Breakpoint \[0-9\]* at $hex.*file .*method.cc, line 21\\."
117 "Continuing\\.\r\n\r\nBreakpoint \[0-9\]*, funk::getFunky(\\(int, int\\)|) \\(this=$hex, a=1, b=2\\) at .*method\\.cc:21\r\n21\[\t \]*data_ = res;" \
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.linespec/
H A Dcp-replace-typedefs-ns-template.exp22 standard_testfile .cc
/netbsd-current/external/lgpl3/mpfr/dist/src/
H A Dsub1.c39 mp_limb_t carry, bb, cc; local
472 cc = cp[cn];
474 cc = 0;
478 cmp_low = (bb < cc) ? -2+k : (bb > cc) ? 1 : 0;
481 1a: bb > cc + half
482 1b: bb = cc + half
483 1c: 0 < bb - cc < half
484 1d: bb = cc
485 1e: -half < bb - cc <
[all...]
H A Dround_prec.c184 mp_limb_t cc, cc2; local
394 cc = (bp[bn - 1] >> s1) & 1; /* cc is the least significant bit of b */
397 cc ^= mpfr_round_raw2 (bp, bn, neg, rnd2, prec2);
398 /* cc is the new value of bit s1 in bp[bn-1] after rounding 'rnd2' */
417 rnd2 = RNDN: whenever cc = 0, since err >= prec implies
420 thus cc = 0 means that b is rounded to 2^h too. */
423 : cc == 0;
435 cc = (tmp[bn - 1] >> s1) & 1; /* gives 0 when cc
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/mips/
H A Ddv-tx3904sio.c480 char cc; local
490 cc = tx3904sio_fifo_pop(me, & controller->tx_fifo);
491 dv_sockser_write(hw_system(me), cc); local
492 HW_TRACE ((me, "tcp output: %02x", cc));
498 cc = (char) c;
499 HW_TRACE ((me, "tcp input: %02x", cc));
500 tx3904sio_fifo_push(me, & controller->rx_fifo, cc);
509 cc = tx3904sio_fifo_pop(me, & controller->tx_fifo);
510 sim_io_write_stdout(hw_system(me), & cc, 1); local
512 HW_TRACE ((me, "stdio output: %02x", cc));
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/mips/
H A Ddv-tx3904sio.c480 char cc; local
490 cc = tx3904sio_fifo_pop(me, & controller->tx_fifo);
491 dv_sockser_write(hw_system(me), cc); local
492 HW_TRACE ((me, "tcp output: %02x", cc));
498 cc = (char) c;
499 HW_TRACE ((me, "tcp input: %02x", cc));
500 tx3904sio_fifo_push(me, & controller->rx_fifo, cc);
509 cc = tx3904sio_fifo_pop(me, & controller->tx_fifo);
510 sim_io_write_stdout(hw_system(me), & cc, 1); local
512 HW_TRACE ((me, "stdio output: %02x", cc));
[all...]
/netbsd-current/sbin/mount_nfs/
H A Dgetnfsargs_small.c161 ssize_t cc; local
174 cc = rpc_call(d, RPCPROG_MNT, mntvers, RPCMNT_MOUNT,
176 if (cc == -1) {
180 if (cc < 4)
184 nfhret->fhsize = cc;
/netbsd-current/sys/fs/hfs/
H A Dunicode.c97 uint32_t cc; local
106 cc = ((s[spos] & 0x03) << 18) | ((s[spos+1] & 0x3f) << 12)
109 if (cc < 0x10000) {
115 dst[dpos] = (0xd800 | ((cc-0x10000)>>10));
117 c = 0xdc00 | ((cc-0x10000) & 0x3ffff);
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dtest_canon.c55 krb5_ccache cc = NULL; local
123 retval = krb5_cc_default(context, &cc);
127 retval = krb5_cc_get_principal(context, cc, &me);
135 retval = krb5_get_credentials(context, 0, cc, &in_creds, &out_creds);
169 (void) krb5_cc_close(context, cc);
/netbsd-current/usr.sbin/mopd/common/
H A Dpf-linux2.c257 int i, cc; local
265 if ((cc = recvfrom(fd, (char *)buf, len, 0, &sa, &fromlen)) <= 0)
266 return(cc);
273 RDS[0].dataLen = cc;
277 return(cc);
/netbsd-current/external/mpl/bind/dist/lib/isc/
H A Dregex.c47 const char *cc[] = { ":alnum:", ":digit:", ":punct:", ":alpha:", local
389 i < sizeof(cc) / sizeof(*cc); i++)
392 len = strlen(cc[i]);
398 if (strncmp(cc[i], ccname, len))
405 FAIL("unknown cc");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/arm/
H A Dparsecpu.awk50 cc = " "
53 cc = "; "
54 cs = cc
56 cc = "# "
57 cs = cc
62 print cc "Generated automatically by parsecpu.awk from arm-cpus.in."
63 print cc "Do not edit."
65 print cc "Copyright (C) 2011-2020 Free Software Foundation, Inc."
67 print cc "This file is part of GCC."
69 print cc "GC
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/config/arm/
H A Dparsecpu.awk50 cc = " "
53 cc = "; "
54 cs = cc
56 cc = "# "
57 cs = cc
62 print cc "Generated automatically by parsecpu.awk from arm-cpus.in."
63 print cc "Do not edit."
65 print cc "Copyright (C) 2011-2022 Free Software Foundation, Inc."
67 print cc "This file is part of GCC."
69 print cc "GC
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/isc/
H A Dregex.c47 const char *cc[] = { ":alnum:", ":digit:", ":punct:", ":alpha:", local
389 i < sizeof(cc) / sizeof(*cc); i++)
392 len = strlen(cc[i]);
398 if (strncmp(cc[i], ccname, len))
405 FAIL("unknown cc");
/netbsd-current/share/mk/
H A Dbsd.dep.mk25 __DPSRCS.all+= ${f:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/}
30 __DPSRCS.all+= ${SRCS:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/} \
31 ${DPSRCS:C/\.(c|m|s|S|C|cc|cpp|cxx)$/.d/}
61 .SUFFIXES: .d .s .S .c .C .cc .cpp .cxx .m
87 .C.d .cc.d .cpp.d .cxx.d:
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A DMakefile.in419 tsan_clock.cc \
420 tsan_debugging.cc \
421 tsan_external.cc \
422 tsan_fd.cc \
423 tsan_flags.cc \
424 tsan_ignoreset.cc \
425 tsan_interceptors.cc \
426 tsan_interceptors_mac.cc \
427 tsan_interface_ann.cc \
428 tsan_interface_atomic.cc \
[all...]
/netbsd-current/sys/dev/i2c/
H A Dssdfb_i2c.c267 uint8_t cc = 0; local
288 sc->sc_i2c_addr, &cc, sizeof(cc), cmds, sizeof(cmds), flags);
311 uint8_t cc = SSDFB_I2C_CTRL_BYTE_CONTINUATION_MASK; local
328 sc->sc_i2c_addr, &cc, sizeof(cc), cmds, sizeof(cmds), flags);
357 uint8_t cc = 0; local
374 sc->sc_i2c_addr, &cc, sizeof(cc),
379 sc->sc_i2c_addr, &cc, sizeo
[all...]
/netbsd-current/usr.bin/script/
H A Dscript.c105 size_t cc; local
210 cc = (size_t)scc;
212 record(fscript, ibuf, cc, 'i');
213 (void)write(master, ibuf, cc);
266 size_t cc; local
286 cc = (size_t)scc;
287 (void)write(STDOUT_FILENO, obuf, cc);
289 record(fscript, obuf, cc, 'o');
291 (void)fwrite(obuf, 1, cc, fscript);
292 outcc += cc;
365 record(FILE *fp, char *buf, size_t cc, int direction) argument
[all...]
/netbsd-current/sys/lib/libsa/
H A Dnfs.c168 ssize_t cc; local
187 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER3, RPCMNT_MOUNT,
189 if (cc == -1 || cc < 4 || repl->errno) {
191 cc = rpc_call(d, RPCPROG_MNT, RPCMNT_VER1, RPCMNT_MOUNT,
194 if (cc == -1) {
198 if (cc < 4) {
255 ssize_t cc; local
282 cc = rpc_call(d->iodesc, NFS_PROG, NFS_VER2, NFSPROC_LOOKUP,
301 cc
356 ssize_t cc; local
441 ssize_t cc; local
798 ssize_t cc; local
[all...]

Completed in 208 milliseconds

<<31323334353637383940>>