Searched refs:tmps (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/rsa/
H A Drsa_sign.c75 unsigned char *p, *tmps = NULL; local
125 tmps = (unsigned char *)OPENSSL_malloc((unsigned int)j + 1);
126 if (tmps == NULL) {
130 p = tmps;
132 s = tmps;
146 OPENSSL_cleanse(tmps, (unsigned int)j + 1);
147 OPENSSL_free(tmps);
/freebsd-9.3-release/etc/periodic/daily/
H A DMakefile6 110.clean-tmps \
/freebsd-9.3-release/lib/libc/stdlib/
H A Dstrfmon.c66 char *tmps = STR; \
67 while (*tmps != '\0') \
68 PRINT(*tmps++); \
/freebsd-9.3-release/contrib/gcc/
H A Dexpr.c1580 rtx *tmps;
1585 tmps = alloca (sizeof (rtx) * length);
1591 tmps[0] = 0;
1598 tmps[i] = gen_rtx_EXPR_LIST (VOIDmode, gen_reg_rtx (mode), offset);
1601 return gen_rtx_PARALLEL (GET_MODE (orig), gen_rtvec_v (length, tmps));
1609 emit_group_load_1 (rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize)
1633 emit_group_load_1 (tmps, dst, src, type, ssize);
1694 tmps[i] = gen_reg_rtx (mode);
1695 emit_move_insn (tmps[i], adjust_address (src, mode, bytepos));
1701 tmps[
1575 rtx *tmps; local
1604 emit_group_load_1(rtx *tmps, rtx dst, rtx orig_src, tree type, int ssize) argument
1765 rtx *tmps; local
1859 rtx *tmps, dst; local
2026 tmps[i]); local
2038 emit_move_insn (adjust_address (dest, mode, bytepos), tmps[i]); local
[all...]
/freebsd-9.3-release/contrib/one-true-awk/
H A Drun.c75 Cell *tmps; /* free temporary cells for execution */ variable
689 if (a == tmps)
691 a->cnext = tmps;
692 tmps = a;
699 if (!tmps) {
700 tmps = (Cell *) calloc(100, sizeof(Cell));
701 if (!tmps)
704 tmps[i-1].cnext = &tmps[i];
705 tmps[
[all...]
/freebsd-9.3-release/sys/vm/
H A Duma_core.c932 uma_slab_t tmps; local
946 tmps = LIST_FIRST(&uma_boot_pages);
947 while (tmps != NULL && check_pages-- > 0)
948 tmps = LIST_NEXT(tmps, us_link);
949 if (tmps != NULL) {
951 * It's ok to lose tmps references. The last one will
952 * have tmps->us_data pointing to the start address of
956 tmps = LIST_FIRST(&uma_boot_pages);
957 LIST_REMOVE(tmps, us_lin
[all...]

Completed in 92 milliseconds