Searched refs:off (Results 76 - 100 of 242) sorted by relevance

12345678910

/barrelfish-2018-10-04/usr/drivers/vbe/
H A Dvbe.c54 uint32_t off = farptr & 0xffff; local
56 return (seg << 4) + off;
/barrelfish-2018-10-04/include/
H A Darranet_impl.h110 #define IPH_OFFSET_SET(hdr, off) (hdr)->_offset = (off)
/barrelfish-2018-10-04/include/barrelfish/
H A Dcapabilities.h105 * \param off Offset from source frame to map (must be page-aligned)
109 uint64_t attr, uint64_t off, uint64_t pte_count,
122 return invoke_vnode_map(dest, slot, sroot, saddr, slevel, attr, off, pte_count,
108 vnode_map(struct capref dest, struct capref src, capaddr_t slot, uint64_t attr, uint64_t off, uint64_t pte_count, struct capref mapping) argument
/barrelfish-2018-10-04/include/openssl/
H A Ddsa.h233 int DSA_print(BIO *bp, const DSA *x, int off);
237 int DSA_print_fp(FILE *bp, const DSA *x, int off);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec_ameth.c427 static int do_EC_KEY_print(BIO *bp, const EC_KEY *x, int off, int ktype) argument
490 if (!BIO_indent(bp, off, 128))
500 buffer, off))
503 buffer, off))
505 if (!ECPKParameters_print(bp, group, off))
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp_in.c777 s32_t off; local
1089 off = pcb->rcv_nxt - seqno;
1092 LWIP_ASSERT("insane offset!", (off < 0x7fff));
1093 if (inseg.p->len < off) {
1095 (((s32_t) inseg.p->tot_len) >= off));
1096 new_tot_len = (u16_t) (inseg.p->tot_len - off);
1097 while (p->len < off) {
1098 off -= p->len;
1106 if (pbuf_header(p, (s16_t) - off)) {
1111 if (pbuf_header(inseg.p, (s16_t) - off)) {
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dquintus.pl566 % this assumes ASCII as character escapes are off by default
861 New == off ->
865 (New == off ->
874 New == off ->
881 get_flag(variable_names, off) ->
896 New == off ->
902 @(get_chtab(0'\, escape), Module) -> Old = on ; Old = off
907 Old = off
916 Old = off
924 Old = off
[all...]
H A Dmixtus.pl63 tracing(off) :-
H A Dpar_util.pl78 to make the overhead pay off."),
83 OR-parallelism. This will only pay off for sufficiently
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwind-EHABI.cpp110 // Clear off flag from last bit.
175 size_t off = 0; local
176 unwindingData = decode_eht_entry(unwindingData, &off, &len);
192 return _Unwind_VRS_Interpret(context, unwindingData, off, len);
235 * @param[out] off Offset from return value (in bytes) to begin interpretation.
240 decode_eht_entry(const uint32_t* data, size_t* off, size_t* len) { argument
253 *off = 1; // First byte is size data.
267 *off = 1;
272 *off = 2;
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dposix_syscalls.c28 static off_t lseek_fail(int fd, off_t off, int whence) { FAIL_FN(); } argument
/barrelfish-2018-10-04/lib/libc/sys/
H A Dbarrelfish_syscalls.c30 static off_t lseek_fail(int fd, off_t off, int whence) { FAIL_FN(); } argument
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dsockets.c511 u16_t buflen, copylen, off = 0; local
534 if (off > 0) {
537 return off;
553 if (off > 0) {
556 return off;
571 ("lwip_recvfrom: buflen=%" U16_F " len=%" SZT_F " off=%"
572 U16_F " sock->lastoffset=%" U16_F "\n", buflen, len, off,
585 netbuf_copy_partial(buf, (u8_t *) mem + off, copylen, sock->lastoffset); local
587 off += copylen;
629 (" port=%" U16_F " len=%" U16_F "\n", port, off));
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ms/
H A Dmingw32.bat6 @echo off
H A Dtestenc.bat1 @echo off
H A Dtestencce.bat1 @echo off
/barrelfish-2018-10-04/lib/libc/db/hash/
H A Dhash.c578 int n, ndx, off, size; local
586 off = hashp->BSIZE;
599 if (size == off - *bp &&
602 off = bp[1];
618 off = hashp->BSIZE;
640 off = hashp->BSIZE;
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c506 rr->off=0;
510 * ssl->s3->rrec.off == offset to first valid byte
952 * s->s3->rrec.off, - offset into 'data' for next read
1003 memcpy(buf,&(rr->data[rr->off]),n);
1007 rr->off+=n;
1011 rr->off=0;
1053 dest[(*dest_len)++] = rr->data[rr->off++];
1221 if ( (rr->length != 1) || (rr->off != 0) ||
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-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dlinux_compat.c708 vm_offset_t off; local
712 off = kva_alloc(size);
713 if (off == 0)
715 vmmap_add((void *)off, size);
716 pmap_qenter(off, pages, count);
718 return ((void *)off);
/barrelfish-2018-10-04/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-2018-10-04/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-2018-10-04/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-2018-10-04/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).

Completed in 373 milliseconds

12345678910