/netbsd-src/external/gpl2/mkhybrid/dist/include/ |
H A D | statdefs.h | 48 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 50 # define S_ISFIFO(m) (0) argument 55 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 57 # define S_ISCHR(m) (0) argument 62 # define S_ISMPC(m) (((m) & S_IFMT) == S_IFMPC) argument 64 # define S_ISMPC(m) (0) argument 69 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 71 # define S_ISDIR(m) (0) argument 76 # define S_ISNAM(m) (((m) & S_IFMT) == S_IFNAM) argument 78 # define S_ISNAM(m) (0) argument [all …]
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/ |
H A D | gmock-generated-function-mockers.h | 601 #define MOCK_METHOD0(m, ...) GMOCK_METHOD0_(, , , m, __VA_ARGS__) argument 602 #define MOCK_METHOD1(m, ...) GMOCK_METHOD1_(, , , m, __VA_ARGS__) argument 603 #define MOCK_METHOD2(m, ...) GMOCK_METHOD2_(, , , m, __VA_ARGS__) argument 604 #define MOCK_METHOD3(m, ...) GMOCK_METHOD3_(, , , m, __VA_ARGS__) argument 605 #define MOCK_METHOD4(m, ...) GMOCK_METHOD4_(, , , m, __VA_ARGS__) argument 606 #define MOCK_METHOD5(m, ...) GMOCK_METHOD5_(, , , m, __VA_ARGS__) argument 607 #define MOCK_METHOD6(m, ...) GMOCK_METHOD6_(, , , m, __VA_ARGS__) argument 608 #define MOCK_METHOD7(m, ...) GMOCK_METHOD7_(, , , m, __VA_ARGS__) argument 609 #define MOCK_METHOD8(m, ...) GMOCK_METHOD8_(, , , m, __VA_ARGS__) argument 610 #define MOCK_METHOD9(m, ...) GMOCK_METHOD9_(, , , m, __VA_ARGS__) argument [all …]
|
/netbsd-src/external/gpl2/xcvs/dist/lib/ |
H A D | stat-macros.h | 50 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) argument 52 # define S_ISBLK(m) 0 argument 58 # define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR) argument 60 # define S_ISCHR(m) 0 argument 66 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) argument 68 # define S_ISDIR(m) 0 argument 74 # define S_ISDOOR(m) (((m) & S_IFMT) == S_IFDOOR) argument 76 # define S_ISDOOR(m) 0 argument 82 # define S_ISFIFO(m) (((m) & S_IFMT) == S_IFIFO) argument 84 # define S_ISFIFO(m) 0 argument [all …]
|
/netbsd-src/sys/external/bsd/drm2/include/linux/ |
H A D | lockdep.h | 47 #define mutex_acquire(m, x, y, ip) __nothing argument 48 #define mutex_release(m, ip) __nothing argument 55 #define lockdep_assert_held(m) KDASSERT(lockdep_is_held(m)) argument 56 #define lockdep_assert_held_once(m) KDASSERT(lockdep_is_held(m)) argument 57 #define lockdep_is_held(m) mutex_owned(__lockdep_kmutex(m)) argument 58 #define might_lock(m) \ argument 61 #define lockdep_assert_held(m) do {} while (0) argument 62 #define lockdep_assert_held_once(m) do {} while (0) argument 63 #define lockdep_is_held(m) 1 argument 64 #define might_lock(m) do {} while (0) argument [all …]
|
/netbsd-src/sys/net/npf/ |
H A D | npf_mbuf.c | 56 #define m_length(m) (nbuf)->nb_mops->getchainlen(m) argument 57 #define m_buflen(m) (nbuf)->nb_mops->getlen(m) argument 58 #define m_next_ptr(m) (nbuf)->nb_mops->getnext(m) argument 59 #define m_ensure_contig(m,t) (nbuf)->nb_mops->ensure_contig((m), (t)) argument 60 #define m_makewritable(m,o,l,f) (nbuf)->nb_mops->ensure_writable((m), (o+l)) argument 61 #define mtod(m,t) ((t)((nbuf)->nb_mops->getdata(m))) argument 62 #define m_flags_p(m,f) true argument 63 #define M_UNWRITABLE(m, l) false argument 65 #define m_next_ptr(m) (m)->m_next argument 66 #define m_buflen(m) ((size_t)(m)->m_len) argument [all …]
|
/netbsd-src/external/bsd/pdisk/dist/ |
H A D | media.c | 81 delete_media(MEDIA m) in delete_media() 91 media_granularity(MEDIA m) in media_granularity() 102 media_total_size(MEDIA m) in media_total_size() 113 read_media(MEDIA m, long long offset, uint32_t count, void *address) in read_media() 129 write_media(MEDIA m, long long offset, uint32_t count, void *address) in write_media() 145 close_media(MEDIA m) in close_media() 161 os_reload_media(MEDIA m) in os_reload_media() 183 private_delete_media_iterator(MEDIA_ITERATOR m) in private_delete_media_iterator() 193 reset_media_iterator(MEDIA_ITERATOR m) in reset_media_iterator() 202 step_media_iterator(MEDIA_ITERATOR m) in step_media_iterator() [all …]
|
/netbsd-src/sys/arch/hpc/stand/hpcboot/sh3/dev/ |
H A D | sh3_dev.cpp | 266 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, SH3_TCR_##m, #m) in tmu_channel_dump() argument 325 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_SYSSTBCR_##m, #m) in hd64461_dump() argument 346 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_SYSSYSCR_##m, #m) in hd64461_dump() argument 360 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_SYSSCPUCR_##m, #m) in hd64461_dump() argument 384 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_INTCNIRR_##m, #m) in hd64461_dump() argument 399 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_INTCNIMR_##m, #m) in hd64461_dump() argument 419 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0ISR_##m, #m) in hd64461_dump() argument 434 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0GCR_##m, #m) in hd64461_dump() argument 449 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0CSCR_##m, #m) in hd64461_dump() argument 463 #define DBG_BIT_PRINT(r, m) _dbg_bit_print(r, HD64461_PCC0CSCIER_##m, #m) in hd64461_dump() argument [all …]
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/test/ |
H A D | test_archive_match_path.c | 32 struct archive *m; in test_exclusion_mbs() local 75 struct archive *m; in test_exclusion_wcs() local 115 exclusion_from_file(struct archive *m) in exclusion_from_file() 175 struct archive *m; in test_exclusion_from_file_mbs() local 200 struct archive *m; in test_exclusion_from_file_wcs() local 226 struct archive *m; in test_inclusion_mbs() local 275 struct archive *m; in test_inclusion_wcs() local 323 struct archive *m; in test_inclusion_from_file_mbs() local 347 struct archive *m; in test_inclusion_from_file_wcs() local 374 struct archive *m; in test_exclusion_and_inclusion() local
|
H A D | test_archive_match_owner.c | 32 struct archive *m; in test_uid() local 74 struct archive *m; in test_gid() local 116 struct archive *m; in test_uname_mbs() local 158 struct archive *m; in test_uname_wcs() local 200 struct archive *m; in test_gname_mbs() local 242 struct archive *m; in test_gname_wcs() local
|
/netbsd-src/sys/netbt/ |
H A D | hci_event.c | 164 hci_event(struct mbuf *m, struct hci_unit *unit) in hci_event() 250 hci_event_command_status(struct hci_unit *unit, struct mbuf *m) in hci_event_command_status() 297 hci_event_command_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_command_compl() 380 hci_event_num_compl_pkts(struct hci_unit *unit, struct mbuf *m) in hci_event_num_compl_pkts() 456 hci_event_inquiry_result(struct hci_unit *unit, struct mbuf *m) in hci_event_inquiry_result() 497 hci_event_rssi_result(struct hci_unit *unit, struct mbuf *m) in hci_event_rssi_result() 538 hci_event_extended_result(struct hci_unit *unit, struct mbuf *m) in hci_event_extended_result() 572 hci_event_con_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_con_compl() 672 hci_event_discon_compl(struct hci_unit *unit, struct mbuf *m) in hci_event_discon_compl() 699 hci_event_con_req(struct hci_unit *unit, struct mbuf *m) in hci_event_con_req() [all …]
|
H A D | hci_unit.c | 290 struct mbuf *m; in hci_num_cmds() local 306 struct mbuf *m; in hci_send_cmd() local 353 struct mbuf *m; in hci_intr() local 448 hci_input_event(struct hci_unit *unit, struct mbuf *m) in hci_input_event() 470 hci_input_acl(struct hci_unit *unit, struct mbuf *m) in hci_input_acl() 492 hci_input_sco(struct hci_unit *unit, struct mbuf *m) in hci_input_sco() 514 hci_output_cmd(struct hci_unit *unit, struct mbuf *m) in hci_output_cmd() 537 hci_output_acl(struct hci_unit *unit, struct mbuf *m) in hci_output_acl() 550 hci_output_sco(struct hci_unit *unit, struct mbuf *m) in hci_output_sco() 563 hci_complete_sco(struct hci_unit *unit, struct mbuf *m) in hci_complete_sco()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | io.c | 1432 match m; in match_etag() local 1463 match m; in match_vtag() local 1517 match m; in match_out_tag() local 1541 match m; in match_ltag() local 1573 match m = match_etag (tag, e); in match_dec_etag() local 1590 match m = match_vtag(tag, e); in match_dec_vtag() local 1608 match m; in match_dec_ftag() local 1893 match m; in match_open_element() local 2552 match m; in gfc_match_open() local 2630 match m; in match_close_element() local [all …]
|
H A D | matchexp.c | 45 match m; in gfc_match_defined_op_name() local 95 match m; in match_defined_operator() local 146 match m; in match_primary() local 202 match m; in match_level_1() local 265 match m; in match_mult_operand() local 308 match m; in match_ext_mult_operand() local 353 match m; in match_add_operand() local 417 match m; in match_ext_add_operand() local 464 match m; in match_level_2() local 549 match m; in match_level_3() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | io.cc | 1432 match m; in match_etag() local 1463 match m; in match_vtag() local 1517 match m; in match_out_tag() local 1541 match m; in match_ltag() local 1573 match m = match_etag (tag, e); in match_dec_etag() local 1590 match m = match_vtag(tag, e); in match_dec_vtag() local 1608 match m; in match_dec_ftag() local 1893 match m; in match_open_element() local 2552 match m; in gfc_match_open() local 2630 match m; in match_close_element() local [all …]
|
H A D | matchexp.cc | 45 match m; in gfc_match_defined_op_name() local 95 match m; in match_defined_operator() local 146 match m; in match_primary() local 202 match m; in match_level_1() local 265 match m; in match_mult_operand() local 308 match m; in match_ext_mult_operand() local 353 match m; in match_add_operand() local 417 match m; in match_ext_add_operand() local 464 match m; in match_level_2() local 549 match m; in match_level_3() local [all …]
|
/netbsd-src/sys/fs/nfs/common/ |
H A D | nfskpiport.h | 39 #define vfs_statfs(m) (&((m)->mnt_stat)) argument 40 #define vfs_flags(m) ((m)->mnt_flag) argument 49 #define mbuf_freem(m) m_freem(m) argument 50 #define mbuf_data(m) mtod((m), void *) argument 51 #define mbuf_len(m) ((m)->m_len) argument 52 #define mbuf_next(m) ((m)->m_next) argument 53 #define mbuf_setlen(m, l) ((m)->m_len = (l)) argument 54 #define mbuf_setnext(m, p) ((m)->m_next = (p)) argument 55 #define mbuf_pkthdr_len(m) ((m)->m_pkthdr.len) argument 56 #define mbuf_pkthdr_setlen(m, l) ((m)->m_pkthdr.len = (l)) argument [all …]
|
/netbsd-src/usr.sbin/npf/npftest/libnpftest/ |
H A D | npf_mbuf_subr.c | 21 struct mbuf *m; in npfkern_m_get() local 40 npfkern_m_getdata(const struct mbuf *m) in npfkern_m_getdata() 46 npfkern_m_next(struct mbuf *m) in npfkern_m_next() 52 npfkern_m_buflen(const struct mbuf *m) in npfkern_m_buflen() 58 npfkern_m_length(const struct mbuf *m) in npfkern_m_length() 71 npfkern_m_freem(struct mbuf *m) in npfkern_m_freem() 100 for (struct mbuf *m = *m0; m != NULL; m = m->m_next) { in npfkern_m_ensure_contig() local 114 struct mbuf *m; in mbuf_getwithdata() local 169 struct mbuf *m; in mbuf_construct() local 197 struct mbuf *m; in mbuf_construct6() local [all …]
|
/netbsd-src/sys/external/bsd/drm2/include/drm/ |
H A D | drm_trace_netbsd.h | 38 #define DEFINE_TRACE0(m,p,n) SDT_PROBE_DEFINE0(sdt,m,p,n) argument 39 #define DEFINE_TRACE1(m,p,n,a) SDT_PROBE_DEFINE1(sdt,m,p,n,a) argument 40 #define DEFINE_TRACE2(m,p,n,a,b) SDT_PROBE_DEFINE2(sdt,m,p,n,a,b) argument 41 #define DEFINE_TRACE3(m,p,n,a,b,c) SDT_PROBE_DEFINE3(sdt,m,p,n,a,b,c) argument 42 #define DEFINE_TRACE4(m,p,n,a,b,c,d) SDT_PROBE_DEFINE4(sdt,m,p,n,a,b,c,d) argument 43 #define DEFINE_TRACE5(m,p,n,a,b,c,d,e) SDT_PROBE_DEFINE5(sdt,m,p,n,a,b,c,d,e) argument 44 #define DEFINE_TRACE6(m,p,n,a,b,c,d,e,f) \ argument 46 #define DEFINE_TRACE7(m,p,n,a,b,c,d,e,f,g) \ argument 49 #define DEFINE_TRACE0(m,p,n) SDT_PROBE_DECLARE(sdt,m,p,n) argument 50 #define DEFINE_TRACE1(m,p,n,a) SDT_PROBE_DECLARE(sdt,m,p,n) argument [all …]
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/ |
H A D | dd_interceptors.cc | 43 INTERCEPTOR(int, pthread_mutex_destroy, pthread_mutex_t *m) { in INTERCEPTOR() 49 INTERCEPTOR(int, pthread_mutex_lock, pthread_mutex_t *m) { in INTERCEPTOR() 57 INTERCEPTOR(int, pthread_mutex_trylock, pthread_mutex_t *m) { in INTERCEPTOR() 65 INTERCEPTOR(int, pthread_mutex_unlock, pthread_mutex_t *m) { in INTERCEPTOR() 71 INTERCEPTOR(int, pthread_spin_destroy, pthread_spinlock_t *m) { in INTERCEPTOR() 78 INTERCEPTOR(int, pthread_spin_lock, pthread_spinlock_t *m) { in INTERCEPTOR() 86 INTERCEPTOR(int, pthread_spin_trylock, pthread_spinlock_t *m) { in INTERCEPTOR() 94 INTERCEPTOR(int, pthread_spin_unlock, pthread_spinlock_t *m) { in INTERCEPTOR() 100 INTERCEPTOR(int, pthread_rwlock_destroy, pthread_rwlock_t *m) { in INTERCEPTOR() 106 INTERCEPTOR(int, pthread_rwlock_rdlock, pthread_rwlock_t *m) { in INTERCEPTOR() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/rt/ |
H A D | monitor_.d | 27 auto m = ensureMonitor(cast(Object) owner); variable 38 auto m = getMonitor(h); in _d_monitordelete() local 59 auto m = getMonitor(h); in _d_monitordelete_nogc() local 83 auto m = cast(Monitor*) ensureMonitor(h); variable 93 auto m = cast(Monitor*) getMonitor(h); in _d_monitorexit() local 105 auto m = cast(Monitor*) getMonitor(h); in rt_attachDisposeEvent() local 134 auto m = cast(Monitor*) getMonitor(h); in rt_detachDisposeEvent() local 243 void setMonitor(Object h, shared(Monitor)* m) pure @nogc in setMonitor() 252 if (auto m = getMonitor(h)) in shared() local 255 auto m = cast(Monitor*) calloc(Monitor.sizeof, 1); in shared() local [all …]
|
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | mapc.c | 55 #define mapc_dup(m) ((m)->refc++, (m)) argument 73 # define MAPC_ISRE(m) ((m)->alloc == MAPC_RE) argument 75 # define MAPC_ISRE(m) FALSE argument 421 mapc_add_kv(mnt_map *m, char *key, char *val) in mapc_add_kv() 507 mapc_repl_kv(mnt_map *m, char *key, char *val) in mapc_repl_kv() 537 search_map(mnt_map *m, char *key, char **valp) in search_map() 558 mapc_find_wildcard(mnt_map *m) in mapc_find_wildcard() 577 mapc_reload_map(mnt_map *m) in mapc_reload_map() 645 mnt_map *m = ALLOC(struct mnt_map); in mapc_create() local 785 mapc_clear(mnt_map *m) in mapc_clear() [all …]
|
/netbsd-src/sys/kern/ |
H A D | uipc_mbuf.c | 140 MEXT_ISEMBEDDED(m) global() argument 504 struct mbuf *m = object; mb_ctor() local 518 m_add(struct mbuf * c,struct mbuf * m) m_add() argument 534 struct mbuf *m; m_get() local 565 struct mbuf *m; m_gethdr() local 593 struct mbuf *m; m_get_n() local 615 struct mbuf *m; m_gethdr_n() local 635 m_clget(struct mbuf * m,int how) m_clget() argument 688 m_prepend(struct mbuf * m,int len,int how) m_prepend() argument 724 m_copym(struct mbuf * m,int off,int len,int wait) m_copym() argument 731 m_dup(struct mbuf * m,int off,int len,int wait) m_dup() argument 744 m_copy_internal(struct mbuf * m,int off0,int len,int wait,bool deep) m_copy_internal() argument 841 m_copypacket(struct mbuf * m,int how) m_copypacket() argument 892 m_copydata(struct mbuf * m,int off,int len,void * cp) m_copydata() argument 934 m_cat(struct mbuf * m,struct mbuf * n) m_cat() argument 957 struct mbuf *m; m_adj() local 1039 struct mbuf *n = *m0, *m; m_ensure_contig() local 1096 struct mbuf *m = n; m_pullup() local 1118 m_pulldown(struct mbuf * m,int off,int len,int * offp) m_pulldown() argument 1277 struct mbuf *m; m_copyup() local 1325 struct mbuf *m, *n; m_split_internal() local 1390 struct mbuf *m; m_devget() local 1539 struct mbuf *m, *n; m_copyback_internal() local 1725 m_defrag(struct mbuf * m,int how) m_defrag() argument 1829 m_remove_pkthdr(struct mbuf * m) m_remove_pkthdr() argument 1874 m_align(struct mbuf * m,int len) m_align() argument 1894 m_apply(struct mbuf * m,int off,int len,int (* f)(void *,void *,unsigned int),void * arg) m_apply() argument 1931 m_getptr(struct mbuf * m,int loc,int * off) m_getptr() argument 1964 m_ext_free(struct mbuf * m) m_ext_free() argument 2033 m_free(struct mbuf * m) m_free() argument 2060 m_freem(struct mbuf * m) m_freem() argument 2071 m_print(const struct mbuf * m,const char * modif,void (* pr)(const char *,...)) m_print() argument 2202 mowner_init(struct mbuf * m,int type) mowner_init() argument 2217 mowner_ref(struct mbuf * m,int flags) mowner_ref() argument 2234 mowner_revoke(struct mbuf * m,bool all,int flags) mowner_revoke() argument 2255 mowner_claim(struct mbuf * m,struct mowner * mo) mowner_claim() argument 2274 m_claim(struct mbuf * m,struct mowner * mo) m_claim() argument 2285 m_claimm(struct mbuf * m,struct mowner * mo) m_claimm() argument 2299 m_verify_packet(struct mbuf * m) m_verify_packet() argument 2374 m_tag_prepend(struct mbuf * m,struct m_tag * t) m_tag_prepend() argument 2381 m_tag_unlink(struct mbuf * m,struct m_tag * t) m_tag_unlink() argument 2388 m_tag_delete(struct mbuf * m,struct m_tag * t) m_tag_delete() argument 2395 m_tag_delete_chain(struct mbuf * m) m_tag_delete_chain() argument 2410 m_tag_find(const struct mbuf * m,int type) m_tag_find() argument [all...] |
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/ |
H A D | monitor_.d | 30 auto m = ensureMonitor(cast(Object) owner); variable 45 auto m = getMonitor(h); in _d_monitordelete() local 70 auto m = cast(Monitor*) ensureMonitor(h); variable 80 auto m = cast(Monitor*) getMonitor(h); in _d_monitorexit() local 92 auto m = cast(Monitor*) getMonitor(h); in rt_attachDisposeEvent() local 121 auto m = cast(Monitor*) getMonitor(h); in rt_detachDisposeEvent() local 259 void setMonitor(Object h, shared(Monitor)* m) pure @nogc in setMonitor() 268 if (auto m = getMonitor(h)) in shared() local 271 auto m = cast(Monitor*) calloc(Monitor.sizeof, 1); in shared() local 301 void deleteMonitor(Monitor* m) @nogc in deleteMonitor() [all …]
|
/netbsd-src/sys/sys/ |
H A D | mbuf.h | 147 #define mtod(m, t) ((t)((m)->m_data)) argument 426 #define mowner_init(m, type) __nothing argument 427 #define mowner_ref(m, flags) __nothing argument 428 #define mowner_revoke(m, all, flags) __nothing argument 429 #define m_claim(m, mowner) __nothing argument 432 #define m_claimm(m, mo) __nothing argument 435 #define MCLAIM(m, mo) m_claim((m), (mo)) argument 452 #define MGET(m, how, type) m = m_get((how), (type)) argument 453 #define MGETHDR(m, how, type) m = m_gethdr((how), (type)) argument 457 #define MCLINITREFERENCE(m) \ argument [all …]
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_mod.c | 13 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx) in BN_nnmod() 28 int BN_mod_add(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_add() 49 const BIGNUM *m) in bn_mod_add_fixed_top() 96 const BIGNUM *m) in BN_mod_add_quick() 106 int BN_mod_sub(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_sub() 129 const BIGNUM *m) in bn_mod_sub_fixed_top() 183 const BIGNUM *m) in BN_mod_sub_quick() 193 int BN_mod_mul(BIGNUM *r, const BIGNUM *a, const BIGNUM *b, const BIGNUM *m, in BN_mod_mul() 222 int BN_mod_sqr(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_sqr() 230 int BN_mod_lshift1(BIGNUM *r, const BIGNUM *a, const BIGNUM *m, BN_CTX *ctx) in BN_mod_lshift1() [all …]
|