Home
last modified time | relevance | path

Searched refs:skip (Results 851 - 875 of 2119) sorted by relevance

1...<<31323334353637383940>>...85

/third_party/lame/libmp3lame/i386/
H A Dnasm.h219 times (1 & ge4(($$-%%here) & 15) & ~ge%1(($$-%%here) & 15)) jmp short %%skip
221 %%skip:
241 %%skip:
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dminiunz.c362 int skip=0; local
402 skip = 1;
408 if ((skip==0) && (err==UNZ_OK))
/third_party/node/deps/v8/third_party/zlib/
H A Dgzread.c265 /* skip over len bytes or reach end-of-file, whichever comes first */
267 /* skip over whatever is in output buffer */
281 /* need more data to skip -- load up output buffer */
306 /* process a skip request */
309 if (gz_skip(state, state->skip) == -1)
467 /* try output buffer (no need to check for skip request) */
501 /* process a skip request */
504 if (gz_skip(state, state->skip) == -1)
565 /* process a skip request */
568 if (gz_skip(state, state->skip)
[all...]
H A Dgzlib.c394 offset += state->skip;
413 /* calculate skip amount, rewinding if needed for back seek when reading */
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
424 /* if reading, skip what's in output buffer (one less gzgetc() check) */
434 /* request skip (if not zero) */
437 state->skip = offset;
468 return state->x.pos + (state->seek ? state->skip : 0);
/third_party/node/deps/zlib/
H A Dgzlib.c366 offset += state->skip; in gzseek64()
385 /* calculate skip amount, rewinding if needed for back seek when reading */ in gzseek64()
392 if (gzrewind(file) == -1) /* rewind, then skip to offset */ in gzseek64()
396 /* if reading, skip what's in output buffer (one less gzgetc() check) */ in gzseek64()
406 /* request skip (if not zero) */ in gzseek64()
409 state->skip = offset; in gzseek64()
434 return state->x.pos + (state->seek ? state->skip : 0); in gztell64()
H A Dgzread.c239 /* skip over len bytes or reach end-of-file, whichever comes first */ in gz_skip()
241 /* skip over whatever is in output buffer */ in gz_skip()
255 /* need more data to skip -- load up output buffer */ in gz_skip()
276 /* process a skip request */ in gz_read()
279 if (gz_skip(state, state->skip) == -1) in gz_read()
426 /* try output buffer (no need to check for skip request) */ in gzgetc()
455 /* process a skip request */ in gzungetc()
458 if (gz_skip(state, state->skip) == -1) in gzungetc()
515 /* process a skip request */ in gzgets()
518 if (gz_skip(state, state->skip) in gzgets()
[all...]
/third_party/ntfs-3g/ntfsprogs/
H A Dntfstruncate.c313 const char *skip = "Skipping display of $%s attribute value.\n"; in dump_resident_attr_val() local
417 printf(skip, "DATA"); in dump_resident_attr_val()
428 printf(skip, "BITMAP"); in dump_resident_attr_val()
/third_party/musl/scripts/
H A Druntest_Windows.bat156 set /a skip=%all%-%run%
159 echo All: %all% ^| Run: %run% ^| Skip: %skip%
165 echo All: %all% ^| Run: %run% ^| Skip: %skip%
/third_party/ninja/src/
H A Dbuild_log.cc461 bool skip = output_count > 0; in Restat() local
464 skip = false; in Restat()
468 if (!skip) { in Restat()
/third_party/libwebsockets/win32port/zlib/
H A Dgzread.c160 /* skip rest of header */
336 /* skip over len bytes or reach end-of-file, whichever comes first */
338 /* skip over whatever is in output buffer */
352 /* need more data to skip -- load up output buffer */
392 /* process a skip request */
395 if (gz_skip(state, state->skip) == -1)
469 /* try output buffer (no need to check for skip request) */
497 /* process a skip request */
500 if (gz_skip(state, state->skip) == -1)
558 /* process a skip reques
[all...]
H A Dgzlib.c303 offset += state->skip;
321 /* calculate skip amount, rewinding if needed for back seek when reading */
328 if (gzrewind(file) == -1) /* rewind, then skip to offset */
332 /* if reading, skip what's in output buffer (one less gzgetc() check) */
342 /* request skip (if not zero) */
345 state->skip = offset;
376 return state->pos + (state->seek ? state->skip : 0);
/third_party/python/Lib/
H A Dwave.py136 self.skip()
187 def skip(self): member in _Chunk
272 chunk.skip()
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dminiunz.c363 int skip=0; local
403 skip = 1;
409 if ((skip==0) && (err==UNZ_OK))
/third_party/skia/third_party/externals/zlib/
H A Dgzlib.c394 offset += state->skip;
413 /* calculate skip amount, rewinding if needed for back seek when reading */
420 if (gzrewind(file) == -1) /* rewind, then skip to offset */
424 /* if reading, skip what's in output buffer (one less gzgetc() check) */
434 /* request skip (if not zero) */
437 state->skip = offset;
468 return state->x.pos + (state->seek ? state->skip : 0);
H A Dgzread.c265 /* skip over len bytes or reach end-of-file, whichever comes first */
267 /* skip over whatever is in output buffer */
281 /* need more data to skip -- load up output buffer */
306 /* process a skip request */
309 if (gz_skip(state, state->skip) == -1)
468 /* try output buffer (no need to check for skip request) */
503 /* process a skip request */
506 if (gz_skip(state, state->skip) == -1)
567 /* process a skip request */
570 if (gz_skip(state, state->skip)
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree_reader_test.cc105 size_t skip = std::min(data.length() - consumed - 1, skip2); in TEST() local
106 chunk = reader.Skip(skip); in TEST()
107 ASSERT_THAT(chunk, Eq(data.substr(consumed + skip, chunk.length()))); in TEST()
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dtypes.rs15 #[rustfmt::skip]
55 #[rustfmt::skip]
449 #[rustfmt::skip]
/third_party/zlib/contrib/minizip/
H A Dminiunz.c394 int skip = 0; in do_extract_currentfile() local
459 skip = 1; in do_extract_currentfile()
468 if ((skip == 0) && (err == UNZ_OK)) in do_extract_currentfile()
/third_party/zlib/
H A Dgzlib.c372 offset += state->skip; in gzseek64()
391 /* calculate skip amount, rewinding if needed for back seek when reading */ in gzseek64()
398 if (gzrewind(file) == -1) /* rewind, then skip to offset */ in gzseek64()
402 /* if reading, skip what's in output buffer (one less gzgetc() check) */ in gzseek64()
412 /* request skip (if not zero) */ in gzseek64()
415 state->skip = offset; in gzseek64()
442 return state->x.pos + (state->seek ? state->skip : 0); in gztell64()
H A Dgzread.c271 /* skip over len bytes or reach end-of-file, whichever comes first */ in gz_skip()
273 /* skip over whatever is in output buffer */ in gz_skip()
289 /* need more data to skip -- load up output buffer */ in gz_skip()
315 /* process a skip request */ in gz_read()
318 if (gz_skip(state, state->skip) == -1) in gz_read()
490 /* try output buffer (no need to check for skip request) */ in gzgetc()
531 /* process a skip request */ in gzungetc()
534 if (gz_skip(state, state->skip) == -1) in gzungetc()
601 /* process a skip request */ in gzgets()
604 if (gz_skip(state, state->skip) in gzgets()
[all...]
/kernel/linux/linux-5.10/drivers/mtd/devices/
H A Ddocg3.c869 int block0, block1, page, ret, skip, ofs = 0; in doc_read_oob() local
896 skip = from % DOC_LAYOUT_PAGE_SIZE; in doc_read_oob()
899 calc_block_sector(from - skip, &block0, &block1, &page, &ofs, in doc_read_oob()
901 nbdata = min_t(size_t, len, DOC_LAYOUT_PAGE_SIZE - skip); in doc_read_oob()
909 ret = doc_read_page_getbytes(docg3, skip, NULL, 1, 0); in doc_read_oob()
910 if (ret < skip) in doc_read_oob()
912 ret = doc_read_page_getbytes(docg3, nbdata, buf, 0, skip % 2); in doc_read_oob()
916 DOC_LAYOUT_PAGE_SIZE - nbdata - skip, in doc_read_oob()
917 NULL, 0, (skip + nbdata) % 2); in doc_read_oob()
965 skip in doc_read_oob()
[all...]
/kernel/linux/linux-6.6/drivers/mtd/devices/
H A Ddocg3.c869 int block0, block1, page, ret, skip, ofs = 0; in doc_read_oob() local
897 skip = from % DOC_LAYOUT_PAGE_SIZE; in doc_read_oob()
901 calc_block_sector(from - skip, &block0, &block1, &page, &ofs, in doc_read_oob()
903 nbdata = min_t(size_t, len, DOC_LAYOUT_PAGE_SIZE - skip); in doc_read_oob()
911 ret = doc_read_page_getbytes(docg3, skip, NULL, 1, 0); in doc_read_oob()
912 if (ret < skip) in doc_read_oob()
914 ret = doc_read_page_getbytes(docg3, nbdata, buf, 0, skip % 2); in doc_read_oob()
918 DOC_LAYOUT_PAGE_SIZE - nbdata - skip, in doc_read_oob()
919 NULL, 0, (skip + nbdata) % 2); in doc_read_oob()
967 skip in doc_read_oob()
[all...]
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureRepeatModeTests.cpp755 const GLsizei skip = 6; in verifyClampToEdge() local
771 for (h = 0; h < red_h - skip / 2; h++) in verifyClampToEdge()
773 for (i = 0; i < red_w - skip / 2; i++) in verifyClampToEdge()
775 /* skip over corner pixel to avoid issues with mipmap selection */ in verifyClampToEdge()
782 /* skip over border pixels to avoid issues with rounding */ in verifyClampToEdge()
783 i += skip; in verifyClampToEdge()
784 buf += skip * size; in verifyClampToEdge()
788 /* skip over corner pixel to avoid issues with mipmap selection */ in verifyClampToEdge()
796 /* skip over border pixels to avoid issues with rounding */ in verifyClampToEdge()
797 h += skip; in verifyClampToEdge()
[all...]
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.c2040 s64 skip = 0; in __perf_session__process_pipe_events() local
2102 if ((skip = perf_session__process_event(session, event, head, "pipe")) < 0) { in __perf_session__process_pipe_events()
2111 if (skip > 0) in __perf_session__process_pipe_events()
2112 head += skip; in __perf_session__process_pipe_events()
2191 s64 skip; in __perf_session__process_decomp_events() local
2208 (skip = perf_session__process_event(session, event, decomp->file_pos, in __perf_session__process_decomp_events()
2215 if (skip) in __perf_session__process_decomp_events()
2216 size += skip; in __perf_session__process_decomp_events()
2350 s64 skip; in reader__read_event() local
2362 skip in reader__read_event()
[all...]
/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dsetup.h144 .skip \size

Completed in 29 milliseconds

1...<<31323334353637383940>>...85