/external/tcpdump/ |
print-lwres.c | 311 goto tail; 583 tail:
|
/external/u-boot/drivers/net/ |
lan91c96.c | 576 byte *tail = (byte *)(net_rx_packets[0] + local 581 *tail++ = (byte) (leftover >> (8 * i)) & 0xff;
|
/external/v8/tools/torque/vim-torque/syntax/ |
torque.vim | 39 syn keyword torqueStatement return tail
|
/external/vboot_reference/tests/futility/ |
test_sign_firmware.sh | 116 tail -4 ${SCRIPTDIR}/data_${base}_expect.txt > ${loemdir}/sha.expect
|
/art/runtime/gc/allocator/ |
rosalloc.h | 137 // We use the tail (kUseTail == true) for the bulk or thread-local free lists to avoid the need to 138 // traverse the list from the head to the tail when merging free lists. 139 // We don't use the tail (kUseTail == false) for the free list to avoid the need to manage the 140 // tail in the allocation fast path for a performance reason. 148 Slot* Tail() const { 242 *tailp = list->Tail(); 249 DCHECK(list->Tail() != nullptr); 250 list->Tail()->SetNext(old_head); 270 Slot* tail = kUseTail ? reinterpret_cast<Slot*>(tail_) : nullptr; local 274 CHECK(tail == nullptr) [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
complexobject.c | 380 for pre or a pointer to a constant. lead and tail
384 char *tail = "";
local 411 tail = ")";
415 len = strlen(lead) + strlen(re) + strlen(im) + strlen(tail) + 2;
421 PyOS_snprintf(buf, len, "%s%s%sj%s", lead, re, im, tail);
[all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
complexobject.c | 376 for pre or a pointer to a constant. lead and tail
380 char *tail = "";
local 407 tail = ")";
411 len = strlen(lead) + strlen(re) + strlen(im) + strlen(tail) + 2;
417 PyOS_snprintf(buf, len, "%s%s%sj%s", lead, re, im, tail);
[all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
antlr.g | [all...] |
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/ |
bld_vlv.sh | 180 gcc_version=$(gcc -v 2>&1 | tail -1 | awk '{print $3}')
|
/external/curl/lib/ |
hash.c | 126 Curl_llist_insert_next(l, l->tail, he, &he->list);
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
basic_block.cpp | 72 auto iter = tail();
|
/external/eigen/Eigen/src/Eigenvalues/ |
ComplexEigenSolver.h | 333 m_eivalues.cwiseAbs().tail(n-i).minCoeff(&k);
|
/external/eigen/Eigen/src/plugins/ |
BlockMethods.h | 949 inline SegmentReturnType tail(Index n) function 957 inline ConstSegmentReturnType tail(Index n) const function 1045 inline typename FixedSegmentReturnType<N>::Type tail(Index n = N) function 1054 inline typename ConstFixedSegmentReturnType<N>::Type tail(Index n = N) const function [all...] |
/external/eigen/test/ |
geo_orthomethods.cpp | 97 v0.tail(size-2).setRandom();
|
sparse_vector.cpp | 134 if (incRows > 0) refVec1.tail(incRows).setZero();
|
/external/grpc-grpc/tools/internal_ci/linux/ |
grpc_publish_packages.sh | 181 tail --lines=+5 "$OLD_INDEX"
|
/external/guava/guava-tests/test/com/google/common/reflect/ |
InvokableTest.java | 571 static <T> Iterable<String> prepend(@NotBlank String first, Iterable<String> tail) { 572 return Iterables.concat(ImmutableList.of(first), tail); 575 Iterable<String> prepend(Iterable<String> tail) 577 return Iterables.concat(Collections.nCopies(times, prefix), tail);
|
/external/iproute2/tc/ |
f_flower.c | 581 struct rtattr *tail; local 597 tail = (struct rtattr *) (((void *) n) + NLMSG_ALIGN(n->nlmsg_len)); 925 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail; [all...] |
/external/libchrome/base/metrics/ |
persistent_memory_allocator.cc | 138 volatile BlockHeader queue; // Empty block for linked-list head/tail. 790 uint32_t tail = shared_meta()->tailptr.load(std::memory_order_acquire); local [all...] |
/external/python/cpython2/Lib/plat-mac/ |
macostools.py | 62 head, tail = os.path.split(dst)
|
/external/python/cpython2/Lib/plat-riscos/ |
riscospath.py | 125 Split a path in head (everything up to the last '.') and tail (the rest). FS 140 (tail, head)= split(p) 159 Return the tail (basename) part of a path.
|
/external/python/cpython2/Lib/test/ |
test_xml_etree.py | 129 if elem.tail: 130 elem.tail = elem.tail.replace("\r\n", "\n") 181 self.assertTrue(hasattr(element, "tail"), msg="no tail member") 187 if element.tail is not None: 188 check_string(element.tail) 258 self.assertIsNone(element.tail) 259 element.tail = 'Tail' [all...] |
/external/python/cpython2/Objects/ |
complexobject.c | 380 for pre or a pointer to a constant. lead and tail 384 char *tail = ""; local 411 tail = ")"; 415 len = strlen(lead) + strlen(re) + strlen(im) + strlen(tail) + 2; 421 PyOS_snprintf(buf, len, "%s%s%sj%s", lead, re, im, tail); [all...] |
/external/python/cpython3/Lib/http/ |
server.py | [all...] |
/external/skia/include/private/ |
SkTInternalLList.h | 121 * at the tail. 207 T* tail() { return fTail; } function in class:SkTInternalLList
|