Home
last modified time | relevance | path

Searched refs:skip (Results 1051 - 1075 of 2129) sorted by relevance

1...<<41424344454647484950>>...86

/kernel/linux/linux-6.6/drivers/net/ethernet/
H A Dlantiq_xrx200.c198 goto skip; in xrx200_alloc_buf()
207 goto skip; in xrx200_alloc_buf()
213 skip: in xrx200_alloc_buf()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/
H A Dmain.c332 goto skip; in sgx_reclaim_pages()
340 goto skip; in sgx_reclaim_pages()
347 skip: in sgx_reclaim_pages()
/third_party/ffmpeg/libavcodec/
H A Dinterplayacm.c52 int skip; member
593 skip_bits(gb, s->skip); in decode_frame()
605 s->skip = get_bits_count(gb) - 8 * (get_bits_count(gb) / 8); in decode_frame()
H A Dget_bits.h104 * Will skip over the next num bits.
286 * @param n the number of bits to skip,
478 unsigned skip = (n / 8) * 8;
480 n -= skip;
481 s->index += skip;
H A Dargo.c287 int skip = count & 0x3F; in decode_mad1() local
290 if (skip == 0x3F) { in decode_mad1()
300 pos += skip; in decode_mad1()
H A Dmss4.c170 int skip, val, pos = 1, zz_pos, dc; in mss4_decode_dct() local
207 skip = val >> 4; in mss4_decode_dct()
209 pos += skip; in mss4_decode_dct()
495 "Empty frame found but it is not a skip frame.\n"); in mss4_decode_frame()
/third_party/skia/third_party/externals/tint/src/reader/spirv/
H A Dfunction.h314 SkipReason skip = SkipReason::kDontSkip; member
328 switch (di.skip) { in operator <<()
332 o << " skip:opaque"; in operator <<()
335 o << " skip:sink_pointer"; in operator <<()
338 o << " skip:pointsize_pointer"; in operator <<()
341 o << " skip:pointsize_value"; in operator <<()
344 o << " skip:samplemaskin_pointer"; in operator <<()
347 o << " skip:samplemaskout_pointer"; in operator <<()
857 /// Returns the skip reason for a result ID.
859 /// @returns the skip reaso
[all...]
/third_party/skia/tools/fm/
H A Dfm.cpp128 skip = {Result::Skip, {}}; variable
155 case skiagm::DrawResult::kSkip: return skip; in init()
161 case skiagm::DrawResult::kSkip: return skip; in init()
/third_party/python/Objects/stringlib/
H A Dfastsearch.h391 LOG("Horspool skip"); in _two_way()
450 LOG("Horspool skip"); in _two_way()
588 /* skip: check if next character is part of pattern */ in default_find()
661 /* skip: check if next character is part of pattern */ in adaptive_find()
678 Py_ssize_t i, j, mlast = m - 1, skip = m - 1, w = n - m; in default_rfind() local
686 skip = i - 1; in default_rfind()
707 i = i - skip; in default_rfind()
711 /* skip: check if previous character is part of pattern */ in default_rfind()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DNioByteStringTest.java262 * @param n the number of bytes to skip
269 long amt = in.skip(n); in skipFully()
580 long skipped1 = input.skip(nearEndIndex); in testNewInput_skip()
581 assertEquals("InputStream.skip()", skipped1, nearEndIndex); in testNewInput_skip()
586 "InputStream.skip(), read()", testString.byteAt(nearEndIndex) & 0xFF, input.read()); in testNewInput_skip()
588 long skipped2 = input.skip(stringSize); in testNewInput_skip()
589 assertEquals("InputStream.skip() incomplete", skipped2, stringSize - skipped1 - 1); in testNewInput_skip()
590 assertEquals("InputStream.skip(), no more input", 0, input.available()); in testNewInput_skip()
591 assertEquals("InputStream.skip(), no more input", -1, input.read()); in testNewInput_skip()
/third_party/skia/modules/canvaskit/npm_build/
H A Dtextapi_utils.js567 const skip = start - prev_len;
568 ASSERT(skip < s._length);
569 const shrink = Math.min(N, s._length - skip);
/third_party/skia/demos.skia.org/demos/textedit/
H A Dtextapi_utils.js546 const skip = start - prev_len;
547 ASSERT(skip < s._length);
548 const shrink = Math.min(N, s._length - skip);
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dedit.c871 int skip = search_skip; in search_find() local
878 if (skip == 0) in search_find()
880 skip--; in search_find()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dedit.c871 int skip = search_skip; in search_find() local
878 if (skip == 0) in search_find()
880 skip--; in search_find()
/kernel/linux/linux-5.10/arch/x86/xen/
H A Dxen-head.S74 .skip 31, 0xcc
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_core_reloc_kernel.c15 bool skip; member
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h332 * If the offset is negative and the skip setting
335 * @param[in] skip Skip N frames in between captures. This can be
351 unsigned int skip,
/kernel/linux/linux-6.6/include/linux/
H A Drtnetlink.h95 void netdev_xmit_skip_txqueue(bool skip);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dia_css_stream_public.h321 * If the offset is negative and the skip setting
324 * @param[in] skip Skip N frames in between captures. This can be
340 unsigned int skip,
/kernel/linux/linux-6.6/arch/x86/xen/
H A Dxen-head.S34 .skip 31, 0xcc
/third_party/mesa3d/src/amd/common/
H A Dac_shader_args.h66 bool skip; member
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h194 z_off64_t skip; /* amount to skip (already rewound if backwards) */ member
/third_party/node/test/parallel/
H A Dtest-crypto-async-sign-verify.js4 common.skip('missing crypto');
H A Dtest-crypto-dh-stateless.js4 common.skip('missing crypto');
H A Dtest-crypto-dh.js4 common.skip('missing crypto');

Completed in 19 milliseconds

1...<<41424344454647484950>>...86