Searched refs:cc (Results 1 - 25 of 1600) sorted by relevance

1234567891011>>

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.target/i386/
H A D20060218-1.c6 register int cc __asm ("cc"); /* { dg-error "invalid register name" } */
7 __asm ("" : : "r" (cc) : "cc");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/po/
H A DPOTFILES.in24 string_literals.cc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.target/i386/
H A D20060218-1.c6 register int cc __asm ("cc"); /* { dg-error "invalid register name" } */
7 __asm ("" : : "r" (cc) : "cc");
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.mike/
H A Derr3.C5 class cc { class
7 cc() function in class:cc
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.mike/
H A Derr3.C5 class cc { class
7 cc() function in class:cc
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/cxx/
H A DMakefile.am28 isfuns.cc ismpf.cc ismpq.cc ismpz.cc ismpznw.cc \
29 osdoprnti.cc osfuns.cc osmpf.cc osmpq.cc osmpz.cc
[all...]
/netbsd-6-1-5-RELEASE/x11/lib/GLU/
H A DMakefile18 SRCS.interface= bezierEval.cc bezierPatch.cc bezierPatchMesh.cc \
19 glcurveval.cc glinterface.cc glrenderer.cc \
20 glsurfeval.cc incurveeval.cc insurfeval.cc
28 SRCS.internals= arc.cc arcsorte
[all...]
/netbsd-6-1-5-RELEASE/games/dab/
H A DMakefile8 SRCS=algor.cc board.cc main.cc human.cc box.cc player.cc gamescreen.cc \
9 ttyscrn.cc random.cc
/netbsd-6-1-5-RELEASE/gnu/usr.bin/c89/
H A Dc89.sh2 exec /usr/bin/cc -std=c89 "$@"
/netbsd-6-1-5-RELEASE/gnu/usr.bin/c99/
H A Dc99.sh2 exec /usr/bin/cc -std=c99 "$@"
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/examples/fastwc/
H A Dwc1.l10 int cc = 0, wc = 0, lc = 0;
12 {nonws}+ cc += yyleng; ++wc;
14 {ws}+ cc += yyleng;
16 \n ++lc; ++cc;
19 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc2.l11 int cc = 0, wc = 0, lc = 0;
13 {word}{ws}* cc += yyleng; ++wc;
14 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
16 {ws}+ cc += yyleng;
18 \n+ cc += yyleng; lc += yyleng;
21 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc3.l12 int cc = 0, wc = 0, lc = 0;
14 {word}{ws}* cc += yyleng; ++wc;
15 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
16 {words}{word}{ws}* cc += yyleng; wc += 2;
17 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
18 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
20 {ws}+ cc += yyleng;
22 \n+ cc += yyleng; lc += yyleng;
25 printf( "%8d %8d %8d\n", lc, wc, cc );
H A Dwc5.l12 int cc = 0, wc = 0, lc = 0;
14 {word}{ws}* cc += yyleng; ++wc;
15 {word}{ws}*\n cc += yyleng; ++wc; ++lc;
16 {words}{word} cc += yyleng; wc += 2; /* oops */
17 {words}{2}{word}{ws}* cc += yyleng; wc += 3;
18 {words}{3}{word}{ws}* cc += yyleng; wc += 4;
20 {ws}+ cc += yyleng;
22 \n+ cc += yyleng; lc += yyleng;
25 printf( "%8d %8d %8d\n", lc, wc, cc );
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.h127 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0)
128 #define ucisdigit(cc) ucisprop(cc, UC_ND, 0)
129 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0)
130 #define uciscntrl(cc) ucisprop(cc, UC_CC|UC_CF, 0)
131 #define ucisspace(cc) ucisprop(cc, UC_Z
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/
H A Dcitrus_ctype.h45 _citrus_ctype_get_mb_cur_max(_citrus_ctype_t cc) argument
48 _DIAGASSERT(cc && cc->cc_ops);
49 return (*cc->cc_ops->co_get_mb_cur_max)(cc->cc_closure);
53 _citrus_ctype_mblen(_citrus_ctype_t cc, const char *s, size_t n, int *nresult) argument
56 _DIAGASSERT(cc && cc->cc_ops && cc->cc_ops->co_mblen && nresult);
57 return (*cc
61 _citrus_ctype_mbrlen(_citrus_ctype_t cc, const char *s, size_t n, void *pspriv, size_t *nresult) argument
70 _citrus_ctype_mbrtowc(_citrus_ctype_t cc, wchar_t *pwc, const char *s, size_t n, void *pspriv, size_t *nresult) argument
80 _citrus_ctype_mbsinit(_citrus_ctype_t cc, void const *pspriv, int *nresult) argument
88 _citrus_ctype_mbsrtowcs(_citrus_ctype_t cc, wchar_t *pwcs, const char **s, size_t n, void *pspriv, size_t *nresult) argument
98 _citrus_ctype_mbstowcs(_citrus_ctype_t cc, wchar_t *pwcs, const char *s, size_t n, size_t *nresult) argument
107 _citrus_ctype_mbtowc(_citrus_ctype_t cc, wchar_t *pw, const char *s, size_t n, int *nresult) argument
116 _citrus_ctype_wcrtomb(_citrus_ctype_t cc, char *s, wchar_t wc, void *pspriv, size_t *nresult) argument
126 _citrus_ctype_wcsrtombs(_citrus_ctype_t cc, char *s, const wchar_t **ppwcs, size_t n, void *pspriv, size_t *nresult) argument
136 _citrus_ctype_wcstombs(_citrus_ctype_t cc, char *s, const wchar_t *wcs, size_t n, size_t *nresult) argument
145 _citrus_ctype_wctomb(_citrus_ctype_t cc, char *s, wchar_t wc, int *nresult) argument
153 _citrus_ctype_btowc(_citrus_ctype_t cc, int c, wint_t *wcresult) argument
161 _citrus_ctype_wctob(_citrus_ctype_t cc, wint_t c, int *cresult) argument
[all...]
H A Dcitrus_ctype.c62 _initctypemodule(_citrus_ctype_t cc, char const *modname, argument
69 _DIAGASSERT(cc != NULL);
71 cc->cc_module = handle;
73 getops = (_citrus_ctype_getops_t)_citrus_find_getops(cc->cc_module,
79 cc->cc_ops = (_citrus_ctype_ops_rec_t *)malloc(sizeof(*cc->cc_ops));
80 if (cc->cc_ops == NULL)
83 ret = (*getops)(cc->cc_ops, sizeof(*cc->cc_ops),
89 switch (cc
144 _citrus_ctype_t cc; local
177 _citrus_ctype_close(_citrus_ctype_t cc) argument
208 _citrus_ctype_close(_citrus_ctype_t cc) argument
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.c-torture/compile/
H A Dpr27571.c11 int cc = 0; local
13 cc = *storage;
16 if (r3isseparator(cc))
19 r3isdigit(cc);
23 r3decimalvalue(cc);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libstdc++-v3/src/
H A DMakefile.am70 atomicity.cc \
71 codecvt_members.cc \
72 collate_members.cc \
73 ctype_members.cc \
74 messages_members.cc \
75 monetary_members.cc \
76 numeric_members.cc \
77 time_members.cc
79 codecvt_members.cc: ${glibcxx_srcdir}/$(CCODECVT_CC)
82 collate_members.cc
[all...]
/netbsd-6-1-5-RELEASE/external/mit/xorg/lib/libGLU/
H A DMakefile19 SRCS.interface= bezierEval.cc bezierPatch.cc bezierPatchMesh.cc \
20 glcurveval.cc glinterface.cc glrenderer.cc \
21 glsurfeval.cc incurveeval.cc insurfeval.cc
29 SRCS.internals= arc.cc arcsorte
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/abi/
H A Dpr42230.cc10 int cc; local
12 char* ret = abi::__cxa_demangle("e", 0, &length, &cc);
14 assert( (cc < 0 && !ret) || (ret && length) );
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/alpha/
H A Ddefs.mk7 G_LIBSUPCXX_SOURCES=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/arm/
H A Ddefs.mk7 G_LIBSUPCXX_SOURCES=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/armeb/
H A Ddefs.mk7 G_LIBSUPCXX_SOURCES=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]
/netbsd-6-1-5-RELEASE/gnu/lib/libstdc++-v3_4/arch/hppa/
H A Ddefs.mk7 G_LIBSUPCXX_SOURCES=del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc eh_alloc.cc eh_arm.cc eh_aux_runtime.cc eh_call.cc eh_catch.cc eh_exception.cc eh_global
[all...]

Completed in 156 milliseconds

1234567891011>>