Home
last modified time | relevance | path

Searched +defs:h +defs:rs (Results 1 – 25 of 2406) sorted by relevance

12345678910>>...97

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/storage/mmap_v1/
H A Drecord_store_v1_capped_test.cpp702 CollscanHelper h(1); in TEST() local
707 CollscanHelper h(1); in TEST() local
713 CollscanHelper h(3); in TEST() local
719 CollscanHelper h(1); in TEST() local
726 CollscanHelper h(1); in TEST() local
734 CollscanHelper h(1); in TEST() local
742 CollscanHelper h(2); in TEST() local
751 CollscanHelper h(2); in TEST() local
761 CollscanHelper h(3); in TEST() local
772 CollscanHelper h(3); in TEST() local
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/security/sig/dss/
H A DDSSSignature.java133 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h) in sign()
142 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
155 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
168 public static final boolean verify(final DSAPublicKey k, final byte[] h, in verify()
169 final BigInteger[] rs) in verify()
202 final BigInteger[] rs = computeRS(md.digest()); in generateSignature() local
208 final BigInteger[] rs = decodeSignature(sig); in verifySignature() local
261 private boolean checkRS(final BigInteger[] rs, final byte[] digestBytes) in checkRS()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/security/sig/dss/
H A DDSSSignature.java133 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h) in sign()
142 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
155 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
168 public static final boolean verify(final DSAPublicKey k, final byte[] h, in verify()
169 final BigInteger[] rs) in verify()
202 final BigInteger[] rs = computeRS(md.digest()); in generateSignature() local
208 final BigInteger[] rs = decodeSignature(sig); in verifySignature() local
261 private boolean checkRS(final BigInteger[] rs, final byte[] digestBytes) in checkRS()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/security/sig/dss/
H A DDSSSignature.java133 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h) in sign()
142 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
155 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
168 public static final boolean verify(final DSAPublicKey k, final byte[] h, in verify()
169 final BigInteger[] rs) in verify()
202 final BigInteger[] rs = computeRS(md.digest()); in generateSignature() local
208 final BigInteger[] rs = decodeSignature(sig); in verifySignature() local
261 private boolean checkRS(final BigInteger[] rs, final byte[] digestBytes) in checkRS()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/security/sig/dss/
H A DDSSSignature.java133 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h) in sign()
142 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
155 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
168 public static final boolean verify(final DSAPublicKey k, final byte[] h, in verify()
169 final BigInteger[] rs) in verify()
202 final BigInteger[] rs = computeRS(md.digest()); in generateSignature() local
208 final BigInteger[] rs = decodeSignature(sig); in verifySignature() local
261 private boolean checkRS(final BigInteger[] rs, final byte[] digestBytes) in checkRS()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/security/sig/dss/
H A DDSSSignature.java133 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h) in sign()
142 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
155 public static final BigInteger[] sign(final DSAPrivateKey k, final byte[] h, in sign()
168 public static final boolean verify(final DSAPublicKey k, final byte[] h, in verify()
169 final BigInteger[] rs) in verify()
202 final BigInteger[] rs = computeRS(md.digest()); in generateSignature() local
208 final BigInteger[] rs = decodeSignature(sig); in verifySignature() local
261 private boolean checkRS(final BigInteger[] rs, final byte[] digestBytes) in checkRS()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DStriped64.java216 int h; in longAccumulate() local
232 Cell[] rs; int m, j; in longAccumulate() local
261 Cell[] rs = new Cell[n << 1]; in longAccumulate() local
278 Cell[] rs = new Cell[2]; in longAccumulate() local
303 int h; in doubleAccumulate() local
319 Cell[] rs; int m, j; in doubleAccumulate() local
353 Cell[] rs = new Cell[n << 1]; in doubleAccumulate() local
370 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/concurrent/atomic/
H A DStriped64.java216 int h; in longAccumulate() local
232 Cell[] rs; int m, j; in longAccumulate() local
261 Cell[] rs = new Cell[n << 1]; in longAccumulate() local
278 Cell[] rs = new Cell[2]; in longAccumulate() local
303 int h; in doubleAccumulate() local
319 Cell[] rs; int m, j; in doubleAccumulate() local
353 Cell[] rs = new Cell[n << 1]; in doubleAccumulate() local
370 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/devel/libdap/libdap-3.20.8/unit-tests/
H A DHTTPCacheTest.cc100 vector<string> h; member in libdap::HTTPCacheTest
463 HTTPResponse *rs = http_conn->fetch_url(localhost_url); in cache_response_test() local
497 HTTPResponse *rs = http_conn->fetch_url(localhost_url); in get_cached_response_test() local
508 string h = (*j).substr(0, (*j).find(": ")); in get_cached_response_test() local
650 HTTPResponse *rs = http_conn->fetch_url(expired); in instance_test() local
701 HTTPResponse *rs = http_conn->fetch_url(expired); in get_conditional_response_headers_test() local
707 vector<string> h = c->get_conditional_request_headers(localhost_url); in get_conditional_response_headers_test() local
736 HTTPResponse *rs = http_conn->fetch_url(expired); in update_response_test() local
792 HTTPResponse *rs = http_conn->fetch_url(coads); in interrupt_test() local
824 HTTPResponse *rs = http_conn->fetch_url(fnoc1); in cache_gc_test() local
[all …]
/dports/net/zsync/zsync-0.6.2/librcksum/
H A Dstate.c106 char *rcksum_filename(struct rcksum_state *rs) { in rcksum_filename()
116 int rcksum_filehandle(struct rcksum_state *rs) { in rcksum_filehandle()
117 int h = rs->fd; in rcksum_filehandle() local
/dports/games/sgt-puzzles/puzzles-20220128.c43a34f/
H A Dlaydomino.c18 int *domino_layout(int w, int h, random_state *rs) in domino_layout()
42 void domino_layout_prealloc(int w, int h, random_state *rs, in domino_layout_prealloc()
H A Ddivvy.c215 static bool addremcommon(int w, int h, int x, int y, int *own, int val) in addremcommon()
263 static int *divvy_internal(int w, int h, int k, random_state *rs) in divvy_internal()
659 int *divvy_rectangle(int w, int h, int k, random_state *rs) in divvy_rectangle()
690 int w = 9, h = 4, k = 6, tries = 100; in main() local
691 random_state *rs; in main() local
/dports/www/links/links-2.25/
H A Dselect.c61 int rs; in portable_sleep() local
74 int rs; in can_do_io() local
131 int n, h, rs; in close_std_handle() local
157 void restore_std_handle(int std, int h) in restore_std_handle()
160 int rs; in restore_std_handle() local
258 int rs; in restrict_fds() local
618 int rs; in set_handlers_file_line() local
674 void clear_events(int h, int blocking) in clear_events()
786 int rs; in interruptible_signal() local
804 int rs; in block_signals() local
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/sip/
H A Dsip_refer.c139 isize_t sip_refer_to_dup_xtra(sip_header_t const *h, isize_t offset) in sip_refer_to_dup_xtra()
253 isize_t sip_referred_by_dup_xtra(sip_header_t const *h, isize_t offset) in sip_referred_by_dup_xtra()
283 static int sip_referred_by_update(msg_common_t *h, in sip_referred_by_update()
389 isize_t sip_replaces_dup_xtra(sip_header_t const *h, isize_t offset) in sip_replaces_dup_xtra()
417 static int sip_replaces_update(msg_common_t *h, in sip_replaces_update()
497 sip_header_t *h, in sip_refer_sub_d()
500 sip_refer_sub_t *rs = (sip_refer_sub_t *)h; in sip_refer_sub_d() local
518 sip_header_t const *h, in sip_refer_sub_e()
522 sip_refer_sub_t const *rs = (sip_refer_sub_t *)h; in sip_refer_sub_e() local
533 isize_t sip_refer_sub_dup_xtra(sip_header_t const *h, isize_t offset) in sip_refer_sub_dup_xtra()
[all …]
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/sip/
H A Dsip_refer.c139 isize_t sip_refer_to_dup_xtra(sip_header_t const *h, isize_t offset) in sip_refer_to_dup_xtra()
253 isize_t sip_referred_by_dup_xtra(sip_header_t const *h, isize_t offset) in sip_referred_by_dup_xtra()
283 static int sip_referred_by_update(msg_common_t *h, in sip_referred_by_update()
389 isize_t sip_replaces_dup_xtra(sip_header_t const *h, isize_t offset) in sip_replaces_dup_xtra()
417 static int sip_replaces_update(msg_common_t *h, in sip_replaces_update()
497 sip_header_t *h, in sip_refer_sub_d()
500 sip_refer_sub_t *rs = (sip_refer_sub_t *)h; in sip_refer_sub_d() local
518 sip_header_t const *h, in sip_refer_sub_e()
522 sip_refer_sub_t const *rs = (sip_refer_sub_t *)h; in sip_refer_sub_e() local
533 isize_t sip_refer_sub_dup_xtra(sip_header_t const *h, isize_t offset) in sip_refer_sub_dup_xtra()
[all …]
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dhspscaninterface.c17 void * untyped_read_HSPScanInterfacePara_from_Stream(Wise2ReadStreamInterface * rs) in untyped_read_HSPScanInterfacePara_from_Stream()
33 HSPScanInterfacePara * typed_HSPScanInterfacePara_from_Stream(Wise2ReadStreamInterface * rs) in typed_HSPScanInterfacePara_from_Stream()
91 HSPScanInterfacePara * h = (HSPScanInterfacePara *) p; in untyped_HSPScanInterfacePara_to_Stream() local
140 HSPScanInterfacePara * h; in untyped_HSPScanInterfacePara_free() local
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/kadmin/server/
H A Dauth.c48 auth_handle *hp, h; in auth_fini() local
68 auth_handle h = NULL; in auth_init() local
133 call_module(krb5_context context, auth_handle h, int opcode, in call_module()
186 auth_handle *hp, h; in auth() local
205 const struct kadm5_auth_restrictions *rs, in impose_restrictions()
269 auth_handle *hp, h; in auth_restrict() local
273 struct kadm5_auth_restrictions *rs; in auth_restrict() local
307 auth_handle *hp, h; in auth_end() local
/dports/security/krb5/krb5-1.19.2/src/kadmin/server/
H A Dauth.c48 auth_handle *hp, h; in auth_fini() local
68 auth_handle h = NULL; in auth_init() local
133 call_module(krb5_context context, auth_handle h, int opcode, in call_module()
186 auth_handle *hp, h; in auth() local
205 const struct kadm5_auth_restrictions *rs, in impose_restrictions()
269 auth_handle *hp, h; in auth_restrict() local
273 struct kadm5_auth_restrictions *rs; in auth_restrict() local
307 auth_handle *hp, h; in auth_end() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/concurrent/atomic/
H A DStriped64.java230 int h; in longAccumulate() local
245 Cell[] rs; int m, j; in longAccumulate() local
284 Cell[] rs = new Cell[2]; in longAccumulate() local
314 int h; in doubleAccumulate() local
329 Cell[] rs; int m, j; in doubleAccumulate() local
367 Cell[] rs = new Cell[2]; in doubleAccumulate() local

12345678910>>...97