Home
last modified time | relevance | path

Searched refs:end (Results 1351 - 1375 of 10884) sorted by relevance

1...<<51525354555657585960>>...436

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DMachineDominanceFrontier.h61 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 Dbench-branch-link-masm.cc74 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 DExportClassWithAccessibleTypesInTypeParameterConstraintsClassHeritageListMemberTypeAnnotations.js18 constructor(public start: TPoint, public end: TPoint) { }
58 function Line(start, end) {
60 this.end = end;
H A DExportClassWithInaccessibleTypeInTypeParameterConstraint.js18 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 Doutput_test.cc50 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 Dtransformation_add_type_function.cpp59 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 Dtransformation_move_block_down.cpp35 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 Deap_ikev2_common.c70 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 Deap_ikev2_common.c70 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/toybox/toys/pending/
H A Dfdisk.c102 static void set_hsc(struct partition *p, sector_t start, sector_t end) in set_hsc() argument
113 if (dos_flag && (end / (g_sectors * g_heads) > 1023)) in set_hsc()
114 end = g_heads * g_sectors * ONE_K - 1; in set_hsc()
115 p->end_sector = (end % g_sectors) + 1; in set_hsc()
116 end /= g_sectors; in set_hsc()
117 p->end_head = end % g_heads; in set_hsc()
118 end /= g_heads; in set_hsc()
119 p->end_cyl = end & 0xFF; in set_hsc()
120 p->end_sector |= (end >> 2) & 0xc0; in set_hsc()
411 sector_t start, end; in consistency_check() local
797 validate(int start_index, sector_t* begin,sector_t* end, sector_t start , int asked) validate() argument
812 ask_start_sector(int idx, sector_t* begin, sector_t* end, int ext_idx) ask_start_sector() argument
867 ask_end_sector(int idx, sector_t* begin, sector_t* end, int ext_idx, sector_t start_sec) ask_end_sector() argument
917 sector_t start, end, begin_sec[num_parts], end_sec[num_parts]; add_partition() local
1146 sector_t start, num, new_start, end; move_begning() local
[all...]
/device/soc/rockchip/rk3568/hardware/mpp/mpp/legacy/
H A Drk_list.cpp400 printf("rk_list test 0 end size %d\n", list_0->list_size()); in rk_list_test_0()
414 int i, start = 0, end = 0; in main() local
416 end = TOTAL_RK_LIST_TEST_COUNT; in main()
419 end = start + 1; in main()
422 end = atoi(argv[2]); // argv 2 in main()
427 if (start < 0 || start > TOTAL_RK_LIST_TEST_COUNT || end < 0 || end > TOTAL_RK_LIST_TEST_COUNT) { in main()
428 printf("invalid input: start %d end %d\n", start, end); in main()
431 for (i = start; i < end; in main()
[all...]
/third_party/ffmpeg/doc/examples/
H A Ddemuxing_decoding.c264 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 Davresample.c245 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 Dunity_fixture.c179 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 Dyaml.py39 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 Duset.h271 * 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 Drogue_regalloc.c111 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 Dblob.js231 * @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 Dquerystring.js363 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 Dzone-handle-set.h92 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 Dshrpx_config_test.cc184 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 Dclean.cc74 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()
/third_party/node/deps/icu-small/source/common/unicode/
H A Duset.h296 * start..end, inclusive. If <code>start > end</code>
299 * @param end last character of the range, inclusive
305 uset_open(UChar32 start, UChar32 end);
421 * Causes the USet object to represent the range <code>start - end</code>.
422 * If <code>start > end</code> then this USet is set to an empty range.
426 * @param end last character in the set, inclusive
431 UChar32 start, UChar32 end);
592 * uset_contains(set, start, end) will return true.
596 * @param end th
[all...]
/third_party/node/deps/ngtcp2/ngtcp2/lib/
H A Dngtcp2_rob.c32 int ngtcp2_rob_gap_new(ngtcp2_rob_gap **pg, uint64_t begin, uint64_t end, in ngtcp2_rob_gap_new() argument
40 (*pg)->range.end = end; in ngtcp2_rob_gap_new()
57 (*pd)->range.end = offset + chunk; in ngtcp2_rob_data_new()
59 (*pd)->end = (*pd)->begin + chunk; in ngtcp2_rob_data_new()
197 rv = ngtcp2_rob_gap_new(&ng, r.begin, r.end, rob->mem); in ngtcp2_rob_push()
233 if (offset < g->range.end) { in ngtcp2_rob_remove_prefix()
234 ngtcp2_range r = {offset, g->range.end}; in ngtcp2_rob_remove_prefix()
/third_party/ltp/testcases/realtime/func/matrix_mult/
H A Dmatrix_mult.c115 nsec_t start, end, delta; in matrix_mult_record() local
121 end = rt_gettime(); in matrix_mult_record()
122 delta = (long)((end - start) / NS_PER_US); in matrix_mult_record()
175 nsec_t start, end; in main_thread() local
212 end = rt_gettime(); in main_thread()
213 delta = (long)((end - start) / NS_PER_US); in main_thread()
256 end = rt_gettime(); in main_thread()
258 delta = (long)((end - start) / NS_PER_US); in main_thread()

Completed in 15 milliseconds

1...<<51525354555657585960>>...436