Searched refs:cc (Results 326 - 350 of 2872) sorted by relevance

<<11121314151617181920>>

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
H A Dcold-clone.exp16 standard_testfile .cc
H A Dconstexpr-field.exp20 standard_testfile .cc
H A Diostream.exp21 standard_testfile .cc
H A Dpr-1023.exp27 standard_testfile .cc
H A Dprintmethod.exp28 standard_testfile .cc
H A Dpsymtab-parameter.exp18 standard_testfile .cc
H A Dprint-demangle.exp18 standard_testfile bool.cc
H A Dbaseenum.exp18 standard_testfile .cc
H A Dexpand-psymtabs-cxx.exp18 standard_testfile .cc
H A Dnsnested.exp16 standard_testfile .cc
H A Dovsrch.exp25 # e.g. "ovsrch?.cc".
58 standard_testfile ovsrch1.cc ovsrch2.cc ovsrch3.cc ovsrch4.cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
H A Danon-ns-fn.exp18 standard_testfile .cc
H A Ddw4-toplevel-types.exp18 standard_testfile .cc
H A Dnullptr_t.exp18 standard_testfile .cc
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.linespec/
H A Dskip-two.exp16 standard_testfile lspec.cc
20 set baseone base/one/thefile.cc
21 set basetwo base/two/thefile.cc
66 gdb_test "skip file thefile.cc" \
67 {File thefile\.cc will be skipped when stepping\.}
76 set test "dupname ignored for thefile.cc"
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/ft32/
H A Dtestutils.inc26 # Fiddling to load $cc from the following word in program memory
29 lpmi $cc,$r29,0
59 sta ccsave,$cc
62 cmp \reg,$cc
64 lda $cc,ccsave
/netbsd-current/external/ibm-public/postfix/dist/mantools/
H A Dcheck-double-cc8 find src -name '*.[hc]' | xargs cat | comment | mantools/deroff | mantools/find-double | grep -F -vxf proto/stop.double-cc
/netbsd-current/external/gpl3/gcc/usr.bin/cc1obj/
H A DMakefile5 SRCS= ${MYOBJS:S,objc/,,:S,c-family/,,:S,c/,,:S,known-headers.o,known-headers.cc,:S,c-spellcheck.o,c-spellcheck.cc,:Nlibcpp.a:.o=.cc}
6 SRCS+= main.cc ${PROG}-checksum.cc
9 CPPFLAGS.prefix.cc+= -DPREFIX=\"/usr\"
32 COPTS.c-ada-spec.cc+= -Wno-error=stack-protector
33 COPTS.c-attribs.cc+= -Wno-error=stack-protector
34 COPTS.c-aux-info.cc+= -Wno-error=stack-protector
35 COPTS.c-common.cc
[all...]
/netbsd-current/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dmain.c52 size_t cc; local
55 cc = pgpv_get_entry(pgp, (unsigned)n, &s, modifiers);
56 fwrite(s, 1, cc, stdout);
64 getstdin(ssize_t *cc, size_t *size) argument
71 *cc = 0;
81 if ((rc = read(STDIN_FILENO, &in[*cc], newsize - *cc)) > 0) {
82 *cc += rc;
90 verify_data(pgpv_t *pgp, const char *cmd, const char *inname, char *in, ssize_t cc) argument
103 if ((cookie = pgpv_verify(cursor, pgp, in, cc)) !
139 ssize_t cc; local
[all...]
/netbsd-current/sys/dev/fdt/
H A Dfdt_clock.c57 struct fdtbus_clock_controller *cc; local
59 cc = kmem_alloc(sizeof(*cc), KM_SLEEP);
60 cc->cc_dev = dev;
61 cc->cc_phandle = phandle;
62 cc->cc_funcs = funcs;
64 LIST_INSERT_HEAD(&fdtbus_clock_controllers, cc, cc_next);
74 struct fdtbus_clock_controller *cc; local
76 LIST_FOREACH(cc, &fdtbus_clock_controllers, cc_next) {
77 if (cc
87 struct fdtbus_clock_controller *cc; local
197 struct fdtbus_clock_controller *cc; local
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gold/
H A DMakefile.am66 archive.cc \
67 attributes.cc \
68 binary.cc \
69 common.cc \
70 compressed_output.cc \
71 copy-relocs.cc \
72 cref.cc \
73 defstd.cc \
74 descriptors.cc \
75 dirsearch.cc \
[all...]
/netbsd-current/external/gpl3/binutils/dist/gold/
H A DMakefile.am66 archive.cc \
67 attributes.cc \
68 binary.cc \
69 common.cc \
70 compressed_output.cc \
71 copy-relocs.cc \
72 cref.cc \
73 defstd.cc \
74 descriptors.cc \
75 dirsearch.cc \
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/
H A Dlibf7.h243 void f7_set_sign (f7_t *cc, bool sign) argument
246 cc->flags &= ~F7_FLAG_sign;
247 cc->flags |= sign;
251 void f7_set_nan (f7_t *cc) argument
253 cc->flags = F7_FLAG_nan;
257 void f7_clr (f7_t *cc) argument
262 : [f] "i" (f7_clr_asm), "z" (cc)
267 f7_t* f7_copy (f7_t *cc, const f7_t *aa) argument
272 : [f] "i" (f7_copy_asm), "z" (cc), "x" (aa)
274 return cc;
278 f7_copy_P(f7_t *cc, const f7_t *aa) argument
289 f7_copy_mant(f7_t *cc, const f7_t *aa) argument
299 f7_set_inf(f7_t *cc, bool sign) argument
336 f7_store_expo(f7_t *cc, int16_t expo) argument
348 f7_abs(f7_t *cc, const f7_t *aa) argument
424 f7_set_u16_worker(f7_t *cc, uint16_t u16) argument
451 f7_set_u16(f7_t *cc, uint16_t u16) argument
463 f7_set_s16(f7_t *cc, int16_t s16) argument
484 f7_set_eps(f7_t *cc, uint8_t eps, bool sign) argument
493 f7_set_1pow2(f7_t *cc, int16_t expo, bool sign) argument
503 f7_set_u64(f7_t *cc, uint64_t u64) argument
510 f7_set_s64(f7_t *cc, int64_t s64) argument
518 f7_set_double(f7_t *cc, f7_double_t val64) argument
526 f7_init(f7_t *cc, uint8_t flags, uint64_t mant, int16_t expo) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/avr/libf7/
H A Dlibf7.h243 void f7_set_sign (f7_t *cc, bool sign) argument
246 cc->flags &= ~F7_FLAG_sign;
247 cc->flags |= sign;
251 void f7_set_nan (f7_t *cc) argument
253 cc->flags = F7_FLAG_nan;
257 void f7_clr (f7_t *cc) argument
262 : [f] "i" (f7_clr_asm), "z" (cc)
267 f7_t* f7_copy (f7_t *cc, const f7_t *aa) argument
272 : [f] "i" (f7_copy_asm), "z" (cc), "x" (aa)
274 return cc;
278 f7_copy_P(f7_t *cc, const f7_t *aa) argument
289 f7_copy_mant(f7_t *cc, const f7_t *aa) argument
299 f7_set_inf(f7_t *cc, bool sign) argument
336 f7_store_expo(f7_t *cc, int16_t expo) argument
348 f7_abs(f7_t *cc, const f7_t *aa) argument
424 f7_set_u16_worker(f7_t *cc, uint16_t u16) argument
451 f7_set_u16(f7_t *cc, uint16_t u16) argument
463 f7_set_s16(f7_t *cc, int16_t s16) argument
484 f7_set_eps(f7_t *cc, uint8_t eps, bool sign) argument
493 f7_set_1pow2(f7_t *cc, int16_t expo, bool sign) argument
503 f7_set_u64(f7_t *cc, uint64_t u64) argument
510 f7_set_s64(f7_t *cc, int64_t s64) argument
518 f7_set_double(f7_t *cc, f7_double_t val64) argument
526 f7_init(f7_t *cc, uint8_t flags, uint64_t mant, int16_t expo) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dmake_vms.com13 $ cc/include=[--]/prefix=all ioapi.c
14 $ cc/include=[--]/prefix=all miniunz.c
15 $ cc/include=[--]/prefix=all unzip.c
16 $ cc/include=[--]/prefix=all minizip.c
17 $ cc/include=[--]/prefix=all zip.c

Completed in 159 milliseconds

<<11121314151617181920>>