Searched refs:pre (Results 76 - 100 of 169) sorted by relevance

1234567

/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-c64xplus.pl128 LDNDW *$INP++,B11:B10 ; pre-fetch input
129 LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[0]
244 || [B0] LDNDW *$INP++,B11:B10 ; pre-fetch input
256 || [B1] LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[i]
327 || [A0] LDNDW *$INP++,B11:B10 ; pre-fetch input
331 || [A0] LDDW *$K512++,$Khi:$Klo ; pre-fetch K512[0]
H A Dsha1-c64xplus.pl82 LDNW *${INP}++,$TX1 ; pre-fetch input
300 [A0] LDNW *${INP}++,$TX1 ; pre-fetch input
/freebsd-current/sys/dev/sdhci/
H A Dsdhci_fsl_fdt.c304 #define SDHCI_FSL_FDT_CLK_DIV(sc, base, freq, pre, div) \
306 (pre) = (sc)->vendor_ver < SDHCI_FSL_VENDOR_V23 ? 2 : 1;\
307 while ((freq) < (base) / ((pre) * 16) && (pre) < 256) \
308 (pre) <<= 1; \
309 /* div/pre can't both be set to 1, according to PM. */ \
310 (div) = ((pre) == 1 ? 2 : 1); \
311 while ((freq) < (base) / ((pre) * (div)) && (div) < 16) \
/freebsd-current/contrib/unbound/smallapp/
H A Dunbound-control.c849 char pre[10]; local
855 snprintf(pre, sizeof(pre), "UBCT%d ", UNBOUND_CONTROL_VERSION);
856 remote_write(ssl, fd, pre, strlen(pre));
/freebsd-current/contrib/mandoc/
H A Dman_html.c43 int (*pre)(MAN_ARGS); member in struct:man_html_act
234 if (man_html_acts[n->tok - MAN_TH].pre != NULL)
235 child = (*man_html_acts[n->tok - MAN_TH].pre)(man,
/freebsd-current/crypto/openssh/regress/
H A Dagent-restrict.sh225 rm -f $OBJ/expect_list.pre
228 cut -d " " -f-2 $OBJ/user_${u}.pub >> $OBJ/expect_list.pre
230 sort $OBJ/expect_list.pre > $OBJ/expect_list
/freebsd-current/usr.bin/gzip/
H A Dunlz.c612 unlz(int fin, int fout, char *pre, size_t prelen, off_t *bytes_in) argument
619 if (pre && prelen)
620 memcpy(header, pre, prelen);
H A Dzuncompress.c132 zuncompress(FILE *in, FILE *out, char *pre, size_t prelen, argument
145 compressed_pre = pre;
/freebsd-current/crypto/openssl/test/
H A Ddhtest.c562 # define make_rfc5114_td(pre) { \
563 DH_get_##pre, \
564 dhtest_##pre##_xA, sizeof(dhtest_##pre##_xA), \
565 dhtest_##pre##_yA, sizeof(dhtest_##pre##_yA), \
566 dhtest_##pre##_xB, sizeof(dhtest_##pre##_xB), \
567 dhtest_##pre##_yB, sizeof(dhtest_##pre##_y
[all...]
/freebsd-current/sys/netinet/
H A Dtcp_ratelimit.c1486 uint64_t pre; local
1490 pre = atomic_fetchadd_64(&lrs->rs_flows_using, -1);
1495 if (pre == 1) {
1528 uint64_t pre; local
1540 pre = atomic_fetchadd_64(&rs->rs_flows_using, -1);
1541 if (pre == 1) {
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-sysv.mk245 .for from in '' ffix % pre% %ffix pre%ffix
247 . for word in '' suffix prefix pre-middle-suffix
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_nistz256.c71 * Constant time access to the X and Y coordinates of the pre-computed,
1255 void EC_nistz256_pre_comp_free(NISTZ256_PRE_COMP *pre) argument
1259 if (pre == NULL)
1262 CRYPTO_DOWN_REF(&pre->references, &i, pre->lock);
1263 REF_PRINT_COUNT("EC_nistz256", pre);
1268 OPENSSL_free(pre->precomp_storage);
1269 CRYPTO_THREAD_lock_free(pre->lock);
1270 OPENSSL_free(pre);
1402 /* pre
[all...]
/freebsd-current/lib/libc/amd64/string/
H A Dstpcpy.S178 # (behaves as bsf on pre-x86-64-v3 CPUs)
/freebsd-current/contrib/ntp/sntp/
H A DMakefile.am271 libevent: distdir-pre-check
274 distdir-pre-check:
/freebsd-current/etc/
H A DMakefile5 .include <bsd.compat.pre.mk>
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghashv8-armx.pl133 vext.8 $t0,$H,$H,#8 @ Karatsuba pre-processing
154 vext.8 $t1,$H2,$H2,#8 @ Karatsuba pre-processing
156 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
198 vext.8 $t0,$H, $H,#8 @ Karatsuba pre-processing
202 vext.8 $Hhl,$t0,$t1,#8 @ pack Karatsuba pre-processed
237 veor $t1,$t1,$IN @ Karatsuba pre-processing
333 veor $t1,$t1,$In @ Karatsuba pre-processing
345 veor $t2,$t2,$IN @ Karatsuba pre-processing
379 veor $t1,$t1,$In @ Karatsuba pre-processing
398 veor $t1,$t1,$IN @ Karatsuba pre
[all...]
H A Dghash-armv4.pl467 veor $Hhl,$Hlo,$Hhi @ Karatsuba pre-processing
485 veor $Hhl,$Hlo,$Hhi @ Karatsuba pre-processing
498 veor $IN#lo,$IN#lo,$IN#hi @ Karatsuba pre-processing
/freebsd-current/crypto/openssl/crypto/bn/asm/
H A Dbn-c64xplus.asm245 || LDW *A5++,A9 ; pre-fetch ap[1]
266 || CMPGT A0,1,A2 ; done pre-fetching ap[i+1]?
268 [A2] LDW *A5++,A9 ; pre-fetch ap[i+1]
/freebsd-current/crypto/openssh/
H A Dchannels.c107 /* Per-channel callback for pre/post IO actions */
2540 chan_fn **pre, **post; local
2542 if ((pre = calloc(SSH_CHANNEL_MAX_TYPE, sizeof(*pre))) == NULL ||
2546 pre[SSH_CHANNEL_OPEN] = &channel_pre_open;
2547 pre[SSH_CHANNEL_X11_OPEN] = &channel_pre_x11_open;
2548 pre[SSH_CHANNEL_PORT_LISTENER] = &channel_pre_listener;
2549 pre[SSH_CHANNEL_RPORT_LISTENER] = &channel_pre_listener;
2550 pre[SSH_CHANNEL_UNIX_LISTENER] = &channel_pre_listener;
2551 pre[SSH_CHANNEL_RUNIX_LISTENE
[all...]
/freebsd-current/sys/contrib/libsodium/test/default/
H A DMakefile.am5 pre.js.inc \
/freebsd-current/contrib/unbound/contrib/
H A Dunbound.spec64 %pre
/freebsd-current/share/mk/
H A Dbsd.compat.mk5 .include <bsd.compat.pre.mk>
H A Dmeta.sys.mk129 # some targets involve old pre-built targets
/freebsd-current/tools/tools/nanobsd/
H A Ddefaults.sh511 cp ${NANO_METALOG} ${NANO_METALOG}.pre
513 cat ${NANO_METALOG}.pre | ${NANO_TOOLS}/mtree-dedup.awk | \
/freebsd-current/contrib/bmake/mk/
H A Dmeta.sys.mk129 # some targets involve old pre-built targets

Completed in 341 milliseconds

1234567