/external/skqp/src/pathops/ |
SkPathOpsTSect.cpp | 673 SkTSpan* last = this->tail(); 675 SkTSpan* oppLast = sect2->tail(); 1469 SkTSpan* SkTSect::tail() { function in class:SkTSect [all...] |
SkPathOpsTSect.h | 347 SkTSpan* tail();
|
/external/swiftshader/third_party/LLVM/utils/vim/ |
llvm.vim | 57 syn keyword llvmKeyword module asm align tail to
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
inline_pass.cpp | 610 auto loop_merge_itr = last->tail(); 618 first->tail().InsertBefore(std::move(cp_inst));
|
loop_fission.cpp | 196 Instruction* condition = &*condition_block->tail();
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/vim/syntax/ |
llvm.vim | 151 \ tail
|
/external/v8/benchmarks/ |
earley-boyer.js | 823 var tail = dummy; 826 tail.cdr = sc_cons(l.car, null); 827 tail = tail.cdr; 837 var tail = dummy; 844 tail.cdr = l; 847 tail = l; 851 tail.cdr = null; 858 var tail = dummy; 861 tail.cdr = sc_cons(l.car, null) [all...] |
/dalvik/docs/ |
prettify.js | 567 var tail = sourceCode; variable 569 while (tail.length) { 574 var patternParts = shortcuts[tail.charAt(0)]; 576 match = tail.match(patternParts[1]); 587 match = tail.match(patternParts[1]); 597 token = tail.substring(0, 1); 603 tail = tail.substring(token.length); [all...] |
/external/deqp-deps/SPIRV-Tools/source/opt/ |
loop_fission.cpp | 196 Instruction* condition = &*condition_block->tail();
|
loop_descriptor.cpp | 153 Instruction* branch_conditional = &*condition_block->tail(); 322 assert(preheader->tail()->opcode() == SpvOpBranch && 325 assert(preheader->tail()->GetSingleWordOperand(0) == 547 // they are by construction at the tail of the loop list.
|
/external/eigen/Eigen/src/Geometry/ |
OrthoMethods.h | 194 RealScalar invnm = RealScalar(1)/src.template tail<2>().norm();
|
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/ |
lmpar.h | 201 wa1.tail(n-rank).setZero();
|
/external/iproute2/include/ |
libnetlink.h | 35 struct nlmsg_list *tail; member in struct:nlmsg_chain
|
/external/iproute2/tc/ |
f_u32.c | 992 struct rtattr *tail; local 1007 tail = NLMSG_TAIL(n); 1201 tail->rta_len = (void *) NLMSG_TAIL(n) - (void *) tail;
|
/external/libdrm/intel/ |
intel_bufmgr.h | 277 uint32_t head, uint32_t tail);
|
/external/lzma/CPP/7zip/UI/Common/ |
ArchiveCommandLine.cpp | 608 const UString tail = name.Ptr(pos + 1);
local 611 AddNameToCensor(censor, tail, include, recursedType, wildcardMatching);
613 AddToCensorFromListFile(NULL, censor, tail, include, recursedType, wildcardMatching, codePage);
617 errorMessage = ParseMapWithPaths(censor, tail, include, recursedType, wildcardMatching);
[all...] |
/external/skia/src/pathops/ |
SkPathOpsTSect.h | 347 SkTSpan* tail();
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/RISCV/ |
rvi-aliases-valid.s | 113 # TODO tail
|
/external/u-boot/drivers/net/ |
cpsw.c | 224 struct cpdma_desc *head, *tail; member in struct:cpdma_chan 747 chan->tail = desc; 752 /* not the first packet - enqueue at the tail */ 753 prev = chan->tail; 755 chan->tail = desc; [all...] |
/external/vulkan-validation-layers/scripts/ |
layer_chassis_dispatch_generator.py | [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
sre_parse.py | 718 tail = source.get()
719 if tail == ")":
721 elif tail:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
sre_parse.py | 675 tail = source.get()
676 if tail == ")":
678 elif tail:
|
/external/antlr/runtime/C/src/ |
antlr3commontreenodestream.c | 884 return ctns->tail < ctns->head 885 ? (ctns->lookAheadLength - ctns->head + ctns->tail) 886 : (ctns->tail - ctns->head);
|
/external/clang/lib/ASTMatchers/Dynamic/ |
Marshallers.h | 242 mergePolyMatchers(Poly, Out, typename TypeList::tail()); 270 buildReturnTypeVectorFromTypeList<typename T::tail>(RetTypes); 497 /// recurse to the tail. 719 collect(typename FromTypeList::tail());
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/parse/ |
parser_unittest.py | 15 path, tail = os.path.split(path) 16 assert tail 17 if tail == dirname: [all...] |