/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
H A D | max_min_flags.s | 17 cc = az; define 20 cc = an; define 23 cc = av0; define 26 cc = av0s; define 29 cc = av1; define 32 cc = av1s; define 43 cc = az; define 46 cc = an; define 49 cc = av0; define 52 cc = av0s; define [all …]
|
H A D | abs_acc.s | 15 cc = az; define 18 cc = an; define 21 cc = av0; define 24 cc = av0s; define 27 cc = av1; define 30 cc = av1s; define 45 cc = az; define 48 cc = an; define 51 cc = av0; define 54 cc = av0s; define [all …]
|
H A D | a7.s | 13 cc = az; define 16 cc = an; define 19 cc = av0; define 22 cc = av0s; define 25 cc = av1; define 28 cc = av1s; define 36 cc = az; define 39 cc = an; define 42 cc = av0; define 45 cc = av0s; define [all …]
|
H A D | issue83.s | 17 cc = az; define 20 cc = an; define 23 cc = av0; define 26 cc = av0s; define 29 cc = av1; define 32 cc = av1s; define 45 cc = az; define 48 cc = an; define 51 cc = av0; define 54 cc = av0s; define [all …]
|
H A D | msa_acp_5_10.s | 20 cc = az; define 23 cc = an; define 26 cc = av0; define 29 cc = av0s; define 32 cc = av1; define 35 cc = av1s; define 48 cc = az; define 51 cc = an; define 54 cc = av0; define 57 cc = av0s; define [all …]
|
H A D | issue125.s | 26 cc = az; define 29 cc = an; define 32 cc = av0; define 35 cc = av0s; define 38 cc = av1; define 41 cc = av1s; define 56 cc = az; define 59 cc = an; define 62 cc = av0; define 65 cc = av0s; define [all …]
|
H A D | zeroflagrnd.s | 18 cc = az; define 21 cc = an; define 24 cc = av0; define 27 cc = av0s; define 30 cc = av1; define 33 cc = av1s; define
|
H A D | issue121.s | 21 cc = az; define 24 cc = an; define 27 cc = av0; define 30 cc = av0s; define 33 cc = av1; define 36 cc = av1s; define
|
H A D | issue118.s | 22 cc = az; define 25 cc = an; define 28 cc = av0; define 31 cc = av0s; define 34 cc = av1; define 37 cc = av1s; define
|
H A D | a8.s | 18 cc = az; define 21 cc = an; define 24 cc = av0; define 27 cc = av0s; define 30 cc = av1; define 33 cc = av1s; define
|
H A D | brcc.s | 15 cc = r0; define 29 cc = R5; define 81 cc = r1; define 95 cc = R5; define 121 cc = R5; define 139 cc = r5; define 152 cc = r0; define
|
H A D | cmpdreg.S | 13 cc = r1==r0; define 24 cc = r1==r0; define 35 cc = r1==r0; define
|
H A D | cmpacc.s | 22 cc = A0==A1; define 38 cc = A0<A1; define 44 cc = A0<=A1; define
|
/netbsd-src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/ |
H A D | ucdata.h | 127 #define ucisalpha(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT, 0) argument 128 #define ucisdigit(cc) ucisprop(cc, UC_ND, 0) argument 129 #define ucisalnum(cc) ucisprop(cc, UC_LU|UC_LL|UC_LM|UC_LO|UC_LT|UC_ND, 0) argument 130 #define uciscntrl(cc) ucisprop(cc, UC_CC|UC_CF, 0) argument 131 #define ucisspace(cc) ucisprop(cc, UC_ZS|UC_SS, 0) argument 132 #define ucisblank(cc) ucisprop(cc, UC_ZS, 0) argument 133 #define ucispunct(cc) ucisprop(cc, UC_PD|UC_PS|UC_PE|UC_PO, UC_PI|UC_PF) argument 134 #define ucisgraph(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\ argument 138 #define ucisprint(cc) ucisprop(cc, UC_MN|UC_MC|UC_ME|UC_ND|UC_NL|UC_NO|\ argument 142 #define ucisupper(cc) ucisprop(cc, UC_LU, 0) argument [all …]
|
/netbsd-src/usr.bin/audio/common/ |
H A D | auconv.h | 54 change_sign8(u_char *p, int cc) in change_sign8() 63 change_sign16_le(u_char *p, int cc) in change_sign16_le() 72 change_sign16_be(u_char *p, int cc) in change_sign16_be() 81 change_sign24_le(u_char *p, int cc) in change_sign24_le() 90 change_sign24_be(u_char *p, int cc) in change_sign24_be() 99 change_sign32_le(u_char *p, int cc) in change_sign32_le() 108 change_sign32_be(u_char *p, int cc) in change_sign32_be() 117 swap_bytes(u_char *p, int cc) in swap_bytes() 130 swap_bytes32(u_char *p, int cc) in swap_bytes32() 146 swap_bytes_change_sign16_le(u_char *p, int cc) in swap_bytes_change_sign16_le() [all …]
|
/netbsd-src/lib/libc/citrus/ |
H A D | citrus_ctype.h | 45 _citrus_ctype_get_mb_cur_max(_citrus_ctype_t cc) in _citrus_ctype_get_mb_cur_max() 53 _citrus_ctype_mblen(_citrus_ctype_t cc, const char *s, size_t n, int *nresult) in _citrus_ctype_mblen() 61 _citrus_ctype_mbrlen(_citrus_ctype_t cc, const char *s, size_t n, in _citrus_ctype_mbrlen() 70 _citrus_ctype_mbrtowc(_citrus_ctype_t cc, wchar_t *pwc, const char *s, in _citrus_ctype_mbrtowc() 80 _citrus_ctype_mbsinit(_citrus_ctype_t cc, void const *pspriv, int *nresult) in _citrus_ctype_mbsinit() 88 _citrus_ctype_mbsrtowcs(_citrus_ctype_t cc, wchar_t *pwcs, const char **s, in _citrus_ctype_mbsrtowcs() 98 _citrus_ctype_mbsnrtowcs(_citrus_ctype_t cc, wchar_t *pwcs, const char **s, in _citrus_ctype_mbsnrtowcs() 108 _citrus_ctype_mbstowcs(_citrus_ctype_t cc, wchar_t *pwcs, const char *s, in _citrus_ctype_mbstowcs() 117 _citrus_ctype_mbtowc(_citrus_ctype_t cc, wchar_t *pw, const char *s, size_t n, in _citrus_ctype_mbtowc() 126 _citrus_ctype_wcrtomb(_citrus_ctype_t cc, char *s, wchar_t wc, in _citrus_ctype_wcrtomb() [all …]
|
H A D | citrus_ctype.c | 62 _initctypemodule(_citrus_ctype_t cc, char const *modname, in _initctypemodule() 148 _citrus_ctype_t cc; in _citrus_ctype_open() local 181 _citrus_ctype_close(_citrus_ctype_t cc) in _citrus_ctype_close() 212 _citrus_ctype_close(_citrus_ctype_t cc) in _citrus_ctype_close()
|
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/avr/libf7/ |
H A D | libf7.c | 144 f7_t* f7_init_impl (uint64_t mant, uint8_t flags, f7_t *cc, int16_t expo) in f7_init_impl() 169 f7_t* f7_set_s16_impl (f7_t *cc, int16_t i16) in f7_set_s16_impl() 186 f7_t* f7_set_u16_impl (f7_t *cc, uint16_t u16) in f7_set_u16_impl() 197 f7_t* f7_set_s32 (f7_t *cc, int32_t i32) in f7_set_s32() 402 void f7_set_pdouble (f7_t *cc, const f7_double_t *val64) in f7_set_pdouble() 510 void f7_fabs (f7_t *cc, const f7_t *aa) in f7_fabs() 519 f7_t* f7_neg (f7_t *cc, const f7_t *aa) in f7_neg() 535 void f7_frexp (f7_t *cc, const f7_t *aa, int *expo) in f7_frexp() 771 f7_t* f7_minmax (f7_t *cc, const f7_t *aa, const f7_t *bb, bool do_min) in f7_minmax() 788 f7_t* f7_fmax (f7_t *cc, const f7_t *aa, const f7_t *bb) in f7_fmax() [all …]
|
H A D | libf7.h | 243 void f7_set_sign (f7_t *cc, bool sign) in f7_set_sign() 251 void f7_set_nan (f7_t *cc) in f7_set_nan() 257 void f7_clr (f7_t *cc) in f7_clr() 267 f7_t* f7_copy (f7_t *cc, const f7_t *aa) in f7_copy() 278 f7_t* f7_copy_P (f7_t *cc, const f7_t *aa) in f7_copy_P() 289 void f7_copy_mant (f7_t *cc, const f7_t *aa) in f7_copy_mant() 299 void f7_set_inf (f7_t *cc, bool sign) in f7_set_inf() 336 bool f7_store_expo (f7_t *cc, int16_t expo) in f7_store_expo() 348 f7_t* f7_abs (f7_t *cc, const f7_t *aa) in f7_abs() 424 f7_t* f7_set_u16_worker (f7_t *cc, uint16_t u16) in f7_set_u16_worker() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/avr/libf7/ |
H A D | libf7.c | 144 f7_t* f7_init_impl (uint64_t mant, uint8_t flags, f7_t *cc, int16_t expo) in f7_init_impl() 169 f7_t* f7_set_s16_impl (f7_t *cc, int16_t i16) in f7_set_s16_impl() 186 f7_t* f7_set_u16_impl (f7_t *cc, uint16_t u16) in f7_set_u16_impl() 197 f7_t* f7_set_s32 (f7_t *cc, int32_t i32) in f7_set_s32() 402 void f7_set_pdouble (f7_t *cc, const f7_double_t *val64) in f7_set_pdouble() 510 void f7_fabs (f7_t *cc, const f7_t *aa) in f7_fabs() 519 f7_t* f7_neg (f7_t *cc, const f7_t *aa) in f7_neg() 535 void f7_frexp (f7_t *cc, const f7_t *aa, int *expo) in f7_frexp() 771 f7_t* f7_minmax (f7_t *cc, const f7_t *aa, const f7_t *bb, bool do_min) in f7_minmax() 788 f7_t* f7_fmax (f7_t *cc, const f7_t *aa, const f7_t *bb) in f7_fmax() [all …]
|
H A D | libf7.h | 243 void f7_set_sign (f7_t *cc, bool sign) in f7_set_sign() 251 void f7_set_nan (f7_t *cc) in f7_set_nan() 257 void f7_clr (f7_t *cc) in f7_clr() 267 f7_t* f7_copy (f7_t *cc, const f7_t *aa) in f7_copy() 278 f7_t* f7_copy_P (f7_t *cc, const f7_t *aa) in f7_copy_P() 289 void f7_copy_mant (f7_t *cc, const f7_t *aa) in f7_copy_mant() 299 void f7_set_inf (f7_t *cc, bool sign) in f7_set_inf() 336 bool f7_store_expo (f7_t *cc, int16_t expo) in f7_store_expo() 348 f7_t* f7_abs (f7_t *cc, const f7_t *aa) in f7_abs() 424 f7_t* f7_set_u16_worker (f7_t *cc, uint16_t u16) in f7_set_u16_worker() [all …]
|
/netbsd-src/sys/kern/ |
H A D | kern_timeout.c | 118 #define BUCKET(cc, rel, abs) \ argument 127 #define MOVEBUCKET(cc, wheel, time) \ argument 262 struct callout_cpu *cc; in callout_lock() local 279 callout_running_somewhere_else(callout_impl_t *c, struct callout_cpu *cc) in callout_running_somewhere_else() 295 struct callout_cpu *cc; in callout_startup() local 318 struct callout_cpu *cc; in callout_init_cpu() local 361 struct callout_cpu *cc; in callout_init() local 418 struct callout_cpu *cc, *occ; in callout_schedule_locked() local 586 struct callout_cpu *cc; in callout_wait() local 662 struct callout_cpu *cc; in callout_bind() local [all …]
|
/netbsd-src/sys/dev/ieee1394/ |
H A D | fwcrom.c | 52 #define CROM_END(cc) ((char *)(cc)->stack[0].dir + MAX_ROM - 1) argument 55 crom_init_context(struct crom_context *cc, uint32_t *p) in crom_init_context() 78 crom_get(struct crom_context *cc) in crom_get() 87 crom_next(struct crom_context *cc) in crom_next() 128 crom_search_key(struct crom_context *cc, uint8_t key) in crom_search_key() 145 struct crom_context c, *cc; in crom_has_specver() local 169 crom_parse_text(struct crom_context *cc, char *buf, int len) in crom_parse_text() 286 crom_desc(struct crom_context *cc, char *buf, size_t len) in crom_desc()
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | main.c | 52 size_t cc; in pentry() local 64 getstdin(ssize_t *cc, size_t *size) in getstdin() 90 verify_data(pgpv_t *pgp, const char *cmd, const char *inname, char *in, ssize_t cc) in verify_data() 139 ssize_t cc; in main() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/bugpoint/ |
H A D | ToolRunner.h | 149 CC *cc; variable 153 LLC(const std::string &llcPath, CC *cc, const std::vector<std::string> *Args, in LLC() 161 ~LLC() override { delete cc; } in ~LLC() local
|