Searched refs:p1 (Results 1 - 25 of 100) sorted by relevance

1234

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dexternal.c49 control_ptr p1; local
53 p1.top = B.top - 1;
54 i = p1.args - ((pword *) (p1.top->frame.chp + 1));
57 p1.any_frame = p1.top->frame;
58 p1.args = ((pword *) (p1.chp + 1)) + n - 1;
63 p1.args->val.all = q->val.all;
64 p1
[all...]
/barrelfish-2018-10-04/lib/libc/string/
H A Dbcmp.c44 char *p1, *p2; local
48 p1 = (char *)b1;
51 if (*p1++ != *p2++)
H A Dmemcmp.c48 const unsigned char *p1 = s1, *p2 = s2; local
51 if (*p1++ != *p2++)
52 return (*--p1 - *--p2);
H A Dtimingsafe_bcmp.c28 const unsigned char *p1 = b1, *p2 = b2; local
32 ret |= *p1++ ^ *p2++;
H A Dtimingsafe_memcmp.c29 const unsigned char *p1 = b1, *p2 = b2; local
34 /* lt is -1 if p1[i] < p2[i]; else 0. */
35 int lt = (p1[i] - p2[i]) >> CHAR_BIT;
37 /* gt is -1 if p1[i] > p2[i]; else 0. */
38 int gt = (p2[i] - p1[i]) >> CHAR_BIT;
40 /* cmp is 1 if p1[i] > p2[i]; -1 if p1[i] < p2[i]; else 0. */
46 /* set done if p1[i] != p2[i]. */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/test/
H A Dtesttsa.com58 $ INDEX=p1
77 $ openssl ts -query -in 'p1' -text
103 $ openssl ts -reply -in 'p1' -text
110 $ openssl ts -reply -section 'p3' -queryfile 'p1' -out 'p2'
129 $ openssl ts -reply -queryfile 'p1' -text -token_out
136 $ openssl ts -verify -queryfile 'p1' -in 'p2' -
150 $ openssl ts -verify -queryfile 'p1' -in 'p2'.token -token_in -
161 $ openssl ts -verify -queryfile 'p1' -in 'p2' -
H A Dtcrl45 $cmd -in f.d -inform d -outform p >ff.p1
56 cmp fff.p ff.p1
70 cmp f.p ff.p1
H A Dtpkcs729 $cmd -in f.d -inform d -outform p >ff.p1
37 cmp fff.p ff.p1
42 cmp f.p ff.p1
H A Dtsid45 $cmd -in f.d -inform d -outform p >ff.p1
56 cmp fff.p ff.p1
70 cmp f.p ff.p1
H A Dtpkcs7.com12 $ if p1 .nes. "" then t = p1
38 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
46 $ backup/compare fff.p ff.p1
51 $ backup/compare f.p ff.p1
H A Dtreq50 $cmd -in f.d -inform d -outform p >ff.p1
61 cmp fff.p ff.p1
75 cmp f.p ff.p1
H A Dtrsa50 $cmd -in f.d -inform d -outform p >ff.p1
61 cmp fff.p ff.p1
75 cmp f.p ff.p1
H A Dtpkcs7d29 $cmd -in f.d -inform d -outform p >ff.p1
35 cmp f.p ff.p1
H A Dtpkcs7d.com12 $ if p1 .nes. "" then t = p1
38 $ 'cmd' -in f.d -inform d -outform p -out ff.p1
44 $ backup/compare f.p ff.p1
/barrelfish-2018-10-04/usr/eclipseclp/Shm/src/
H A Dexample.c38 char *p1, *p2; local
57 p1 = (char *) alloc_size(&h1, 50);
59 free_size(&h1, (void *) p1, 50);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Ddeltree.com3 $ call deltree 'p1'
10 $ if f$parse(p1) .eqs. "" then exit
11 $ set default 'f$parse(p1,,,"DEVICE")''f$parse(p1,,,"DIRECTORY")'
12 $ p1 = f$parse(p1,,,"NAME") + f$parse(p1,,,"TYPE")
13 $ _fp = f$parse(".DIR",p1)
20 $ _fp = f$parse(p1,".;*")
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Do_str.h66 int OPENSSL_memcmp(const void *p1,const void *p2,size_t n);
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_jacobi.c23 mp_int a1, p1; local
52 if ((res = mp_init (&p1)) != MP_OKAY) {
86 if ((res = mp_mod (p, &a1, &p1)) != MP_OKAY) {
89 if ((res = mp_jacobi (&p1, &a1, &r)) != MP_OKAY) {
97 LBL_P1:mp_clear (&p1);
/barrelfish-2018-10-04/lib/lua/src/
H A Dldebug.h26 LUAI_FUNC l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2);
27 LUAI_FUNC l_noret luaG_aritherror (lua_State *L, const TValue *p1,
29 LUAI_FUNC l_noret luaG_ordererror (lua_State *L, const TValue *p1,
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/objects/
H A Dobjxref.pl31 my ($xr, $p1, $p2) = /^(\S+)\s+(\S+)\s+(\S+)/;
33 check_oid($p1);
35 $xref_tbl{$xr} = [$p1, $p2, $ln];
79 my ($p1, $p2) = @{$xref_tbl{$_}};
80 print "\t{NID_$xr, NID_$p1, NID_$p2},\n";
/barrelfish-2018-10-04/usr/eclipseclp/CPViz/viz/src/ie/ucc/cccc/viz/
H A DExtent.java126 DPair p1=li1.next();
128 res.add(p1.getLeft(),p2.getRight());
159 DPair p1=li1.next();
161 double dist1 = p1.getRight()-p2.getLeft()+1.0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2_cbc.c139 register RC2_INT *p0,*p1; local
153 p0=p1= &(key->data[0]);
170 x0+=p1[x3&0x3f];
171 x1+=p1[x0&0x3f];
172 x2+=p1[x1&0x3f];
173 x3+=p1[x2&0x3f];
184 register RC2_INT *p0,*p1; local
199 p1= &(key->data[0]);
216 x3=(x3-p1[x2&0x3f])&0xffff;
217 x2=(x2-p1[x
[all...]
/barrelfish-2018-10-04/lib/msun/bsdsrc/
H A Db_exp.c60 * R1 = x - x^2*(p1+x^2*(p2+x^2*(p3+x^2*(p4+p5*x^2)))).
77 static const double p1 = 0x1.555555555553ep-3; variable
112 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
156 c= x - z*(p1+z*(p2+z*(p3+z*(p4+z*p5))));
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_utils.c207 u_char *p1, *p2; local
216 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2)
217 if (*p1 != *p2)
218 return ((int)*p1 - (int)*p2);
235 u_char *p1, *p2; local
240 for (p1 = a->data, p2 = b->data; len--; ++p1, ++p2, ++cnt)
241 if (*p1 != *p2)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_pmeth.c159 static int pkey_dsa_ctrl(EVP_PKEY_CTX *ctx, int type, int p1, void *p2) argument
165 if (p1 < 256)
167 dctx->nbits = p1;
171 if (p1 != 160 && p1 != 224 && p1 && p1 != 256)
173 dctx->qbits = p1;

Completed in 196 milliseconds

1234