/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-assembler-s390-inl.h | 224 __ CommentForOffHeapTrampoline("tail call", builtin)); in TailCallBuiltin() 454 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() 456 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-assembler-riscv64-inl.h | 130 __ CommentForOffHeapTrampoline("tail call", builtin)); in TailCallBuiltin() 319 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() 321 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-assembler-mips64-inl.h | 132 __ CommentForOffHeapTrampoline("tail call", builtin)); in TailCallBuiltin() 327 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() 329 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-assembler-arm-inl.h | 144 __ CommentForOffHeapTrampoline("tail call", builtin)); in TailCallBuiltin() 337 static void Pop(BaselineAssembler* basm, Register reg, T... tail) { in Pop() 339 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-assembler-arm64-inl.h | 152 // landing pads for CPP builtins. In order to allow tail calling to those in TailCallBuiltin() 155 // `bti j`) landing pads for the tail-called code. in TailCallBuiltin() 402 T... tail) { in Pop() 404 PopAllHelper<T...>::Pop(basm, tail...); in Pop()
|
/third_party/node/deps/openssl/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 724 goto tail; in rsa_ossl_mod_exp() 912 tail: in rsa_ossl_mod_exp()
|
/third_party/skia/src/gpu/ |
H A D | GrDrawOpAtlas.cpp | 338 Plot* plot = fPages[pageIdx].fPlotList.tail(); in addToAtlas() 375 Plot* currentPlot = fPages[pageIdx].fPlotList.tail(); in addToAtlas()
|
/third_party/openssl/crypto/rsa/ |
H A D | rsa_ossl.c | 724 goto tail; in rsa_ossl_mod_exp() 912 tail: in rsa_ossl_mod_exp()
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
H A D | loop_unroller.cpp | 395 Instruction& original_conditional_branch = *loop_condition_block_->tail(); in PartiallyUnrollResidualFactor() 686 // As the algorithm copies the original loop blocks exactly, the tail of the in CopyBody() 749 Instruction& old_branch = *condition_block->tail(); in FoldConditionBlock()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
H A D | loop_unroller.cpp | 395 Instruction& original_conditional_branch = *loop_condition_block_->tail(); in PartiallyUnrollResidualFactor() 686 // As the algorithm copies the original loop blocks exactly, the tail of the in CopyBody() 749 Instruction& old_branch = *condition_block->tail(); in FoldConditionBlock()
|
/third_party/optimized-routines/math/test/ |
H A D | ulp.c | 136 /* result = y + tail*2^ulpexp. */ 140 double tail; member 149 double tail; member
|
/third_party/spirv-tools/source/opt/ |
H A D | loop_unroller.cpp | 394 Instruction& original_conditional_branch = *loop_condition_block_->tail(); in PartiallyUnrollResidualFactor() 685 // As the algorithm copies the original loop blocks exactly, the tail of the in CopyBody() 748 Instruction& old_branch = *condition_block->tail(); in FoldConditionBlock()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 631 const char *tail = "</e:propertyset>\n"; in subscription_first_event() local 673 wpabuf_put_str(buf, tail); in subscription_first_event()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 653 const char *tail = "</e:propertyset>\n"; in subscription_first_event() local 695 wpabuf_put_str(buf, tail); in subscription_first_event()
|
/third_party/node/deps/v8/src/compiler/backend/ |
H A D | register-allocator.cc | 1239 UseInterval* tail = nullptr; in MergeDisjointIntervals() local 1249 if (tail == nullptr) { in MergeDisjointIntervals() 1252 tail->set_next(current); in MergeDisjointIntervals() 1254 tail = current; in MergeDisjointIntervals() 3089 // tail that we might have split off when we reloaded/spilled it in SpillNotLiveRanges() 3187 LiveRange* tail = SplitRangeAt(range, new_end); in AssignRegisterOnReload() local 3188 AddToUnhandled(tail); in AssignRegisterOnReload() 4216 LiveRange* tail = SplitRangeAt(current, gap_pos); in TryAllocateFreeReg() 4217 AddToUnhandled(tail); in TryAllocateFreeReg() 4384 LiveRange* tail in AllocateBlockedReg() local [all...] |
/third_party/skia/third_party/externals/libwebp/swig/ |
H A D | libwebp_python_wrap.c | 5214 PyObject *tail; in swig_varlink_str() local 5218 tail = PyUnicode_FromString(var->name); in swig_varlink_str() 5219 joined = PyUnicode_Concat(str, tail); in swig_varlink_str() 5221 Py_DecRef(tail); in swig_varlink_str() 5224 tail = PyUnicode_InternFromString(", "); in swig_varlink_str() 5225 joined = PyUnicode_Concat(str, tail); in swig_varlink_str() 5227 Py_DecRef(tail); in swig_varlink_str() 5231 tail = PyUnicode_InternFromString(")"); in swig_varlink_str() 5232 joined = PyUnicode_Concat(str, tail); in swig_varlink_str() 5234 Py_DecRef(tail); in swig_varlink_str() [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A D | ohos_gen_framework.py | 443 starCount = typeNode.tail.count('*') 449 'const' in typeNode.tail, 450 nameNode.tail 644 nameTail = nameNode.tail 654 pointer = memberTypeNode.tail.strip() if memberTypeNode.tail is not None else None 678 value = typeNode.find("type").tail
|
/third_party/curl/tests/ |
H A D | runtests.pl | 2670 my @tail; 2679 push @tail, " $line\n"; 2688 if(@tail) { 2691 my $tailtotal = scalar @tail; 2697 logmsg "$tail[$_]";
|
/third_party/ffmpeg/libavformat/ |
H A D | mux.c | 870 if (compare(s, &si->packet_buffer.tail->pkt, pkt)) { in ff_interleave_add_packet() 878 next_point = &(si->packet_buffer.tail->next); in ff_interleave_add_packet() 883 si->packet_buffer.tail = this_pktl; in ff_interleave_add_packet() 1013 si->packet_buffer.tail = NULL; in ff_interleave_packet_per_dts()
|
/third_party/node/deps/brotli/c/enc/ |
H A D | encode.c | 882 has a `tail' that holds a copy of the beginning,) so we in CopyInputToRingBuffer() 893 The ring-buffer has a "tail" that holds a copy of the beginning, in CopyInputToRingBuffer() 896 in this tail (where index may be larger than mask), so that in CopyInputToRingBuffer() 1792 uint64_t tail = available_in; in UpdateSizeHint() local 1795 if ((delta >= limit) || (tail >= limit) || ((delta + tail) >= limit)) { in UpdateSizeHint() 1798 total = (uint32_t)(delta + tail); in UpdateSizeHint()
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 277 CharList *tail; in main() local 482 tail = nullptr; in main() 484 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); in main() 2071 CharList *l, *tail = nullptr, *tail2 = nullptr; in loadLists() local 2160 o->files = pkg_appendToList(o->files, &tail, uprv_strdup(linePtr)); in loadLists()
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 277 CharList *tail; in main() local 482 tail = NULL; in main() 484 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); in main() 2067 CharList *l, *tail = NULL, *tail2 = NULL; in loadLists() local 2156 o->files = pkg_appendToList(o->files, &tail, uprv_strdup(linePtr)); in loadLists()
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 277 CharList *tail; in main() local 482 tail = NULL; in main() 484 o.fileListFiles = pkg_appendToList(o.fileListFiles, &tail, uprv_strdup(argv[n])); in main() 2067 CharList *l, *tail = NULL, *tail2 = NULL; in loadLists() local 2156 o->files = pkg_appendToList(o->files, &tail, uprv_strdup(linePtr)); in loadLists()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | encode.c | 882 has a `tail' that holds a copy of the beginning,) so we in CopyInputToRingBuffer() 893 The ring-buffer has a "tail" that holds a copy of the beginning, in CopyInputToRingBuffer() 896 in this tail (where index may be larger than mask), so that in CopyInputToRingBuffer() 1792 uint64_t tail = available_in; in UpdateSizeHint() local 1795 if ((delta >= limit) || (tail >= limit) || ((delta + tail) >= limit)) { in UpdateSizeHint() 1798 total = (uint32_t)(delta + tail); in UpdateSizeHint()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord_ring_test.cc | 140 } while ((pos = r->advance(pos)) != r->tail()); in ToFlats() 181 } while ((pos = r->advance(pos)) != r->tail()); in ToRawFlats() 193 } while ((pos = r->advance(pos)) != r->tail()); in ToString() 631 EXPECT_THAT(result->tail(), Eq(1)); in TEST_P()
|