Searched refs:v1 (Results 26 - 50 of 66) sorted by relevance

123

/barrelfish-2018-10-04/lib/lua/src/
H A Dlobject.c73 lua_Number luaO_arith (int op, lua_Number v1, lua_Number v2) { argument
75 case LUA_OPADD: return luai_numadd(NULL, v1, v2);
76 case LUA_OPSUB: return luai_numsub(NULL, v1, v2);
77 case LUA_OPMUL: return luai_nummul(NULL, v1, v2);
78 case LUA_OPDIV: return luai_numdiv(NULL, v1, v2);
79 case LUA_OPMOD: return luai_nummod(NULL, v1, v2);
80 case LUA_OPPOW: return luai_numpow(NULL, v1, v2);
81 case LUA_OPUNM: return luai_numunm(NULL, v1);
H A Dlcode.h78 LUAI_FUNC void luaK_posfix (FuncState *fs, BinOpr op, expdesc *v1,
/barrelfish-2018-10-04/lib/libc/quad/
H A Dqdivrem.c88 digit v1, v2; local
195 v1 = v[1]; /* for D3 -- note that v[1..n] are constant */
211 if (uj0 == v1) {
217 qhat = n / v1;
218 rhat = n % v1;
223 if ((rhat += v1) >= B)
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dbip_strings.c60 static int _concat_string(value v1, type t1, value vsep, pword **conc);
64 p_concat_atoms(value v1, type t1, value v2, type t2, value vconc, type tconc),
65 p_concat_atom(value v1, type t1, value vconc, type tconc),
66 p_concat_string(value v1, type t1, value vconc, type tconc),
67 p_concat_strings(value v1, type t1, value v2, type t2, value vconc, type tconc),
69 p_hash_secure(value v1, type t1, value vhash, type thash, value vmethod, type tmethod),
70 p_join_string(value v1, type t1, value vsep, type tsep, value vconc, type tconc),
79 p_string_print_length(value v1, type t1, value vs, type ts, value ve, type te, value vl, type tl),
604 * FUNCTION NAME: p_concat_atoms(v1, t1, v2, t2, vconc, tconc) - logical
606 * PARAMETERS: v1
627 p_concat_atoms(value v1, type t1, value v2, type t2, value vconc, type tconc) argument
672 p_concat_string(value v1, type t1, value vconc, type tconc) argument
692 p_join_string(value v1, type t1, value vsep, type tsep, value vconc, type tconc) argument
728 p_concat_atom(value v1, type t1, value vconc, type tconc) argument
757 _concat_string(value v1, type t1, value vsep, pword **conc) argument
1003 p_concat_strings(value v1, type t1, value v2, type t2, value vconc, type tconc) argument
1068 p_string_print_length(value v1, type t1, value vs, type ts, value ve, type te, value vl, type tl) argument
[all...]
H A Demu_util.c200 value v1; local
203 v1.all = 0;
204 (void) schedule_cut_fail_action(emu_init, v1, tint);
307 _compare_handle(value v1, value v2) argument
312 int diff = (int)(ExternalClass(v1.ptr) - ExternalClass(v2.ptr));
314 diff = (int)(ExternalData(v1.ptr) - ExternalData(v2.ptr));
319 _compare_dummy(value v1, value v2) argument
325 _arith_compare_dummy(value v1, value v2, int *res) argument
333 _compare_pointers(value v1, value v2) argument
335 return v1
[all...]
H A Dbip_tconv.c67 p_array_concat(value v1, type t1, value v2, type t2, value v, type t),
68 p_char_code(value v1, type t1, value v2, type t2),
452 value v1; local
453 v1.ptr = DidString(va.did);
454 Succeed_If(!compare_strings(vs, v1));
578 p_char_code(value v1, type t1, value v2, type t2) argument
593 Return_Unify_Atom(v1, t1, enter_dict_n(buf,1,0));
599 len = DidLength(v1.did);
600 s = DidName(v1.did);
602 len = StringLength(v1);
1358 p_array_concat(value v1, type t1, value v2, type t2, value v, type t) argument
[all...]
H A Demu_c_env.c1085 ec_unify_(value v1, type t1,
1096 pw1 = v1.ptr;
1099 v1.all = pw1->val.all;
1115 if (v1.ptr < v2.ptr)
1116 if (v1.ptr < TG)
1119 v2.ptr->val.ptr = v1.ptr;
1123 Trail_If_Needed_Eb(v1.ptr);
1124 v1.ptr->val.ptr = v2.ptr;
1126 else if (v1.ptr > v2.ptr)
1129 Trail_If_Needed(v1
1083 ec_unify_(value v1, type t1, value v2, type t2, pword **list) argument
[all...]
H A Dinit.c356 value v1, v2; local
358 v1.did = enter_dict(initfile, 0);
362 return boot_emulc(v1, t1, v2, t2);
H A Dbip_misc.c111 p_argv(value v0, type t0, value v1, type t1),
116 p_getenv(value v0, type t0, value v1, type t1),
126 p_setenv(value v0, type t0, value v1, type t1),
269 p_argv(value v0, type t0, value v1, type t1) argument
286 j = i + v1.nint;
314 Return_Unify_Pw(v1, t1, result.val, result.tag);
326 p_getenv(value v0, type t0, value v1, type t1) argument
347 Return_Unify_String(v1, t1, v.ptr)
356 p_setenv(value v0, type t0, value v1, type t1) argument
367 int len = tag_desc[TagType(t1)].string_size(v1, t
[all...]
H A Dbip_module.c83 value v1; local
85 v1.did = d_.kernel_sepia;
86 (void) p_create_module(v1,tdict);
88 v1.did = d_.default_module; /* needed while -b option is in C */
89 (void) p_create_module(v1,tdict);
92 v1.did = in_dict("dfid", 0); /* to initialize global vars */
93 (void) p_create_module(v1,tdict);
H A Dhandlers.c338 value v1; local
339 v1.nint = -1;
340 (void) p_exit(v1, tint);
432 value v1, v2; local
433 v1.nint = n;
434 i = it_emulc(v1, tint);
H A Dbip_db.c102 p_dynamic_create(value v1, type t1, value v2, type t2, value vm, type tm),
103 p_dynamic_source(value v1, type t1, value v2, type t2, value vsrc, type tsrc, value vm, type tm),
104 p_is_dynamic(value v1, type t1, value v2, type t2, value vm, type tm),
127 p_illegal_macro(value v1, type t1, value v2, type t2, value v3, type t3, value v4, type t4, value v5, type t5),
128 p_is_macro(value v1, type t1, value v2, type t2, value v3, type t3, value v4, type t4, value v5, type t5, value v6, type t6),
129 p_visible_term_macro(value v1, type t1, value v2, type t2, value v3, type t3, value v4, type t4, value v5, type t5, value v6, type t6),
939 p_is_dynamic(value v1, type t1, value v2, type t2, value vm, type tm) argument
946 Get_Did(v1, t1, v2, t2, wdid);
1713 p_illegal_macro(value v1, type t1, value v2, type t2, value v3, type t3, value v4, type t4, value v5, type t5) argument
1716 if (IsStructure(t1) && v1
1895 p_is_macro(value v1, type t1, value v2, type t2, value v3, type t3, value v4, type t4, value v5, type t5, value v6, type t6) argument
1903 p_visible_term_macro(value v1, type t1, value v2, type t2, value v3, type t3, value v4, type t4, value v5, type t5, value v6, type t6) argument
1998 p_dynamic_create(value v1, type t1, value v2, type t2, value vm, type tm) argument
2054 p_dynamic_source(value v1, type t1, value v2, type t2, value vsrc, type tsrc, value vm, type tm) argument
[all...]
H A Dbip_control.c93 p_spied(value v1, type t1, value v2, type t2, value vm, type tm),
249 p_spied(value v1, type t1, value v2, type t2, value vm, type tm) argument
256 Get_Did(v1, t1, v2, t2, wdid);
406 value v1; local
467 v1.nint = i + 1;
468 Remember(2, v1, tint);
H A Dbip_record.c880 value v1, v2; local
926 v1.did = in_dict("meta_attribute", 0);
930 (void) p_local_record_body(v1, tdict, v2, t);
932 rec_meta_attribute_ = (t_heap_rec *) get_modular_property(v1.did,
/barrelfish-2018-10-04/lib/rcce/
H A Drcce.c54 int v1 = *(int *)e1; local
56 return(v1<v2) ? -1 : (v1>v2) ? 1 : 0;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-586.pl245 my $v0 = $acc, $v1 = $key;
249 &mov ($v1,$s[0]); # copy s0
255 &shr ($v1,16);
257 &movz ($s[1],&HB($v1));
258 &and ($v1,0xFF);
259 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16
260 &mov ($v1,$v0);
265 &movz ($v0,&HB($v1));
266 &shr ($v1,16);
268 &movz ($v0,&HB($v1));
[all...]
/barrelfish-2018-10-04/lib/msun/src/
H A De_lgammaf_r.c61 v1 = 1.10958421e+00, /* 0x3f8e06db */ variable
183 p2 = one+y*(v1+y*(v2+y*v3));
H A De_lgamma_r.c132 v1 = 2.45597793713041134822e+00, /* 0x4003A5D7, 0xC2BD619C */ variable
267 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*v5))));
/barrelfish-2018-10-04/lib/openssl-1.0.0d/
H A Dopenssl.spec25 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
46 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
67 Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dssl_asn1.c122 int v1=0,v2=0,v3=0,v4=0,v5=0,v7=0,v8=0; local
283 M_ASN1_I2D_len_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1);
325 M_ASN1_I2D_put_EXP_opt(&(a.time),i2d_ASN1_INTEGER,1,v1);
H A Dd1_pkt.c126 static int satsub64be(const unsigned char *v1,const unsigned char *v2) argument
137 if (((size_t)v1|(size_t)v2)&0x7) break;
139 l = *((long *)v1);
146 ret = (int)v1[7]-(int)v2[7];
151 { brw += (int)v1[i]-(int)v2[i];
158 { brw += (int)v1[i]-(int)v2[i];
/barrelfish-2018-10-04/lib/msun/ld128/
H A De_lgammal_r.c121 v1 = 5.15937098592887275994320496999951947e+00L, variable
293 p2 = one+y*(v1+y*(v2+y*(v3+y*(v4+y*(v5+y*(v6+y*(v7+
/barrelfish-2018-10-04/usr/tests/phoenix_tests/
H A Dkmeans.c187 static inline unsigned int get_sq_dist(int *v1, int *v2) argument
195 p1 = v1[i];
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A DTOUR.tcl189 pack [ventry $f.v1 -labeltext "Integers:" -labelwidth 14 -validate key \
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Dmips3.s64 #define MINUS4 v1
601 sltu t8,t1,v1
605 seq t9,t1,v1
608 daddu v1,a2
611 sltu t8,t1,v1
612 sltu ta0,v1,a2
626 move v1,zero
633 move t9,v1
654 #define DH v1
715 sltu v1,t
[all...]

Completed in 307 milliseconds

123