Searched refs:op (Results 126 - 150 of 201) sorted by relevance

123456789

/barrelfish-2018-10-04/usr/eclipseclp/Contrib/
H A Dstruct.pl14 :- op(950,xfy,#). % Used for disjunction
15 :- op(920,xfy,&). % Used for conjunction
H A Dtidy.pl104 combine_bags(+,-), % apply op to baggy arguments
125 :- op(950,xfy,#). % Used for disjunction
126 :- op(920,xfy,&).
127 :- op(700,xfx,\=).
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dfromonto.pl108 :- export op(800, yfx, [from_string, onto_string,
H A Dfd_arith.pl49 :- export op(700, xfx, ##).
50 :- export op(750, fy, #\+).
51 :- export op(760, yfx, #/\).
52 :- export op(770, yfx, #\/).
53 :- export op(780, yfx, #=>).
54 :- export op(790, yfx, #<=>).
55 :- export op(800, xfx, isd).
56 :- export op(400, yfx, *`). % to print qeqsquarecheck
H A Dpar_util.pl95 :- export op(950, xfy, (&)).
H A Dforeign.pl151 :- op(300, yfx, '.').
540 op(50, xf, Val),
541 op(50, fx, T).
H A Dnotinstance.pl50 :- export op(700, xfx, (~=<)).
/barrelfish-2018-10-04/include/vm/
H A Dvm_object.c1436 int op)
1447 if ((op & OBSC_COLLAPSE_NOWAIT) != 0)
1515 vm_object_collapse_scan(vm_object_t object, int op) argument
1530 if ((op & OBSC_COLLAPSE_WAIT) != 0)
1544 next = vm_object_collapse_scan_wait(object, p, next, op);
1587 op);
1626 op);
1435 vm_object_collapse_scan_wait(vm_object_t object, vm_page_t p, vm_page_t next, int op) argument
/barrelfish-2018-10-04/lib/lua/src/
H A Dlapi.c293 LUA_API void lua_arith (lua_State *L, int op) { argument
297 if (op != LUA_OPUNM) /* all other operations expect two operands */
307 setnvalue(o1, luaO_arith(op, nvalue(o1), nvalue(o2)));
310 luaV_arith(L, o1, o1, o2, cast(TMS, op - LUA_OPADD + TM_ADD));
316 LUA_API int lua_compare (lua_State *L, int index1, int index2, int op) { argument
323 switch (op) {
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Ddhcp.c1504 u8_t op = options[offset]; local
1517 switch(op) {
1582 LWIP_DEBUGF(DHCP_DEBUG, ("skipping option %"U16_F" in options\n", (u16_t)op));
1711 if (reply_msg->op != DHCP_BOOTREPLY) {
1712 LWIP_DEBUGF(DHCP_DEBUG | LWIP_DBG_TRACE | LWIP_DBG_LEVEL_WARNING, ("not a DHCP reply message, but type %"U16_F"\n", (u16_t)reply_msg->op));
1851 dhcp->msg_out->op = DHCP_BOOTREQUEST;
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dintervals.c905 ec_ria_unop(int op, double xl, double xu, double *zl_ptr, double *zu_ptr) argument
909 switch (op)
1004 ec_ria_binop(int op, double xl, double xu, double yl, double yu, double *zl_ptr, double *zu_ptr) argument
1009 switch (op)
1212 ec_ria_ternop(int op, double xl, double xu, double yl, double yu, double zl, double zu, double *rl_ptr, double *ru_ptr) argument
1216 switch (op)
H A Dbip_arith.c1448 int op, /* operation */
1463 return tag_desc[top].arith_op[op](v1, result);
1470 int op, /* operation */
1476 err = un_arith_op(v1, t1, &result, op, top);
1482 bin_arith_op(value v1, type t1, value v2, type t2, pword *pres, int op) argument
1503 err = tag_desc[TagType(t1)].arith_op[op](v1, v2, pres);
1509 binary_arith_op(value v1, type t1, value v2, type t2, value v, type t, int op) argument
1515 err = bin_arith_op(v1, t1, v2, t2, &result, op);
1445 un_arith_op( value v1, type t1, pword *result, int op, int top) argument
1467 unary_arith_op( value v1, type t1, value v, type t, int op, int top) argument
H A Ddict.h497 #define IsPrefix2(op) (GetOpiAssoc(op) >= FXX)
H A Dprintam.c1856 register vmcode op = *code; local
1859 if (op == Code_end)
1864 if (op == *p++)
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/chr/
H A Dmath-gauss.pl9 :- op(100, xfx, equals).
H A Dmath-lazy.pl9 :- op(100, xfx, equals).
10 :- op(450, xfx, eqnonlin).
H A Dtime-point.pl9 :- op(700, xfy, =<+).
10 :- op(700, xfy, =<*).
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/dsa/
H A Ddsa_ameth.c545 static int dsa_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) argument
547 switch (op)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_ameth.c577 static int ec_pkey_ctrl(EVP_PKEY *pkey, int op, long arg1, void *arg2) argument
579 switch (op)
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/widget/
H A Dprogressbar.tcl295 ;proc bartrace {w name el op} {
298 if {[string match u $op]} {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/asn1/
H A Dameth_lib.c446 int (*pkey_ctrl)(EVP_PKEY *pkey, int op,
445 EVP_PKEY_asn1_set_ctrl(EVP_PKEY_ASN1_METHOD *ameth, int (*pkey_ctrl)(EVP_PKEY *pkey, int op, long arg1, void *arg2)) argument
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dgrace.pl228 :- op(700, xfx, [#=, ##, #\=, #>, #<, #>=, #<=, ::]).
229 :- op(600, xfx, ..).
230 :- op(100, fx, trace). % for internal selective tracing
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dr.pl25 :- export op(700,xfx,$=).
26 :- export op(700,xfx,$<>).
27 :- export op(700,xfx,$>=).
28 :- export op(700,xfx,$<=).
29 :- export op(700,xfx,$=<). % CHIP compatibility
30 :- export op(700,xfx,$>).
31 :- export op(700,xfx,$<).
/barrelfish-2018-10-04/doc/026-device-queues/
H A Ddevif.tex83 \mdtheorem[style=defi]{op}{Operation}
461 \begin{op} [Enqueue]
473 \end{op}
476 \begin{op}[Dequeue]
489 \end{op}
493 \begin{op} [Register]
503 \end{op}
507 \begin{op} [Deregister]
517 \end{op}
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Drepair.pl67 :- export op(900,xf,r).
68 :- export op(900,xf,r_no_prop).
69 :- export op(900,xf,r_prop).
70 :- export op(900,xfx,(r_conflict)).
71 :- export op(900,xfx,(r_conflict_prop)).
72 :- export op(700,xfx,[tent_set,tent_get,tent_is]).

Completed in 158 milliseconds

123456789