Searched refs:skip (Results 1 - 25 of 68) sorted by relevance

123

/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/bugstate/
H A Dbdemossum30 local pass=0 fail=0 blck=0 skip=0
44 SUMMARY[$prev_num]="$prev_num:$2:$fail:$blck:$pass:$skip"
55 SUMMARY[$prev_num]="$prev_num:$2:$fail:$blck:$pass:$skip"
59 skip=0
71 skip=$[ $skip + 1 ]
75 SUMMARY[$prev_num]="$prev_num:$2:$fail:$blck:$pass:$skip"
/barrelfish-2018-10-04/lib/libc/db/btree/
H A Dbt_split.c71 * skip: index to leave open
86 u_int16_t skip; local
94 * skip set to the offset which should be used. Additionally, l and r
97 skip = argskip;
99 bt_root(t, sp, &l, &r, &skip, ilen) :
100 bt_page(t, sp, &l, &r, &skip, ilen);
108 h->linp[skip] = h->upper -= ilen;
156 skip = parent->index + 1;
181 (h->prevpg != P_INVALID || skip > 1)) {
211 bt_root(t, h, &l, &r, &skip, nbyte
337 bt_page(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
435 bt_root(BTREE *t, PAGE *h, PAGE **lp, PAGE **rp, indx_t *skip, size_t ilen) argument
602 indx_t full, half, nxt, off, skip, top, used; local
[all...]
/barrelfish-2018-10-04/tools/molly/
H A Dmolly_boot.S34 .skip 4096
/barrelfish-2018-10-04/tools/arm_molly/
H A Dmolly_boot64.S63 .skip 4096
H A Dmolly_boot32.S70 .skip 4096
/barrelfish-2018-10-04/lib/libc/net/
H A Dhesiod.c375 int ancount, qdcount, i, j, n, skip, type, class, len; local
405 skip = dn_skipname(p, eom);
406 if (skip < 0 || p + skip + QFIXEDSZ > eom) {
410 p += skip + QFIXEDSZ;
423 skip = dn_skipname(p, eom);
424 if (skip < 0 || p + skip + 10 > eom)
426 type = p[skip + 0] << 8 | p[skip
[all...]
/barrelfish-2018-10-04/lib/cxx/unwind/
H A DUnwindRegistersRestore.S45 # skip ss
46 # skip eflags
49 # skip cs
50 # skip ds
51 # skip es
52 # skip fs
53 # skip gs
87 # skip rflags
88 # skip cs
89 # skip f
[all...]
H A DUnwindRegistersSave.S40 # skip ss
41 # skip eflags
44 # skip cs
45 # skip ds
46 # skip es
47 # skip fs
48 # skip gs
83 # skip rflags
84 # skip cs
85 # skip f
[all...]
/barrelfish-2018-10-04/lib/libc/gen/
H A Dgetttyent.c52 static char *skip(char *);
140 p = skip(p);
144 p = skip(p);
153 p = skip(p);
157 for (; *p; p = skip(p)) {
198 skip(char *p) function
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dcio.pl63 skip/1,
64 skip/2,
190 skip(S) :-
191 skip(input, S).
193 skip(S, X) :-
H A Dt_all.pl352 similar_lists([C|T1], [C|T2]) :- !, % skip identical characters
354 similar_lists([C1|T1], T2) :- % skip one left
358 similar_lists(T1, [C2|T2]) :- % skip one right
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dex_data.c419 goto skip;
423 skip:
466 goto skip;
470 skip:
506 goto skip;
510 skip:
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/ec/
H A Dec2_smpl.c505 size_t field_len, i, skip; local
569 skip = field_len - BN_num_bytes(x);
570 if (skip > field_len)
575 while (skip > 0)
578 skip--;
580 skip = BN_bn2bin(x, buf + i);
581 i += skip;
590 skip = field_len - BN_num_bytes(y);
591 if (skip > field_len)
596 while (skip >
[all...]
H A Decp_smpl.c773 size_t field_len, i, skip; local
834 skip = field_len - BN_num_bytes(x);
835 if (skip > field_len)
840 while (skip > 0)
843 skip--;
845 skip = BN_bn2bin(x, buf + i);
846 i += skip;
855 skip = field_len - BN_num_bytes(y);
856 if (skip > field_len)
861 while (skip >
[all...]
/barrelfish-2018-10-04/kernel/arch/armv8/
H A Dsysreg.S52 b.lt skip // no data or unified cache at this level
74 skip: label
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/
H A Dchr.pl591 :- set_flag('CHRget_delayed_goals'/2, skip, on), set_flag('CHRget_delayed_goals'/2, leash, notrace).
593 :- set_flag('CHRalready_in'/1, skip, on), set_flag('CHRalready_in'/1, leash, notrace).
597 :- set_flag('CHRcheck_and_mark_applied'/5, leash, notrace), set_flag('CHRcheck_and_mark_applied'/5, skip, on).
599 :- set_flag('CHRcheck_and_mark_applied'/2, leash, notrace), set_flag('CHRcheck_and_mark_applied'/2, skip, on).
601 :- set_flag('CHRgen_num'/1, skip, on), set_flag('CHRgen_num'/1, leash, notrace).
606 :- set_flag('CHRnonvar'/1, leash, notrace), set_flag('CHRnonvar'/1, skip, on).
607 :- set_flag('CHRvar'/1, leash, notrace), set_flag('CHRvar'/1, skip, on).
609 :- set_flag('CHRfail'/0, leash, notrace), set_flag('CHRfail'/0, skip, on).
628 :- set_flag(chr_trace/0, skip, on), set_flag(chr_trace/0, leash, notrace).
629 :- set_flag(chr_notrace/0, skip, o
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Opium/demo/
H A Dporting.pl55 skip/1,
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dsample.tex54 \item For notes that the reader can safely skip on first reading,
57 \Note{For notes that the reader can safely skip on first reading,
/barrelfish-2018-10-04/usr/drivers/usb/usb_manager/controller/ohci/
H A Dusb_ohci.h86 * - skip: flag indicating if the HC skips the EP
108 volatile uint8_t skip : 1; member in struct:usb_ohci_ed_ctrl
H A Dusb_ohci.c37 ed->ed_control.skip=1;
/barrelfish-2018-10-04/lib/acpica/tests/aslts/bin/
H A Dasltsrun386 local status cnt=0 pass=0 fail=0 skip=0 start=0 finish=0 total=0
402 echo "|$2|$cnt|$pass|$fail|$skip|$start|$finish|$total|$outstand0|$blck|$memtotal|$max0|$max1|$max2|$max3|$max4|$max5|$out0|$out1|$out2|$out3|$out4|$out5|$outstand1|$LargeRefCount|$exceptionsnum|" >> "$3"
416 skip=$[ $skip + 1 ]
/barrelfish-2018-10-04/usr/eclipseclp/documents/internal/kernel/
H A Ddebugger.tex121 We don't talk here about debugging commands (e.g. skip command),
209 To implement the selective tracer modes (skip, jump, leap, etc)
213 \item tracemode flags (e.g.\ leap/skip)
227 and the different skip instructions can be implemented by configuring
236 skip 0 0 depth 0 1 0
/barrelfish-2018-10-04/lib/openssl-1.0.0d/ssl/
H A Dd1_srvr.c152 int new_state,state,skip=0; local
341 skip = 1;
347 skip=1;
397 skip=1;
425 skip=1;
656 if (!s->s3->tmp.reuse_message && !skip)
673 skip=0;
/barrelfish-2018-10-04/kernel/arch/x86_32/
H A Dstartup_arch.c176 bool skip = false;
185 skip = true;
190 if(skip) {
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-s390x.pl139 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0

Completed in 406 milliseconds

123