Home
last modified time | relevance | path

Searched defs:span (Results 1 - 25 of 234) sorted by relevance

12345678910

/third_party/rust/crates/codespan/codespan/src/
H A Dlib.rs15 mod span; modules
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_access_variable_array.c8 unsigned long span = 0; variable
/kernel/linux/linux-6.6/rust/macros/
H A Dpaste.rs8 let mut span = None; in concat() variables
[all...]
/third_party/skia/third_party/externals/abseil-cpp/
H A Dabsl_hardening_test.cc61 auto span = absl::Span<const int>(v); in TEST() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dspan_test.go[all...]
H A Dimport.go
/third_party/rust/crates/quote/src/
H A Dident_fragment.rs20 fn span(&self) -> Option<Span> { in span() functions
26 fn span(&self) -> Option<Span> { in span() functions
36 fn span(&self) -> Option<Span> { in span() functions
46 fn span(&self) -> Option<Span> { in span() functions
64 fn span(&self) -> Option<Span> { in span() functions
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/
H A Dssh_parser.h137 sshp_buf_span_from(struct sshp_buf *buf, size_t offset, struct ssam_span *span) sshp_buf_span_from() argument
[all...]
/third_party/gn/src/base/containers/
H A Dspan.h172 class span { global() class
197 constexpr span(T* begin, T* end) noexcept : span(begin, end - begin) { span() function in base::span
246 span(const span<U, OtherExtent>& other) span() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dsinglepix.c37 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) __indirect_glGetSeparableFilter() argument
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestjitter.c13 void synthIn(JitterBufferPacket *in, int idx, int span) { in synthIn() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_span.h30 class span { class
34 constexpr span() : mData(nullptr), mSize(0) { in span() function in ityp::span
36 constexpr span(Value* data, Index size) : mData(data), mSize(size) { in span() function in ityp::span
/third_party/toybox/toys/other/
H A Dsha3sum.c67 int span, ii, len, rate = 200-TT.a/4; in do_sha3sum() local
[all...]
/third_party/rust/crates/syn/src/
H A Dspanned.rs101 fn span(&self) -> Span; in span() functions
105 fn span(&self) -> Span { in span() functions
H A Dmac.rs35 pub fn span(&self) -> &DelimSpan { in span() functions
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dvisit_mut.rs169 let mut span = node.span(); in node() variables
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrieTest.java134 private static void infiniteRecursion(Trie.Span span) { in infiniteRecursion() argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dspan.go37 type span struct { type
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dspan.go37 type span struct { type
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dspan.go37 type span struct { type

Completed in 8 milliseconds

12345678910