/third_party/node/deps/icu-small/source/common/ |
H A D | utrie2_builder.cpp | 84 /** The start of allocated index-2 blocks. */ 94 /** The start of allocated data blocks. */ 98 * The start of data blocks for U+0800 and above. 351 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in copyEnumRange() argument 357 if(start==end) { in copyEnumRange() 358 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 360 utrie2_setRange32(nt->trie, start, end, value, true, &nt->errorCode); in copyEnumRange() 716 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in fillBlock() argument 721 block+=start; in fillBlock() 738 UChar32 start, UChar3 in utrie2_setRange32() 737 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) utrie2_setRange32() argument 1035 int32_t start, newStart, movedStart; compactData() local 1148 int32_t i, start, newStart, movedStart, overlap; compactIndex2() local [all...] |
H A D | utrie.cpp | 263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in utrie_fillBlock() argument 268 block+=start; in utrie_fillBlock() 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() argument 286 * repeat value in [start..limit[ in utrie_setRange32() 295 (uint32_t)start>0x10ffff || (uint32_t)limit>0x110000 || start>limit in utrie_setRange32() 299 if(start==limit) { in utrie_setRange32() 304 if(start&UTRIE_MASK) { in utrie_setRange32() 307 /* set partial block at [start..following block boundary[ */ in utrie_setRange32() 308 block=utrie_getDataBlock(trie, start); in utrie_setRange32() 591 int32_t i, start, newStart, overlapStart; utrie_compact() local 721 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) defaultGetFoldedValue() argument [all...] |
H A D | unistr.cpp | 666 UnicodeString::doEqualsSubstring( int32_t start, in doEqualsSubstring() argument 678 pinIndices(start, length); in doEqualsSubstring() 688 chars += start; in doEqualsSubstring() 708 UnicodeString::doCompare( int32_t start, in doCompare() argument 720 pinIndices(start, length); in doCompare() 730 chars += start; in doCompare() 787 UnicodeString::doCompareCodePointOrder(int32_t start, in doCompareCodePointOrder() argument 800 pinIndices(start, length); in doCompareCodePointOrder() 806 int32_t diff = uprv_strCompare(getArrayStart() + start, length, (srcChars!=nullptr)?(srcChars + srcStart):nullptr, srcLength, false, true); in doCompareCodePointOrder() 868 UnicodeString::countChar32(int32_t start, int32_ argument 875 hasMoreChar32Than(int32_t start, int32_t length, int32_t number) const hasMoreChar32Than() argument 902 doExtract(int32_t start, int32_t length, char16_t *dst, int32_t dstStart) const doExtract() argument 937 extract(int32_t start, int32_t length, char *target, int32_t targetCapacity, enum EInvariant) const extract() argument 959 tempSubString(int32_t start, int32_t len) const tempSubString() argument 970 toUTF8(int32_t start, int32_t len, char *target, int32_t capacity) const toUTF8() argument 986 extract(int32_t start, int32_t len, char *target, uint32_t dstSize) const extract() argument 999 extractBetween(int32_t start, int32_t limit, UnicodeString& target) const extractBetween() argument 1068 indexOf(const char16_t *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const indexOf() argument 1097 doIndexOf(char16_t c, int32_t start, int32_t length) const doIndexOf() argument 1115 doIndexOf(UChar32 c, int32_t start, int32_t length) const doIndexOf() argument 1132 lastIndexOf(const char16_t *srcChars, int32_t srcStart, int32_t srcLength, int32_t start, int32_t length) const lastIndexOf() argument 1161 doLastIndexOf(char16_t c, int32_t start, int32_t length) const doLastIndexOf() argument 1183 doLastIndexOf(UChar32 c, int32_t start, int32_t length) const doLastIndexOf() argument 1204 findAndReplace(int32_t start, int32_t length, const UnicodeString& oldText, int32_t oldStart, int32_t oldLength, const UnicodeString& newText, int32_t newStart, int32_t newLength) findAndReplace() argument 1415 replace(int32_t start, int32_t _length, UChar32 srcChar) replace() argument 1440 doReplace( int32_t start, int32_t length, const UnicodeString& src, int32_t srcStart, int32_t srcLength) doReplace() argument 1455 doReplace(int32_t start, int32_t length, const char16_t *srcChars, int32_t srcStart, int32_t srcLength) doReplace() argument 1652 handleReplaceBetween(int32_t start, int32_t limit, const UnicodeString& text) handleReplaceBetween() argument 1662 copy(int32_t start, int32_t limit, int32_t dest) copy() argument 1693 doReverse(int32_t start, int32_t length) doReverse() argument 1748 int32_t start = targetLength - oldLength; padLeading() local [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rbt_pars.cpp | 210 int32_t start = pos.getIndex(); in parseReference() local 211 int32_t i = start; in parseReference() 215 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) { in parseReference() 220 if (i == start) { // No valid name chars in parseReference() 224 text.extractBetween(start, i, result); in parseReference() 278 // must be at the start or end, and they cannot move the cursor past 332 int32_t start, in syntaxError() 334 return parser.syntaxError(code, rule, start, status); in syntaxError() 365 int32_t start = pos; in parse() local 370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, statu in parse() 330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument 403 int32_t start = pos; parseSection() local 1165 setVariableRange(int32_t start, int32_t end, UErrorCode& status) setVariableRange() argument 1289 int32_t start = pos; parseRule() local 1501 int32_t start = uprv_max(pos - LEN, 0); syntaxError() local [all...] |
H A D | collationweights.cpp | 188 range.start=setWeightTrail(range.start, length, minBytes[length]); in lengthenRange() 199 l=((const CollationWeights::WeightRange *)left)->start; in compareRanges() 200 r=((const CollationWeights::WeightRange *)right)->start; in compareRanges() 267 lower[length].start=incWeightTrail(weight, length); in getWeightRanges() 275 middle.start=incWeightTrail(weight, middleLength); in getWeightRanges() 279 middle.start=0xffffffff; // no middle range in getWeightRanges() 286 upper[length].start=setWeightTrail(weight, length, minBytes[length]); in getWeightRanges() 297 if(middle.end>=middle.start) { in getWeightRanges() 298 middle.count=(int32_t)((middle.end-middle.start)>>( in getWeightRanges() 439 uint32_t start = ranges[0].start; allocWeightsInMinLengthRanges() local [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rbt_pars.cpp | 210 int32_t start = pos.getIndex(); in parseReference() local 211 int32_t i = start; in parseReference() 215 if ((i==start && !u_isIDStart(c)) || !u_isIDPart(c)) { in parseReference() 220 if (i == start) { // No valid name chars in parseReference() 224 text.extractBetween(start, i, result); in parseReference() 278 // must be at the start or end, and they cannot move the cursor past 332 int32_t start, in syntaxError() 334 return parser.syntaxError(code, rule, start, status); in syntaxError() 365 int32_t start = pos; in parse() local 370 return syntaxError(U_MISPLACED_CURSOR_OFFSET, rule, start, statu in parse() 330 syntaxError(UErrorCode code, const UnicodeString& rule, int32_t start, UErrorCode& status) syntaxError() argument 403 int32_t start = pos; parseSection() local 1147 setVariableRange(int32_t start, int32_t end, UErrorCode& status) setVariableRange() argument 1271 int32_t start = pos; parseRule() local 1483 int32_t start = uprv_max(pos - LEN, 0); syntaxError() local [all...] |
H A D | collationweights.cpp | 188 range.start=setWeightTrail(range.start, length, minBytes[length]); in lengthenRange() 199 l=((const CollationWeights::WeightRange *)left)->start; in compareRanges() 200 r=((const CollationWeights::WeightRange *)right)->start; in compareRanges() 267 lower[length].start=incWeightTrail(weight, length); in getWeightRanges() 275 middle.start=incWeightTrail(weight, middleLength); in getWeightRanges() 279 middle.start=0xffffffff; // no middle range in getWeightRanges() 286 upper[length].start=setWeightTrail(weight, length, minBytes[length]); in getWeightRanges() 297 if(middle.end>=middle.start) { in getWeightRanges() 298 middle.count=(int32_t)((middle.end-middle.start)>>( in getWeightRanges() 439 uint32_t start = ranges[0].start; allocWeightsInMinLengthRanges() local [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | utrie2_builder.cpp | 84 /** The start of allocated index-2 blocks. */ 94 /** The start of allocated data blocks. */ 98 * The start of data blocks for U+0800 and above. 351 copyEnumRange(const void *context, UChar32 start, UChar32 end, uint32_t value) { in copyEnumRange() argument 357 if(start==end) { in copyEnumRange() 358 utrie2_set32(nt->trie, start, value, &nt->errorCode); in copyEnumRange() 360 utrie2_setRange32(nt->trie, start, end, value, TRUE, &nt->errorCode); in copyEnumRange() 716 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in fillBlock() argument 721 block+=start; in fillBlock() 738 UChar32 start, UChar3 in utrie2_setRange32() 737 utrie2_setRange32(UTrie2 *trie, UChar32 start, UChar32 end, uint32_t value, UBool overwrite, UErrorCode *pErrorCode) utrie2_setRange32() argument 1035 int32_t start, newStart, movedStart; compactData() local 1148 int32_t i, start, newStart, movedStart, overlap; compactIndex2() local [all...] |
H A D | utrie.cpp | 263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in utrie_fillBlock() argument 268 block+=start; in utrie_fillBlock() 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() argument 286 * repeat value in [start..limit[ in utrie_setRange32() 295 (uint32_t)start>0x10ffff || (uint32_t)limit>0x110000 || start>limit in utrie_setRange32() 299 if(start==limit) { in utrie_setRange32() 304 if(start&UTRIE_MASK) { in utrie_setRange32() 307 /* set partial block at [start..following block boundary[ */ in utrie_setRange32() 308 block=utrie_getDataBlock(trie, start); in utrie_setRange32() 591 int32_t i, start, newStart, overlapStart; utrie_compact() local 721 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) defaultGetFoldedValue() argument [all...] |
/third_party/python/Lib/multiprocessing/ |
H A D | heap.py | 132 # - map each block size to a list of `(Arena, start, stop)` blocks 134 # - map `(Arena, start)` tuple to the `(Arena, start, stop)` block 137 # - map `(Arena, stop)` tuple to the `(Arena, start, stop)` block 141 # Map arenas to their `(Arena, start, stop)` blocks in use 200 (arena, start, stop) = block 201 del self._start_to_block[(arena, start)] 207 (arena, start, stop) = block 210 prev_block = self._stop_to_block[(arena, start)] 214 start, [all...] |
/third_party/rust/crates/syn/src/ |
H A D | error.rs | 118 start: Span, 165 start: span, in new() 194 let start = iter.next().map_or_else(Span::call_site, |t| t.span()); in new_spanned() 195 let end = iter.last().map_or(start, |t| t.span()); in new_spanned() 198 span: ThreadBound::new(SpanRange { start, end }), in new_spanned() 211 let SpanRange { start, end } = match self.messages[0].span.get() { in span() 215 start.join(end).unwrap_or(start) in span() 277 let (start, end) = match self.span.get() { in to_compile_error() 278 Some(range) => (range.start, rang in to_compile_error() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | collationweights.cpp | 188 range.start=setWeightTrail(range.start, length, minBytes[length]); in lengthenRange() 199 l=((const CollationWeights::WeightRange *)left)->start; in compareRanges() 200 r=((const CollationWeights::WeightRange *)right)->start; in compareRanges() 267 lower[length].start=incWeightTrail(weight, length); in getWeightRanges() 275 middle.start=incWeightTrail(weight, middleLength); in getWeightRanges() 279 middle.start=0xffffffff; // no middle range in getWeightRanges() 286 upper[length].start=setWeightTrail(weight, length, minBytes[length]); in getWeightRanges() 297 if(middle.end>=middle.start) { in getWeightRanges() 298 middle.count=(int32_t)((middle.end-middle.start)>>( in getWeightRanges() 439 uint32_t start = ranges[0].start; allocWeightsInMinLengthRanges() local [all...] |
/third_party/mesa3d/src/intel/common/ |
H A D | intel_clflush.h | 31 intel_clflush_range(void *start, size_t size) in intel_clflush_range() argument 33 void *p = (void *) (((uintptr_t) start) & ~CACHELINE_MASK); in intel_clflush_range() 34 void *end = start + size; in intel_clflush_range() 43 intel_flush_range(void *start, size_t size) in intel_flush_range() argument 46 intel_clflush_range(start, size); in intel_flush_range() 50 intel_invalidate_range(void *start, size_t size) in intel_invalidate_range() argument 55 intel_clflush_range(start, size); in intel_invalidate_range() 67 __builtin_ia32_clflush(start + size - 1); in intel_invalidate_range()
|
/third_party/skia/docs/examples/ |
H A D | Path_Iter.cpp | 14 SkPoint start[4], pts[4]; in REG_FIDDLE() local 15 iter.next(start); // skip moveTo in REG_FIDDLE() 16 iter.next(start); // first quadTo in REG_FIDDLE() 17 path.moveTo((start[0] + start[1]) * 0.5f); in REG_FIDDLE() 21 path.quadTo(start[0], (start[0] + start[1]) * 0.5f); in REG_FIDDLE()
|
/third_party/mesa3d/src/util/ |
H A D | u_worklist.c | 37 w->start = 0; in u_worklist_init() 59 if (w->start == 0) in u_worklist_push_head_index() 60 w->start = w->size - 1; in u_worklist_push_head_index() 62 w->start--; in u_worklist_push_head_index() 66 w->entries[w->start] = index; in u_worklist_push_head_index() 75 return w->entries[w->start]; in u_worklist_peek_head_index() 83 unsigned head = w->start; in u_worklist_pop_head_index() 85 w->start = (w->start + 1) % w->size; in u_worklist_pop_head_index() 103 unsigned tail = (w->start in u_worklist_push_tail_index() [all...] |
/third_party/mesa3d/src/util/indices/ |
H A D | u_unfilled_indices.c | 37 unsigned start, in translate_ubyte_ushort() 47 out_us[i] = (ushort) in_ub[i+start]; in translate_ubyte_ushort() 51 unsigned start, in translate_memcpy_ushort() 57 memcpy(out, &((short *)in)[start], out_nr*sizeof(short)); in translate_memcpy_ushort() 61 unsigned start, in translate_memcpy_uint() 67 memcpy(out, &((int *)in)[start], out_nr*sizeof(int)); in translate_memcpy_uint() 71 static void generate_linear_ushort( unsigned start, in generate_linear_ushort() argument 78 out_us[i] = (ushort)(i + start); in generate_linear_ushort() 81 static void generate_linear_uint( unsigned start, in generate_linear_uint() argument 88 out_ui[i] = i + start; in generate_linear_uint() 36 translate_ubyte_ushort( const void *in, unsigned start, unsigned in_nr, unsigned out_nr, unsigned restart_index, void *out ) translate_ubyte_ushort() argument 50 translate_memcpy_ushort( const void *in, unsigned start, unsigned in_nr, unsigned out_nr, unsigned restart_index, void *out ) translate_memcpy_ushort() argument 60 translate_memcpy_uint( const void *in, unsigned start, unsigned in_nr, unsigned out_nr, unsigned restart_index, void *out ) translate_memcpy_uint() argument 189 u_unfilled_generator(enum pipe_prim_type prim, unsigned start, unsigned nr, unsigned unfilled_mode, enum pipe_prim_type *out_prim, unsigned *out_index_size, unsigned *out_nr, u_generate_func *out_generate) u_unfilled_generator() argument [all...] |
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LayoutCommonTable.java | 38 int start = readScriptListOffset(commonData); in scriptListData() 41 return commonData.slice(start, limit - start); in scriptListData() 43 return commonData.slice(start); in scriptListData() 56 int start = readFeatureListOffset(commonData); in featureListData() 59 return commonData.slice(start, limit - start); in featureListData() 61 return commonData.slice(start); in featureListData() 74 int start = readLookupListOffset(commonData); in lookupListData() 77 return commonData.slice(start, limi in lookupListData() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
H A D | direct_mmap.h | 74 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, 100 return __mmap2(start, length, prot, flags, fd, offset / pagesize); 103 syscall(SYS_mmap2, start, length, prot, flags, fd, 108 unsigned long buf[6] = {reinterpret_cast<unsigned long>(start), // NOLINT 124 syscall(SYS_mmap, MMAP_SYSCALL_ARG(start), MMAP_SYSCALL_ARG(length), 131 syscall(SYS_mmap, start, length, prot, flags, fd, offset)); 135 inline int DirectMunmap(void* start, size_t length) { in DirectMunmap() argument 136 return static_cast<int>(syscall(SYS_munmap, start, length)); in DirectMunmap() 152 inline void* DirectMmap(void* start, size_t length, int prot, int flags, int fd, 154 return mmap(start, lengt [all...] |
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 102 if str(attrs["start"]).endswith("b"): 103 self.start = int(attrs["start"][:-1]) * 8 105 self.start = int(attrs["start"]) 106 # packet <field> entries in XML start from the bit after the 110 self.start += 8 112 self.end = self.start + int(attrs["size"]) - 1 115 if self.type == 'bool' and self.start != self.end: 157 elif self.type == 'uint' and self.end - self.start > 3 [all...] |
/third_party/node/benchmark/buffers/ |
H A D | buffer-write-string.js | 15 let start = 0; 21 start = len - string.length; 23 bench.start(); 25 buf.write(string, start, encoding); 29 bench.start(); 31 buf.write(string, start); 39 bench.start(); 45 bench.start(); 55 bench.start(); 61 bench.start(); [all...] |
/third_party/icu/icu4c/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 80 * UTimer start; 109 * utimer_getTime(&start); 121 * return utimer_getElapsedSeconds(&start); 138 * UTimer start,timer1, timer2, timer3, timer4; 142 * utimer_getTime(start); 144 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1); 146 * timer_getTime(start); 148 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2); 168 LARGE_INTEGER start; member 178 QueryPerformanceCounter(&timer->start); in uprv_start() 190 struct timeval start; global() member [all...] |
/third_party/python/Include/ |
H A D | sliceobject.h | 17 A slice object containing start, stop, and step data members (the 24 PyObject *start, *stop, *step; /* not NULL */ member 33 PyAPI_FUNC(PyObject *) PySlice_New(PyObject* start, PyObject* stop, 36 PyAPI_FUNC(PyObject *) _PySlice_FromIndices(Py_ssize_t start, Py_ssize_t stop); 42 Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step); 45 Py_ssize_t *start, Py_ssize_t *stop, 50 #define PySlice_GetIndicesEx(slice, length, start, stop, step, slicelen) ( \ 51 PySlice_Unpack((slice), (start), (stop), (step)) < 0 ? \ 53 ((*(slicelen) = PySlice_AdjustIndices((length), (start), (stop), *(step))), \ 56 Py_ssize_t *start, Py_ssize_ [all...] |
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/ |
H A D | utimer.h | 80 * UTimer start; 109 * utimer_getTime(&start); 121 * return utimer_getElapsedSeconds(&start); 138 * UTimer start,timer1, timer2, timer3, timer4; 142 * utimer_getTime(start); 144 * NFDTimeTaken = utimer_getDeltaSeconds(start,timer1); 146 * timer_getTime(start); 148 * NFCTimeTaken = utimer_getDeltaSeconds(start,timer2); 168 LARGE_INTEGER start; member 178 QueryPerformanceCounter(&timer->start); in uprv_start() 190 struct timeval start; global() member [all...] |
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/ |
H A D | Utils.java | 33 static void fillBytesWithZeroes(byte[] dest, int start, int end) { in fillBytesWithZeroes() argument 34 int cursor = start; in fillBytesWithZeroes() 52 static void fillIntsWithZeroes(int[] dest, int start, int end) { in fillIntsWithZeroes() argument 53 int cursor = start; in fillIntsWithZeroes() 61 static void copyBytes(byte[] dst, int target, byte[] src, int start, int end) { in copyBytes() argument 62 System.arraycopy(src, start, dst, target, end - start); in copyBytes() 65 static void copyBytesWithin(byte[] bytes, int target, int start, int end) { in copyBytesWithin() argument 66 System.arraycopy(bytes, start, bytes, target, end - start); in copyBytesWithin() [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | utrie.cpp | 263 utrie_fillBlock(uint32_t *block, UChar32 start, UChar32 limit, in utrie_fillBlock() argument 268 block+=start; in utrie_fillBlock() 284 utrie_setRange32(UNewTrie *trie, UChar32 start, UChar32 limit, uint32_t value, UBool overwrite) { in utrie_setRange32() argument 286 * repeat value in [start..limit[ in utrie_setRange32() 295 (uint32_t)start>0x10ffff || (uint32_t)limit>0x110000 || start>limit in utrie_setRange32() 299 if(start==limit) { in utrie_setRange32() 304 if(start&UTRIE_MASK) { in utrie_setRange32() 307 /* set partial block at [start..following block boundary[ */ in utrie_setRange32() 308 block=utrie_getDataBlock(trie, start); in utrie_setRange32() 591 int32_t i, start, newStart, overlapStart; utrie_compact() local 721 defaultGetFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) defaultGetFoldedValue() argument [all...] |