/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | ttable.c | 94 #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 D | bounded-page-allocator.cc | 11 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 D | isolate-data.h | 141 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 D | scope-info.h | 145 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 D | draw_pt_fetch.c | 172 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 D | u_draw.c | 115 * 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 D | timer_test.cpp | 114 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 D | DigitSequence.java | 138 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 D | dynamic.rs | 32 let start = SeekFrom::Start(0x3C); in parse_pe_header() 33 file.seek(start)?; in parse_pe_header()
|
/third_party/python/Tools/scripts/ |
H A D | highlight.py | 19 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 D | test_pep492.py | 142 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 D | VertexDeclarationCache.cpp | 52 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 D | shared.py | 59 """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 D | SkTSort.h | 36 size_t start = root; in SkTHeapSort_SiftUp() local 47 while (j >= start) { in SkTHeapSort_SiftUp()
|
/third_party/skia/samplecode/ |
H A D | SampleArc.cpp | 95 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 D | CMap.java | 137 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 D | formattedval_iterimpl.cpp | 55 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 D | vtzone.h | 161 * 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 D | hb-ot-os2-unicode-ranges.hh | 37 { return (key < start) ? -1 : key <= end ? 0 : +1; } in cmp() 39 hb_codepoint_t start; member
|
H A D | hb-unicode.hh | 383 if (cp < range->start) in cmp() 391 hb_codepoint_t start; member
|
/third_party/pulseaudio/src/tests/ |
H A D | lfe-filter-test.c | 51 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 D | util.py | 70 def relrealpath(path, start=os.getcwd()): 71 return os.path.relpath(os.path.realpath(path), start)
|
/third_party/typescript/tests/baselines/reference/ |
H A D | APISample_watcher.js | 104 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 D | test_threaded_import.py | 222 t1.start() 223 t2.start() 235 t.start()
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | rabinkarp.rs | 54 let start = haystack.as_ptr() as usize; 60 return Some(haystack.as_ptr() as usize - start);
|