Home
last modified time | relevance | path

Searched refs:end (Results 10151 - 10175 of 19122) sorted by relevance

1...<<401402403404405406407408409410>>...765

/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Ddevice.cpp60 return std::find_if(extensions.begin(), extensions.end(), in get_highest_supported_version()
63 }) != extensions.end(); in get_highest_supported_version()
398 return { v.begin(), v.end() }; in max_block_size()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_nir_lower_fs_out_to_vector.cpp289 if (entry.first != m_block_io.end()) { in vec_instr_set_remove()
330 std::sort(ir_sorted_set.begin(), ir_sorted_set.end(), in vec_instr_stack_pop()
365 for (auto k = ir_sorted_set.begin() + 1; k != ir_sorted_set.end(); ++k) { in vec_instr_stack_pop()
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_cfg.cpp135 if (ends_block(this->end()) || in can_combine_with()
254 assert(cur_if->end()->opcode == BRW_OPCODE_IF); in cfg_t()
255 assert(!cur_else || cur_else->end()->opcode == BRW_OPCODE_ELSE); in cfg_t()
324 * end of the loop which is why the successor is not the top-level in cfg_t()
351 * control flow until the end of the loop if the condition is in cfg_t()
379 * control flow until the end of the loop, just like the BREAK in cfg_t()
583 * because we index blocks from beginning -> end (i.e. reverse post-order) in intersect()
/third_party/node/deps/v8/tools/testrunner/testproc/
H A Dprogress.py310 print(status, end='')
346 print("\033[1K\r", end='')
361 print(("\r" + (" " * last_length) + "\r"), end='')
/third_party/node/deps/v8/tools/mb/
H A Dmb_test.py75 end = kwargs.get('end', '\n')
78 self.err += sep.join(args) + end
80 self.out += sep.join(args) + end
/third_party/node/src/
H A Dnode_sockaddr.h259 const std::shared_ptr<SocketAddress>& end);
292 std::shared_ptr<SocketAddress> end; member
296 const std::shared_ptr<SocketAddress>& end);
/third_party/nghttp2/src/
H A Dmemchunk_test.cc252 CU_ASSERT(std::equal(std::begin(b) + 12, std::end(b), std::begin(d))); in test_peek_memchunks_append()
280 CU_ASSERT(std::equal(std::begin(b) + 12, std::end(b), std::begin(d))); in test_peek_memchunks_disable_peek_drain()
308 CU_ASSERT(std::equal(std::begin(b), std::end(b), std::begin(d))); in test_peek_memchunks_disable_peek_no_drain()
/third_party/node/deps/cares/src/lib/
H A Dares_getnameinfo.c231 char *end = ares_striendstr(host->h_name, domain); in nameinfo_callback() local
232 if (end) { in nameinfo_callback()
233 *end = 0; in nameinfo_callback()
409 /* Jump to the end of s1 minus the length of s2 */ in ares_striendstr()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatareader.cpp152 // If we have reorder codes, then build the reorderTable at the end, in read()
313 UChar32 start, end; in read() local
314 uset_getSerializedRange(&sset, i, &start, &end); in read()
315 tailoring.unsafeBackwardSet->add(start, end); in read()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.cpp222 !fi.end(); fi.next()) { in prepareEmission()
260 for (IteratorRef it = func->cfg.iteratorCFG(); !it->end(); it->next()) in prepareEmission()
371 for (ArrayList::Iterator fi = allFuncs.iterator(); !fi.end(); fi.next()) { in emitBinary()
/third_party/icu/icu4c/source/test/intltest/
H A Dcolldata.cpp361 UChar32 start = 0, end = 0; in CollData() local
363 int32_t len = uset_getItem(charsToTest, item, &start, &end, in CollData()
367 for (UChar32 ch = start; ch <= end; ch += 1) { in CollData()
428 // Maybe use [:HST=T:] and look for the end of the last range? in CollData()
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c470 storeRange(uint32_t start, uint32_t end, UStringPrepType type, UErrorCode* status){ in storeRange() argument
479 if(start == end){ in storeRange()
521 if(!utrie_setRange32(sprepTrie, start, end+1, trieWord, false)){ in storeRange()
/third_party/libdrm/radeon/
H A Dbof.c279 static int bof_read(bof_t *root, FILE *file, long end, int level) in bof_read() argument
284 if (ftell(file) >= end) { in bof_read()
330 return bof_read(root, file, end, level); in bof_read()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify09.c319 const char *filename, *end; in event_filename() local
327 end = (char *)event_fid + event_fid->hdr.len; in event_filename()
330 return (filename == end) ? "" : filename; in event_filename()
/third_party/ltp/testcases/realtime/lib/
H A Dlibrttest.c94 nsec_t start, end; in calibrate_busyloop() local
100 end = rt_gettime(); in calibrate_busyloop()
102 iters_per_us = (CALIBRATE_LOOPS * NS_PER_US) / (end - start); in calibrate_busyloop()
/third_party/node/deps/v8/src/compiler/
H A Dloop-variable-optimizer.cc106 if (var != induction_vars_.end()) { in VisitBackedge()
113 if (var != induction_vars_.end()) { in VisitBackedge()
217 if (var != induction_vars_.end()) { in FindInductionVariable()
/third_party/node/deps/v8/src/bigint/
H A Dtostring.cc438 char* end = right_boundary - chunk_chars;
439 DCHECK(out >= end);
440 while (out > end) {
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-arraybuffer.cc165 Handle<Object> end = args.atOrUndefined(isolate, 2); in SliceHelper() local
198 // * If end is undefined, let relativeEnd be len; else let relativeEnd be ? in SliceHelper()
199 // ToInteger(end). in SliceHelper()
201 if (end->IsUndefined(isolate)) { in SliceHelper()
206 Object::ToInteger(isolate, end)); in SliceHelper()
347 // ArrayBuffer.prototype.slice ( start, end )
/third_party/node/deps/v8/src/heap/
H A Dpaged-spaces.h294 iterator end() { return iterator(nullptr); } in end() function in v8::internal::PagedSpace
297 const_iterator end() const { return const_iterator(nullptr); } in end() function in v8::internal::PagedSpace
324 void AddRangeToActiveSystemPages(Page* page, Address start, Address end);
/third_party/node/deps/v8/src/interpreter/
H A Dconstant-array-builder.cc225 if (entry == smi_map_.end()) { in Insert()
234 if (entry == heap_number_map_.end()) { in Insert()
355 if (entry == smi_map_.end()) { in CommitReservedEntry()
/third_party/node/deps/v8/src/objects/
H A Djs-collator.cc380 if (co_extension_it != r.extensions.end() && in New()
452 if (kn_extension_it != r.extensions.end()) { in New()
467 if (kf_extension_it != r.extensions.end()) { in New()
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h231 FullObjectSlot start, FullObjectSlot end) override;
270 // GetInt reads 4 bytes at once, requiring padding at the end.
445 ObjectSlot end) override;
447 MaybeObjectSlot end) override;
/third_party/node/deps/v8/src/utils/
H A Dbit-vector.h54 // "other" is required to be the end sentinel value, to avoid us needing in operator !=()
319 Iterator end() const { return Iterator(this, Iterator::kEndTag); } in end() function in v8::internal::BitVector
360 BitVector::Iterator end() const { return bits_.end(); } in end() function in v8::internal::GrowableBitVector
/third_party/mesa3d/src/intel/common/
H A Dintel_measure.c247 [INTEL_SNAPSHOT_END] = "end", in intel_measure_snapshot_string()
414 const struct intel_measure_snapshot *end = &batch->snapshots[i+1]; in intel_measure_push_result() local
416 assert (end->type == INTEL_SNAPSHOT_END); in intel_measure_push_result()
456 buffered_result->snapshot.event_count = end->event_count; in intel_measure_push_result()
/third_party/mindspore/test/utils/
H A Dcommon.cpp324 data_size = accumulate(dim_info.begin(), dim_info.end(), 1, std::multiplies<uint64_t>()); in compFp32WithTData()
356 data_size = accumulate(dim_info.begin(), dim_info.end(), 1, std::multiplies<uint64_t>()); in compUint8WithTData()
397 ifs.seekg(0, std::ios::end); in ReadFile()

Completed in 27 milliseconds

1...<<401402403404405406407408409410>>...765