Searched refs:hi (Results 1 - 25 of 706) sorted by path

1234567891011>>

/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sh3/string/
H A Dmemcpy.S63 cmp/hi REG_DST,REG_SRC
89 cmp/hi r0,REG_LEN /* if ( (len > 1) && */
102 cmp/hi r1,REG_LEN /* while ( len > 3 ) { */
109 cmp/hi r1,REG_LEN
136 cmp/hi r1,REG_LEN /* while ( len > 1 ) { */
143 cmp/hi r1,REG_LEN
195 cmp/hi r0,REG_LEN /* if ( (len > 1) && */
208 cmp/hi r1,REG_LEN /* while ( len > 3 ) { */
215 cmp/hi r1,REG_LEN
242 cmp/hi r
[all...]
H A Dmemset.S220 cmp/hi REG_LEN,REG_TMP1
227 cmp/hi REG_LEN,REG_TMP1
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/atomic/
H A Datomic_cas.S81 sethi %hi(_C_LABEL(_atomic_cas_locktab)), %o3
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc/net/
H A Dhtons.S49 sethi %hi(0xffff0000), %o1
H A Dntohs.S50 sethi %hi(0xffff0000), %o1
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc64/net/
H A Dhtons.S49 sethi %hi(0xffff0000), %o1
H A Dntohs.S50 sethi %hi(0xffff0000), %o1
/netbsd-6-1-5-RELEASE/common/lib/libc/arch/sparc64/string/
H A Dstrlen.S74 sethi %hi(0xfefefefe), %o3
75 sethi %hi(0x7f7f7f7f), %o2
/netbsd-6-1-5-RELEASE/common/lib/libc/stdlib/
H A Drandom.c277 int x1, hi, lo, t; local
287 hi = x1 / 127773;
289 t = 16807 * lo - 2836 * hi;
513 long x, hi, lo, t; local
522 hi = x / 127773;
524 t = 16807 * lo - 2836 * hi;
/netbsd-6-1-5-RELEASE/common/lib/libx86emu/
H A Dx86emu.c5912 uint32_t hi; local
5923 hi = (lo >> 16) + (d >> 16) + (s >> 16);
5925 CONDITIONAL_SET_FLAG(hi & 0x10000, F_CF);
5988 uint32_t hi; local
5994 hi = (lo >> 16) + (d >> 16) + (s >> 16);
5996 CONDITIONAL_SET_FLAG(hi & 0x10000, F_CF);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dbn.c56 heim_integer *hi; local
57 hi = calloc(1, sizeof(*hi));
58 return (BIGNUM *)hi;
71 heim_integer *hi = (heim_integer *)bn; local
72 if (hi->data) {
73 memset(hi->data, 0, hi->length);
74 free(hi->data);
76 memset(hi,
133 heim_integer *hi = (void *)bn; local
160 const heim_integer *hi = (const void *)bn; local
245 heim_integer *hi = (heim_integer *)bn; local
257 heim_integer *hi = (heim_integer *)bn; local
279 heim_integer *hi = (heim_integer *)bn; local
313 heim_integer *hi = (heim_integer *)bn; local
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dchangepw.c521 krb5_krbhst_info *hi; local
543 while (!done && (ret = krb5_krbhst_next(context, handle, &hi)) == 0) {
547 switch (hi->proto) {
562 ret = krb5_krbhst_get_addrinfo(context, hi, &ai);
601 hi->hostname);
636 hi->hostname);
H A Dinit_creds_pw.c1255 const krb5_krbhst_info *hi,
1306 hi,
1250 process_pa_data_to_key(krb5_context context, krb5_get_init_creds_ctx *ctx, krb5_creds *creds, AS_REQ *a, AS_REP *rep, const krb5_krbhst_info *hi, krb5_keyblock **key) argument
H A Dkrbhst.c113 krb5_krbhst_info *hi; local
116 hi = calloc(1, sizeof(*hi) + len);
117 if(hi == NULL) {
125 (*res)[num_srv++] = hi;
127 hi->proto = proto_num;
129 hi->def_port = def_port;
131 hi->port = port;
133 hi->port = rr->u.srv->port;
135 strlcpy(hi
204 struct krb5_krbhst_info *hi; local
259 _krb5_free_krbhst_info(krb5_krbhst_info *hi) argument
311 struct krb5_krbhst_info *hi; local
426 struct krb5_krbhst_info *hi = *kd->index; local
526 struct krb5_krbhst_info *hi; local
554 struct krb5_krbhst_info *hi; local
[all...]
H A Dpkinit.c1069 const krb5_krbhst_info *hi,
1137 if (hi) {
1141 hi->hostname,
1142 hi->ai->ai_addr, hi->ai->ai_addrlen);
1160 const krb5_krbhst_info *hi,
1253 ret = pk_verify_host(context, realm, hi, ctx, host);
1305 const krb5_krbhst_info *hi,
1343 ret = pk_verify_host(context, realm, hi, ctx, host);
1545 const krb5_krbhst_info *hi,
1067 pk_verify_host(krb5_context context, const char *realm, const krb5_krbhst_info *hi, struct krb5_pk_init_ctx_data *ctx, struct krb5_pk_cert *host) argument
1153 pk_rd_pa_reply_enckey(krb5_context context, int type, const heim_octet_string *indata, const heim_oid *dataType, const char *realm, krb5_pk_init_ctx ctx, krb5_enctype etype, const krb5_krbhst_info *hi, unsigned nonce, const krb5_data *req_buffer, PA_DATA *pa, krb5_keyblock **key) argument
1299 pk_rd_pa_reply_dh(krb5_context context, const heim_octet_string *indata, const heim_oid *dataType, const char *realm, krb5_pk_init_ctx ctx, krb5_enctype etype, const krb5_krbhst_info *hi, const DHNonce *c_n, const DHNonce *k_n, unsigned nonce, PA_DATA *pa, krb5_keyblock **key) argument
1541 _krb5_pk_rd_pa_reply(krb5_context context, const char *realm, void *c, krb5_enctype etype, const krb5_krbhst_info *hi, unsigned nonce, const krb5_data *req_buffer, PA_DATA *pa, krb5_keyblock **key) argument
[all...]
H A Dsend_to_kdc.c260 const krb5_krbhst_info *hi,
309 ret = asprintf(&prefix, "http://%s/", hi->hostname);
325 krb5_krbhst_info *hi,
346 ret = (*service->send_to_kdc)(context, ctx, hi,
381 krb5_krbhst_info *hi; local
383 while (krb5_krbhst_next(context, handle, &hi) == 0) {
388 hi->hostname, _krb5_krbhst_get_realm(handle));
393 ret = (*s->func)(context, s->data, hi,
400 ret = send_via_plugin(context, hi, context->kdc_timeout,
407 if(hi
259 send_via_proxy(krb5_context context, const krb5_krbhst_info *hi, const krb5_data *send_data, krb5_data *receive) argument
324 send_via_plugin(krb5_context context, krb5_krbhst_info *hi, time_t timeout, const krb5_data *send_data, krb5_data *receive) argument
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/netpgp/dist/src/lib/
H A Dkeyring.c860 const char *hi; local
868 if ((hi = strchr(uppers, userid[i])) == NULL) {
869 if ((hi = strchr(lowers, userid[i])) == NULL) {
872 hichar = (uint8_t)(hi - lowers);
874 hichar = (uint8_t)(hi - uppers);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/MacOS/
H A DRandomizer.cpp358 log2l (((pb.ioVTotalBytes.hi - pb.ioVFreeBytes.hi)
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/aes/asm/
H A Daes-x86_64.pl64 sub hi() { my $r=shift; $r =~ s/%[er]([a-d])x/%\1h/; $r; } subroutine
102 movzb `&hi("$s1")`,$acc0
103 movzb `&hi("$s2")`,$acc1
109 movzb `&hi("$s3")`,$acc0
111 movzb `&hi("$s0")`,$acc2
127 movzb `&hi("$s3")`,$acc0
128 movzb `&hi("$s0")`,$acc1
135 movzb `&hi("$s1")`,$acc1
136 movzb `&hi("$s2")`,$acc2
162 movzb `&hi("
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Darmv4-gf2m.pl73 ($hi,$lo,$t0,$t1, $i0,$i1 )=map("r$_",(4..9),12);
106 mov $hi,$t1,lsr#29
111 eor $hi,$hi,$t0,lsr#26
116 eor $hi,$hi,$t1,lsr#23
121 eor $hi,$hi,$t0,lsr#20
126 eor $hi,$hi,
[all...]
H A Ds390x-gf2m.pl56 ($lo,$hi,$b)=map("%r$_",(3..5)); $a=$lo; $mask=$a8;
109 srlg $hi,$lo,1
123 xgr $hi,@T[0]
126 xgr $hi,@T[1]
141 xgr $hi,@T[1]
150 xgr $hi,@T[1]
156 xgr $hi,@T[0]
176 stmg $lo,$hi,16($rp)
181 stmg $lo,$hi,0($rp)
190 xgr $lo,$hi
[all...]
H A Dsparcv9-mont.pl86 sethi %hi(0xffffffff),$mask
H A Dsparcv9a-mont.pl139 sethi %hi(0xffff),$mask
H A Dx86-gf2m.pl122 ($lo,$hi)=("eax","edx");
150 &mov ($hi,$lo);
153 &shr ($hi,1);
165 &xor ($hi,@T[0]);
179 &xor ($hi,@T[0]);
191 &xor ($hi,@T[0]);
194 &xor ($hi,@i[0]);
271 &mov (&DWP(12,"esp"),$hi);
277 &mov (&DWP(4,"esp"),$hi);
292 &xor ($lo,$hi);
[all...]
H A Dx86_64-gf2m.pl37 ($lo,$hi)=("%rax","%rdx"); $a=$lo;
63 mov $a,$hi # $a is $lo
66 shr \$1,$hi
74 xor $t1,$hi
77 xor $t0,$hi
136 xor $t0,$hi
150 xor $t0,$hi
153 xor $i1,$hi
230 mov $hi,24(%rsp)
236 mov $hi,
[all...]

Completed in 517 milliseconds

1234567891011>>