OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ntail
(Results
1 - 4
of
4
) sorted by null
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Utils.c
180
queue->
nTail
= 0;
217
queue->
nTail
= 0;
354
*(OMX_U32 *)pElement = pLocal[queue->
nTail
];
360
*(OMX_MARKTYPE *)pElement = pLocal[queue->
nTail
];
365
queue->CounterElements[queue->
nTail
]--;
366
if(queue->CounterElements[queue->
nTail
] == 0)
371
queue->
nTail
++;
372
if(queue->
nTail
== VIDDEC_MAX_QUEUE_SIZE)
374
queue->
nTail
= 0;
403
*(OMX_U32 *)pElement = pLocal[queue->
nTail
];
[
all
...]
/external/llvm/lib/CodeGen/
TailDuplication.cpp
678
DEBUG(dbgs() << "\
nTail
-duplicating into PredBB: " << *PredBB
770
DEBUG(dbgs() << "\
nTail
-duplicating into PredBB: " << *PredBB
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_Utils.h
579
OMX_S32
nTail
;
597
OMX_U8
nTail
;
[
all
...]
/external/kernel-headers/original/linux/
skbuff.h
357
int nhead, int
ntail
,
[
all
...]
Completed in 65 milliseconds