Home
last modified time | relevance | path

Searched refs:to_check (Results 1 - 18 of 18) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dstring-comparator.cc51 int to_check = std::min(state_1_.length_, state_2_.length_); in Equals() local
52 DCHECK(to_check > 0 && to_check <= length); in Equals()
56 is_equal = Equals<uint8_t, uint8_t>(&state_1_, &state_2_, to_check); in Equals()
58 is_equal = Equals<uint8_t, uint16_t>(&state_1_, &state_2_, to_check); in Equals()
62 is_equal = Equals<uint16_t, uint8_t>(&state_1_, &state_2_, to_check); in Equals()
64 is_equal = Equals<uint16_t, uint16_t>(&state_1_, &state_2_, to_check); in Equals()
69 length -= to_check; in Equals()
72 state_1_.Advance(to_check, access_guard); in Equals()
73 state_2_.Advance(to_check, access_guar in Equals()
[all...]
H A Dstring-comparator.h56 static inline bool Equals(State* state_1, State* state_2, int to_check) { in Equals() argument
59 return CompareCharsEqual(a, b, to_check); in Equals()
/third_party/node/deps/openssl/openssl/ssl/record/
H A Dtls_pad.c123 size_t padding_length, to_check, i; in tls1_cbc_remove_padding_and_mac() local
154 to_check = 256; /* maximum amount of padding, inc length byte. */ in tls1_cbc_remove_padding_and_mac()
155 if (to_check > *reclen) in tls1_cbc_remove_padding_and_mac()
156 to_check = *reclen; in tls1_cbc_remove_padding_and_mac()
158 for (i = 0; i < to_check; i++) { in tls1_cbc_remove_padding_and_mac()
/third_party/openssl/ssl/record/
H A Dtls_pad.c123 size_t padding_length, to_check, i; in tls1_cbc_remove_padding_and_mac() local
154 to_check = 256; /* maximum amount of padding, inc length byte. */ in tls1_cbc_remove_padding_and_mac()
155 if (to_check > *reclen) in tls1_cbc_remove_padding_and_mac()
156 to_check = *reclen; in tls1_cbc_remove_padding_and_mac()
158 for (i = 0; i < to_check; i++) { in tls1_cbc_remove_padding_and_mac()
/third_party/ltp/testcases/kernel/syscalls/splice/
H A Dsplice02.c58 size_t page_size, to_check, block, blocks, i, fail = 0; in do_child() local
95 to_check = (block+1) * page_size < (unsigned long)st.st_size ? in do_child()
98 for (i = 0; i < to_check; i++) { in do_child()
/third_party/vixl/tools/
H A Dclang_tidy.py136 to_check = FilterFiles(files)
137 printer.Print("clang-tidy: %d files to check" % len(to_check))
141 for file in to_check:
/third_party/skia/third_party/externals/freetype/src/sdf/
H A Dftbsdf.c300 to_check = dm + y_offset * w + x_offset; \
301 if ( to_check->alpha == 0 ) \
317 ED* to_check = NULL; in bsdf_is_edge() local
853 ED* to_check; in compare_neighbor() local
858 to_check = current + ( y_offset * width ) + x_offset; in compare_neighbor()
872 dist = to_check->dist - ONE; in compare_neighbor()
876 dist_vec = to_check->near; in compare_neighbor()
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp468 std::queue<uint32_t> to_check; in GetProblematicInstructionsIfConditionalCanBeFlattened() local
470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
473 while (!to_check.empty()) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
474 uint32_t block_id = to_check.front(); in GetProblematicInstructionsIfConditionalCanBeFlattened()
475 to_check.pop(); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp468 std::queue<uint32_t> to_check; in GetProblematicInstructionsIfConditionalCanBeFlattened() local
470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
473 while (!to_check.empty()) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
474 uint32_t block_id = to_check.front(); in GetProblematicInstructionsIfConditionalCanBeFlattened()
475 to_check.pop(); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_flatten_conditional_branch.cpp468 std::queue<uint32_t> to_check; in GetProblematicInstructionsIfConditionalCanBeFlattened() local
470 [&to_check](uint32_t label) { to_check.push(label); }); in GetProblematicInstructionsIfConditionalCanBeFlattened()
473 while (!to_check.empty()) { in GetProblematicInstructionsIfConditionalCanBeFlattened()
474 uint32_t block_id = to_check.front(); in GetProblematicInstructionsIfConditionalCanBeFlattened()
475 to_check.pop(); in GetProblematicInstructionsIfConditionalCanBeFlattened()
566 to_check.push(block->terminator()->GetSingleWordInOperand(0)); in GetProblematicInstructionsIfConditionalCanBeFlattened()
/third_party/node/deps/v8/tools/testrunner/objects/
H A Dtestcase.py486 to_check = [self._get_source_path()]
488 while to_check:
489 next_resource = to_check.pop()
495 to_check.append(resource)
/third_party/gn/src/gn/
H A Dcommand_check.cc266 const std::vector<const Target*>& to_check, in CheckPublicHeaders()
276 header_checker->Run(to_check, force_check, &header_errors); in CheckPublicHeaders()
264 CheckPublicHeaders(const BuildSettings* build_settings, const std::vector<const Target*>& all_targets, const std::vector<const Target*>& to_check, bool force_check, bool check_generated, bool check_system) CheckPublicHeaders() argument
H A Dsetup.cc573 std::vector<const Target*> to_check;
576 &to_check);
579 &to_check);
581 to_check = all_targets;
584 if (!commands::CheckPublicHeaders(&build_settings_, all_targets, to_check,
H A Dheader_checker.h59 // Runs the check. The targets in to_check will be checked.
67 bool Run(const std::vector<const Target*>& to_check,
H A Dheader_checker.cc134 bool HeaderChecker::Run(const std::vector<const Target*>& to_check, in Run() argument
138 for (auto* check : to_check) { in Run()
H A Dcommands.h279 // all_targets, and the specific targets to check should be in to_check.
292 const std::vector<const Target*>& to_check,
/third_party/icu/vendor/double-conversion/upstream/test/cctest/
H A Dtest-strtod.cc1096 double to_check) { in CheckDouble()
1101 if (to_check == 0.0) { in CheckDouble()
1108 if (to_check == Double::Infinity()) { in CheckDouble()
1115 Double d(to_check); in CheckDouble()
1182 float to_check) { in CheckFloat()
1187 if (to_check == 0.0) { in CheckFloat()
1194 if (to_check == static_cast<float>(Double::Infinity())) { in CheckFloat()
1201 Single s(to_check); in CheckFloat()
1094 CheckDouble(Vector<const char> buffer, int exponent, double to_check) CheckDouble() argument
1180 CheckFloat(Vector<const char> buffer, int exponent, float to_check) CheckFloat() argument
/third_party/node/deps/v8/src/heap/
H A Dheap.cc3436 explicit LeftTrimmerVerifierRootVisitor(FixedArrayBase to_check) in LeftTrimmerVerifierRootVisitor() argument
3437 : to_check_(to_check) {} in LeftTrimmerVerifierRootVisitor()

Completed in 25 milliseconds