/third_party/rust/crates/regex/regex-capi/include/ |
H A D | rure.h | 62 /* The start position. */ 63 size_t start; member 174 * start is the position at which to start searching. Note that setting the 175 * start position is distinct from incrementing the pointer, since the regex 176 * engine may look at bytes before the start position to determine match 177 * information. For example, if the start position is greater than 0, then the 186 size_t start); 190 * If a match is found, then its start and end offsets (in bytes) are set 197 * start i [all...] |
/third_party/icu/icu4c/source/common/ |
H A D | umutablecptrie.cpp | 83 int32_t getRange(UChar32 start, UCPMapValueFilter *filter, const void *context, 87 void setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode); 193 UChar32 start = 0, end; in fromUCPMap() local 195 while ((end = ucpmap_getRange(map, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPMap() 198 if (start == end) { in fromUCPMap() 199 mutableTrie->set(start, value, errorCode); in fromUCPMap() 201 mutableTrie->setRange(start, end, value, errorCode); in fromUCPMap() 204 start = end + 1; in fromUCPMap() 241 UChar32 start = 0, end; in fromUCPTrie() local 243 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMA in fromUCPTrie() 295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument 486 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value) fillBlock() argument 494 setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode) setRange() argument 606 findAllSameBlock(const uint32_t *p, int32_t start, int32_t limit, uint32_t value, int32_t blockLength) findAllSameBlock() argument 810 int32_t start = prevDataLength - blockLength; extend() local 1041 printBlock(const uint32_t *block, int32_t blockLength, uint32_t value, UChar32 start, int32_t overlap, uint32_t initialValue) printBlock() argument 1410 int32_t start = indexLength; compactIndex() local 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument 1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | umutablecptrie.cpp | 83 int32_t getRange(UChar32 start, UCPMapValueFilter *filter, const void *context, 87 void setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode); 193 UChar32 start = 0, end; in fromUCPMap() local 195 while ((end = ucpmap_getRange(map, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPMap() 198 if (start == end) { in fromUCPMap() 199 mutableTrie->set(start, value, errorCode); in fromUCPMap() 201 mutableTrie->setRange(start, end, value, errorCode); in fromUCPMap() 204 start = end + 1; in fromUCPMap() 241 UChar32 start = 0, end; in fromUCPTrie() local 243 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMA in fromUCPTrie() 295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument 486 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value) fillBlock() argument 494 setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode) setRange() argument 606 findAllSameBlock(const uint32_t *p, int32_t start, int32_t limit, uint32_t value, int32_t blockLength) findAllSameBlock() argument 810 int32_t start = prevDataLength - blockLength; extend() local 1041 printBlock(const uint32_t *block, int32_t blockLength, uint32_t value, UChar32 start, int32_t overlap, uint32_t initialValue) printBlock() argument 1410 int32_t start = indexLength; compactIndex() local 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument 1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | umutablecptrie.cpp | 83 int32_t getRange(UChar32 start, UCPMapValueFilter *filter, const void *context, 87 void setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode); 193 UChar32 start = 0, end; in fromUCPMap() local 195 while ((end = ucpmap_getRange(map, start, UCPMAP_RANGE_NORMAL, 0, in fromUCPMap() 198 if (start == end) { in fromUCPMap() 199 mutableTrie->set(start, value, errorCode); in fromUCPMap() 201 mutableTrie->setRange(start, end, value, errorCode); in fromUCPMap() 204 start = end + 1; in fromUCPMap() 241 UChar32 start = 0, end; in fromUCPTrie() local 243 while ((end = ucptrie_getRange(trie, start, UCPMAP_RANGE_NORMA in fromUCPTrie() 295 getRange( UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) const getRange() argument 486 fillBlock(uint32_t *block, UChar32 start, UChar32 limit, uint32_t value) fillBlock() argument 494 setRange(UChar32 start, UChar32 end, uint32_t value, UErrorCode &errorCode) setRange() argument 606 findAllSameBlock(const uint32_t *p, int32_t start, int32_t limit, uint32_t value, int32_t blockLength) findAllSameBlock() argument 810 int32_t start = prevDataLength - blockLength; extend() local 1041 printBlock(const uint32_t *block, int32_t blockLength, uint32_t value, UChar32 start, int32_t overlap, uint32_t initialValue) printBlock() argument 1410 int32_t start = indexLength; compactIndex() local 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument 1830 umutablecptrie_setRange(UMutableCPTrie *trie, UChar32 start, UChar32 end, uint32_t value, UErrorCode *pErrorCode) umutablecptrie_setRange() argument [all...] |
/third_party/icu/icu4c/source/tools/makeconv/ |
H A D | genmbcs.cpp | 388 /* for SI/SO (like EBCDIC-stateful), double-byte sequences start in state 1 */ in MBCSAddToUnicode() 602 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSSingleAddFromUnicode() 636 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSSingleAddFromUnicode() 732 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSAddFromUnicode() 1184 uint16_t i, start, prevEnd, newStart; in singleCompactStage2() local 1190 start=newStart=MBCS_STAGE_2_FIRST_ASSIGNED; in singleCompactStage2() 1191 while(start<mbcsData->stage2Top) { in singleCompactStage2() 1195 for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2Single[start+i]==0 && mbcsData->stage2Single[prevEnd-i]==0; ++i) {} in singleCompactStage2() 1198 map[start>>MBCS_STAGE_2_BLOCK_SIZE_SHIFT]=(uint16_t)(newStart-i); in singleCompactStage2() 1201 start in singleCompactStage2() 1238 uint16_t i, start, prevEnd, newStart; singleCompactStage3() local 1296 uint16_t i, start, prevEnd, newStart; compactStage2() local [all...] |
/third_party/skia/third_party/externals/icu/source/tools/makeconv/ |
H A D | genmbcs.cpp | 388 /* for SI/SO (like EBCDIC-stateful), double-byte sequences start in state 1 */ in MBCSAddToUnicode() 602 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSSingleAddFromUnicode() 636 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSSingleAddFromUnicode() 732 min=newBlock-nextOffset; /* minimum block start with overlap */ in MBCSAddFromUnicode() 1184 uint16_t i, start, prevEnd, newStart; in singleCompactStage2() local 1190 start=newStart=MBCS_STAGE_2_FIRST_ASSIGNED; in singleCompactStage2() 1191 while(start<mbcsData->stage2Top) { in singleCompactStage2() 1195 for(i=0; i<MBCS_STAGE_2_BLOCK_SIZE && mbcsData->stage2Single[start+i]==0 && mbcsData->stage2Single[prevEnd-i]==0; ++i) {} in singleCompactStage2() 1198 map[start>>MBCS_STAGE_2_BLOCK_SIZE_SHIFT]=(uint16_t)(newStart-i); in singleCompactStage2() 1201 start in singleCompactStage2() 1238 uint16_t i, start, prevEnd, newStart; singleCompactStage3() local 1296 uint16_t i, start, prevEnd, newStart; compactStage2() local [all...] |
/foundation/bundlemanager/ecological_rule_manager/interfaces/innerkits/src/ |
H A D | ecological_rule_mgr_service_client.cpp | 103 int64_t start = GetCurrentTimeMicro(); in QueryFreeInstallExperience() local 115 int64_t cost = GetCurrentTimeMicro() - start; in QueryFreeInstallExperience() 123 int64_t start = GetCurrentTimeMicro(); in EvaluateResolveInfos() local 130 int64_t cost = GetCurrentTimeMicro() - start; in EvaluateResolveInfos() 138 int64_t start = GetCurrentTimeMicro(); in QueryStartExperience() local 152 int64_t cost = GetCurrentTimeMicro() - start; in QueryStartExperience() 160 int64_t start = GetCurrentTimeMicro(); in IsSupportPublishForm() local 172 int64_t cost = GetCurrentTimeMicro() - start; in IsSupportPublishForm()
|
/foundation/resourceschedule/ffrt/benchmarks/ |
H A D | common.h | 58 auto start = std::chrono::steady_clock::now(); in simulate_task_compute_time() local 62 std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::steady_clock::now() - start).count(); in simulate_task_compute_time() 102 auto start = std::chrono::steady_clock::now(); in completely_paralle() local 107 time = std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::steady_clock::now() - start).count(); in completely_paralle() 114 auto start = std::chrono::steady_clock::now(); in completely_serial() local 119 time = std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::steady_clock::now() - start).count(); in completely_serial() 124 auto start = std::chrono::steady_clock::now(); in single_thread() local 128 time = std::chrono::duration_cast<std::chrono::microseconds>(std::chrono::steady_clock::now() - start).count(); in single_thread()
|
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/ |
H A D | svc_restore_deps_manager.cpp | 109 size_t start = 0; in SplitString() local 112 if (start != index) { in SplitString() 113 string tempStr = srcStr.substr(start, index - start); in SplitString() 119 start = index + 1; in SplitString() 120 index = srcStr.find_first_of(separator, start); in SplitString() 123 if (!srcStr.substr(start).empty()) { in SplitString() 124 string tempStr = srcStr.substr(start); in SplitString()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/lang/ |
H A D | UCharacterNameIterator.java | 65 int start = m_name_.getAlgorithmStart(m_algorithmIndex_); in next() 66 if (m_current_ < start) { in next() 69 int end = start; in next() 70 if (m_limit_ <= start) { in next() 116 * <p>Resets the iterator to start iterating from the integer index 130 * to begin at the index argument start.</p> 131 * <p>If setRange(start, end) is not performed before next(element) is 132 * called, the iteration will start from the integer index 138 * @param start first integer in range to iterate 141 * illegal range. E.g limit <= start 144 setRange(int start, int limit) setRange() argument [all...] |
/third_party/icu/tools/currency/src/com/ibm/icu/dev/tool/currency/ |
H A D | CurrencyDataParser.java | 118 public void characters(char[] ch, int start, int length) { in characters() argument 121 currBld.setEntity(new String(ch, start, length).trim()); in characters() 124 currBld.setCurrency(new String(ch, start, length).trim()); in characters() 127 currBld.setAlphabeticCode(new String(ch, start, length).trim()); in characters() 130 currBld.setNumericCode(new String(ch, start, length).trim()); in characters() 133 currBld.setMinorUnit(new String(ch, start, length).trim()); in characters() 136 currBld.setWithdrawalDate(new String(ch, start, length).trim()); in characters() 139 currBld.setRemark(new String(ch, start, length).trim()); in characters()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/lang/ |
H A D | UCharacterNameIterator.java | 65 int start = m_name_.getAlgorithmStart(m_algorithmIndex_); in next() 66 if (m_current_ < start) { in next() 69 int end = start; in next() 70 if (m_limit_ <= start) { in next() 116 * <p>Resets the iterator to start iterating from the integer index 130 * to begin at the index argument start.</p> 131 * <p>If setRange(start, end) is not performed before next(element) is 132 * called, the iteration will start from the integer index 138 * @param start first integer in range to iterate 141 * illegal range. E.g limit <= start 144 setRange(int start, int limit) setRange() argument [all...] |
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-dll2.h | 33 * lws_start_foreach_ll(): linkedlist iterator helper start 37 * \param start: start of list 40 * loop. The iterator runs through the linked list starting at start and 44 #define lws_start_foreach_ll(type, it, start)\ 46 type it = start; \ 65 * lws_start_foreach_ll_safe(): linkedlist iterator helper start safe against delete 69 * \param start: start of list 73 * loop. The iterator runs through the linked list starting at start an [all...] |
/third_party/mesa3d/src/amd/addrlib/src/core/ |
H A D | coord.h | 99 UINT_32 Filter(INT_8 f, Coordinate& co, UINT_32 start = 0, enum Dim axis = NUM_DIMS); 123 VOID copy(CoordEq& o, UINT_32 start = 0, UINT_32 num = 0xFFFFFFFF); 124 VOID reverse(UINT_32 start = 0, UINT_32 num = 0xFFFFFFFF); 125 VOID xorin(CoordEq& x, UINT_32 start = 0); 126 UINT_32 Filter(INT_8 f, Coordinate& co, UINT_32 start = 0, enum Dim axis = NUM_DIMS); 127 VOID shift(INT_32 amount, INT_32 start = 0); 129 VOID mort2d(Coordinate& c0, Coordinate& c1, UINT_32 start = 0, UINT_32 end = 0); 130 VOID mort3d(Coordinate& c0, Coordinate& c1, Coordinate& c2, UINT_32 start = 0, UINT_32 end = 0);
|
/third_party/libwebsockets/lib/roles/mqtt/client/ |
H A D | client-mqtt-handshake.c | 36 uint8_t b[256 + LWS_PRE], *start = b + LWS_PRE, *p = start; in lws_mqtt_client_send_connect() local 100 lwsl_err("%s: Empty client ID needs a clean start\n", in lws_mqtt_client_send_connect() 170 if (lws_write(wsi, (unsigned char *)&b[LWS_PRE], lws_ptr_diff_size_t(p, start), in lws_mqtt_client_send_connect() 171 LWS_WRITE_BINARY) != lws_ptr_diff(p, start)) { in lws_mqtt_client_send_connect() 183 uint8_t b[256 + LWS_PRE], *start = b + LWS_PRE, *p = start; in lws_mqtt_client_send_disconnect() local 192 if (lws_write(wsi, (unsigned char *)&b[LWS_PRE], lws_ptr_diff_size_t(p, start), in lws_mqtt_client_send_disconnect() 193 LWS_WRITE_BINARY) != lws_ptr_diff(p, start)) { in lws_mqtt_client_send_disconnect()
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_util.c | 91 int size, uint32_t start) in lima_dump_vs_command_stream_print() 94 lima_parse_vs(dump->fp, (uint32_t *)data, size, start); in lima_dump_vs_command_stream_print() 99 int size, uint32_t start) in lima_dump_plbu_command_stream_print() 102 lima_parse_plbu(dump->fp, (uint32_t *)data, size, start); in lima_dump_plbu_command_stream_print() 107 int size, uint32_t start) in lima_dump_rsw_command_stream_print() 110 lima_parse_render_state(dump->fp, (uint32_t *)data, size, start); in lima_dump_rsw_command_stream_print() 115 int size, uint32_t start, uint32_t offset) in lima_dump_texture_descriptor() 118 lima_parse_texture_descriptor(dump->fp, (uint32_t *)data, size, start, offset); in lima_dump_texture_descriptor() 90 lima_dump_vs_command_stream_print(struct lima_dump *dump, void *data, int size, uint32_t start) lima_dump_vs_command_stream_print() argument 98 lima_dump_plbu_command_stream_print(struct lima_dump *dump, void *data, int size, uint32_t start) lima_dump_plbu_command_stream_print() argument 106 lima_dump_rsw_command_stream_print(struct lima_dump *dump, void *data, int size, uint32_t start) lima_dump_rsw_command_stream_print() argument 114 lima_dump_texture_descriptor(struct lima_dump *dump, void *data, int size, uint32_t start, uint32_t offset) lima_dump_texture_descriptor() argument
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-aat-layout-trak-table.hh | 70 valuesZ; /* Offset from start of tracking table to 145 sizeTable; /* Offset from start of the tracking table to 177 foreach_grapheme (buffer, start, end) in apply() 179 if (!(buffer->info[start].mask & trak_mask)) continue; in apply() 180 buffer->pos[start].x_advance += advance_to_add; in apply() 181 buffer->pos[start].x_offset += offset_to_add; in apply() 190 foreach_grapheme (buffer, start, end) in apply() 192 if (!(buffer->info[start].mask & trak_mask)) continue; in apply() 193 buffer->pos[start].y_advance += advance_to_add; in apply() 194 buffer->pos[start] in apply() [all...] |
/third_party/python/Python/ |
H A D | Python-tokenize.c | 23 [clinic start generated code]*/ 36 [clinic start generated code]*/ 62 const char *start; in tokenizeriter_next() local 64 int type = _PyTokenizer_Get(it->tok, &start, &end); in tokenizeriter_next() 73 if (start == NULL || end == NULL) { in tokenizeriter_next() 77 str = PyUnicode_FromStringAndSize(start, end - start); in tokenizeriter_next() 94 if (start != NULL && start >= line_start) { in tokenizeriter_next() 95 col_offset = (int)(start in tokenizeriter_next() [all...] |
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_queryperf_test/src/ |
H A D | medialibrary_queryperf_test.cpp | 125 MEDIA_ERR_LOG("TearDownTestCase start"); in TearDownTestCase() 152 int64_t start = UTCTimeSeconds(); in HWTEST_F() local 161 GTEST_LOG_(INFO) << "QueryALLColumn Cost: " << ((double)(end - start)/50) << "ms"; in HWTEST_F() 181 int64_t start = UTCTimeSeconds(); in HWTEST_F() local 190 GTEST_LOG_(INFO) << "Query10Column Cost: " << ((double)(end - start)/50) << "ms"; in HWTEST_F() 211 int64_t start = UTCTimeSeconds(); in HWTEST_F() local 220 GTEST_LOG_(INFO) << "Query10Columnlimit50 Cost: " << ((double)(end - start)/50) << "ms"; in HWTEST_F() 241 int64_t start = UTCTimeSeconds(); in HWTEST_F() local 267 GTEST_LOG_(INFO) << "GetALLColumn Cost: " << ((double)(end - start)/50) << "ms"; in HWTEST_F() 290 int64_t start in HWTEST_F() local 339 int64_t start = UTCTimeSeconds(); HWTEST_F() local 374 int64_t start = UTCTimeSeconds(); HWTEST_F() local 404 int64_t start = UTCTimeSeconds(); HWTEST_F() local 439 int64_t start = UTCTimeSeconds(); HWTEST_F() local 469 int64_t start = UTCTimeSeconds(); HWTEST_F() local 518 int64_t start = UTCTimeSeconds(); HWTEST_F() local 568 int64_t start = UTCTimeSeconds(); HWTEST_F() local 608 int64_t start = UTCTimeSeconds(); HWTEST_F() local 630 int64_t start = UTCTimeSeconds(); HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/ |
H A D | rich_editor_controller.h | 34 void UpdateSpanStyle(int32_t start, int32_t end, TextStyle textStyle, ImageSpanAttribute imageStyle) override; 36 SelectionInfo GetSpansInfo(int32_t start, int32_t end) override; 38 std::vector<ParagraphInfo> GetParagraphsInfo(int32_t start, int32_t end) override; 40 void UpdateParagraphStyle(int32_t start, int32_t end, const struct UpdateParagraphStyle& style) override; 41 RefPtr<SpanStringBase> ToStyledString(int32_t start, int32_t end) override;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | safe_area_insets.cpp | 34 res = { .start = std::min(start, other.start), .end = std::max(end, other.end) }; in Combine() 51 return "[start: " + to_string(start) + ", end: " + to_string(end) + "]"; in ToString() 62 return IsValid() && LessOrNearEqual(static_cast<float>(start), pos) && in IsOverlapped()
|
/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_line.h | 26 static void Draw(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask, 30 static void DrawVerticalLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, 33 static void DrawHorizontalLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, 36 static void DrawWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, 39 static void DrawThinWuLine(BufferInfo& gfxDstBuffer, const Point& start, const Point& end, const Rect& mask,
|
/third_party/node/deps/v8/tools/ |
H A D | objdump-v8 | 37 start = -1 40 if arg.startswith("--start-address="): 41 start = int(arg[-12:], 16) 44 return start, end 60 start, end = get_address_bounds() 71 if start <= addr <= end:
|
/third_party/musl/src/linux/ |
H A D | cache.c | 28 static int flush_icache_init(void *start, void *end, unsigned long int flags) in flush_icache_init() argument 39 return f ? f(start, end, flags) : -ENOSYS; in flush_icache_init() 44 int __riscv_flush_icache(void *start, void *end, unsigned long int flags) in __riscv_flush_icache() argument 49 int r = f(start, end, flags); in __riscv_flush_icache() 53 return syscall(SYS_riscv_flush_icache, start, end, flags); in __riscv_flush_icache()
|
/third_party/node/benchmark/process/ |
H A D | bench-env.js | 14 bench.start(); 21 bench.start(); 35 bench.start(); 43 bench.start(); 50 bench.start();
|