Home
last modified time | relevance | path

Searched defs:tail (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_worklist.c99 unsigned tail = (w->start + w->count - 1) % w->size; in u_worklist_push_tail_index() local
110 unsigned tail = (w->start + w->count - 1) % w->size; in u_worklist_peek_tail_index() local
120 unsigned tail = (w->start + w->count - 1) % w->size; in u_worklist_pop_tail_index() local
Du_vector.h43 uint32_t tail; member
Dxmlconfig.c89 strToI(const char *string, const char **tail, int base) in strToI()
151 strToF(const char *string, const char **tail) in strToF()
217 const char *tail = NULL; in parseValue() local
/hardware/interfaces/audio/common/all-versions/test/utility/include/utility/
DReturnIn.h46 void set(Head&& head, Tail&&... tail) { in set()
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DMessageFactory.cpp24 static nlattr* tail(nlmsghdr* msg) { in tail() function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/
DextensionStubSource.py311 def makeFunctionPointerType(self, name, tail): argument
315 def makeFunctionPointerName(self, name, tail): argument
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Dqueue.c44 Node *tail; member
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
Dqueue.c46 Node *tail; member
/hardware/nxp/secure_element/pn8x/libese-spi/p73/utils/
Dringbuffer.cpp29 uint8_t* tail; member
/hardware/nxp/secure_element/snxxx/libese-spi/p73/utils/
Dringbuffer.cpp29 uint8_t* tail; member
/hardware/qcom/sm8150/media/libarbitrarybytes/inc/
DMap.h45 node* tail; variable
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
DMap.h45 node* tail; variable
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
DMap.h45 node* tail; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
DMap.h46 node* tail; variable
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
DMap.h47 node* tail; variable
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/spec_tools/
Dconventions.py317 def is_voidpointer_alias(self, tag, text, tail): argument
326 def make_voidpointer_alias(self, tail): argument
/hardware/samsung/nfc/halimpl/osi/
Dosi_common.h79 int tail; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dgenerator.py1062 def makeProtoName(self, name, tail): argument
1072 def makeTypedefName(self, name, tail): argument
/hardware/google/pixel/vibrator/cs40l26/tests/
Dtest-vibrator.cpp187 auto tail = Queue(second, rest...); in Queue() local
/hardware/google/pixel/vibrator/cs40l25/tests/
Dtest-vibrator.cpp139 auto tail = Queue(second, rest...); in Queue() local
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
Dbcmutils.h104 void *tail; /* last packet to dequeue */ member
/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXlibint.h91 struct _XSQEvent *head, *tail; /* Input event queue. */ member
/hardware/google/gfxstream/guest/mesa/src/vulkan/overlay-layer/
Doverlay.cpp308 struct VkBaseOutStructure *head = NULL, *tail = NULL; in clone_chain() local