Home
last modified time | relevance | path

Searched refs:skip (Results 1076 - 1100 of 1160) sorted by relevance

1...<<41424344454647

/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc1970 // here to skip any gap. in AssembleArchInstruction()
3581 Label skip; in AssembleConstructFrame() local
3583 __ bgt(&skip); in AssembleConstructFrame()
3585 __ bind(&skip); in AssembleConstructFrame()
/third_party/node/deps/v8/src/builtins/x64/
H A Dbuiltins-x64.cc136 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
249 // Set up pointer to first argument (skip receiver). in Generate_JSConstructStubGeneric()
1095 // increased it to skip the wide / extra-wide prefix bytecode. in AdvanceBytecodeOffsetOrReturn()
4368 Label skip; in Generate_CEntry() local
4370 __ j(zero, &skip, Label::kNear); in Generate_CEntry()
4372 __ bind(&skip); in Generate_CEntry()
4806 // +3 is to skip prolog, return address and name handle. in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/arm64/
H A Dbuiltins-arm64.cc1200 // increased it to skip the wide / extra-wide prefix bytecode. in AdvanceBytecodeOffsetOrReturn()
2081 Label skip; in OnStackReplacement() local
2082 __ CompareTaggedAndBranch(x0, Smi::zero(), ne, &skip); in OnStackReplacement()
2085 __ Bind(&skip); in OnStackReplacement()
3762 // +3 is to skip prolog, return address and name handle. in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/arm/
H A Dbuiltins-arm.cc135 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
245 // Set up pointer to first argument (skip receiver). in Generate_JSConstructStubGeneric()
1018 // increased it to skip the wide / extra-wide prefix bytecode. in AdvanceBytecodeOffsetOrReturn()
1827 Label skip; in OnStackReplacement() local
1829 __ b(ne, &skip); in OnStackReplacement()
1832 __ bind(&skip); in OnStackReplacement()
3261 // +3 is to skip prolog, return address and name handle. in Generate_CallApiGetter()
/third_party/node/deps/v8/src/builtins/riscv64/
H A Dbuiltins-riscv64.cc116 // Set up pointer to first argument (skip receiver). in Generate_JSBuiltinsConstructStubHelper()
233 // Set up pointer to first argument (skip receiver).. in Generate_JSConstructStubGeneric()
1055 // increased it to skip the wide / extra-wide prefix bytecode. in AdvanceBytecodeOffsetOrReturn()
1206 // `undefined` in the accumulator register, to skip the load in the baseline in Generate_BaselineOutOfLinePrologue()
2674 Label skip; in Generate_ConstructBoundFunction() local
2679 __ Branch(&skip, ne, scratch, Operand(zero_reg), Label::Distance::kNear); in Generate_ConstructBoundFunction()
2683 __ bind(&skip); in Generate_ConstructBoundFunction()
3439 // +3 is to skip prolog, return address and name handle. in Generate_CallApiGetter()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp857 deUint32 skip,
1670 deUint32 skip,
1694 if (((ndxCount + 1) % skip) == 0)
/third_party/skia/third_party/externals/imgui/
H A Dimstb_truetype.h168 // If that sounds good enough, skip the next paragraph.
652 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip);
653 // If skip != 0, this tells stb_truetype to skip any codepoints for which
654 // there is no corresponding glyph. If skip=0, which is the default, then
1750 ++i; // we're using point i+1 as the starting point, so skip it in stbtt__GetGlyphShapeTT()
3360 // skip the edge if horizontal
3845 STBTT_DEF void stbtt_PackSetSkipMissingCodepoints(stbtt_pack_context *spc, int skip)
3847 spc->skip_missing = skip;
/third_party/protobuf/src/google/protobuf/
H A Dmap_test.cc465 static void TestOldVersusNewIterator(int skip, Map<int, int>* m) { in TestOldVersusNewIterator() argument
468 for (int i = 0; i < skip && it != m->end(); it++, i++) { in TestOldVersusNewIterator()
472 GOOGLE_LOG(INFO) << "skip=" << skip << ", old->first=" << old->first; in TestOldVersusNewIterator()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmTypeTests.cpp858 deUint32 skip,
1672 deUint32 skip,
1696 if (((ndxCount + 1) % skip) == 0)
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Devents.c560 " skip RSN IE - parse failed"); in wpa_supplicant_ssid_bss_match()
581 " skip RSN IE - proto mismatch"); in wpa_supplicant_ssid_bss_match()
588 " skip RSN IE - PTK cipher mismatch"); in wpa_supplicant_ssid_bss_match()
595 " skip RSN IE - GTK cipher mismatch"); in wpa_supplicant_ssid_bss_match()
603 " skip RSN IE - group mgmt cipher mismatch"); in wpa_supplicant_ssid_bss_match()
610 " skip RSN IE - key mgmt mismatch"); in wpa_supplicant_ssid_bss_match()
620 " skip RSN IE - no mgmt frame protection"); in wpa_supplicant_ssid_bss_match()
629 " skip RSN IE - no mgmt frame protection enabled but AP requires it"); in wpa_supplicant_ssid_bss_match()
639 " skip RSN IE - no mgmt frame protection enabled on MBO AP"); in wpa_supplicant_ssid_bss_match()
655 " skip in wpa_supplicant_ssid_bss_match()
1985 int skip; wpas_select_network_from_last_scan() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dvp9.c900 * as explicit copies if the fw update is missing (and skip the copy upon in decode_frame_header()
969 s->prob.p.skip[i] = update_prob(&s->c, s->prob.p.skip[i]); in decode_frame_header()
/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2125 // start of the subject string. We can thus skip both at-start and in EmitHat()
2132 // The start of input counts as a newline in this context, so skip to ok if in EmitHat()
2220 // start of the subject string. We can thus skip both at-start and in BacktrackIfPrevious()
2869 // can safely skip forwards by the number of characters in the range.
2890 const int skip = max_lookahead + 1 - min_lookahead; in GetSkipTable() local
2891 return skip; in GetSkipTable()
3420 // number first and skip the empty check if it's not enough. in Emit()
/third_party/node/deps/openssl/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl884 SUB B0,1,B0 ; skip last round
885 || ADD B30,A0,$KPA ; skip first round
/third_party/openssl/crypto/aes/asm/
H A Daes-c64xplus.pl884 SUB B0,1,B0 ; skip last round
885 || ADD B30,A0,$KPA ; skip first round
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_shading_rate/
H A DvktAttachmentRateTests.cpp1129 // fragment not covered by primitive, skip it in verifyUsingAtomicChecks()
1201 // if checks failed skip checking other tile sizes in verifyUsingAtomicChecks()
1295 // skip tile sizes that have unsuported aspect ratio in runComputeShaderMode()
1441 // skip tile sizes that have unsuported aspect ratio in runFragmentShaderMode()
1599 // skip tile sizes that have unsuported aspect ratio in runCopyMode()
1856 // skip tile sizes that have unsuported aspect ratio in runCopyModeOnTransferQueue()
2085 // skip tile sizes that have unsuported aspect ratio in runFillLinearTiledImage()
2731 const auto skip = strlen("VK_IMAGE_LAYOUT_"); in createAttachmentRateTests() local
2736 const std::string layoutName = de::toLower(de::toString(layout).substr(skip)); in createAttachmentRateTests()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dhostapd.c2949 goto skip; in hostapd_config_alloc()
2965 skip: in hostapd_config_alloc()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dhostapd.c2725 goto skip; in hostapd_config_alloc()
2741 skip: in hostapd_config_alloc()
/third_party/python/Lib/test/
H A Dtest_descr.py224 def number_operators(self, a, b, skip=[]):
228 if name not in skip:
235 if name not in skip:
265 self.number_operators(100.0j, 3.0j, skip=['lt', 'le', 'gt', 'ge',
/third_party/json/tests/src/
H A Dunit-msgpack.cpp1599 TEST_CASE("MessagePack roundtrips" * doctest::skip())
/third_party/node/
H A DMakefile310 --skip-tests=$(CI_SKIP_TESTS) \
1012 # Supply SKIP_XZ=1 to explicitly skip .tar.xz creation
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_astc.cpp520 void skip(int size) in skip() function
523 printf("skip offset=%d size=%d\n", offset, size); in skip()
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm_avx2/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/config/archs/linux32-s390x/asm/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0
/third_party/node/deps/openssl/config/archs/linux64-s390x/asm_avx2/crypto/sha/
H A Dsha1-s390x.S7 .skip 48 #.long 0,0,0,0,0,0,0,0,0,0,0,0

Completed in 107 milliseconds

1...<<41424344454647