Home
last modified time | relevance | path

Searched refs:start (Results 3176 - 3200 of 5956) sorted by relevance

1...<<121122123124125126127128129130>>...239

/third_party/ltp/testcases/kernel/mce-test/tsrc/
H A Dttable.c94 #define for_rr(start, i) for (i = start; i < num; i++) if (rr[i].res >= 0)
/third_party/node/deps/v8/src/base/
H A Dbounded-page-allocator.cc11 v8::PageAllocator* page_allocator, Address start, size_t size, in BoundedPageAllocator()
16 region_allocator_(start, size, allocate_page_size_), in BoundedPageAllocator()
10 BoundedPageAllocator( v8::PageAllocator* page_allocator, Address start, size_t size, size_t allocate_page_size, PageInitializationMode page_initialization_mode) BoundedPageAllocator() argument
/third_party/node/deps/v8/src/execution/
H A Disolate-data.h141 Address start = reinterpret_cast<Address>(this); in contains() local
142 return (address - start) < sizeof(*this); in contains()
/third_party/node/deps/v8/src/objects/
H A Dscope-info.h145 void SetPositionInfo(int start, int end);
360 int Lookup(Handle<String> name, int start, int end, VariableMode* mode,
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_fetch.c172 unsigned start, in draw_pt_fetch_run_linear()
190 start, in draw_pt_fetch_run_linear()
171 draw_pt_fetch_run_linear(struct pt_fetch *fetch, unsigned start, unsigned count, char *verts) draw_pt_fetch_run_linear() argument
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_draw.c115 * indices/instances and simply start clamping against buffer in util_draw_max_index()
181 draws[i].draw.start = params[2]; in util_draw_indirect_read()
245 draw.start = params[2]; in util_draw_indirect()
/third_party/musl/libc-test/src/functionalext/supplement/time/time_gtest/
H A Dtimer_test.cpp114 time_t start = time(nullptr); in ValUpdate() local
115 while (currentValue == value_ && (time(nullptr) - start) < 5) { in ValUpdate()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/
H A DDigitSequence.java138 public long distance(DigitSequence start, DigitSequence end) { in distance() argument
141 return end.index() - start.index(); in distance()
/third_party/rust/crates/clang-sys/build/
H A Ddynamic.rs32 let start = SeekFrom::Start(0x3C); in parse_pe_header()
33 file.seek(start)?; in parse_pe_header()
/third_party/python/Tools/scripts/
H A Dhighlight.py19 def combine_range(lines, start, end):
20 'Join content from a range of lines between start and end'
21 (srow, scol), (erow, ecol) = start, end
/third_party/python/Lib/test/test_asyncio/
H A Dtest_pep492.py142 async def start(): function
147 self.loop.run_until_complete(start())
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d9/
H A DVertexDeclarationCache.cpp52 GLint start, in applyDeclaration()
160 ANGLE_TRY(attributes[i].computeOffset(context, start, &offset)); in applyDeclaration()
47 applyDeclaration( const gl::Context *context, IDirect3DDevice9 *device, const std::vector<TranslatedAttribute> &attributes, gl::Program *program, GLint start, GLsizei instances, GLsizei *repeatDraw) applyDeclaration() argument
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Dshared.py59 """Return a (start, end) pair of character index for the match in a MessageContext."""
63 return (message_context.match.start(), message_context.match.end())
67 """Return a (start, end) pair of character index for the highlighted range in a MessageContext."""
69 return (message_context.match.start(message_context.group),
/third_party/skia/src/core/
H A DSkTSort.h36 size_t start = root; in SkTHeapSort_SiftUp() local
47 while (j >= start) { in SkTHeapSort_SiftUp()
/third_party/skia/samplecode/
H A DSampleArc.cpp95 static void DrawLabel(SkCanvas* canvas, const SkRect& rect, SkScalar start, SkScalar sweep) { in DrawLabel() argument
98 str.appendScalar(start); in DrawLabel()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/
H A DCMap.java137 CharacterIterator(int start, int end) { in CharacterIterator() argument
138 this.character = start; in CharacterIterator()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_iterimpl.cpp55 int32_t start = fFields.elementAti(i * 4 + 2); in nextPosition() local
57 cfpos.setState(category, field, start, limit); in nextPosition()
142 // Higher start index -> higher rank in sort()
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dvtzone.h161 * for dates after the specified start time.
162 * @param start The start date.
167 void write(UDate start, UnicodeString& result, UErrorCode& status) const;
389 void write(UDate start, VTZWriter& writer, UErrorCode& status) const;
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-os2-unicode-ranges.hh37 { return (key < start) ? -1 : key <= end ? 0 : +1; } in cmp()
39 hb_codepoint_t start; member
H A Dhb-unicode.hh383 if (cp < range->start) in cmp()
391 hb_codepoint_t start; member
/third_party/pulseaudio/src/tests/
H A Dlfe-filter-test.c51 static pa_memblock* generate_data_block(struct lfe_filter_test *lft, int start) { in generate_data_block() argument
58 memcpy(d, s + start, blk_size); in generate_data_block()
/third_party/vixl/tools/
H A Dutil.py70 def relrealpath(path, start=os.getcwd()):
71 return os.path.relpath(os.path.realpath(path), start)
/third_party/typescript/tests/baselines/reference/
H A DAPISample_watcher.js104 let { line, character } = diagnostic.file.getLineAndCharacterOfPosition(diagnostic.start!);
191 var _a = diagnostic.file.getLineAndCharacterOfPosition(diagnostic.start), line = _a.line, character = _a.character;
/third_party/python/Lib/test/test_importlib/
H A Dtest_threaded_import.py222 t1.start()
223 t2.start()
235 t.start()
/third_party/rust/crates/memchr/src/memmem/
H A Drabinkarp.rs54 let start = haystack.as_ptr() as usize;
60 return Some(haystack.as_ptr() as usize - start);

Completed in 26 milliseconds

1...<<121122123124125126127128129130>>...239