Searched refs:off (Results 101 - 125 of 251) sorted by relevance

1234567891011

/barrelfish-master/lib/lwip2/src/core/
H A Dtcp_in.c1003 s32_t off; local
1320 off = pcb->rcv_nxt - seqno;
1322 LWIP_ASSERT("insane offset!", (off < 0x7fff));
1323 if (inseg.p->len < off) {
1324 LWIP_ASSERT("pbuf too short!", (((s32_t)inseg.p->tot_len) >= off));
1325 new_tot_len = (u16_t)(inseg.p->tot_len - off);
1326 while (p->len < off) {
1327 off -= p->len;
1335 if (pbuf_header(p, (s16_t)-off)) {
1340 if (pbuf_header(inseg.p, (s16_t)-off)) {
[all...]
/barrelfish-master/lib/openssl-1.0.0d/apps/
H A Ds_server.c850 int off=0; local
1017 { off|=SSL_OP_CIPHER_SERVER_PREFERENCE; }
1019 off|=SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION;
1120 { off|=SSL_OP_NO_SSLv2; }
1122 { off|=SSL_OP_NO_SSLv3; }
1124 { off|=SSL_OP_NO_TLSv1; }
1126 { off|=SSL_OP_NO_COMPRESSION; }
1129 { off|=SSL_OP_NO_TICKET; }
1390 SSL_CTX_set_options(ctx,off);
1458 SSL_CTX_set_options(ctx2,off);
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/
H A Dchr2pl.pl29 :- pragma(deprecated_warnings(off)).
61 :- set_flag(macro_expansion, off).
711 getval(check_guard_bindings, off),
815 set_flag(gc, off),
821 set_flag(gc, off),
827 set_flag(gc, off),
837 set_flag(gc, off),
844 :- setval(left, off).
850 setval(left, off),
876 printf(file_pl, "\n:- get_flag(variable_names, Val), setval(variable_names_flag, Val), set_flag(variable_names, off)
[all...]
/barrelfish-master/usr/eclipseclp/ecrc_solvers/chr/
H A Dgraphic.pl48 send(@pce, log, off), % Do not write pce.log
662 panel(@abort, button("Abort", abort_method), right, [active:off, greyed:on]).
707 send(Object,greyed,off).
710 send(Object,active,off),
776 send(@panel, active, off). % Block the control panel
H A Dgeons.pl7 :- get_flag(variable_names, Val), setval(variable_names_flag, Val), set_flag(variable_names, off).
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Dd1_pkt.c494 rr->off=0;
498 * ssl->s3->rrec.off == offset to first valid byte
755 * s->s3->rrec.off, - offset into 'data' for next read
840 memcpy(buf,&(rr->data[rr->off]),n);
844 rr->off+=n;
848 rr->off=0;
923 dest[k] = rr->data[rr->off++];
1095 (rr->off != 0) || (rr->data[0] != SSL3_MT_CCS))
/barrelfish-master/lib/openssl-1.0.0d/ms/
H A Dtestss.bat1 @echo off
/barrelfish-master/lib/openssl-1.0.0d/os2/
H A DOS2-EMX.cmd1 @echo off
/barrelfish-master/usr/eclipseclp/Compiler/
H A DMakefile.in35 DEBUG = off
/barrelfish-master/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DEclipseConnectionImpl.java781 * byte array <code>b</code> at offset <code>off</code>.
785 abstract int readFromStream(int streamid, int off, int len, byte[] b) argument
805 * <code>streamid</code> at offset <code>off</code> from
810 abstract int writeToStream(int streamid, byte[] b, int off, int len) argument
/barrelfish-master/usr/bench/udp_echo/
H A Dudp_ipip_openloop.c94 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off)
/barrelfish-master/usr/drivers/iommu/modules/generic/
H A Diommu_service.c310 uint64_t off, uint64_t pte_count)
359 err = dev->f.map(dev, vnode, src, slot, attr, off, pte_count, mapping);
308 map_request(struct iommu_binding *ib, struct capref dst, struct capref src, uint16_t slot, uint64_t attr, uint64_t off, uint64_t pte_count) argument
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dbip_db.c496 Return_Unify_Atom(v,t, (VM_FLAGS & STATISTICS) ? d_.on : d_.off);
505 else if (v.did == d_.off)
1109 Request_Unify_Atom(vf, tf, flags & PROC_AUXILIARY? d_.on: d_.off);
1118 Request_Unify_Atom(vf, tf, flags & DEBUG_DB? d_.on: d_.off);
1121 Request_Unify_Atom(vf, tf, PriScope(proc)!=DEFAULT? d_.on: d_.off);
1124 Request_Unify_Atom(vf, tf, flags & AUTOLOAD? d_.on: d_.off);
1127 Request_Unify_Atom(vf, tf, flags & CODE_DEFINED? d_.on: d_.off);
1133 Request_Unify_Atom(vf, tf, flags & PROC_DEPRECATED? d_.on: d_.off);
1136 Request_Unify_Atom(vf, tf, flags & DEBUG_SK? d_.on: d_.off);
1139 Request_Unify_Atom(vf, tf, flags & DEBUG_SP? d_.on: d_.off);
[all...]
H A Dbip_control.c234 } else if (v.did == d_.off) {
798 /* switch abstract instruction tracing off while in the debugger,
1135 Return_Unify_Atom(v, t, !proc ? d_.off :
1136 PriFlags(proc) & DEBUG_SP ? d_.on : d_.off);
1141 Return_Unify_Atom(v, t, !proc ? d_.off :
1142 PriFlags(proc) & DEBUG_SK ? d_.on : d_.off);
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dlips.pl82 ?- set_flag(gc, off).
H A Dsockets.pl146 translate_timeout(off, TimeOut, _) ?- !,
H A Dtracer_tty.pl308 ( getval(show_module, off) ->
313 setval(show_module, off)
461 block(set_flag(F/A, spy, off)@DM, abort, true ) ,
481 trace_mode(13, []), % abstract instruction tracing on/off
571 n nodebug (continue with tracer off)\n\
614 N tracer off permanently\n\
1091 Message = 'debugger is off'
1144 setval(show_module, off),
/barrelfish-master/lib/openssl-1.0.0d/crypto/rc2/
H A Drc2_skey.c88 #pragma optimize("g",off)
/barrelfish-master/lib/openssl-1.0.0d/crypto/rsa/
H A Drsa_pss.c70 #pragma optimize("g", off)
/barrelfish-master/usr/eclipseclp/ecrc_solvers/grace/
H A Dgrace.pl246 setval(grace, off),
277 getval(grace, off),
623 getval(grace, off),
779 getval(grace, off),
/barrelfish-master/usr/eclipseclp/icparc_solvers/ech/
H A Dbool.pl17 :- option(check_guard_bindings, off).
18 :- option(already_in_heads, off).
/barrelfish-master/usr/eclipseclp/lib_tcl/widget/
H A Dballoonhelp.tcl26 ## disable OR off
102 off - disable {
/barrelfish-master/lib/cxx/unwind/
H A DUnwind-EHABI.cpp110 // Clear off flag from last bit.
209 * @param[out] off Offset from return value (in bytes) to begin interpretation.
214 decode_eht_entry(const uint32_t* data, size_t* off, size_t* len) { argument
223 *off = 1; // First byte is size data.
236 *off = 1;
241 *off = 2;
/barrelfish-master/lib/lwip2/src/api/
H A Dsockets.c748 int off = 0; local
767 if (off > 0) {
770 return off;
788 if (off > 0) {
795 return off;
817 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom: buflen=%"U16_F" len=%"SZT_F" off=%d sock->lastoffset=%"U16_F"\n",
818 buflen, len, off, sock->lastoffset));
830 pbuf_copy_partial(p, (u8_t*)mem + off, copylen, sock->lastoffset); local
832 off += copylen;
876 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%"U16_F" len=%d\n", port, off));
[all...]
/barrelfish-master/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex55 or switching tracing on and off for a subgoal.
128 % notrace(Goal) switches tracing off for Goal if it was on.
188 Switching tracing off completely is done by setting the port filter to 0.

Completed in 428 milliseconds

1234567891011