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

12

/haiku/docs/interface_guidelines/
H A Dconvert.sh6 xmlto $1 index.xml --skip-validation
/haiku/src/system/kernel/util/
H A DRadixBitmap.cpp69 * a very simple 'skip' calculation. In order to support large radixes,
106 radix_bitmap_init(radix_node *node, uint32 radix, uint32 skip, uint32 slots) argument
130 uint32 next_skip = skip / NODE_RADIX;
133 for (i = 1; i <= skip; i += next_skip) {
160 uint32 skip = 0;
164 skip = (skip + 1) * NODE_RADIX;
172 bmp->skip = skip;
174 bmp->root_size = 1 + radix_bitmap_init(NULL, radix, skip, slot
[all...]
/haiku/src/libs/compat/freebsd_network/compat/machine/
H A Din_cksum.h25 in_cksum_skip(struct mbuf* m, int len, int skip) argument
/haiku/src/system/boot/platform/riscv/
H A Dcrt0.S11 .skip 1*1024*1024
/haiku/src/add-ons/media/media-add-ons/dvb/
H A DTransportStreamDemux.cpp201 int skip; local
204 skip = 184;
207 skip = 0;
210 skip = 184;
213 skip = pkt->data[0] + 1;
214 if (skip > 184)
215 skip = 184;
218 skip = 0; // stupid compiler, impossible case
221 const uint8 *data = pkt->data + skip;
222 int size = 184 - skip;
312 int skip; local
[all...]
/haiku/src/system/boot/platform/atari_m68k/
H A Dmk_floppy_prg_atari.sh13 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((9*180)) && \
14 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=9 seek=$((2*9)) && \
15 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((2*9)) seek=$((2*2*9)) && \
16 dd if=generated/objects/haiku/m68k/release/system/boot/$ZBEOS of=$IMG bs=512 count=9 conv=notrunc skip=$((3*9)) seek=$((3*2*9)) && \
/haiku/headers/private/kernel/util/
H A DRadixBitmap.h56 radix_slot_t skip; // starting skip member in struct:radix_bitmap
/haiku/src/tests/kits/app/bmessagerunner/
H A DMessageRunnerTestHelpers.cpp84 MessageRunnerTestLooper::CheckMessages(int32 skip, bigtime_t startTime, argument
88 bool result = (fMessageInfos.CountItems() == count + skip);
91 count + skip);
94 MessageInfo *info = MessageInfoAt(i + skip);
H A DMessageRunnerTestHelpers.h37 bool CheckMessages(int32 skip, bigtime_t startTime, bigtime_t interval,
/haiku/headers/private/file_systems/
H A DQueryParserUtils.h45 void skipWhitespace(char** expr, int32 skip = 0);
/haiku/src/build/libshared/
H A DNaturalCompare.cpp54 int32 skip = 0; local
57 skip++;
72 skip++;
75 return pos + skip;
/haiku/src/system/libnetwork/netresolv/net/
H A Dhesiod.c421 int ancount, qdcount, i, j, n, skip, type, class, len; local
457 skip = dn_skipname(p, eom);
458 if (skip < 0 || p + skip + QFIXEDSZ > eom) {
462 p += skip + QFIXEDSZ;
475 skip = dn_skipname(p, eom);
476 if (skip < 0 || p + skip + 10 > eom)
478 type = p[skip + 0] << 8 | p[skip
[all...]
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DCamDeframer.h52 status_t RegisterSOFTags(const uint8 **tags, int count, size_t len, size_t skip);
53 status_t RegisterEOFTags(const uint8 **tags, int count, size_t len, size_t skip);
H A DCamDeframer.cpp151 CamDeframer::RegisterSOFTags(const uint8 **tags, int count, size_t len, size_t skip) argument
162 fSkipSOFTags = skip;
168 CamDeframer::RegisterEOFTags(const uint8 **tags, int count, size_t len, size_t skip) argument
179 fSkipEOFTags = skip;
/haiku/src/add-ons/kernel/network/stack/
H A Dradix.c73 int skip);
217 rn_satisfies_leaf(char *trial, register struct radix_node *leaf, int skip) argument
227 cplim = cp + length; cp3 += skip; cp2 += skip;
228 for (cp += skip; cp < cplim; cp++, cp2++, cp3++)
614 rn_addmask(void *n_arg, int search, int skip) argument
626 if (skip == 0)
627 skip = 1;
628 if (mlen <= skip)
630 if (skip >
[all...]
/haiku/src/system/boot/platform/efi/arch/arm/
H A Dcrt0-efi-arm.S27 .skip 58 // 'MZ' + pad + offset == 64
/haiku/src/system/boot/platform/efi/arch/riscv64/
H A Dcrt0-efi-riscv64.S38 .skip 58 // 'MZ' + pad + offset == 64
/haiku/src/system/boot/platform/efi/arch/arm64/
H A Dcrt0-efi-arm64.S27 .skip 58 // 'MZ' + pad + offset == 64
/haiku/src/add-ons/kernel/file_systems/shared/
H A DQueryParserUtils.cpp40 skipWhitespace(char** expr, int32 skip) argument
42 char* string = (*expr) + skip;
/haiku/src/system/boot/loader/file_systems/fat/
H A DVolume.h47 uint32 NextCluster(uint32 cluster, uint32 skip=0);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_regdomain.c265 int i, skip, nruns; local
300 skip = skipflags[ieee80211_chan2mode(ic->ic_bsschan)];
302 skip |= IEEE80211_CHAN_2GHZ;
304 skip |= IEEE80211_CHAN_5GHZ;
310 if (c->ic_flags & skip) /* skip band, etc. */
/haiku/src/bin/bfs_tools/lib/
H A DBPlusTree.cpp836 int32 skip = in; local
840 bytesBefore = in > skip ? inKeyLengths[in - 1] : 0;
866 if (keyIndex >= in && keyIndex - skip < out) {
868 } else if (keyIndex < skip)
890 keys = keyIndex <= skip ? out : keyIndex - skip;
891 keyIndex -= skip;
899 memmove(outKeyLengths,inKeyLengths + skip,keys * sizeof(uint16));
902 memmove(outKeyLengths + keyIndex + 1,inKeyLengths + skip + keyIndex,in * sizeof(uint16));
905 memmove(outKeyValues,inKeyValues + skip,key
[all...]
/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_mii.c454 goto skip;
472 * `offset' locator, skip this PHY if it doesn't match.
475 goto skip;
481 goto skip;
495 goto skip;
500 goto skip;
503 skip:
590 * If this PHY instance isn't currently selected, just skip
613 * If we're not polling this PHY instance, just skip it.
/haiku/src/add-ons/kernel/drivers/network/ether/syskonnect/dev/sk/
H A Dif_skreg.h173 * the 'skip' parameter. The 'skip' value is the number of extra pages
174 * for skip when computing the port0/port1 offsets. For most registers,
175 * the skip value is 0; for the BMU and RAMbuffer registers, it's 1.
177 #define SK_IF_READ_4(sc_if, skip, reg) \
179 ((sc_if->sk_port * (skip + 1)) * SK_WIN_LEN))
180 #define SK_IF_READ_2(sc_if, skip, reg) \
182 ((sc_if->sk_port * (skip + 1)) * SK_WIN_LEN))
183 #define SK_IF_READ_1(sc_if, skip, reg) \
185 ((sc_if->sk_port * (skip
[all...]
/haiku/src/system/kernel/
H A DUserTimer.cpp241 bigtime_t skip = (kMinPeriodicTimerInterval + fInterval - 1) / fInterval; local
242 fNextTime += skip * fInterval;
245 skip--;
247 if (skip + fOverrunCount > MAX_USER_TIMER_OVERRUN_COUNT)
250 fOverrunCount += skip;
271 bigtime_t skip = (now - fNextTime) / fInterval;
272 fNextTime += skip * fInterval;
274 if (skip + fOverrunCount > MAX_USER_TIMER_OVERRUN_COUNT)
277 fOverrunCount += skip;

Completed in 157 milliseconds

12