/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | device.cpp | 60 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 D | sfn_nir_lower_fs_out_to_vector.cpp | 289 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 D | brw_cfg.cpp | 135 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 D | progress.py | 310 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 D | mb_test.py | 75 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 D | node_sockaddr.h | 259 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 D | memchunk_test.cc | 252 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 D | ares_getnameinfo.c | 231 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 D | collationdatareader.cpp | 152 // 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 D | nv50_ir_target.cpp | 222 !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 D | colldata.cpp | 361 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 D | store.c | 470 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 D | bof.c | 279 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 D | fanotify09.c | 319 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 D | librttest.c | 94 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 D | loop-variable-optimizer.cc | 106 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 D | tostring.cc | 438 char* end = right_boundary - chunk_chars; 439 DCHECK(out >= end); 440 while (out > end) {
|
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-arraybuffer.cc | 165 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 D | paged-spaces.h | 294 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 D | constant-array-builder.cc | 225 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 D | js-collator.cc | 380 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 D | serializer.h | 231 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 D | bit-vector.h | 54 // "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 D | intel_measure.c | 247 [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 D | common.cpp | 324 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()
|