Home
last modified time | relevance | path

Searched refs:tmp (Results 51 – 75 of 3033) sorted by relevance

12345678910>>...122

/freebsd/crypto/openssl/crypto/bn/
H A Dbn_exp.c907 bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
908 bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
909 bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
910 bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
911 bn_mul_mont_t4(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
985 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
993 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1000 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1026 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
1027 bn_mul_mont(tmp.d, tmp.d, tmp.d, np, n0, top); in BN_mod_exp_mont_consttime()
[all …]
/freebsd/crypto/heimdal/lib/sl/
H A Dslc-gram.y471 tmp != NULL; in gen_options()
472 tmp = find_next(tmp, "option")) { in gen_options()
528 tmp != NULL; in gen_wrapper()
529 tmp = find_next(tmp, "option")) { in gen_wrapper()
566 tmp != NULL; in gen_wrapper()
567 tmp = find_next(tmp, "option")) { in gen_wrapper()
582 tmp != NULL; in gen_wrapper()
583 tmp = find_next(tmp, "option")) { in gen_wrapper()
655 tmp != NULL; in gen_wrapper()
656 tmp = find_next(tmp, "option")) { in gen_wrapper()
[all …]
/freebsd/tools/regression/msdosfs/
H A Dmsdosfstest-5.sh7 mkdir /tmp/msdosfstest
11 mount_msdosfs -L ja_JP.eucJP -D CP932 -l /dev/md10a /tmp/msdosfstest
14 touch /tmp/msdosfstest/$'\216\261'
16 umount /tmp/msdosfstest
17 mount_msdosfs -L ja_JP.eucJP -D CP932 -s /dev/md10a /tmp/msdosfstest
18 ls /tmp/msdosfstest/$'\216\261'
21 umount /tmp/msdosfstest
22 mount_msdosfs -L uk_UA.KOI8-U -D CP866 -l /dev/md10a /tmp/msdosfstest
25 ls /tmp/msdosfstest/$'\221'
39 umount /tmp/msdosfstest
[all …]
/freebsd/sys/libkern/
H A Dqdivrem.c82 union uu tmp; in __qdivrem() local
96 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem()
99 return (tmp.q); in __qdivrem()
123 tmp.uq = uq; in __qdivrem()
125 u[1] = HHALF(tmp.ul[H]); in __qdivrem()
126 u[2] = LHALF(tmp.ul[H]); in __qdivrem()
127 u[3] = HHALF(tmp.ul[L]); in __qdivrem()
129 tmp.uq = vq; in __qdivrem()
159 return (tmp.q); in __qdivrem()
267 *arq = tmp.q; in __qdivrem()
[all …]
/freebsd/lib/libc/quad/
H A Dqdivrem.c81 union uu tmp; in __qdivrem() local
95 tmp.ul[H] = tmp.ul[L] = 1 / zero; in __qdivrem()
98 return (tmp.q); in __qdivrem()
122 tmp.uq = uq; in __qdivrem()
124 u[1] = HHALF(tmp.ul[H]); in __qdivrem()
125 u[2] = LHALF(tmp.ul[H]); in __qdivrem()
126 u[3] = HHALF(tmp.ul[L]); in __qdivrem()
128 tmp.uq = vq; in __qdivrem()
158 return (tmp.q); in __qdivrem()
266 *arq = tmp.q; in __qdivrem()
[all …]
/freebsd/sys/crypto/armv8/
H A Darmv8_crypto_wrap.c63 tmp = vaeseq_u8(tmp, keysched[i]); in armv8_aes_enc()
64 tmp = vaesmcq_u8(tmp); in armv8_aes_enc()
65 tmp = vaeseq_u8(tmp, keysched[i + 1]); in armv8_aes_enc()
66 tmp = vaesmcq_u8(tmp); in armv8_aes_enc()
70 tmp = vaesmcq_u8(tmp); in armv8_aes_enc()
71 tmp = vaeseq_u8(tmp, keysched[rounds]); in armv8_aes_enc()
85 tmp = vaesdq_u8(tmp, keysched[i]); in armv8_aes_dec()
86 tmp = vaesimcq_u8(tmp); in armv8_aes_dec()
87 tmp = vaesdq_u8(tmp, keysched[i+1]); in armv8_aes_dec()
88 tmp = vaesimcq_u8(tmp); in armv8_aes_dec()
[all …]
/freebsd/tools/test/stress2/misc/
H A Dsnap3.sh37 rm -f /tmp/.snap/stress2.1
38 rm -f /tmp/.snap/stress2.2
48 mksnap_ffs /tmp /tmp/.snap/stress2.1
49 mksnap_ffs /tmp /tmp/.snap/stress2.2
50 if [ -r /tmp/.snap/stress2.1 -a -r /tmp/.snap/stress2.2 ]; then
51 mdconfig -a -t vnode -f /tmp/.snap/stress2.1 -u $m1 -o readonly
52 mdconfig -a -t vnode -f /tmp/.snap/stress2.2 -u $m2 -o readonly
62 rm -f /tmp/.snap/stress2.1 /tmp/.snap/stress2.2
H A Dmmap43.sh13 log=/tmp/$prog.log
15 cat > /tmp/$prog.c <<EOF
74 mycc -o /tmp/$prog -Wall -Wextra -O0 /tmp/$prog.c || exit 1
76 cat > /tmp/$prog.serial.c <<EOF
122 mycc -o /tmp/$prog.serial -Wall -Wextra -O0 /tmp/$prog.serial.c || exit 1
137 /tmp/$prog.serial file $size
143 cp /usr/bin/sort /tmp/$prog.sort
156 /tmp/$prog
165 diff /var/tmp/$prog.file1 /var/tmp/$prog.file2 > $log
167 rm /var/tmp/$prog.file1 /var/tmp/$prog.file2
[all …]
H A Dzfs10.sh62 cd /tmp
78 rm -f /tmp/sendfile
81 cd /tmp
93 cd /tmp
99 /tmp/sendfile5 diskimage
103 cd /tmp
109 /tmp/sendfile8 in out 76543
110 rm -f /tmp/sendfile8 in out
113 cd /tmp
119 /tmp/sendfile9 in out 76543
[all …]
/freebsd/sbin/dhclient/
H A Dconvert.c90 u_int32_t tmp = htonl(val); in putULong() local
92 memcpy(obuf, &tmp, sizeof(tmp)); in putULong()
98 int32_t tmp = htonl(val); in putLong() local
100 memcpy(obuf, &tmp, sizeof(tmp)); in putLong()
106 u_int16_t tmp = htons(val); in putUShort() local
108 memcpy(obuf, &tmp, sizeof(tmp)); in putUShort()
114 int16_t tmp = htons(val); in putShort() local
116 memcpy(obuf, &tmp, sizeof(tmp)); in putShort()
/freebsd/usr.sbin/ctld/
H A Dparse.y111 uint64_t tmp; variable
125 uint64_t tmp; variable
139 uint64_t tmp; variable
175 uint64_t tmp; variable
189 uint64_t tmp; variable
458 uint64_t tmp; variable
473 uint64_t tmp; variable
515 uint64_t tmp; variable
1030 tmp = 0;
1032 tmp = 3;
[all …]
/freebsd/contrib/ntp/sntp/tests/
H A DpacketHandling.c119 l_fp reftime, tmp; in test_OffsetCalculationPositiveOffset() local
132 tmp.l_ui = 1000000000UL; in test_OffsetCalculationPositiveOffset()
133 tmp.l_uf = 0UL; in test_OffsetCalculationPositiveOffset()
137 tmp.l_ui = 1000000001UL; in test_OffsetCalculationPositiveOffset()
143 tmp.l_uf = 0UL; in test_OffsetCalculationPositiveOffset()
148 tmp.l_uf = 0UL; in test_OffsetCalculationPositiveOffset()
149 TSTOTV(&tmp, &dst); in test_OffsetCalculationPositiveOffset()
165 l_fp reftime, tmp; in test_OffsetCalculationNegativeOffset() local
179 tmp.l_uf = 0UL; in test_OffsetCalculationNegativeOffset()
194 tmp.l_uf = 0UL; in test_OffsetCalculationNegativeOffset()
[all …]
/freebsd/contrib/wpa/src/utils/
H A Deloop_win.c117 struct eloop_sock *tmp; in eloop_register_read_sock() local
135 if (tmp == NULL) { in eloop_register_read_sock()
147 eloop.readers = tmp; in eloop_register_read_sock()
187 struct eloop_event *tmp; in eloop_register_event() local
198 if (tmp == NULL) in eloop_register_event()
206 eloop.events = tmp; in eloop_register_event()
344 struct eloop_timeout *tmp; in eloop_is_timeout_registered() local
362 struct eloop_timeout *tmp; in eloop_deplete_timeout() local
469 struct eloop_signal *tmp; in eloop_register_signal() local
473 if (tmp == NULL) in eloop_register_signal()
[all …]
/freebsd/crypto/openssl/test/
H A Dasn1_string_table_test.c20 const ASN1_STRING_TABLE *tmp = NULL; in test_string_tbl() local
23 tmp = ASN1_STRING_TABLE_get(nid); in test_string_tbl()
24 if (!TEST_ptr_null(tmp)) { in test_string_tbl()
41 tmp = ASN1_STRING_TABLE_get(nid); in test_string_tbl()
42 if (!TEST_ptr(tmp)) { in test_string_tbl()
47 tmp = ASN1_STRING_TABLE_get(nid2); in test_string_tbl()
48 if (!TEST_ptr(tmp)) { in test_string_tbl()
56 tmp = ASN1_STRING_TABLE_get(nid); in test_string_tbl()
57 if (!TEST_ptr_null(tmp)) { in test_string_tbl()
62 tmp = ASN1_STRING_TABLE_get(nid2); in test_string_tbl()
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dsha2_zfs.c49 zio_cksum_t tmp; in abd_checksum_sha256() local
63 SHA2Final(&tmp, &ctx); in abd_checksum_sha256()
73 zcp->zc_word[0] = BE_64(tmp.zc_word[0]); in abd_checksum_sha256()
74 zcp->zc_word[1] = BE_64(tmp.zc_word[1]); in abd_checksum_sha256()
75 zcp->zc_word[2] = BE_64(tmp.zc_word[2]); in abd_checksum_sha256()
76 zcp->zc_word[3] = BE_64(tmp.zc_word[3]); in abd_checksum_sha256()
95 zio_cksum_t tmp; in abd_checksum_sha512_byteswap() local
98 zcp->zc_word[0] = BSWAP_64(tmp.zc_word[0]); in abd_checksum_sha512_byteswap()
99 zcp->zc_word[1] = BSWAP_64(tmp.zc_word[1]); in abd_checksum_sha512_byteswap()
100 zcp->zc_word[2] = BSWAP_64(tmp.zc_word[2]); in abd_checksum_sha512_byteswap()
[all …]
/freebsd/sys/kern/
H A Dsubr_atomic64.c99 ATOMIC64_EMU_UN(load, uint64_t, (tmp = *p), return (tmp));
103 ATOMIC64_EMU_BIN(swap, uint64_t, tmp = *p; *p = v; v = tmp, return(v));
107 uint64_t tmp; in atomic_cmpset_64() local
110 tmp = *p; in atomic_cmpset_64()
111 if (tmp == old) in atomic_cmpset_64()
115 return (tmp == old); in atomic_cmpset_64()
120 uint64_t tmp, tmp_old; in atomic_fcmpset_64() local
123 tmp = *p; in atomic_fcmpset_64()
125 if (tmp == tmp_old) in atomic_fcmpset_64()
128 *old = tmp; in atomic_fcmpset_64()
[all …]
/freebsd/sys/riscv/include/
H A Dasm.h59 #define SET_FAULT_HANDLER(handler, tmp) \ argument
60 ld tmp, PC_CURTHREAD(tp); \
61 ld tmp, TD_PCB(tmp); /* Load the pcb */ \
62 sd handler, PCB_ONFAULT(tmp) /* Set the handler */
64 #define ENTER_USER_ACCESS(tmp) \ argument
65 li tmp, SSTATUS_SUM; \
66 csrs sstatus, tmp
68 #define EXIT_USER_ACCESS(tmp) \ argument
69 li tmp, SSTATUS_SUM; \
70 csrc sstatus, tmp
/freebsd/share/mk/
H A Datf.test.mk68 CLEANFILES+= ${_T} ${_T}.tmp
77 cat ${.ALLSRC:N*Makefile*} >>${.TARGET}.tmp
82 chmod +x ${.TARGET}.tmp
83 mv ${.TARGET}.tmp ${.TARGET}
94 CLEANFILES+= ${_T} ${_T}.tmp
103 cat ${.ALLSRC:N*Makefile*} >>${.TARGET}.tmp
108 chmod +x ${.TARGET}.tmp
109 mv ${.TARGET}.tmp ${.TARGET}
140 CLEANFILES+= ${_T} ${_T}.tmp
154 chmod +x ${.TARGET}.tmp
[all …]
/freebsd/crypto/openssl/crypto/ffc/
H A Dffc_key_validate.c23 BIGNUM *tmp = NULL; in ossl_ffc_validate_public_key_partial() local
37 tmp = BN_CTX_get(ctx); in ossl_ffc_validate_public_key_partial()
39 if (tmp == NULL in ossl_ffc_validate_public_key_partial()
40 || !BN_set_word(tmp, 1)) in ossl_ffc_validate_public_key_partial()
42 if (BN_cmp(pub_key, tmp) <= 0) in ossl_ffc_validate_public_key_partial()
46 || !BN_sub_word(tmp, 1)) in ossl_ffc_validate_public_key_partial()
48 if (BN_cmp(pub_key, tmp) >= 0) in ossl_ffc_validate_public_key_partial()
66 BIGNUM *tmp = NULL; in ossl_ffc_validate_public_key() local
77 tmp = BN_CTX_get(ctx); in ossl_ffc_validate_public_key()
80 if (tmp == NULL in ossl_ffc_validate_public_key()
[all …]
/freebsd/lib/libc/nameser/
H A Dns_ttl.c96 u_long ttl, tmp; in ns_parse_ttl() local
100 tmp = 0; in ns_parse_ttl()
107 tmp *= 10; in ns_parse_ttl()
108 tmp += (ch - '0'); in ns_parse_ttl()
117 case 'W': tmp *= 7; in ns_parse_ttl()
118 case 'D': tmp *= 24; in ns_parse_ttl()
124 ttl += tmp; in ns_parse_ttl()
125 tmp = 0; in ns_parse_ttl()
133 ttl += tmp; in ns_parse_ttl()
148 char tmp[50]; in fmt1() local
[all …]
/freebsd/libexec/rtld-elf/arm/
H A Dreloc.c141 Elf_Addr tmp; in reloc_nonplt_object() local
175 (long) tmp, (long) tmp); in reloc_nonplt_object()
178 tmp >>= 2; in reloc_nonplt_object()
196 *where = tmp; in reloc_nonplt_object()
201 store_ptr(where, tmp); in reloc_nonplt_object()
211 *where = tmp; in reloc_nonplt_object()
218 (void *)tmp); in reloc_nonplt_object()
245 *where = tmp; in reloc_nonplt_object()
262 *where = tmp; in reloc_nonplt_object()
283 tmp += *where; in reloc_nonplt_object()
[all …]
/freebsd/usr.sbin/ypserv/
H A Dyp_access.c113 struct securenet *tmp; in load_securenets() local
121 tmp = securenets->next; in load_securenets()
123 securenets = tmp; in load_securenets()
159 free(tmp); in load_securenets()
165 free(tmp); in load_securenets()
169 tmp->next = securenets; in load_securenets()
170 securenets = tmp; in load_securenets()
222 struct securenet *tmp; local
276 tmp = securenets;
277 while (tmp) {
[all …]
/freebsd/sys/crypto/aesni/
H A Daesencdec.h115 __m128i tmp; in aesni_enc() local
118 tmp = from ^ keysched[0]; in aesni_enc()
120 tmp = _mm_aesenc_si128(tmp, keysched[i]); in aesni_enc()
121 tmp = _mm_aesenc_si128(tmp, keysched[i + 1]); in aesni_enc()
124 tmp = _mm_aesenc_si128(tmp, keysched[rounds]); in aesni_enc()
125 return _mm_aesenclast_si128(tmp, keysched[rounds + 1]); in aesni_enc()
131 __m128i tmp; in aesni_dec() local
134 tmp = from ^ keysched[0]; in aesni_dec()
137 tmp = _mm_aesdec_si128(tmp, keysched[i]); in aesni_dec()
138 tmp = _mm_aesdec_si128(tmp, keysched[i + 1]); in aesni_dec()
[all …]
/freebsd/contrib/wireguard-tools/
H A Dcurve25519-hacl64.h236 tmp[0] = s0; in fsquare_fsquare__()
237 tmp[1] = s1; in fsquare_fsquare__()
238 tmp[2] = s2; in fsquare_fsquare__()
239 tmp[3] = s3; in fsquare_fsquare__()
240 tmp[4] = s4; in fsquare_fsquare__()
255 b4 = tmp[4]; in fsquare_fsquare_()
256 b0 = tmp[0]; in fsquare_fsquare_()
356 b0 = tmp[0]; in fdifference()
357 b1 = tmp[1]; in fdifference()
358 b2 = tmp[2]; in fdifference()
[all …]
/freebsd/libexec/getty/
H A Dchat.c226 free(tmp); in read_chat()
251 tmp[l++] = '^'; in cleanchr()
254 tmp[l++] = '^'; in cleanchr()
255 tmp[l++] = '?'; in cleanchr()
257 tmp[l++] = ch; in cleanchr()
258 tmp[l] = '\0'; in cleanchr()
261 *buf = tmp + l; in cleanchr()
262 return tmp; in cleanchr()
277 tmp = realloc(tmp, tmplen = l * 4 + 1); in cleanstr()
284 char * p = tmp; in cleanstr()
[all …]

12345678910>>...122