/external/skia/src/gpu/ |
GrRenderTargetOpList.h | 173 // Attempts to add 'op' to this chain either by merging or adding to the tail. Returns 190 GrOp* tail() const { return fTail; } function in class:final::OpChain::List
|
GrDrawOpAtlas.cpp | 288 Plot* plot = fPages[pageIdx].fPlotList.tail(); 324 Plot* currentPlot = fPages[pageIdx].fPlotList.tail();
|
/external/skqp/include/private/ |
SkTInternalLList.h | 121 * at the tail. 207 T* tail() { return fTail; } function in class:SkTInternalLList
|
/external/skqp/src/gpu/ |
GrRenderTargetOpList.h | 168 // Attempts to add 'op' to this chain either by merging or adding to the tail. Returns 185 GrOp* tail() const { return fTail; } function in class:final::OpChain::List
|
GrDrawOpAtlas.cpp | 288 Plot* plot = fPages[pageIdx].fPlotList.tail(); 324 Plot* currentPlot = fPages[pageIdx].fPlotList.tail();
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
basic_block.cpp | 72 auto iter = tail();
|
/external/vulkan-validation-layers/scripts/ |
object_tracker_generator.py | 285 def makeProtoName(self, name, tail): 286 return self.genOpts.apientry + name[2:] + tail 493 if ((elem.tag is not 'type') and (elem.tail is not None)) and '*' in elem.tail: [all...] |
parameter_validation_generator.py | 489 self.headerVersion = noneStr(nameElem.tail).strip() [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_winreg.c | 377 struct wpa_ssid *ssid, *tail = NULL, *head = NULL; local 419 head = tail = ssid; 421 tail->next = ssid; 422 tail = ssid;
|
/external/u-boot/scripts/kconfig/ |
expr.c | 995 char *tail; local 1007 val->s = strtoll(str, &tail, 10); 1011 val->u = strtoull(str, &tail, 16); 1016 val->s = strtoll(str, &tail, 0); 1022 return !errno && !*tail && tail > str && isxdigit(tail[-1])
|
/external/python/cpython3/Modules/ |
gcmodule.c | 189 PyGC_Head *tail; local 192 tail = to->gc.gc_prev; 193 tail->gc.gc_next = from->gc.gc_next; 194 tail->gc.gc_next->gc.gc_prev = tail; [all...] |
/external/syzkaller/pkg/compiler/ |
gen.go | 303 if tail := size % alignAttr; tail != 0 { 304 newFields = append(newFields, genPad(alignAttr-tail))
|
/external/selinux/libsepol/src/ |
expand.c | 2877 avrule_t *tail, *to_be_appended; local [all...] |
/build/soong/ui/build/paths/ |
config.go | 166 "tail": LinuxOnlyPrebuilt,
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/ |
antlr.c | 996 Predicate **tail=NULL;
local 1004 tail=&predExpr->right;
1016 *tail=predExpr;
1017 tail=&predExpr->right;
1053 Predicate **tail=NULL;
local 1061 tail=&predExpr->right;
1073 *tail=predExpr;
1074 tail=&predExpr->right;
[all...] |
/device/linaro/bootloader/edk2/EmulatorPkg/ |
build.sh | 94 gcc_version=$(gcc -v 2>&1 | tail -1 | awk '{print $3}')
|
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/ |
TechNotes.txt | 265 second (tail) descriptor in the chain.
313 - Each tail descriptor is re-pointed to the caller-supplied packet buffer
330 stack. The linked tail descriptor is re-pointed as discussed above. The head
339 code's original packet buffer address is fetched from the tail descriptor
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
inline_pass.cpp | 516 auto loop_merge_itr = last->tail(); 524 first->tail().InsertBefore(std::move(cp_inst));
|
/external/dnsmasq/src/ |
option.c | 820 unsigned char *q, *r, *tail; local 852 /* Now tail-compress using earlier names. */ [all...] |
/external/libnl/lib/route/qdisc/ |
netem.c | 273 struct nlattr* tail = (struct nlattr *)(((void *) (msg->nm_nlh)) + local 277 head->nla_len = (void *)tail - (void *)head;
|
/external/llvm/utils/vim/syntax/ |
llvm.vim | 136 \ tail
|
/external/python/cpython3/Lib/ |
ntpath.py | 173 # Split a path in head (everything up to the last '/') and tail (the 175 # join(head, tail) == p holds. 181 Return tuple (head, tail) where tail is everything after the final slash. 190 head, tail = p[:i], p[i:] # now tail has no slashes 193 return d + head, tail 210 # Return the tail (basename) part of a path.
|
/external/skia/src/pathops/ |
SkOpSegment.h | 387 const SkOpSpanBase* tail() const { function in class:SkOpSegment 391 SkOpSpanBase* tail() { function in class:SkOpSegment 430 SkOpSpanBase fTail; // the tail span always has its t set to one
|
SkPathOpsTSect.cpp | 673 SkTSpan* last = this->tail(); 675 SkTSpan* oppLast = sect2->tail(); 1469 SkTSpan* SkTSect::tail() { function in class:SkTSect [all...] |
/external/skqp/src/pathops/ |
SkOpSegment.h | 387 const SkOpSpanBase* tail() const { function in class:SkOpSegment 391 SkOpSpanBase* tail() { function in class:SkOpSegment 430 SkOpSpanBase fTail; // the tail span always has its t set to one
|