Home
last modified time | relevance | path

Searched refs:start (Results 776 - 800 of 7440) sorted by relevance

1...<<31323334353637383940>>...298

/third_party/libwebsockets/lib/roles/http/
H A Dheader.c122 lws_finalize_write_http_header(struct lws *wsi, unsigned char *start, in lws_finalize_write_http_header() argument
132 len = lws_ptr_diff(p, start); in lws_finalize_write_http_header()
134 if (lws_write(wsi, start, (unsigned int)len, LWS_WRITE_HTTP_HEADERS) != len) in lws_finalize_write_http_header()
421 unsigned char *start = p; in lws_return_http_status() local
423 char *body = (char *)start + context->pt_serv_buf_size - 512; in lws_return_http_status()
445 p = start; in lws_return_http_status()
489 m = lws_write(wsi, start, lws_ptr_diff_size_t(p, start), in lws_return_http_status()
491 if (m != lws_ptr_diff(p, start)) in lws_return_http_status()
518 n = lws_ptr_diff(p, start) in lws_return_http_status()
532 unsigned char *start = *p; lws_http_redirect() local
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_fs_live_variables.cpp62 start[var] = MIN2(start[var], ip); in setup_one_read()
80 start[var] = MIN2(start[var], ip); in setup_one_write()
229 * Extend the start/end ranges for each variable to account for the
246 start[i] = MIN2(start[i], block->start_ip); in compute_start_end()
250 start[i] = MIN2(start[i], block->end_ip); in compute_start_end()
278 start in fs_live_variables()
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dformattedval_sbimpl.cpp73 // Special case: fraction should start after integer if fraction is not present in nextFieldPosition()
117 nextSpanStart = spanIndices[si].start; in nextPositionImpl()
149 int32_t start = fieldStart; in nextPositionImpl() local
151 start = trimFront(start); in nextPositionImpl()
153 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
231 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()
294 void FormattedValueStringBuilderImpl::appendSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UErrorCode& status) { in appendSpanInfo() argument
303 spanIndices[spanIndicesCount] = {category, spanValue, start, length}; in appendSpanInfo()
307 void FormattedValueStringBuilderImpl::prependSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_ argument
[all...]
/third_party/icu/icu4c/source/tools/gensprep/
H A Dstore.c112 * is compared with start indexes of sequence length start to figure out the length according to
269 /* store the start of indexes */ in storeMappingData()
470 storeRange(uint32_t start, uint32_t end, UStringPrepType type, UErrorCode* status){ in storeRange() argument
479 if(start == end){ in storeRange()
480 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange()
499 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
511 fprintf(stderr,"Value for codepoint \\U%08X already set!.\n", (int)start); in storeRange()
516 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
517 fprintf(stderr,"Could not set the value for code point \\U%08X.\n", (int)start); in storeRange()
531 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) getFoldedValue() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dformattedval_sbimpl.cpp73 // Special case: fraction should start after integer if fraction is not present in nextFieldPosition()
112 nextSpanStart = spanIndices[si].start; in nextPositionImpl()
144 int32_t start = fieldStart; in nextPositionImpl() local
146 start = trimFront(start); in nextPositionImpl()
148 cfpos.setState(currField.getCategory(), currField.getField(), start, end); in nextPositionImpl()
226 nextSpanStart = spanIndices[si + 1].start; in nextPositionImpl()
284 void FormattedValueStringBuilderImpl::appendSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_t length, UErrorCode& status) { in appendSpanInfo() argument
293 spanIndices[spanValue] = {category, spanValue, start, length}; in appendSpanInfo()
297 void FormattedValueStringBuilderImpl::prependSpanInfo(UFieldCategory category, int32_t spanValue, int32_t start, int32_ argument
[all...]
/third_party/skia/third_party/externals/icu/source/tools/gensprep/
H A Dstore.c111 * is compared with start indexes of sequence length start to figure out the length according to
268 /* store the start of indexes */ in storeMappingData()
469 storeRange(uint32_t start, uint32_t end, UStringPrepType type, UErrorCode* status){ in storeRange() argument
478 if(start == end){ in storeRange()
479 uint32_t savedTrieWord = utrie_get32(sprepTrie, start, NULL); in storeRange()
498 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
510 fprintf(stderr,"Value for codepoint \\U%08X already set!.\n", (int)start); in storeRange()
515 if(!utrie_set32(sprepTrie,start,trieWord)){ in storeRange()
516 fprintf(stderr,"Could not set the value for code point \\U%08X.\n", (int)start); in storeRange()
530 getFoldedValue(UNewTrie *trie, UChar32 start, int32_t offset) getFoldedValue() argument
[all...]
/third_party/skia/src/pathops/
H A DSkOpSpan.cpp164 const SkOpPtT* start = &fPtT; in collapsed() local
166 const SkOpPtT* walk = start; in collapsed()
171 while ((walk = walk->next()) != start) { in collapsed()
186 startNext = start->next(); in collapsed()
192 const SkOpPtT* start = &fPtT; in contains() local
194 SkOPASSERT(start != check); in contains()
195 const SkOpPtT* walk = start; in contains()
196 while ((walk = walk->next()) != start) { in contains()
205 const SkOpPtT* start = &fPtT; in contains() local
206 const SkOpPtT* walk = start; in contains()
420 const SkOpPtT* start = base->ptT()->starter(spanEnd->ptT()); insertCoincidence() local
[all...]
/third_party/spirv-tools/source/
H A Denum_set.h71 T start; member
74 return lhs.start == rhs.start && lhs.data == rhs.data; in operator ==()
236 buckets_[index].start != ComputeBucketStart(value)) { in insert()
282 buckets_[index].start != ComputeBucketStart(value)) { in erase()
304 buckets_[index].start != ComputeBucketStart(value)) { in contains()
331 if (lhs->start == rhs->start) { in HasAnyOf()
343 if (lhs->start < rhs->start) { in HasAnyOf()
[all...]
/third_party/ffmpeg/libavcodec/
H A Daaccoder_twoloop.h72 int start = 0, i, w, w2, g, recomprd; in search_for_quantizers_twoloop() local
220 for (g = start = 0; g < sce->ics.num_swb; start += sce->ics.swb_sizes[g++]) { in search_for_quantizers_twoloop()
225 if (start >= cutoff || band->energy <= (band->threshold * zeroscale) || band->threshold == 0.0f) { in search_for_quantizers_twoloop()
300 start = w*128; in search_for_quantizers_twoloop()
302 const float *scaled = s->scoefs + start; in search_for_quantizers_twoloop()
310 start += sce->ics.swb_sizes[g]; in search_for_quantizers_twoloop()
325 start = w*128; in search_for_quantizers_twoloop()
328 float cleanup_factor = ff_sqrf(av_clipf(start / (cutoff * 0.75f), 1.0f, 2.0f)); in search_for_quantizers_twoloop()
332 sce->coeffs + start, in search_for_quantizers_twoloop()
[all...]
/third_party/ffmpeg/libavformat/
H A Dftp.c278 char *res = NULL, *start = NULL, *end = NULL; in ftp_passive_mode_epsv() local
289 start = res + i + 1; in ftp_passive_mode_epsv()
295 if (!start || !end) in ftp_passive_mode_epsv()
299 if (strlen(start) < 5) in ftp_passive_mode_epsv()
301 if (start[0] != d || start[1] != d || start[2] != d || end[-1] != d) in ftp_passive_mode_epsv()
303 start += 3; in ftp_passive_mode_epsv()
306 s->server_data_port = atoi(start); in ftp_passive_mode_epsv()
320 char *res = NULL, *start in ftp_passive_mode() local
366 char *res = NULL, *start = NULL, *end = NULL; ftp_current_dir() local
1041 char *start, *found; ftp_read_dir() local
[all...]
/third_party/node/deps/v8/src/wasm/
H A Dwasm-module-builder.cc35 void FixupSection(ZoneBuffer* buffer, size_t start) { in FixupSection() argument
36 buffer->patch_u32v(start, static_cast<uint32_t>(buffer->offset() - start - in FixupSection()
597 size_t start = EmitSection(kTypeSectionCode, buffer); in WriteTo() local
654 FixupSection(buffer, start); in WriteTo()
659 size_t start = EmitSection(kImportSectionCode, buffer); in WriteTo() local
674 FixupSection(buffer, start); in WriteTo()
680 size_t start = EmitSection(kFunctionSectionCode, buffer); in WriteTo() local
686 FixupSection(buffer, start); in WriteTo()
691 size_t start in WriteTo() local
707 size_t start = EmitSection(kMemorySectionCode, buffer); WriteTo() local
724 size_t start = EmitSection(kTagSectionCode, buffer); WriteTo() local
735 size_t start = EmitSection(kGlobalSectionCode, buffer); WriteTo() local
748 size_t start = EmitSection(kExportSectionCode, buffer); WriteTo() local
775 size_t start = EmitSection(kStartSectionCode, buffer); WriteTo() local
782 size_t start = EmitSection(kElementSectionCode, buffer); WriteTo() local
837 size_t start = buffer->reserve_u32v(); WriteTo() local
853 size_t start = EmitSection(kCodeSectionCode, buffer); WriteTo() local
863 size_t start = EmitSection(kDataSectionCode, buffer); WriteTo() local
882 size_t start = buffer->reserve_u32v(); WriteTo() local
[all...]
/third_party/python/Lib/test/
H A Dtest_threading.py151 t.start()
179 t.start()
316 t.start()
349 # Issue 7481: Failure to start thread should cleanup the limbo map.
356 self.assertRaises(threading.ThreadError, t.start)
359 "Failed to cleanup _limbo map on failure of Thread.start().")
411 t.start()
434 threading.Thread(target=child).start()
450 t.start()
467 self.thread.start()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_sim_db.c459 char *start, *end, *pos; in eap_sim_db_sim_resp_auth() local
476 start = buf; in eap_sim_db_sim_resp_auth()
477 if (os_strncmp(start, "FAILURE", 7) == 0) { in eap_sim_db_sim_resp_auth()
488 end = os_strchr(start, ' '); in eap_sim_db_sim_resp_auth()
492 pos = os_strchr(start, ':'); in eap_sim_db_sim_resp_auth()
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal], in eap_sim_db_sim_resp_auth()
500 start = pos + 1; in eap_sim_db_sim_resp_auth()
501 pos = os_strchr(start, ':'); in eap_sim_db_sim_resp_auth()
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal], in eap_sim_db_sim_resp_auth()
509 start in eap_sim_db_sim_resp_auth()
538 char *start, *end; eap_sim_db_aka_resp_auth() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_sim_db.c459 char *start, *end, *pos; in eap_sim_db_sim_resp_auth() local
476 start = buf; in eap_sim_db_sim_resp_auth()
477 if (os_strncmp(start, "FAILURE", 7) == 0) { in eap_sim_db_sim_resp_auth()
488 end = os_strchr(start, ' '); in eap_sim_db_sim_resp_auth()
492 pos = os_strchr(start, ':'); in eap_sim_db_sim_resp_auth()
496 if (hexstr2bin(start, entry->u.sim.kc[num_chal], in eap_sim_db_sim_resp_auth()
500 start = pos + 1; in eap_sim_db_sim_resp_auth()
501 pos = os_strchr(start, ':'); in eap_sim_db_sim_resp_auth()
505 if (hexstr2bin(start, entry->u.sim.sres[num_chal], in eap_sim_db_sim_resp_auth()
509 start in eap_sim_db_sim_resp_auth()
538 char *start, *end; eap_sim_db_aka_resp_auth() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/js/kits/napi/src/
H A Dnapi_hisysevent_adapter.cpp49 std::string::size_type start = 0; in Split() local
52 if (end == start) { in Split()
53 start++; in Split()
54 end = origin.find(delimiter, start); in Split()
57 ret.emplace_back(origin.substr(start, end - start)); in Split()
58 start = end + 1; in Split()
59 end = origin.find(delimiter, start); in Split()
61 if (start != origin.length()) { in Split()
62 ret.emplace_back(origin.substr(start)); in Split()
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlstmbetst.cpp94 int32_t start = 0; in runTestFromFile() local
102 int32_t cr = testString.indexOf(u'\r', start); in runTestFromFile()
103 int32_t lf = testString.indexOf(u'\n', start); in runTestFromFile()
105 line = testString.tempSubString(start, end < 0 ? INT32_MAX : end - start); in runTestFromFile()
172 int32_t start = 0; in runTestFromFile() local
175 while ((sep = value.indexOf(u'|', start)) >= 0) { in runTestFromFile()
176 int32_t len = sep - start; in runTestFromFile()
184 start = sep + 1; in runTestFromFile()
196 start in runTestFromFile()
[all...]
/third_party/icu/icu4c/source/common/
H A Ducmndata.cpp126 int32_t start=0; in offsetTOCPrefixBinarySearch() local
129 * Remember the shared prefix between s, start and limit, in offsetTOCPrefixBinarySearch()
131 * The shared prefix should get longer as we narrow the [start, limit[ range. in offsetTOCPrefixBinarySearch()
140 * both the start and limit indexes have moved. in offsetTOCPrefixBinarySearch()
141 * At the same time, we find if s is one of the start and (limit-1) names, in offsetTOCPrefixBinarySearch()
147 ++start; in offsetTOCPrefixBinarySearch()
152 while(start<limit) { in offsetTOCPrefixBinarySearch()
153 int32_t i=(start+limit)/2; in offsetTOCPrefixBinarySearch()
162 start=i+1; in offsetTOCPrefixBinarySearch()
171 int32_t start in pointerTOCPrefixBinarySearch() local
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/normalizer/
H A DNormalizerBuilder.java149 int start = 0; in buildDecompositionTables()
151 value = Integer.parseInt(line.substring(start,end),16); in buildDecompositionTables()
155 end = line.indexOf(';',start=end+1); // name in buildDecompositionTables()
156 /*String name = line.substring(start,end);*/ in buildDecompositionTables()
157 end = line.indexOf(';',start=end+1); // general category in buildDecompositionTables()
158 end = line.indexOf(';',start=end+1); // canonical class in buildDecompositionTables()
162 int cc = Integer.parseInt(line.substring(start,end)); in buildDecompositionTables()
165 end = line.indexOf(';',start=end+1); // BIDI in buildDecompositionTables()
166 end = line.indexOf(';',start=end+1); // decomp in buildDecompositionTables()
172 if (start ! in buildDecompositionTables()
[all...]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
H A DNormalizerBuilder.java148 int start = 0; in buildDecompositionTables()
150 value = Integer.parseInt(line.substring(start,end),16); in buildDecompositionTables()
154 end = line.indexOf(';',start=end+1); // name in buildDecompositionTables()
155 /*String name = line.substring(start,end);*/ in buildDecompositionTables()
156 end = line.indexOf(';',start=end+1); // general category in buildDecompositionTables()
157 end = line.indexOf(';',start=end+1); // canonical class in buildDecompositionTables()
161 int cc = Integer.parseInt(line.substring(start,end)); in buildDecompositionTables()
164 end = line.indexOf(';',start=end+1); // BIDI in buildDecompositionTables()
165 end = line.indexOf(';',start=end+1); // decomp in buildDecompositionTables()
171 if (start ! in buildDecompositionTables()
[all...]
/third_party/icu/icu4c/source/common/unicode/
H A Dmessagepattern.h691 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
692 * @param start The index of some Part data (0..countParts()-1);
694 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
695 * or start itself if getPartType(msgStart)!=ARG|MSG_START.
698 int32_t getLimitPartIndex(int32_t start) const { in getLimitPartIndex()
699 int32_t limit=getPart(start).limitPartIndex; in getLimitPartIndex()
700 if(limit<start) { in getLimitPartIndex()
701 return start; in getLimitPartIndex()
708 * There is a part for the start and end of a message or argument,
862 static int32_t parseArgNumber(const UnicodeString &s, int32_t start, int32_
864 parseArgNumber(int32_t start, int32_t limit) parseArgNumber() argument
[all...]
/third_party/libuv/test/
H A Drunner.c170 /* If it's a helper the user asks for, start it directly. */ in run_test()
194 "Process `%s` failed to start.", in run_test()
202 /* Now start the test itself. */ in run_test()
218 "Process `%s` failed to start.", in run_test()
416 const char* start; in print_lines() local
419 start = buffer; in print_lines()
420 while ((end = memchr(start, '\n', &buffer[size] - start))) { in print_lines()
422 fwrite(start, 1, (int)(end - start), strea in print_lines()
[all...]
/third_party/node/deps/icu-small/source/common/
H A Ducmndata.cpp126 int32_t start=0; in offsetTOCPrefixBinarySearch() local
129 * Remember the shared prefix between s, start and limit, in offsetTOCPrefixBinarySearch()
131 * The shared prefix should get longer as we narrow the [start, limit[ range. in offsetTOCPrefixBinarySearch()
140 * both the start and limit indexes have moved. in offsetTOCPrefixBinarySearch()
141 * At the same time, we find if s is one of the start and (limit-1) names, in offsetTOCPrefixBinarySearch()
147 ++start; in offsetTOCPrefixBinarySearch()
152 while(start<limit) { in offsetTOCPrefixBinarySearch()
153 int32_t i=(start+limit)/2; in offsetTOCPrefixBinarySearch()
162 start=i+1; in offsetTOCPrefixBinarySearch()
171 int32_t start in pointerTOCPrefixBinarySearch() local
[all...]
/third_party/node/deps/icu-small/source/common/unicode/
H A Dmessagepattern.h691 * Returns the index of the ARG|MSG_LIMIT part corresponding to the ARG|MSG_START at start.
692 * @param start The index of some Part data (0..countParts()-1);
694 * @return The first i>start where getPart(i).getType()==ARG|MSG_LIMIT at the same nesting level,
695 * or start itself if getPartType(msgStart)!=ARG|MSG_START.
698 int32_t getLimitPartIndex(int32_t start) const { in getLimitPartIndex()
699 int32_t limit=getPart(start).limitPartIndex; in getLimitPartIndex()
700 if(limit<start) { in getLimitPartIndex()
701 return start; in getLimitPartIndex()
708 * There is a part for the start and end of a message or argument,
862 static int32_t parseArgNumber(const UnicodeString &s, int32_t start, int32_
864 parseArgNumber(int32_t start, int32_t limit) parseArgNumber() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_texture.c235 unsigned start, unsigned nr, in fd4_set_sampler_views()
261 astc_srgb |= (1 << (start + i)); in fd4_set_sampler_views()
262 sampler_swizzles[start + i] = view->swizzle >> 4; in fd4_set_sampler_views()
270 sampler_swizzles[start + i] |= 0x1000; in fd4_set_sampler_views()
273 sampler_swizzles[start + i] |= 0x2000; in fd4_set_sampler_views()
276 sampler_swizzles[start + i] |= 0x3000; in fd4_set_sampler_views()
279 sampler_swizzles[start + i] |= 0x4000; in fd4_set_sampler_views()
288 fd_set_sampler_views(pctx, shader, start, nr, unbind_num_trailing_slots, in fd4_set_sampler_views()
292 astc_srgb &= ~(1 << (start + nr + i)); in fd4_set_sampler_views()
293 sampler_swizzles[start in fd4_set_sampler_views()
234 fd4_set_sampler_views(struct pipe_context *pctx, enum pipe_shader_type shader, unsigned start, unsigned nr, unsigned unbind_num_trailing_slots, bool take_ownership, struct pipe_sampler_view **views) fd4_set_sampler_views() argument
[all...]
/third_party/skia/src/core/
H A DSkPath_serial.cpp62 unsigned start; in writeToMemoryAsRRect() local
63 if (fPathRef->isOval(&oval, &isCCW, &start)) { in writeToMemoryAsRRect()
65 // Convert to rrect start indices. in writeToMemoryAsRRect()
66 start *= 2; in writeToMemoryAsRRect()
67 } else if (!fPathRef->isRRect(&rrect, &isCCW, &start)) { in writeToMemoryAsRRect()
71 // packed header, rrect, start index. in writeToMemoryAsRRect()
86 buffer.write32(SkToS32(start)); in writeToMemoryAsRRect()
175 int32_t start; in readAsRRect() local
189 if (!buffer.readS32(&start) || start ! in readAsRRect()
[all...]

Completed in 20 milliseconds

1...<<31323334353637383940>>...298