/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | ValueSymbolTable.h | 98 /// Get an iterator to the end of the symbol table. 99 inline iterator end() { return vmap.end(); } in end() function in llvm::ValueSymbolTable 101 /// Get a const_iterator to the end of the symbol table. 102 inline const_iterator end() const { return vmap.end(); } in end() function in llvm::ValueSymbolTable 136 } // end namespace llvm
|
/third_party/skia/third_party/externals/tint/fuzzers/tint_spirv_tools_fuzzer/ |
H A D | mutator_cache.cc | 28 if (it == map_.end()) { in Get() 38 if (it != map_.end()) { in Put() 55 if (it == map_.end()) { in Remove() 66 return std::hash<std::u32string>()({vec.begin(), vec.end()}); in operator ()()
|
/third_party/skia/third_party/externals/tint/src/ |
H A D | symbol_table.cc | 38 if (it != name_to_symbol_.end()) in Register() 56 return it != name_to_symbol_.end() ? it->second : Symbol(); in Get() 62 if (it == symbol_to_name_.end()) { in NameFor() 74 if (it == name_to_symbol_.end()) { in New()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | SetOperations.h | 25 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_union() 40 for (typename S1Ty::iterator I = S1.begin(); I != S1.end();) { in set_intersect() 52 for (typename S1Ty::const_iterator SI = S1.begin(), SE = S1.end(); in set_difference() 63 for (typename S2Ty::const_iterator SI = S2.begin(), SE = S2.end(); in set_subtract()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | Trace.h | 87 iterator end () { return BasicBlocks.end(); } in end() function in llvm::Trace 88 const_iterator end () const { return BasicBlocks.end(); } in end() function in llvm::Trace 109 } // end namespace llvm
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | MachineDominanceFrontier.h | 61 iterator end() { in end() function in llvm::MachineDominanceFrontier 62 return Base.end(); in end() 65 const_iterator end() const { in end() function in llvm::MachineDominanceFrontier 66 return Base.end(); in end() 108 } // end namespace llvm
|
/third_party/vixl/benchmarks/aarch32/ |
H A D | bench-branch-link-masm.cc | 74 timeval end; in benchmark() local 75 gettimeofday(&end, NULL); in benchmark() 76 double delta = (end.tv_sec - start.tv_sec) + in benchmark() 77 static_cast<double>(end.tv_usec - start.tv_usec) / 1000000; in benchmark()
|
/third_party/typescript/tests/baselines/reference/ |
H A D | ExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js | 18 constructor(public start: TPoint, public end: TPoint) { } 58 function Line(start, end) {
60 this.end = end;
|
H A D | ExportClassWithInaccessibleTypeInTypeParameterConstraint.js | 18 constructor(public start: TPoint, public end: TPoint) { } 61 function Line(start, end) {
63 this.end = end;
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
H A D | output_test.cc | 50 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST() 56 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST() 62 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST() 69 std::fill(std::begin(buf), std::end(buf), 'x'); in TEST()
|
/third_party/spirv-tools/source/fuzz/ |
H A D | transformation_add_type_function.cpp | 59 type_ids.insert(type_ids.end(), message_.argument_type_id().begin(), in IsApplicable() 60 message_.argument_type_id().end()); in IsApplicable() 67 type_ids.insert(type_ids.end(), message_.argument_type_id().begin(), in Apply() 68 message_.argument_type_id().end()); in Apply()
|
H A D | transformation_move_block_down.cpp | 35 for (auto block_it = function.begin(); block_it != function.end(); in IsApplicable() 54 if (block_it == function.end()) { in IsApplicable() 79 for (auto block_it = function.begin(); block_it != function.end(); in Apply() 83 assert(block_it != function.end() && in Apply()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_ikev2_common.c | 70 const u8 *pos, const u8 *end) in eap_ikev2_validate_icv() 85 if (end - pos < (int) icv_len) { in eap_ikev2_validate_icv() 103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) { in eap_ikev2_validate_icv() 108 end - icv_len, icv_len); in eap_ikev2_validate_icv() 68 eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, int initiator, const struct wpabuf *msg, const u8 *pos, const u8 *end) eap_ikev2_validate_icv() argument
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_ikev2_common.c | 70 const u8 *pos, const u8 *end) in eap_ikev2_validate_icv() 85 if (end - pos < (int) icv_len) { in eap_ikev2_validate_icv() 103 if (os_memcmp_const(icv, end - icv_len, icv_len) != 0) { in eap_ikev2_validate_icv() 108 end - icv_len, icv_len); in eap_ikev2_validate_icv() 68 eap_ikev2_validate_icv(int integ_alg, struct ikev2_keys *keys, int initiator, const struct wpabuf *msg, const u8 *pos, const u8 *end) eap_ikev2_validate_icv() argument
|
/third_party/ffmpeg/doc/examples/ |
H A D | demuxing_decoding.c | 264 goto end; in main() 275 goto end; in main() 286 goto end; in main() 296 goto end; in main() 303 goto end; in main() 310 goto end; in main() 361 goto end; in main() 369 end: in main()
|
/third_party/ffmpeg/libavresample/tests/ |
H A D | avresample.c | 245 goto end; in main() 248 goto end; in main() 254 goto end; in main() 270 goto end; in main() 291 goto end; in main() 306 goto end; in main() 315 goto end; in main() 337 end: in main()
|
/third_party/cJSON/tests/unity/extras/fixture/src/ |
H A D | unity_fixture.c | 179 static const char end[] = "END"; variable 185 size_t total_size = size + sizeof(Guard) + sizeof(end); in unity_malloc() 213 memcpy(&mem[size], end, sizeof(end)); in unity_malloc() 224 return guard->guard_space != 0 || strcmp(&memAsChar[guard->size], end) != 0; in isOverrun() 234 if (mem == unity_heap + heap_index - guard->size - sizeof(end)) in release_memory() 236 heap_index -= (guard->size + sizeof(Guard) + sizeof(end)); in release_memory() 291 if (oldMem == unity_heap + heap_index - guard->size - sizeof(end) && in unity_realloc()
|
/third_party/PyYAML/examples/pygments-lexer/ |
H A D | yaml.py | 39 context.pos = match.end() 51 context.pos = match.end() 73 context.pos = match.end() 86 context.pos = match.end() 103 context.pos = match.end() 120 context.pos = match.end() 140 context.pos = match.end() 153 context.pos = match.end() 181 # document start and document end indicators 230 # the line end [all...] |
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uset.h | 271 * start..end, inclusive. If <code>start > end</code> 274 * @param end last character of the range, inclusive 280 uset_open(UChar32 start, UChar32 end); 394 * Causes the USet object to represent the range <code>start - end</code>. 395 * If <code>start > end</code> then this USet is set to an empty range. 399 * @param end last character in the set, inclusive 404 UChar32 start, UChar32 end); 562 * uset_contains(set, start, end) will return true. 566 * @param end th [all...] |
/third_party/mesa3d/src/imagination/rogue/ |
H A D | rogue_regalloc.c | 111 size_t end = reg_data->offset + reg_data->count; in rogue_ra_init() local 114 for (size_t r = offset; r < end; r += stride) in rogue_ra_init() 129 size_t end; member 175 range->end = ip; in rogue_ra_alloc() 188 /* Subsequent uses: update live range end. */ in rogue_ra_alloc() 190 range->end = MAX2(range->end, ip); in rogue_ra_alloc() 230 if (!(range_first->start >= range_second->end || in rogue_ra_alloc() 231 range_second->start >= range_first->end)) { in rogue_ra_alloc()
|
/third_party/node/lib/internal/ |
H A D | blob.js | 231 * @param {number} [end] 235 slice(start = 0, end = this[kLength], contentType = '') { 245 if (end < 0) { 246 end = MathMax(this[kLength] + end, 0); 248 end = MathMin(end, this[kLength]); 250 end |= 0; 259 const span = MathMax(end - start, 0);
|
/third_party/node/lib/ |
H A D | querystring.js | 363 const end = i - sepIdx + 1; 366 if (lastPos < end) { 368 key += StringPrototypeSlice(qs, lastPos, end); 377 } else if (lastPos < end) { 378 value += StringPrototypeSlice(qs, lastPos, end); 398 const end = i - eqIdx + 1; 399 if (lastPos < end) 400 key += StringPrototypeSlice(qs, lastPos, end);
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-handle-set.h | 92 return std::find(cached_list->begin(), cached_list->end(), in contains() 93 other.singleton()) != cached_list->end(); in contains() 98 if (std::find(cached_list->begin(), cached_list->end(), in contains() 99 other.list()->at(i)) == cached_list->end()) { in contains() 113 return std::find(list()->begin(), list()->end(), other_address) != in contains() 114 list()->end(); in contains() 157 inline const_iterator end() const; 235 typename ZoneHandleSet<T>::const_iterator ZoneHandleSet<T>::end() const {
|
/third_party/nghttp2/src/ |
H A D | shrpx_config_test.cc | 184 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file() 194 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file() 229 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file_aes_256() 232 std::end(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256() 235 std::end(key->data.hmac_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256() 239 CU_ASSERT(std::equal(std::begin(key->data.name), std::end(key->data.name), in test_shrpx_config_read_tls_ticket_key_file_aes_256() 242 std::end(key->data.enc_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256() 245 std::end(key->data.hmac_key), in test_shrpx_config_read_tls_ticket_key_file_aes_256()
|
/third_party/ninja/src/ |
H A D | clean.cc | 74 return (i != removed_.end()); in IsAlreadyRemoved() 109 e != state_->edges_.end(); ++e) { in CleanAll() 117 out_node != (*e)->outputs_.end(); ++out_node) { in CleanAll() 131 for (BuildLog::Entries::const_iterator i = entries.begin(); i != entries.end(); ++i) { in CleanDead() 157 for (vector<Node*>::iterator n = e->inputs_.begin(); n != e->inputs_.end(); in DoCleanTarget() 227 e != state_->edges_.end(); ++e) { in DoCleanRule() 230 out_node != (*e)->outputs_.end(); ++out_node) { in DoCleanRule() 295 e != state_->edges_.end(); ++e) { in LoadDyndeps()
|