Home
last modified time | relevance | path

Searched refs:r1 (Results 1 – 25 of 112) sorted by relevance

12345

/titanic_44/usr/src/ucbcmd/sed/
H A Dsed0.c90 rep->r1.ad1 = respace; in main()
210 p = address(rep->r1.ad1); in fcomp()
212 if(p == rep->r1.ad1) { in fcomp()
214 rep->r1.ad1 = op; in fcomp()
218 p = rep->r1.ad1; in fcomp()
219 rep->r1.ad1 = 0; in fcomp()
221 op = rep->r1.ad1; in fcomp()
224 rep->r1.ad2 = p; in fcomp()
225 p = address(rep->r1.ad2); in fcomp()
228 if(p == rep->r1.ad2) in fcomp()
[all …]
H A Dsed1.c139 for(ipc = ptrspace; ipc->r1.command; ) { in execute()
141 p1 = ipc->r1.ad1; in execute()
142 p2 = ipc->r1.ad2; in execute()
146 if(ipc->r1.inar) { in execute()
152 ipc->r1.inar = 0; in execute()
153 if(ipc->r1.negfl) in execute()
159 ipc->r1.inar = 0; in execute()
162 ipc->r1.inar = 0; in execute()
166 if(ipc->r1.negfl) in execute()
175 if(ipc->r1.negfl) in execute()
[all …]
/titanic_44/usr/src/common/crypto/ecc/
H A Decp_192.c74 mp_digit r0, r1, r2; in ec_GFp_nistp192_mod() local
196 r1 = MP_DIGIT(a, 1); in ec_GFp_nistp192_mod()
202 MP_ADD_CARRY(r1, a3, r1, carry, carry); in ec_GFp_nistp192_mod()
206 MP_ADD_CARRY(r1, a5, r1, carry, carry); in ec_GFp_nistp192_mod()
209 MP_ADD_CARRY(r1, a4, r1, 0, carry); in ec_GFp_nistp192_mod()
215 r1 = MP_DIGIT(a, 1); in ec_GFp_nistp192_mod()
232 : "=r"(r0), "=r"(r1), "=r"(r2), "=r"(r3), "=r"(a3), in ec_GFp_nistp192_mod()
234 : "0" (r0), "1" (r1), "2" (r2), "3" (r3), in ec_GFp_nistp192_mod()
243 MP_ADD_CARRY(r1, r3, r1, carry, carry); in ec_GFp_nistp192_mod()
254 : "=r"(r0), "=r"(r1), "=r"(r2), "=r"(r3), "=r"(a3) in ec_GFp_nistp192_mod()
[all …]
H A Decp_256.c68 mp_digit r0, r1, r2, r3, r4, r5, r6, r7; in ec_GFp_nistp256_mod() local
73 mp_digit r0, r1, r2, r3; in ec_GFp_nistp256_mod() local
107 r1 = MP_DIGIT(a,1); in ec_GFp_nistp256_mod()
137 MP_ADD_CARRY(r1, a9, r1, carry, carry); in ec_GFp_nistp256_mod()
151 MP_ADD_CARRY(r1, a10, r1, carry, carry); in ec_GFp_nistp256_mod()
161 MP_SUB_BORROW(r1, a12, r1, carry, carry); in ec_GFp_nistp256_mod()
171 MP_SUB_BORROW(r1, a13, r1, carry, carry); in ec_GFp_nistp256_mod()
181 MP_SUB_BORROW(r1, a14, r1, carry, carry); in ec_GFp_nistp256_mod()
191 MP_SUB_BORROW(r1, a15, r1, carry, carry); in ec_GFp_nistp256_mod()
204 MP_ADD_CARRY(r1, 0, r1, carry, carry); in ec_GFp_nistp256_mod()
[all …]
H A Decl_gf.c277 mp_digit r0 = 0, r1 = 0, r2 = 0; in ec_GFp_add_3() local
292 r1 = MP_DIGIT(b,1); in ec_GFp_add_3()
299 MP_ADD_CARRY(a1, r1, r1, carry, carry); in ec_GFp_add_3()
308 : "=r"(r0), "=r"(r1), "=r"(r2), "=r"(carry) in ec_GFp_add_3()
310 "0" (r0), "1" (r1), "2" (r2) in ec_GFp_add_3()
316 MP_DIGIT(r, 1) = r1; in ec_GFp_add_3()
330 MP_SUB_BORROW(r1, a1, r1, carry, carry); in ec_GFp_add_3()
337 : "=r"(r0), "=r"(r1), "=r"(r2) in ec_GFp_add_3()
339 "0" (r0), "1" (r1), "2" (r2) in ec_GFp_add_3()
343 MP_DIGIT(r, 1) = r1; in ec_GFp_add_3()
[all …]
H A Decp_224.c75 mp_digit r0, r1, r2, r3; in ec_GFp_nistp224_mod() local
234 r1 = MP_DIGIT(a, 1); in ec_GFp_nistp224_mod()
242 MP_ADD_CARRY (r1, a3b, r1, 0, carry); in ec_GFp_nistp224_mod()
245 MP_ADD_CARRY (r1, a5b, r1, 0, carry); in ec_GFp_nistp224_mod()
250 MP_SUB_BORROW(r1, a5a_a4b, r1, carry, carry); in ec_GFp_nistp224_mod()
254 MP_SUB_BORROW(r1, a6b , r1, carry, carry); in ec_GFp_nistp224_mod()
266 MP_ADD_CARRY(r1,((mp_digit)r3b) << 32, r1, 0, carry); in ec_GFp_nistp224_mod()
273 MP_SUB_BORROW(r1, 0, r1, carry, carry); in ec_GFp_nistp224_mod()
282 MP_ADD_CARRY (r1, MP_DIGIT_MAX <<32, r1, carry, carry); in ec_GFp_nistp224_mod()
290 && ((r1 & MP_DIGIT_MAX << 32)== MP_DIGIT_MAX << 32) && in ec_GFp_nistp224_mod()
[all …]
/titanic_44/usr/src/cmd/expr/
H A Dexpr.c174 *rel(oper, r1, r2) register char *r1, *r2; in rel() argument
178 if (ematch(r1, "-\\{0,1\\}[0-9]*$") &&
181 l1 = strtoll(r1, (char **)NULL, 10);
220 i = strcoll(r1, r2);
246 *arith(oper, r1, r2) char *r1, *r2; in arith() argument
251 if (!(ematch(r1, "-\\{0,1\\}[0-9]*$") &&
255 i1 = strtoll(r1, (char **)NULL, 10);
299 *conj(oper, r1, r2) in conj() argument
300 char *r1, *r2; in conj()
307 if (EQL(r1, "0") || EQL(r1, "")) {
[all …]
/titanic_44/usr/src/cmd/csh/
H A Dsh.time.c21 void prusage(struct rusage *r0, struct rusage *r1, struct timeval *e,
121 prusage(struct rusage *r0, struct rusage *r1, struct timeval *e, in prusage() argument
128 (r1->ru_utime.tv_sec - r0->ru_utime.tv_sec) * 100 + in prusage()
129 (r1->ru_utime.tv_usec - r0->ru_utime.tv_usec) / 10000 + in prusage()
130 (r1->ru_stime.tv_sec - r0->ru_stime.tv_sec) * 100 + in prusage()
131 (r1->ru_stime.tv_usec - r0->ru_stime.tv_usec) / 10000; in prusage()
156 pdeltat(&r1->ru_utime, &r0->ru_utime); in prusage()
160 pdeltat(&r1->ru_stime, &r0->ru_stime); in prusage()
173 i = r1->ru_nswap - r0->ru_nswap; in prusage()
179 pgtok((r1->ru_ixrss - r0->ru_ixrss) / t)); in prusage()
[all …]
/titanic_44/usr/src/common/util/
H A Dqsort.c42 static void swapp32(uint32_t *r1, uint32_t *r2, size_t cnt);
43 static void swapp64(uint64_t *r1, uint64_t *r2, size_t cnt);
44 static void swapi(uint32_t *r1, uint32_t *r2, size_t cnt);
45 static void swapb(char *r1, char *r2, size_t cnt);
480 swapp32(uint32_t *r1, uint32_t *r2, size_t cnt) in swapp32() argument
484 temp = *r1; in swapp32()
485 *r1++ = *r2; in swapp32()
491 swapp64(uint64_t *r1, uint64_t *r2, size_t cnt) in swapp64() argument
495 temp = *r1; in swapp64()
496 *r1++ = *r2; in swapp64()
[all …]
/titanic_44/usr/src/cmd/dtrace/test/tst/common/union/
H A Dtst.UnionAssoc.d46 union record r1; variable
51 r1.position = 1;
52 r1.content = 'a';
57 assoc_array[r1] = 1000;
60 printf("assoc_array[r1]: %d\n", assoc_array[r1]);
67 /assoc_array[r1] != assoc_array[r2]/
H A Derr.D_DECL_INCOMPLETE.recursive.d44 union record r1; variable
49 r1.position = 1;
50 r1.content = 'a';
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
H A Derr.D_PROTO_ARG.DupUnionAssoc.d50 union record r1; variable
57 r1.position = 1;
58 r1.content = 'a';
69 assoc_array[r1] = 1000;
74 printf("assoc_array[r1]: %d\n", assoc_array[r1]);
/titanic_44/usr/src/cmd/dtrace/test/tst/common/struct/
H A Dtst.StructAssoc.d46 struct record r1; variable
51 r1.position = 1;
52 r1.content = 'a';
57 assoc_array[r1] = 1000;
60 printf("assoc_array[r1]: %d\n", assoc_array[r1]);
67 /assoc_array[r1] != assoc_array[r2]/
H A Derr.D_DECL_INCOMPLETE.recursive.d44 struct record r1; variable
49 r1.position = 1;
50 r1.content = 'a';
55 printf("r1.position: %d\nr1.content: %c\n", r1.position, r1.content);
H A Derr.D_PROTO_ARG.DupStructAssoc.d50 struct record r1; variable
57 r1.position = 1;
58 r1.content = 'a';
69 assoc_array[r1] = 1000;
74 printf("assoc_array[r1]: %d\n", assoc_array[r1]);
/titanic_44/usr/src/lib/libnsl/des/
H A Ddes_soft.c406 uint32_t r0, l0, r1, l1; in __des_encrypt() local
410 cipher(0, r0, l0, r1, l1); in __des_encrypt()
411 cipher(1, r1, l1, r0, l0); in __des_encrypt()
412 cipher(2, r0, l0, r1, l1); in __des_encrypt()
413 cipher(3, r1, l1, r0, l0); in __des_encrypt()
414 cipher(4, r0, l0, r1, l1); in __des_encrypt()
415 cipher(5, r1, l1, r0, l0); in __des_encrypt()
416 cipher(6, r0, l0, r1, l1); in __des_encrypt()
417 cipher(7, r1, l1, r0, l0); in __des_encrypt()
418 cipher(8, r0, l0, r1, l1); in __des_encrypt()
[all …]
/titanic_44/usr/src/lib/libcrypt/common/
H A Ddes_soft.c371 uint32_t r0, l0, r1, l1; in des_encrypt() local
375 cipher(0, r0, l0, r1, l1); in des_encrypt()
376 cipher(1, r1, l1, r0, l0); in des_encrypt()
377 cipher(2, r0, l0, r1, l1); in des_encrypt()
378 cipher(3, r1, l1, r0, l0); in des_encrypt()
379 cipher(4, r0, l0, r1, l1); in des_encrypt()
380 cipher(5, r1, l1, r0, l0); in des_encrypt()
381 cipher(6, r0, l0, r1, l1); in des_encrypt()
382 cipher(7, r1, l1, r0, l0); in des_encrypt()
383 cipher(8, r0, l0, r1, l1); in des_encrypt()
[all …]
/titanic_44/usr/src/uts/common/des/
H A Ddes_soft.c329 u_int r0, l0, r1, l1; in des_encrypt() local
333 cipher(0, r0, l0, r1, l1); in des_encrypt()
334 cipher(1, r1, l1, r0, l0); in des_encrypt()
335 cipher(2, r0, l0, r1, l1); in des_encrypt()
336 cipher(3, r1, l1, r0, l0); in des_encrypt()
337 cipher(4, r0, l0, r1, l1); in des_encrypt()
338 cipher(5, r1, l1, r0, l0); in des_encrypt()
339 cipher(6, r0, l0, r1, l1); in des_encrypt()
340 cipher(7, r1, l1, r0, l0); in des_encrypt()
341 cipher(8, r0, l0, r1, l1); in des_encrypt()
[all …]
/titanic_44/usr/src/ucbcmd/expr/
H A Dexpr.y141 rel(int oper, char *r1, char *r2) in rel() argument
145 if(ematch(r1, "-\\{0,1\\}[0-9]*$") && ematch(r2, "-\\{0,1\\}[0-9]*$")) in rel()
146 i = atol(r1) - atol(r2); in rel()
148 i = strcmp(r1, r2); in rel()
172 char *arith(oper, r1, r2) char *r1, *r2; in arith() argument
177 if(!(ematch(r1, "-\\{0,1\\}[0-9]*$") && ematch(r2, "-\\{0,1\\}[0-9]*$")))
179 i1 = atol(r1);
207 char *conj(oper, r1, r2) char *r1, *r2; in conj() argument
214 if(EQL(r1, "0")
215 || EQL(r1, ""))
[all …]
/titanic_44/usr/src/lib/libsqlite/test/
H A Dexpr.test24 execsql {CREATE TABLE test1(i1 int, i2 int, r1 real, r2 real, t1 text, t2 text)}
53 test_expr expr-1.22 {i1=1, i2=2, r1=3.0} {i1+i2*r1} {7}
54 test_expr expr-1.23 {i1=1, i2=2, r1=3.0} {(i1+i2)*r1} {9}
137 test_expr expr-2.1 {r1=1.23, r2=2.34} {r1+r2} 3.57
138 test_expr expr-2.2 {r1=1.23, r2=2.34} {r1-r2} -1.11
139 test_expr expr-2.3 {r1=1.23, r2=2.34} {r1*r2} 2.8782
140 test_expr expr-2.4 {r1=1.23, r2=2.34} {r1/r2} 0.525641025641026
141 test_expr expr-2.5 {r1=1.23, r2=2.34} {r2/r1} 1.90243902439024
142 test_expr expr-2.6 {r1=1.23, r2=2.34} {r2<r1} 0
143 test_expr expr-2.7 {r1=1.23, r2=2.34} {r2<=r1} 0
[all …]
/titanic_44/usr/src/cmd/vi/port/
H A Dovdoprnt.s69 mov formp(r5),r1
71 movb (r1)+,r2
114 mov r1,ndigit(r5)
116 mov $swtab,r1
118 mov (r1)+,r2
123 cmp r0,(r1)+
203 mov (r4)+,r1
215 mov r1,r5
331 mul $10.,r1
332 add r0,r1
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dflt.c44 RSTATUS * r1; member
81 f->r1 = (RSTATUS *)va_arg(arg, RSTATUS *); in add_flt_act()
165 fp->r1->request->outcome &= ~RS_CHANGING; in do_flt_acts()
166 putrequest(fp->r1->req_file, fp->r1->request); in do_flt_acts()
167 if (NEEDS_FILTERING(fp->r1)) in do_flt_acts()
168 schedule(/* LP_FILTER */ EV_SLOWF, fp->r1); in do_flt_acts()
170 schedule(/* LP_PRINTER */ EV_INTERF, fp->r1->printer); in do_flt_acts()
/titanic_44/usr/src/uts/common/gssapi/mechs/krb5/crypto/
H A Dcombine_keys.c83 unsigned char *r1, *r2, *combined, *rnd, *output; in krb5int_c_combine_keys() local
118 if ((r1 = (unsigned char *) malloc(keybytes)) == NULL) in krb5int_c_combine_keys()
122 free(r1); in krb5int_c_combine_keys()
127 free(r1); in krb5int_c_combine_keys()
133 free(r1); in krb5int_c_combine_keys()
140 free(r1); in krb5int_c_combine_keys()
155 if ((ret = dr(context, enc, key1, r1, &input))) in krb5int_c_combine_keys()
163 printf(" %02x", (unsigned char) r1[i]); in krb5int_c_combine_keys()
191 memcpy(combined, r1, keybytes); in krb5int_c_combine_keys()
280 memset(r1, 0, keybytes); in krb5int_c_combine_keys()
[all …]
/titanic_44/usr/src/uts/i86pc/cpu/amd_opteron/
H A Dao_cpu.c89 ao_scrubber_max(uint32_t r1, uint32_t r2) in ao_scrubber_max() argument
91 if (r1 != 0 && r2 != 0) in ao_scrubber_max()
92 return (MIN(r1, r2)); in ao_scrubber_max()
94 return (r1 ? r1 : r2); in ao_scrubber_max()
/titanic_44/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s50 #define GET_SYM_ADDR(r1, r2, name) \ argument
51 PIC_SETUP(r1) ;\
54 ldn [r2 + r1], r1
56 #define GET_SYM_ADDR(r1, r2, name) \ argument
57 PIC_SETUP(r1); \
58 ld [r1 + name], r1

12345