Home
last modified time | relevance | path

Searched refs:FP (Results 1 – 25 of 27) sorted by relevance

12

/titanic_44/usr/src/uts/sparc/v9/sys/
H A Dprivregs.h236 #define STORE_FPREGS(FP) \ argument
237 std %f0, [FP]; \
238 std %f2, [FP + 8]; \
239 std %f4, [FP + 16]; \
240 std %f6, [FP + 24]; \
241 std %f8, [FP + 32]; \
242 std %f10, [FP + 40]; \
243 std %f12, [FP + 48]; \
244 std %f14, [FP + 56]; \
245 std %f16, [FP + 64]; \
[all …]
/titanic_44/usr/src/uts/sun4/sys/
H A Dvis.h47 #define BSTORE_FPREGS(FP, TEMP) \ argument
49 stda %d0, [FP]ASI_BLK_P; \
50 add FP, 64, TEMP; \
52 add FP, 128, TEMP; \
54 add FP, 192, TEMP; \
58 #define BSTORE_V8_FPREGS(FP, TEMP) \ argument
60 stda %d0, [FP]ASI_BLK_P; \
61 add FP, 64, TEMP; \
65 #define BSTORE_V8P_FPREGS(FP, TEMP) \ argument
67 add FP, 128, TEMP; \
[all …]
/titanic_44/usr/src/tools/cscope-fast/
H A Ddisplay.c77 typedef char *(*FP)(); /* pointer to function returning a character pointer */ typedef
82 FP findfcn;
90 (FP) findsymbol, REGCMP},
92 (FP) finddef, REGCMP},
94 (FP) findcalledby, REGCMP},
96 (FP) findcalling, REGCMP},
98 (FP) findassignments, REGCMP},
104 (FP) findfile, REGCMP},
106 (FP) findinclude, REGCMP},
108 (FP) findallfcns, REGCMP},
[all …]
/titanic_44/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c67 static char FP[] = { variable
293 preS, E, KS, S, f, tempL, P, FP); in des_encrypt_nolock()
296 preS, E, KS, S, f, tempL, P, FP); in des_encrypt_nolock()
H A Ddes_encrypt.c36 char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) in des_encrypt1() argument
114 block[j] = L[FP[j]-1]; in des_encrypt1()
H A Ddes_decrypt.c36 …char *R, char *preS, char *E, char KS[][48], char S[][64], char *f, char *tempL, char *P, char *FP) in _des_decrypt1() argument
115 block[j] = L[FP[j]-1]; in _des_decrypt1()
H A Dllib-lcrypt71 char *tempL, char *P, char *FP);
76 char *tempL, char *P, char *FP);
79 char *tempL, char *P, char *FP);
/titanic_44/usr/src/lib/libbc/libc/gen/common/
H A D_crypt.c57 static char FP[] = { variable
387 block[j] = L[FP[j]-1]; in encrypt()
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/crypto/des/
H A Dafsstring2key.c237 static const char FP[] = { variable
599 block[j] = L[FP[j]-1]; in krb5_afs_encrypt()
/titanic_44/usr/src/test/util-tests/tests/libsff/
H A Dlibsff_8636_tech.out20 0 1310 nm FP
/titanic_44/usr/src/lib/libc/port/gen/
H A Dcrypt.c834 static const char FP[] = { variable
1061 block[j] = L[FP[j]-1]; in unlocked_encrypt()
/titanic_44/usr/src/cmd/fm/dicts/
H A DSUN4V.po747 # code: SUN4V-8001-FP
750 msgid "SUN4V-8001-FP.type"
752 msgid "SUN4V-8001-FP.severity"
754 msgid "SUN4V-8001-FP.description"
756 msgid "SUN4V-8001-FP.response"
758 msgid "SUN4V-8001-FP.impact"
760 msgid "SUN4V-8001-FP.action"
H A DSCF.po2301 # code: SCF-8006-FP
2304 msgid "SCF-8006-FP.type"
2306 msgid "SCF-8006-FP.severity"
2308 msgid "SCF-8006-FP.description"
2310 msgid "SCF-8006-FP.response"
2312 msgid "SCF-8006-FP.impact"
2314 msgid "SCF-8006-FP.action"
/titanic_44/usr/src/uts/sun4u/cpu/
H A Dus3_common_asm.s2884 rd %fprs, %l2 ! store FP
2885 wr %g0, FPRS_FEF, %fprs ! enable FP
2909 wr %l2, %g0, %fprs ! restore FP
H A Dspitfire_copy.s2530 ! Are we using the FP registers?
2553 ! We're here if the FP regs are in use. Need to see if the request
3769 ! Are we using the FP registers?
3791 ! We're here if the FP regs are in use. Need to see if the request
/titanic_44/usr/src/cmd/mdb/sparc/v9/kmdb/
H A Dkaif_startup.s267 btst FPRS_FEF, %g1 ! is FP enabled?
/titanic_44/usr/src/lib/libcurses/screen/
H A Dcaps376 key_f35, "kf35" "FP" KEY_F(35), 0453, function key f35.
/titanic_44/usr/src/lib/libshell/common/
H A Dbuiltins.mm7 .AU "David G. Korn" DGK FP 11267 8062 D-237 "(research!dgk)"
/titanic_44/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps381 key_f35 kf35 FP str Sent by function key 35
/titanic_44/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps381 key_f35 kf35 FP str Sent by function key 35
/titanic_44/usr/src/uts/sun4v/ml/
H A Dtrap_table.s1739 * We use %d62 as a temporary FP register for the conversion and
/titanic_44/usr/src/uts/sun4u/ml/
H A Dtrap_table.s1966 * We use %d62 as a temporary FP register for the conversion and
/titanic_44/usr/src/cmd/terminfo/
H A Dtermcap.src619 :FM=\200e:FN=\200f:FO=\200g:FP=\200\211:FQ=\200\212:\
2425 :FN=\E[33~:FO=\E[34~:FP=\E[35~:FQ=\E[36~:FR=\E[23;2~:\
2734 :FP=\E\003\E!:FQ=\E\003\E@:FR=\E\001\E1:FS=\E\001\E2:\
2880 :FN=\E[20;5~:FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:\
2970 :FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:FR=\EO6P:FS=\EO6Q:\
2986 :FN=\E[20;5~:FO=\E[21;5~:FP=\E[23;5~:FQ=\E[24;5~:\
3160 :FK=\E[p:FL=\E[q:FM=\E[r:FN=\E[s:FO=\E[t:FP=\E[u:FQ=\E[v:\
3340 :FL=\E[208z:FM=\E[209z:FN=\E[210z:FO=\E[211z:FP=\E[212z:\
3762 :FO=\E[24\136:FP=\E[25\136:FQ=\E[26\136:FR=\E[28\136:\
5402 :*5=^Am\r:*8=^An\r:FM=^A`\r:FN=^Aa\r:FO=^Ab\r:FP=^Ac\r:\
[all …]
/titanic_44/usr/src/grub/grub-0.97/
H A DChangeLog6016 Set FP to NULL by default.
8559 * grub/asmstub.c (grub_stage2): Fix a memory leak that FP is
/titanic_44/usr/src/data/hwdata/
H A Dusb.ids3859 2655 FP-L170/MF350/L380/L398
19654 a700 Hub (in 1905FP LCD Monitor)

12