/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
|
/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 …]
|
/freebsd-src/contrib/bearssl/src/ssl/ |
H A D | ssl_engine.c | 469 rng_init(br_ssl_engine_context *cc) in rng_init() 508 br_ssl_engine_init_rand(br_ssl_engine_context *cc) in br_ssl_engine_init_rand() 537 br_ssl_engine_inject_entropy(br_ssl_engine_context *cc, in br_ssl_engine_inject_entropy() 927 clear_max_plaintext(const br_sslrec_out_clear_context *cc, in clear_max_plaintext() 944 clear_encrypt(br_sslrec_out_clear_context *cc, in clear_encrypt() 1020 br_ssl_engine_set_suites(br_ssl_engine_context *cc, in br_ssl_engine_set_suites() 1036 jump_handshake(br_ssl_engine_context *cc, int action) in jump_handshake() 1107 br_ssl_engine_flush_record(br_ssl_engine_context *cc) in br_ssl_engine_flush_record() 1120 br_ssl_engine_sendapp_buf(const br_ssl_engine_context *cc, size_t *len) in br_ssl_engine_sendapp_buf() 1131 br_ssl_engine_sendapp_ack(br_ssl_engine_context *cc, size_t len) in br_ssl_engine_sendapp_ack() [all …]
|
H A D | ssl_rec_chapol.c | 28 gen_chapol_init(br_sslrec_chapol_context *cc, in gen_chapol_init() 40 gen_chapol_process(br_sslrec_chapol_context *cc, in gen_chapol_process() 64 in_chapol_init(br_sslrec_chapol_context *cc, in in_chapol_init() 73 chapol_check_length(const br_sslrec_chapol_context *cc, size_t rlen) in chapol_check_length() 83 chapol_decrypt(br_sslrec_chapol_context *cc, in chapol_decrypt() 122 out_chapol_init(br_sslrec_chapol_context *cc, in out_chapol_init() 131 chapol_max_plaintext(const br_sslrec_chapol_context *cc, in chapol_max_plaintext() 145 chapol_encrypt(br_sslrec_chapol_context *cc, in chapol_encrypt()
|
H A D | ssl_rec_gcm.c | 33 gen_gcm_init(br_sslrec_gcm_context *cc, in gen_gcm_init() 51 in_gcm_init(br_sslrec_gcm_context *cc, in in_gcm_init() 62 gcm_check_length(const br_sslrec_gcm_context *cc, size_t rlen) in gcm_check_length() 78 do_tag(br_sslrec_gcm_context *cc, in do_tag() 111 do_ctr(br_sslrec_gcm_context *cc, const void *nonce, void *data, size_t len, in do_ctr() 123 gcm_decrypt(br_sslrec_gcm_context *cc, in gcm_decrypt() 169 out_gcm_init(br_sslrec_gcm_context *cc, in out_gcm_init() 180 gcm_max_plaintext(const br_sslrec_gcm_context *cc, in gcm_max_plaintext() 195 gcm_encrypt(br_sslrec_gcm_context *cc, in gcm_encrypt()
|
H A D | ssl_rec_ccm.c | 33 gen_ccm_init(br_sslrec_ccm_context *cc, in gen_ccm_init() 45 in_ccm_init(br_sslrec_ccm_context *cc, in in_ccm_init() 55 ccm_check_length(const br_sslrec_ccm_context *cc, size_t rlen) in ccm_check_length() 68 ccm_decrypt(br_sslrec_ccm_context *cc, in ccm_decrypt() 125 out_ccm_init(br_sslrec_ccm_context *cc, in out_ccm_init() 135 ccm_max_plaintext(const br_sslrec_ccm_context *cc, in ccm_max_plaintext() 149 ccm_encrypt(br_sslrec_ccm_context *cc, in ccm_encrypt()
|
/freebsd-src/sys/kern/ |
H A D | kern_timeout.c | 179 #define cc_exec_curr(cc, dir) cc->cc_exec_entity[dir].cc_curr argument 180 #define cc_exec_last_func(cc, dir) cc->cc_exec_entity[dir].cc_last_func argument 181 #define cc_exec_last_arg(cc, dir) cc->cc_exec_entity[dir].cc_last_arg argument 182 #define cc_exec_next(cc) cc->cc_next argument 183 #define cc_exec_cancel(cc, dir) cc argument 184 cc_exec_waiting(cc,dir) global() argument 186 cc_migration_func(cc,dir) global() argument 187 cc_migration_arg(cc,dir) global() argument 188 cc_migration_cpu(cc,dir) global() argument 189 cc_migration_time(cc,dir) global() argument 190 cc_migration_prec(cc,dir) global() argument 201 CC_LOCK(cc) global() argument 202 CC_UNLOCK(cc) global() argument 203 CC_LOCK_ASSERT(cc) global() argument 237 cc_cce_cleanup(struct callout_cpu * cc,int direct) cc_cce_cleanup() argument 256 cc_cce_migrating(struct callout_cpu * cc,int direct) cc_cce_migrating() argument 273 struct callout_cpu *cc; callout_callwheel_init() local 314 callout_cpu_init(struct callout_cpu * cc,int cpu) callout_cpu_init() argument 341 callout_cpu_switch(struct callout * c,struct callout_cpu * cc,int new_cpu) callout_cpu_switch() argument 372 struct callout_cpu *cc; start_softclock() local 427 struct callout_cpu *cc; callout_process() member 432 struct callout_cpu *cc; callout_process() local 563 struct callout_cpu *cc; callout_lock() local 585 callout_cc_add(struct callout * c,struct callout_cpu * cc,sbintime_t sbt,sbintime_t precision,void (* func)(void *),void * arg,int flags) callout_cc_add() argument 625 softclock_call_cc(struct callout * c,struct callout_cpu * cc,int * mpcalls,int * lockcalls,int * gcalls,int direct) softclock_call_cc() argument 818 struct callout_cpu *cc; softclock_thread() local 928 struct callout_cpu *cc; callout_reset_sbt_on() local 1075 struct callout_cpu *cc, *old_cc; _callout_stop_safe() local 1366 struct callout_cpu *cc; sysctl_kern_callout_stat() local 1490 struct callout_cpu *cc; _show_last_callout() local [all...] |
/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 …]
|
/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 …]
|
/freebsd-src/contrib/bearssl/src/hash/ |
H A D | md5sha1.c | 29 br_md5sha1_init(br_md5sha1_context *cc) in br_md5sha1_init() 39 br_md5sha1_update(br_md5sha1_context *cc, const void *data, size_t len) in br_md5sha1_update() 68 br_md5sha1_out(const br_md5sha1_context *cc, void *dst) in br_md5sha1_out() 103 br_md5sha1_state(const br_md5sha1_context *cc, void *dst) in br_md5sha1_state() 115 br_md5sha1_set_state(br_md5sha1_context *cc, const void *stb, uint64_t count) in br_md5sha1_set_state()
|
H A D | sha2big.c | 144 sha2big_update(br_sha384_context *cc, const void *data, size_t len) in sha2big_update() 171 sha2big_out(const br_sha384_context *cc, void *dst, int num) in sha2big_out() 196 br_sha384_init(br_sha384_context *cc) in br_sha384_init() 205 br_sha384_update(br_sha384_context *cc, const void *data, size_t len) in br_sha384_update() 212 br_sha384_out(const br_sha384_context *cc, void *dst) in br_sha384_out() 219 br_sha384_state(const br_sha384_context *cc, void *dst) in br_sha384_state() 227 br_sha384_set_state(br_sha384_context *cc, const void *stb, uint64_t count) in br_sha384_set_state() 235 br_sha512_init(br_sha512_context *cc) in br_sha512_init() 244 br_sha512_out(const br_sha512_context *cc, void *dst) in br_sha512_out()
|
H A D | sha2small.c | 203 sha2small_update(br_sha224_context *cc, const void *data, size_t len) in sha2small_update() 230 sha2small_out(const br_sha224_context *cc, void *dst, int num) in sha2small_out() 254 br_sha224_init(br_sha224_context *cc) in br_sha224_init() 263 br_sha224_update(br_sha224_context *cc, const void *data, size_t len) in br_sha224_update() 270 br_sha224_out(const br_sha224_context *cc, void *dst) in br_sha224_out() 277 br_sha224_state(const br_sha224_context *cc, void *dst) in br_sha224_state() 285 br_sha224_set_state(br_sha224_context *cc, const void *stb, uint64_t count) in br_sha224_set_state() 293 br_sha256_init(br_sha256_context *cc) in br_sha256_init() 302 br_sha256_out(const br_sha256_context *cc, void *dst) in br_sha256_out()
|