Searched refs:F1 (Results 1 - 25 of 42) sorted by relevance

12

/illumos-gate/usr/src/cmd/tbl/
H A Dtc.c28 F1 = F2 = 0;
65 F1= *s;
66 had[F1]=1;
81 if (F1==0 || F2==0)
H A Dt0.c29 int F1 = 0; variable
H A Dt..c40 extern int F1, F2;
H A Dt6.c76 fprintf(tabout, ".nr %d \\w%c%s%c\n",TMP, F1, s, F1);
209 fprintf(tabout, "\\w%c", F1);
215 fprintf(tabout, "%c",F1);
H A Dt8.c168 fprintf(tabout, "%c%c",F1,F2);
170 fprintf(tabout, "%c",F1);
218 fprintf(tabout, "%c", F1);
227 fprintf(tabout, "%c", F1);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/seattle/frudr/
H A Dfru_FT6.info92 NODE F1 location
94 PROP Label string r 0 "F1"
106 NODE F1 location
108 PROP Label string r 0 "F1"
H A Dfru_FT6_data.info94 name:PDB_1U/FT6/fan-tray/F1
104 REFPROP _location_parent name:PDB_1U/FT6/fan-tray/F1
117 name:PDB_2U/FT6/fan-tray/F1
127 REFPROP _location_parent name:PDB_2U/FT6/fan-tray/F1
H A Dfru_FT0_data.info93 name:FCB0_1U/FT0/fan-tray/F1
103 REFPROP _location_parent name:FCB0_1U/FT0/fan-tray/F1
H A Dfru_FT1_data.info93 name:FCB0_1U/FT1/fan-tray/F1
103 REFPROP _location_parent name:FCB0_1U/FT1/fan-tray/F1
H A Dfru_FT2_data.info93 name:FCB0_1U/FT2/fan-tray/F1
103 REFPROP _location_parent name:FCB0_1U/FT2/fan-tray/F1
H A Dfru_FT3_data.info93 name:FCB1_1U/FT3/fan-tray/F1
103 REFPROP _location_parent name:FCB1_1U/FT3/fan-tray/F1
H A Dfru_FT4_data.info93 name:FCB1_1U/FT4/fan-tray/F1
103 REFPROP _location_parent name:FCB1_1U/FT4/fan-tray/F1
H A Dfru_FT5_data.info93 name:FCB1_1U/FT5/fan-tray/F1
103 REFPROP _location_parent name:FCB1_1U/FT5/fan-tray/F1
H A Dfru_FT0.info91 NODE F1 location
93 PROP Label string r 0 "F1"
H A Dfru_FT1.info91 NODE F1 location
93 PROP Label string r 0 "F1"
H A Dfru_FT2.info91 NODE F1 location
93 PROP Label string r 0 "F1"
H A Dfru_FT3.info91 NODE F1 location
93 PROP Label string r 0 "F1"
H A Dfru_FT4.info91 NODE F1 location
93 PROP Label string r 0 "F1"
H A Dfru_FT5.info91 NODE F1 location
93 PROP Label string r 0 "F1"
/illumos-gate/usr/src/lib/libsqlite/src/
H A Dmd5.c69 /* The four core functions - F1 is optimized somewhat */
71 /* #define F1(x, y, z) (x & y | ~x & z) */
72 #define F1(x, y, z) (z ^ (x & (y ^ z))) macro
73 #define F2(x, y, z) F1(z, x, y)
94 MD5STEP(F1, a, b, c, d, in[ 0]+0xd76aa478, 7);
95 MD5STEP(F1, d, a, b, c, in[ 1]+0xe8c7b756, 12);
96 MD5STEP(F1, c, d, a, b, in[ 2]+0x242070db, 17);
97 MD5STEP(F1, b, c, d, a, in[ 3]+0xc1bdceee, 22);
98 MD5STEP(F1, a, b, c, d, in[ 4]+0xf57c0faf, 7);
99 MD5STEP(F1,
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/chalupa/frudr/
H A Dfru_FT1.info68 Node F1 location
70 Prop Label string r 0 "F1"
77 REFPROP _location_parent name:/frutree/chassis/FT1/F1
97 name:/frutree/chassis/FT1/F1/fan
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dmalloc.c73 #define F1(f,t1,a1) f(t1 a1) macro
77 #define F1(f,t1,a1) f(a1) t1 a1; macro
518 extern Void_t F1(_cfree, Void_t*,p) { free(p); } function
519 extern Void_t F1(_free, Void_t*,p) { free(p); } function
520 extern Void_t* F1(_malloc, size_t,n) { return malloc(n); } function
525 extern Void_t* F1(_pvalloc, size_t,n) { return pvalloc(n); } function
529 extern Void_t* F1(_valloc, size_t,n) { return valloc(n); } function
535 extern Void_t F1(__cfree, Void_t*,p) { free(p); } function
536 extern Void_t F1(__free, Void_t*,p) { free(p); } function
537 extern Void_t* F1(__mallo function
542 extern Void_t* F1(__pvalloc, size_t,n) { return pvalloc(n); } function
546 extern Void_t* F1(__valloc, size_t,n) { return valloc(n); } function
552 extern Void_t F1(__libc_cfree, Void_t*,p) { free(p); } function
553 extern Void_t F1(__libc_free, Void_t*,p) { free(p); } function
554 extern Void_t* F1(__libc_malloc, size_t,n) { return malloc(n); } function
559 extern Void_t* F1(__libc_pvalloc, size_t,n) { return pvalloc(n); } function
563 extern Void_t* F1(__libc_valloc, size_t,n) { return valloc(n); } function
706 extern Void_t F1(_ast_cfree, Void_t*,p) { free(p); } function
707 extern Void_t F1(_ast_free, Void_t*,p) { free(p); } function
708 extern Void_t* F1(_ast_malloc, size_t,n) { return malloc(n); } function
713 extern Void_t* F1(_ast_pvalloc, size_t,n) { return pvalloc(n); } function
717 extern Void_t* F1(_ast_valloc, size_t,n) { return valloc(n); } function
[all...]
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/enchilada/frutree/
H A Dpiclfrutree.info78 NODE F1 location
80 PROP Label string r 0 "F1"
118 name:/frutree/chassis/F1
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/taco/frutree/
H A Dpiclfrutree.info79 NODE F1 location
81 PROP Label string r 0 "F1"
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/mpxu/frudr/
H A Dfru_SC_data.info204 name:/frutree/chassis/F1/fan-unit
229 REFPROP _fru_parent name:/frutree/chassis/F1/fan-unit

Completed in 82 milliseconds

12