/third_party/python/Lib/test/ |
H A D | test_random.py | 485 start = self.gen.randrange(2 ** (i-2)) 487 if stop <= start: 489 self.assertTrue(start <= self.gen.randrange(start, stop) < stop) 492 for start, stop in [(-2,0), (-(2**60)-2,-(2**60)), (2**60,2**60+2)]: 493 self.assertEqual(set(range(start,stop)), 494 set([self.gen.randrange(start,stop) for i in range(100)])) 508 # Non-integer start/stop 783 start = self.gen.randrange(2 ** (i-2)) 785 if stop <= start [all...] |
/third_party/elfutils/tests/ |
H A D | varlocs.c | 734 Dwarf_Addr base, start, end; in print_varlocs() local 738 &start, &end, in print_varlocs() 741 printf (" (%" PRIx64 ",%" PRIx64 ") ", start, end); in print_varlocs() 742 print_expr_block (&fb_attr, fb_expr, fb_exprlen, start, 0); in print_varlocs() 1004 Dwarf_Addr base, start, end; in handle_die() local 1005 if (dwarf_ranges (die, 0, &base, &start, &end) <= 0 || start == 0) in handle_die() 1008 die_entrypc = start; in handle_die()
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_deband.c | 144 const int start = (s->planeheight[p] * jobnr ) / nb_jobs; in deband_8_c() local 149 for (y = start; y < end; y++) { in deband_8_c() 185 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_8_coupling_c() local 189 for (y = start; y < end; y++) { in deband_8_coupling_c() 250 const int start = (s->planeheight[0] * jobnr ) / nb_jobs; in deband_16_coupling_c() local 254 for (y = start; y < end; y++) { in deband_16_coupling_c() 325 const int start = (s->planeheight[p] * jobnr ) / nb_jobs; in deband_16_c() local 330 for (y = start; y < end; y++) { in deband_16_c()
|
H A D | vf_histogram.c | 62 int start[4]; member 250 s->start[0] = s->start[1] = s->start[2] = s->start[3] = 0; in config_input() 258 s->start[0] = s->start[3] = 0; in config_input() 259 s->start[1] = s->start[2] = s->histogram_size / 2; in config_input() 442 const int max_value = s->histogram_size - 1 - s->start[ in filter_frame() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | localematchertest.cpp | 522 int32_t start = matchSep + 2; in readTestCase() local 523 int32_t expLimit = line.indexOf(u'|', start); in readTestCase() 525 toInvariant(line.tempSubStringBetween(start, limit).trim(), in readTestCase() 528 toInvariant(line.tempSubStringBetween(start, expLimit).trim(), in readTestCase() 530 start = expLimit + 1; in readTestCase() 531 expLimit = line.indexOf(u'|', start); in readTestCase() 533 toInvariant(line.tempSubStringBetween(start, limit).trim(), in readTestCase() 536 toInvariant(line.tempSubStringBetween(start, expLimit).trim(), in readTestCase()
|
/third_party/icu/icu4c/source/i18n/ |
H A D | collationruleparser.cpp | 279 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary", in parseRelationStrings() 319 setParseError("range without start in starred-relation string", errorCode); in parseStarredCharacters() 330 setParseError("range start greater than end in starred-relation string", errorCode); in parseStarredCharacters() 842 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in setErrorContext() local 843 if(start < 0) { in setErrorContext() 844 start = 0; in setErrorContext() 845 } else if(start > 0 && U16_IS_TRAIL(rules->charAt(start))) { in setErrorContext() 846 ++start; in setErrorContext() 848 int32_t length = ruleIndex - start; in setErrorContext() [all...] |
H A D | number_patternstring.cpp | 52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt() 55 return pattern.charAt(endpoints.start + index); in charAt() 63 return endpoints.end - endpoints.start; in getLengthFromEndpoints() 68 if (endpoints.start == endpoints.end) { in getString() 72 return UnicodeString(pattern, endpoints.start, endpoints.end - endpoints.start); in getString() 212 currentSubpattern->paddingEndpoints.start = state.offset; in consumePadding() 219 endpoints.start = state.offset; in consumeAffix()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | BrowseDialog.cpp | 982 unsigned start = 0;
in CorrectFsPath() local 994 start = GetRootPrefixSize(path);
in CorrectFsPath() 1012 if (path.Len() <= start)
in CorrectFsPath() 1031 result += path.Left(start);
in CorrectFsPath() 1037 if (start == path.Len())
in CorrectFsPath() 1039 const int slashPos = path.Find(WCHAR_PATH_SEPARATOR, start);
in CorrectFsPath() 1040 cur.SetFrom(path.Ptr(start), (slashPos < 0 ? path.Len() : (unsigned)slashPos) - start);
in CorrectFsPath() 1060 start = (unsigned)(slashPos + 1);
in CorrectFsPath()
|
/third_party/node/deps/v8/tools/ |
H A D | windbg.js | 464 function print_objects_in_range(start, end){ 465 if (!Number.isSafeInteger(int(start)) || !Number.isSafeInteger(int(end))) { 469 if (start < ptr_size || end <= start) return; 471 let iters = (end - start) / ptr_size; 472 let cur = start - ptr_size; 474 print(`objects in range ${hex(start)} - ${hex(end)}`); 487 print(`found ${count} objects in range ${hex(start)} - ${hex(end)}`) 513 // Scan downwards until an address that is likely to be at the start of 623 print("Im address:\t object area start [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationruleparser.cpp | 281 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary", in parseRelationStrings() 321 setParseError("range without start in starred-relation string", errorCode); in parseStarredCharacters() 332 setParseError("range start greater than end in starred-relation string", errorCode); in parseStarredCharacters() 847 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in setErrorContext() local 848 if(start < 0) { in setErrorContext() 849 start = 0; in setErrorContext() 850 } else if(start > 0 && U16_IS_TRAIL(rules->charAt(start))) { in setErrorContext() 851 ++start; in setErrorContext() 853 int32_t length = ruleIndex - start; in setErrorContext() [all...] |
H A D | number_patternstring.cpp | 52 if (index < 0 || index >= endpoints.end - endpoints.start) { in charAt() 55 return pattern.charAt(endpoints.start + index); in charAt() 63 return endpoints.end - endpoints.start; in getLengthFromEndpoints() 68 if (endpoints.start == endpoints.end) { in getString() 72 return UnicodeString(pattern, endpoints.start, endpoints.end - endpoints.start); in getString() 212 currentSubpattern->paddingEndpoints.start = state.offset; in consumePadding() 219 endpoints.start = state.offset; in consumeAffix()
|
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | gencnvex.c | 392 * - start<limit (There is at least one mapping.) 394 * - All mappings between start and limit have input sequences that share 406 * 3. Write temporary version of the section table with start indexes of 418 int32_t start, int32_t limit, int32_t unitIndex, in generateToUTable() 433 m=mappings+map[start]; in generateToUTable() 439 for(i=start+1; i<limit; ++i) { in generateToUTable() 479 for(i=start; i<limit; ++i) { in generateToUTable() 485 /* start of a new subsection for unit high */ in generateToUTable() 495 /* write the entry with the subsection start */ in generateToUTable() 577 * start recursio 417 generateToUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) generateToUTable() argument 716 generateFromUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) generateFromUTable() argument [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-microtask-queue-gen.cc | 34 TNode<IntPtrT> start, 101 TNode<IntPtrT> capacity, TNode<IntPtrT> start, TNode<IntPtrT> index) { in CalculateRingBufferOffset() 103 WordAnd(IntPtrAdd(start, index), IntPtrSub(capacity, IntPtrConstant(1)))); in CalculateRingBufferOffset() 554 TNode<IntPtrT> start = GetMicrotaskQueueStart(microtask_queue); in TF_BUILTIN() local 562 CalculateRingBufferOffset(capacity, start, size), in TF_BUILTIN() 607 TNode<IntPtrT> start = GetMicrotaskQueueStart(microtask_queue); in TF_BUILTIN() local 610 CalculateRingBufferOffset(capacity, start, IntPtrConstant(0)); in TF_BUILTIN() 615 TNode<IntPtrT> new_start = WordAnd(IntPtrAdd(start, IntPtrConstant(1)), in TF_BUILTIN() 100 CalculateRingBufferOffset( TNode<IntPtrT> capacity, TNode<IntPtrT> start, TNode<IntPtrT> index) CalculateRingBufferOffset() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | scavenger.cc | 51 V8_INLINE void VisitPointers(HeapObject host, ObjectSlot start, 53 VisitPointersImpl(host, start, end); 56 V8_INLINE void VisitPointers(HeapObject host, MaybeObjectSlot start, 58 VisitPointersImpl(host, start, end); 95 V8_INLINE void VisitPointersImpl(HeapObject host, TSlot start, TSlot end) { in VisitPointersImpl() argument 99 for (TSlot slot = start; slot < end; ++slot) { in VisitPointersImpl() 787 FullObjectSlot start, in VisitRootPointers() 789 // Copy all HeapObject pointers in [start, end) in VisitRootPointers() 790 for (FullObjectSlot p = start; p < end; ++p) { in VisitRootPointers() 786 VisitRootPointers(Root root, const char* description, FullObjectSlot start, FullObjectSlot end) VisitRootPointers() argument
|
/third_party/mesa3d/src/panfrost/bifrost/valhall/ |
H A D | va_pack.c | 834 va_lower_branch_target(bi_context *ctx, bi_block *start, bi_instr *I) in va_lower_branch_target() argument 844 bool forwards = target->index > start->index; in va_lower_branch_target() 848 bi_foreach_instr_in_block_from(start, _, I) { in va_lower_branch_target() 853 bi_foreach_block_from(ctx, start, blk) { in va_lower_branch_target() 859 if (blk != start) in va_lower_branch_target() 864 bi_foreach_instr_in_block_from_rev(start, ins, I) { in va_lower_branch_target() 871 bi_foreach_block_from_rev(ctx, start, blk) { in va_lower_branch_target() 872 if (blk == start) in va_lower_branch_target()
|
/third_party/rust/crates/glob/src/ |
H A D | lib.rs | 490 /// it at the start or the end, e.g. `[abc-]`. 732 // ** must be at the start. in matches_from() 930 CharRange(start, end) => { in in_char_specifiers() 932 if !options.case_sensitive && c.is_ascii() && start.is_ascii() && end.is_ascii() { in in_char_specifiers() 933 let start = start.to_ascii_lowercase(); in in_char_specifiers() 936 let start_up = start.to_uppercase().next().unwrap(); in in_char_specifiers() 940 // both start and end are within a-z or A-Z in in_char_specifiers() 941 if start != start_up && end != end_up { in in_char_specifiers() 943 if c >= start in in_char_specifiers() [all...] |
/third_party/skia/src/gpu/geometry/ |
H A D | GrStyledShape.cpp | 185 // Dir and start are only used for rect and rrect shapes, so are not included in other in writeUnstyledKey() 193 // and any tracked winding, start, inversion, as well as the class of geometry). in writeUnstyledKey() 425 bool GrStyledShape::asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start, in asRRect() argument 447 if (start) { in asRRect() 448 *start = GrShape::kDefaultStart; in asRRect() 453 // rect edges. Thus, we may need to modify the rrect's start index and direction. in asRRect() 465 // Toggle direction and map index by 3 - start in asRRect() 467 // change and effectively flipping the start index to the diagonal corners of the in asRRect() 477 if (start) { in asRRect() 479 *start in asRRect() [all...] |
/third_party/skia/src/core/ |
H A D | SkScan_Path.cpp | 53 SkEdge* start = backward_insert_start(prev, newEdge->fX); in insert_new_edges() local 58 if (start->fNext == newEdge) { in insert_new_edges() 61 SkEdge* after = start->fNext; in insert_new_edges() 65 start = after; in insert_new_edges() 68 insert_edge_after(newEdge, start); in insert_new_edges() 70 start = newEdge; in insert_new_edges() 688 SkEdge** start = list; in build_tri_edges() local 701 return (int)(list - start); in build_tri_edges()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationruleparser.cpp | 279 setParseError("in 'prefix|str', prefix and str must each start with an NFC boundary", in parseRelationStrings() 319 setParseError("range without start in starred-relation string", errorCode); in parseStarredCharacters() 330 setParseError("range start greater than end in starred-relation string", errorCode); in parseStarredCharacters() 842 int32_t start = ruleIndex - (U_PARSE_CONTEXT_LEN - 1); in setErrorContext() local 843 if(start < 0) { in setErrorContext() 844 start = 0; in setErrorContext() 845 } else if(start > 0 && U16_IS_TRAIL(rules->charAt(start))) { in setErrorContext() 846 ++start; in setErrorContext() 848 int32_t length = ruleIndex - start; in setErrorContext() [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | gencnvex.c | 391 * - start<limit (There is at least one mapping.) 393 * - All mappings between start and limit have input sequences that share 405 * 3. Write temporary version of the section table with start indexes of 417 int32_t start, int32_t limit, int32_t unitIndex, in generateToUTable() 432 m=mappings+map[start]; in generateToUTable() 438 for(i=start+1; i<limit; ++i) { in generateToUTable() 478 for(i=start; i<limit; ++i) { in generateToUTable() 484 /* start of a new subsection for unit high */ in generateToUTable() 494 /* write the entry with the subsection start */ in generateToUTable() 576 * start recursio 416 generateToUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) generateToUTable() argument 715 generateFromUTable(CnvExtData *extData, UCMTable *table, int32_t start, int32_t limit, int32_t unitIndex, uint32_t defaultValue) generateFromUTable() argument [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_gpsk.c | 319 u8 *rpos, *start; in eap_gpsk_send_gpsk_2() local 335 start = wpabuf_put(resp, 0); in eap_gpsk_send_gpsk_2() 398 data->specifier, start, rpos - start, rpos) < in eap_gpsk_send_gpsk_2() 631 u8 *rpos, *start; in eap_gpsk_send_gpsk_4() local 644 start = wpabuf_put(resp, 0); in eap_gpsk_send_gpsk_4() 651 data->specifier, start, rpos - start, rpos) < in eap_gpsk_send_gpsk_4()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_gpsk.c | 319 u8 *rpos, *start; in eap_gpsk_send_gpsk_2() local 335 start = wpabuf_put(resp, 0); in eap_gpsk_send_gpsk_2() 398 data->specifier, start, rpos - start, rpos) < in eap_gpsk_send_gpsk_2() 631 u8 *rpos, *start; in eap_gpsk_send_gpsk_4() local 644 start = wpabuf_put(resp, 0); in eap_gpsk_send_gpsk_4() 651 data->specifier, start, rpos - start, rpos) < in eap_gpsk_send_gpsk_4()
|
/third_party/ffmpeg/libavcodec/ |
H A D | 4xm.c | 349 uint16_t *start, *end; in decode_p_block() local 364 start = f->last_frame_buffer; in decode_p_block() 365 end = start + stride * (f->avctx->height - h + 1) - (1 << log2w); in decode_p_block() 417 av_assert0(start <= src && src <= end); in decode_p_block() 422 if (start > src || src > end) { in decode_p_block() 628 int start, end; in read_huffman_tables() local 635 start = *ptr++; in read_huffman_tables() 640 if (ptr_end - ptr < FFMAX(end - start + 1, 0) + 1) { in read_huffman_tables() 645 for (i = start; i <= end; i++) in read_huffman_tables() 647 start in read_huffman_tables() [all...] |
/third_party/backends/backend/ |
H A D | abaton.c | 198 struct timeval now, start; in wait_ready() local 201 gettimeofday (&start, 0); in wait_ready() 220 if (now.tv_sec - start.tv_sec >= MAX_WAITING_TIME) in wait_ready() 223 (long) (now.tv_sec - start.tv_sec)); in wait_ready() 394 uint8_t start[7]; in start_scan() local 397 memset (start, 0, sizeof (start)); in start_scan() 398 start[0] = START_STOP; in start_scan() 399 start[4] = 1; in start_scan() 401 status = sanei_scsi_cmd (s->fd, start, sizeo in start_scan() [all...] |
/third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
H A D | aio-stress.c | 11 * Test creates a series of files and start AIO operations on them. 117 off_t start; member 571 off_t rand_byte = oper->start; in random_byte_offset() 575 range = (oper->end - oper->start) / (1024 * 1024); in random_byte_offset() 669 static struct io_oper *create_oper(int fd, int rw, off_t start, off_t end, in create_oper() argument 678 oper->start = start; in create_oper() 680 oper->last_offset = oper->start; in create_oper() 684 oper->total_ios = (oper->end - oper->start) / oper->reclen; in create_oper() 692 * start an [all...] |