/third_party/libwebsockets/lib/misc/ |
H A D | lws-struct-sqlite.c | 454 char s[2048], *p = s, *end = &s[sizeof(s) - 1], in lws_struct_sq3_create_table() local 457 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), in lws_struct_sq3_create_table() 466 if (subsequent && (end - p) > 4) { in lws_struct_sq3_create_table() 473 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s blob", map->colname); in lws_struct_sq3_create_table() 480 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s integer%s", in lws_struct_sq3_create_table() 485 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), "%s varchar", in lws_struct_sq3_create_table() 492 p += lws_snprintf(p, (unsigned int)lws_ptr_diff(end, p), ");"); in lws_struct_sq3_create_table()
|
/third_party/libuv/src/unix/ |
H A D | signal.c | 458 size_t bytes, end, i; in uv__signal_event() local 462 end = 0; in uv__signal_event() 494 /* `end` is rounded down to a multiple of sizeof(uv__signal_msg_t). */ in uv__signal_event() 495 end = (bytes / sizeof(uv__signal_msg_t)) * sizeof(uv__signal_msg_t); in uv__signal_event() 497 for (i = 0; i < end; i += sizeof(uv__signal_msg_t)) { in uv__signal_event() 512 bytes -= end; in uv__signal_event() 518 memmove(buf, buf + end, bytes); in uv__signal_event() 521 } while (end == sizeof buf); in uv__signal_event() 528 /* Compare signums first so all watchers with the same signnum end up in uv__signal_compare()
|
/third_party/lzma/CPP/7zip/Common/ |
H A D | MultiOutStream.cpp | 171 if (_length <= s.Start) // we don't close streams after the end, because we still can write them later
427 have very big number of empty streams at the end of Streams[] list.
762 Z7_COM7F_IMF(CMultiOutStream::SetRestriction(UInt64 begin, UInt64 end))
in SetRestriction() argument 766 // begin = end = 0; // for debug
in SetRestriction() 768 PRF(printf("\n==================== CMultiOutStream::SetRestriction %u, %u\n", (unsigned)begin, (unsigned)end));
in SetRestriction() 769 if (begin > end)
in SetRestriction() 776 end = begin; // non-restricted
in SetRestriction() 777 end = (UInt64)(Int64)-1; // saturation:
in SetRestriction() 784 _restrict_End = end;
in SetRestriction() 792 if (begin != end) // i in SetRestriction() [all...] |
/third_party/mbedtls/library/ |
H A D | ecdh.c | 372 const unsigned char *end) in ecdh_read_params_internal() 375 (size_t) (end - *buf)); in ecdh_read_params_internal() 387 const unsigned char *end) in mbedtls_ecdh_read_params() 391 if ((ret = mbedtls_ecp_tls_read_group_id(&grp_id, buf, (size_t) (end - *buf))) in mbedtls_ecdh_read_params() 401 return ecdh_read_params_internal(ctx, buf, end); in mbedtls_ecdh_read_params() 407 buf, end); in mbedtls_ecdh_read_params() 411 buf, end); in mbedtls_ecdh_read_params() 370 ecdh_read_params_internal(mbedtls_ecdh_context_mbed *ctx, const unsigned char **buf, const unsigned char *end) ecdh_read_params_internal() argument 385 mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, const unsigned char **buf, const unsigned char *end) mbedtls_ecdh_read_params() argument
|
/third_party/nghttp2/src/ |
H A D | shrpx_api_downstream_connection.cc | 136 p = std::copy(std::begin(M1), std::end(M1), p); in send_reply() 137 p = std::copy(std::begin(api_status_str), std::end(api_status_str), p); in send_reply() 138 p = std::copy(std::begin(M2), std::end(M2), p); in send_reply() 140 p = std::copy(std::begin(data), std::end(data), p); in send_reply() 141 p = std::copy(std::begin(M3), std::end(M3), p); in send_reply() 198 std::find(std::begin(req.path), std::end(req.path), '?')}; in push_request_headers() 290 p = std::copy(std::begin(s), std::end(s), p); in error_method_not_allowed()
|
H A D | shrpx_router.cc | 45 auto itr = std::lower_bound(std::begin(node->next), std::end(node->next), c, in find_next_node() 48 if (itr == std::end(node->next) || (*itr)->s[0] != c) { in find_next_node() 58 auto itr = std::lower_bound(std::begin(node->next), std::end(node->next), in add_next_node() 285 // We allow match without trailing "/" at the end of pattern. in match_partial() 318 node = match_complete(&offset, &root_, std::begin(host), std::end(host)); in match() 325 std::end(path)); in match() 337 node = match_complete(&offset, &root_, std::begin(s), std::end(s)); in match() 398 ::shrpx::match_prefix(nread, *last_node, std::begin(s), std::end(s)); in match_prefix()
|
/third_party/ninja/src/ |
H A D | manifest_parser.cc | 366 for (vector<EvalString>::iterator i = ins.begin(); i != ins.end(); ++i) { in ParseEdge() 379 v != validations.end(); ++v) { in ParseEdge() 396 remove(edge->inputs_.begin(), edge->inputs_.end(), out); in ParseEdge() 397 if (new_end != edge->inputs_.end()) { in ParseEdge() 398 edge->inputs_.erase(new_end, edge->inputs_.end()); in ParseEdge() 417 std::find(edge->inputs_.begin(), edge->inputs_.end(), edge->dyndep_); in ParseEdge() 418 if (dgi == edge->inputs_.end()) { in ParseEdge()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | propsvec.cpp | 155 UChar32 start, UChar32 end, in upvec_setValue() 169 start<0 || start>end || end>UPVEC_MAX_CP || in upvec_setValue() 179 limit=end+1; in upvec_setValue() 190 lastRow=_findRow(pv, end); in upvec_setValue() 499 UChar32 start, UChar32 end, in upvec_compactToUTrie2Handler() 506 utrie2_setRange32(toUTrie2->trie, start, end, (uint32_t)rowIndex, true, pErrorCode); in upvec_compactToUTrie2Handler() 154 upvec_setValue(UPropsVectors *pv, UChar32 start, UChar32 end, int32_t column, uint32_t value, uint32_t mask, UErrorCode *pErrorCode) upvec_setValue() argument 498 upvec_compactToUTrie2Handler(void *context, UChar32 start, UChar32 end, int32_t rowIndex, uint32_t *row, int32_t columns, UErrorCode *pErrorCode) upvec_compactToUTrie2Handler() argument
|
/third_party/node/deps/npm/node_modules/@sigstore/protobuf-specs/dist/__generated__/ |
H A D | sigstore_common.js | 514 return { start: undefined, end: undefined }; 520 end: isSet(object.end) ? fromJsonTimestamp(object.end) : undefined, 526 message.end !== undefined && (obj.end = message.end.toISOString());
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | writesrc.cpp | 417 UChar32 end = it.getCodepointEnd(); in usrc_writeUnicodeSet() local 418 fprintf(f, " [0x%x, 0x%x],\n", start, end); in usrc_writeUnicodeSet() 435 UChar32 start = 0, end; in usrc_writeUCPMap() local 439 while ((end = ucpmap_getRange(pMap, start, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value)) >= 0) { in usrc_writeUCPMap() 442 fprintf(f, " {a=0x%x, b=0x%x, v=%u, name=\"%s\"},\n", start, end, value, name); in usrc_writeUCPMap() 444 fprintf(f, " {a=0x%x, b=0x%x, v=%u},\n", start, end, value); in usrc_writeUCPMap() 446 start = end + 1; in usrc_writeUCPMap()
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | writesrc.cpp | 408 UChar32 end = it.getCodepointEnd(); in usrc_writeUnicodeSet() local 409 fprintf(f, " [0x%x, 0x%x],\n", start, end); in usrc_writeUnicodeSet() 426 UChar32 start = 0, end; in usrc_writeUCPMap() local 430 while ((end = ucpmap_getRange(pMap, start, UCPMAP_RANGE_NORMAL, 0, nullptr, nullptr, &value)) >= 0) { in usrc_writeUCPMap() 433 fprintf(f, " {a=0x%x, b=0x%x, v=%u, name=\"%s\"},\n", start, end, value, name); in usrc_writeUCPMap() 435 fprintf(f, " {a=0x%x, b=0x%x, v=%u},\n", start, end, value); in usrc_writeUCPMap() 437 start = end + 1; in usrc_writeUCPMap()
|
/third_party/node/deps/v8/src/diagnostics/ |
H A D | disassembler.cc | 192 if (iter != directly_accessed_external_refs_.end()) { in RootRelativeName() 293 const V8NameConverter& converter, byte* begin, byte* end, in DecodeIt() 313 while (pc < end) { in DecodeIt() 463 byte* end, CodeReference code, Address current_pc) { in Decode() 474 end, current_pc); in Decode() 478 return DecodeIt(nullptr, nullptr, os, code, v8NameConverter, begin, end, in Decode() 486 byte* end, CodeReference code, Address current_pc) { 291 DecodeIt(Isolate* isolate, ExternalReferenceEncoder* ref_encoder, std::ostream& os, CodeReference code, const V8NameConverter& converter, byte* begin, byte* end, Address current_pc) DecodeIt() argument 462 Decode(Isolate* isolate, std::ostream& os, byte* begin, byte* end, CodeReference code, Address current_pc) Decode() argument
|
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-server.cc | 174 if (scriptIterator != scripts_.end()) { in GetModuleDebugHandler() 292 if (it != breakpoints_.end()) { in RemoveBreakpoint() 318 if (isolate_delegates_.find(isolate) == isolate_delegates_.end()) { in AddIsolate() 327 if (it != isolate_delegates_.end()) { in RemoveIsolate() 328 for (auto it = scripts_.begin(); it != scripts_.end();) { in RemoveIsolate() 343 if (it != isolate_delegates_.end()) { in Suspend() 444 const debug::Location& end) { in IsFunctionBlackboxed() 441 IsFunctionBlackboxed( Local<debug::Script> script, const debug::Location& start, const debug::Location& end) IsFunctionBlackboxed() argument
|
/third_party/node/deps/openssl/openssl/crypto/asn1/ |
H A D | a_time.c | 82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local 103 end = 7; in ossl_asn1_time_to_tm() 128 for (i = 0; i < end; i++) { in ossl_asn1_time_to_tm() 231 for (i = end; i < end + 2; i++) { in ossl_asn1_time_to_tm() 244 if (i == end) in ossl_asn1_time_to_tm() 246 else if (i == end + 1) in ossl_asn1_time_to_tm()
|
/third_party/python/Doc/ |
H A D | make.bat | 80 goto end
125 goto end
167 goto end
180 goto end
187 goto end
191 goto end
193 :end
label
|
/third_party/openssl/crypto/asn1/ |
H A D | a_time.c | 82 int n, i, i2, l, o, min_l = 11, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local 103 end = 7; in ossl_asn1_time_to_tm() 128 for (i = 0; i < end; i++) { in ossl_asn1_time_to_tm() 231 for (i = end; i < end + 2; i++) { in ossl_asn1_time_to_tm() 244 if (i == end) in ossl_asn1_time_to_tm() 246 else if (i == end + 1) in ossl_asn1_time_to_tm()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | Layout.cpp | 245 TField const *const *end, in CommonGlslStructLayoutOf() 255 for (auto iter = begin; iter != end; ++iter) in CommonGlslStructLayoutOf() 379 TField const *const *end, in GlslStructLayoutOf() 390 return CommonGlslStructLayoutOf(begin, end, storage, matrixPacking, maskArray, 1); in GlslStructLayoutOf() 392 return CommonGlslStructLayoutOf(begin, end, storage, matrixPacking, maskArray, 16); in GlslStructLayoutOf() 394 return CommonGlslStructLayoutOf(begin, end, storage, matrixPacking, maskArray, 16); in GlslStructLayoutOf() 396 return CommonGlslStructLayoutOf(begin, end, storage, matrixPacking, maskArray, 1); in GlslStructLayoutOf() 244 CommonGlslStructLayoutOf(TField const *const *begin, TField const *const *end, const TLayoutBlockStorage storage, const TLayoutMatrixPacking matrixPacking, const bool maskArray, const size_t baseAlignment) CommonGlslStructLayoutOf() argument 378 GlslStructLayoutOf(TField const *const *begin, TField const *const *end, TLayoutBlockStorage storage, TLayoutMatrixPacking matrixPacking, bool maskArray) GlslStructLayoutOf() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | EHStreamer.cpp | 93 I = FilterIds.begin(), E = FilterIds.end(); I != E; ++I) { 105 I = LandingPads.begin(), E = LandingPads.end(); I != E; ++I) { 230 // The end label of the previous invoke or nounwind try-range. in computeCallSiteTable() 234 // an ordinary call) between the end of the previous try-range and now. in computeCallSiteTable() 258 if (L == PadMap.end()) in computeCallSiteTable() 318 // If some instruction between the previous try-range and the end of the in computeCallSiteTable() 396 // typeinfo objects at the end of the LSDA. However, unless we're in static in emitExceptionTable() 467 I = CallSites.begin(), E = CallSites.end(); I != E; ++I, ++idx) { in emitExceptionTable() 512 I = CallSites.begin(), E = CallSites.end(); I != E; ++I) { in emitExceptionTable() 565 I = Actions.begin(), E = Actions.end(); in emitExceptionTable() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | VirtRegMap.cpp | 207 } // end anonymous namespace 281 if (!Last.isValid() || SR.segments.back().end > Last) in addLiveInsForSubRanges() 282 Last = SR.segments.back().end; in addLiveInsForSubRanges() 290 // Advance all subrange iterators so that their end position is just in addLiveInsForSubRanges() 291 // behind MBBBegin (or the iterator is at the end). in addLiveInsForSubRanges() 296 while (SRI != SR->end() && SRI->end <= MBBBegin) in addLiveInsForSubRanges() 298 if (SRI == SR->end()) in addLiveInsForSubRanges() 334 for (; I != Indexes->MBBIndexEnd() && I->first < Seg.end; ++I) { in addMBBLiveIns() 499 for (MachineFunction::iterator MBBI = MF->begin(), MBBE = MF->end(); in rewrite() [all...] |
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
H A D | small_vector.h | 81 for (auto it = init_list.begin(); it != init_list.end(); ++it) { in SmallVector() 170 for (auto lit = lhs.begin(); lit != lhs.end(); ++lit, ++rit) { in operator ==() 232 iterator end() { in end() function in spvtools::utils::SmallVector 240 const_iterator end() const { in end() function in spvtools::utils::SmallVector 248 const_iterator cend() const { return end(); } in cend() 274 iterator e = end(); in erase() 345 // places. We start at the end and work backwards, to make sure we do not in insert() 347 for (iterator i = begin() + new_size - 1, j = end() - 1; j >= pos; in insert()
|
/third_party/openssl/crypto/x509/ |
H A D | x509_cmp.c | 325 goto end; in X509_NAME_hash_old() 336 end: in X509_NAME_hash_old() 494 goto end; in X509_chain_check_suiteb() 502 goto end; in X509_chain_check_suiteb() 509 goto end; in X509_chain_check_suiteb() 514 goto end; in X509_chain_check_suiteb() 519 end: in X509_chain_check_suiteb()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
H A D | fuzzer_pass_obfuscate_constants.cpp | 67 std::find(greater_than_opcodes.begin(), greater_than_opcodes.end(), in ObfuscateBoolConstantViaConstantPair() 68 comparison_opcode) != greater_than_opcodes.end(); in ObfuscateBoolConstantViaConstantPair() 259 facts_and_types.first.constant_word().end()); in GetConstantWordsFromUniformsForType() 260 if (std::find(result.begin(), result.end(), words) == result.end()) { in GetConstantWordsFromUniformsForType() 437 skipped_opcode_count.end() in MaybeAddConstantIdUse() 498 skipped_opcode_count.end() in Apply()
|
H A D | transformation_propagate_instruction_down.cpp | 64 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable() 129 successor_ids.begin(), successor_ids.end(), in Apply() 136 assert(it != successor_ids.end() && "Unable to insert OpPhi"); in Apply() 459 successor_ids.begin(), successor_ids.end(), in IsApplicableToBlock() 473 while (it != block->end() && 478 return it == block->end() ? nullptr : &*it; 557 successor_ids.begin(), successor_ids.end(),
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
H A D | fuzzer_pass_obfuscate_constants.cpp | 67 std::find(greater_than_opcodes.begin(), greater_than_opcodes.end(), in ObfuscateBoolConstantViaConstantPair() 68 comparison_opcode) != greater_than_opcodes.end(); in ObfuscateBoolConstantViaConstantPair() 259 facts_and_types.first.constant_word().end()); in GetConstantWordsFromUniformsForType() 260 if (std::find(result.begin(), result.end(), words) == result.end()) { in GetConstantWordsFromUniformsForType() 437 skipped_opcode_count.end() in MaybeAddConstantIdUse() 498 skipped_opcode_count.end() in Apply()
|
H A D | transformation_propagate_instruction_down.cpp | 64 std::all_of(maybe_fresh_ids.begin(), maybe_fresh_ids.end(), in IsApplicable() 129 successor_ids.begin(), successor_ids.end(), in Apply() 136 assert(it != successor_ids.end() && "Unable to insert OpPhi"); in Apply() 459 successor_ids.begin(), successor_ids.end(), in IsApplicableToBlock() 473 while (it != block->end() && 478 return it == block->end() ? nullptr : &*it; 557 successor_ids.begin(), successor_ids.end(),
|