HomeSort by relevance Sort by last modified time
    Searched defs:tail (Results 1 - 25 of 778) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/contrib/android/
base_fs.h 11 struct block_range *tail; member in struct:basefs_entry
  /hardware/intel/common/wrs_omxil_core/utils/inc/
queue.h 30 struct list *tail; member in struct:queue
  /system/core/libpixelflinger/arch-mips/
col32cb16blend.S 90 bltz $a2,tail
117 tail: label
t32cb16blend.S 207 bltz $a2,tail
249 tail: label
  /system/core/libpixelflinger/arch-mips64/
col32cb16blend.S 75 bltz $a2,tail
91 tail: label
t32cb16blend.S 105 bltz $a2,tail
147 tail: label
  /frameworks/native/services/surfaceflinger/
LayerProtoHelper.cpp 23 Region::const_iterator const tail = region.end(); member in class:android::surfaceflinger::Region
26 while (head != tail) {
  /prebuilts/go/darwin-x86/src/bytes/
bytes_arm64.s 17 // jump directly to tail if length < 32
18 BLO tail
35 CBZ R9, tail
40 // R2 = length of tail
65 tail: label
66 // Work with tail shorter than 32 bytes
71 CBNZ R2, tail
  /prebuilts/go/linux-x86/src/bytes/
bytes_arm64.s 17 // jump directly to tail if length < 32
18 BLO tail
35 CBZ R9, tail
40 // R2 = length of tail
65 tail: label
66 // Work with tail shorter than 32 bytes
71 CBNZ R2, tail
  /device/generic/car/emulator/audio/driver/
audio_vbuffer.h 28 size_t tail; member in struct:audio_vbuffer
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/
sorlist.c 85 SList *p, *tail; local
97 sentinel->elem = (char *)p; /* set tail pointer */
101 tail = (SList *) (*list)->elem; /* get tail pointer */
102 tail->next = p;
103 (*list)->elem = (char *) p; /* reset tail */
  /external/iproute2/tc/
f_basic.c 43 struct rtattr *tail; local
59 tail = (struct rtattr *)(((void *)n)+NLMSG_ALIGN(n->nlmsg_len));
106 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail;
f_cgroup.c 29 struct rtattr *tail; local
43 tail = (struct rtattr *)(((void *)n)+NLMSG_ALIGN(n->nlmsg_len));
79 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail;
f_matchall.c 42 struct rtattr *tail; local
59 tail = (struct rtattr *)(((void *)n)+NLMSG_ALIGN(n->nlmsg_len));
110 tail->rta_len = (((void *)n)+n->nlmsg_len) - (void *)tail;
q_qfq.c 54 struct rtattr *tail; local
57 tail = NLMSG_TAIL(n);
84 tail->rta_len = (void *)NLMSG_TAIL(n) - (void *)tail;
  /external/llvm/unittests/IR/
WaymarkTest.cpp 24 static uint8_t tail[22] = "s02s33s30y2y0s1x0syxS"; local
26 std::transform(tail, tail + 22, values, [&](char c) {
  /external/selinux/libsepol/cil/src/
cil_list.h 37 struct cil_list_item *tail; member in struct:cil_list
  /frameworks/av/media/libstagefright/foundation/
AStringUtils.cpp 54 // last pattern must match tail
58 const char *tail = str + strLen - len; local
59 return !Compare(tail, pattern, len, ignoreCase);
  /prebuilts/go/darwin-x86/src/runtime/
memclr_mipsx.s 55 BEQ R1, R5, tail
60 tail: label
memclr_plan9_386.s 13 tail: label
30 JNE tail
memmove_plan9_386.s 36 tail: label
64 JMP tail
98 JMP tail
memmove_plan9_amd64.s 38 tail: label
66 JMP tail
101 JMP tail
  /prebuilts/go/linux-x86/src/runtime/
memclr_mipsx.s 55 BEQ R1, R5, tail
60 tail: label
memclr_plan9_386.s 13 tail: label
30 JNE tail
memmove_plan9_386.s 36 tail: label
64 JMP tail
98 JMP tail

Completed in 341 milliseconds

1 2 3 4 5 6 7 8 91011>>