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

/seL4-camkes-master/projects/lwip/test/unit/
H A Dlwip_unittests.c40 void lwip_check_ensure_no_alloc(unsigned int skip) argument
45 if (!(skip & SKIP_HEAP)) {
49 if (!(skip & mask)) {
H A Dlwip_check.h40 void lwip_check_ensure_no_alloc(unsigned int skip);
/seL4-camkes-master/projects/musllibc/src/passwd/
H A Dgetspnam_r.c68 int skip = 0; local
101 if (skip || strncmp(name, buf, l) || buf[l]!=':') {
102 skip = buf[k-1] != '\n';
/seL4-camkes-master/tools/cogent/cogent/misc/
H A Dcogent.vim30 syn region cogentDefinition keepend start="^[a-z_][a-zA-Z0-9_']*\(.*=\|\s|\)"rs=s skip="\n\s" end="$" contains=cogentLetBang,cogentLineComment,cogentBlockComment,cogentBoolean,cogentSpecialChar,cogentCharacter,cogentString,cogentNumber,cogentOperator,cogentBar,cogentCaseArr,cogentSemiColon,cogentComma,cogentKeyword,cogentTypeId,cogentVarDef,cogentTakePut transparent
37 syn region cogentTypedef keepend matchgroup=Keyword start="^type\>" skip="\n\s" end="$" contains=cogentTypedefTypeId,cogentTypedefEq,cogentTypeType,cogentLineComment,cogentBlockComment transparent
43 syn region cogentTypeSig keepend matchgroup=Identifier start="^[a-z_][a-zA-Z0-9_']*\s*\(:\)\@=" skip="\n\s" end="$" contains=cogentTypeSigColon,cogentTypeType,cogentLineComment,cogentBlockComment transparent
47 syn region cogentTypeType start="." keepend skip="\n\s" end="$" contains=cogentKindSig,cogentTypeId,cogentRecord,cogentVariant,cogentAllT,cogentArrowT,cogentUnitT,cogentTakeT,cogentBangT,cogentUnboxT,cogentLineComment,cogentBlockComment transparent contained
49 syn region cogentKindSig matchgroup=PreProc start="\<all\>" keepend skip="\n\s" matchgroup=NONE end="\." contains=cogentInKind,cogentKinds,cogentLineComment,cogentBlockComment transparent contained
74 " syn region cogentString start=+"+ skip=+\\\\\|\\"+ end=+"+ contains=cogentSpecialChar
101 syn region cogentIncludeStr display start=+"+ skip=+\\\\\|\\+ end=+"+
/seL4-camkes-master/tools/seL4/elfloader-tool/src/binaries/efi/gnuefi/
H A Dcrt0-efi-arm.S29 .skip 58 // 'MZ' + pad + offset == 64
H A Dcrt0-efi-aarch64.S29 .skip 58 // 'MZ' + pad + offset == 64
/seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/drivers/
H A Dvirtio_net_emul.c160 /* we want to skip the initial virtio header, as this should
169 uint32_t skip = 0; local
173 skip = MIN(sizeof(struct virtio_net_hdr) - skipped, desc.len);
174 skipped += skip;
177 uint32_t this_len = desc.len - skip;
179 vm_guest_read_mem(emul->vm, vaddr + len, (uintptr_t)desc.addr + skip, this_len);
/seL4-camkes-master/tools/cogent/impl/fs/vfat/cogent/plat/linux/
H A Dfile.c240 /* Free all clusters after the skip'th cluster. */
241 static int fat_free(struct inode *inode, int skip) argument
256 if (!skip) {
273 if (skip) {
277 ret = fat_get_cluster(inode, skip - 1, &fclus, &dclus);
304 inode->i_blocks = skip << (MSDOS_SB(sb)->cluster_bits - 9);
/seL4-camkes-master/projects/musllibc/src/time/
H A D__tz.c180 size_t skip = zi_dotprod(zi+20, VEC(1,1,8,5,6,1), 6); local
181 trans = zi+skip+44+44;
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregexec.c339 int skip = 0; local
346 skip = 1;
352 skip = 1;
356 if (!skip)
/seL4-camkes-master/tools/rumprun/platform/xen/xen/arch/x86/
H A Dx86_32.S162 je 16f # skip loop if nothing to copy
/seL4-camkes-master/projects/projects_libs/libjansson/jansson-2.7/test/
H A DMakefile.in691 skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \
723 result_count $$1 "SKIP: " $$skip "$$blu"; \
/seL4-camkes-master/kernel/src/arch/x86/64/
H A Dtraps.S70 * of a fast syscall trap) we skip 6 registers (SS, CS, RCX, R11,
105 /* skip FaultIP, RSP, Error, NextIP, RFLAGS */ \
140 /* skip 128 bytes as we need to respect the */ \
160 /* we need to not skip RSP, FaultIP, R11 and RCX for now */ \
487 /* skip RFLAGS, Error, NextIP, RSP, FaultIP */
549 /* skip RFLAGS, NextIP, Error, RSP, FaultIP */
646 subq $8, %rsp # skip RDX
/seL4-camkes-master/kernel/manual/parts/
H A Dbootup.tex124 length can be used to skip over chunks that you do not understand. The only generally
H A Dthreads.tex538 should be set to \texttt{1} when single-stepping, or any non-zero integer value to skip that many
539 instructions before resuming single-stepping. This skip-count can also be set in
547 \reg{Breakpoint instruction address} & \texttt{num\_instructions} to skip & \ipcbloc{IPCBuffer[0]} \\
/seL4-camkes-master/kernel/tools/
H A Dlex.py317 # skip() - Skip ahead n characters
319 def skip(self, n): member in class:Lexer

Completed in 194 milliseconds