OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pcurrent
(Results
1 - 25
of
27
) sorted by null
1
2
/external/mesa3d/src/gallium/drivers/swr/rasterizer/common/
rdtsc_buckets.h
124
if (bt.
pCurrent
->children.size() < mBuckets.size())
126
bt.
pCurrent
->children.resize(mBuckets.size());
128
BUCKET &child = bt.
pCurrent
->children[id];
129
child.pParent = bt.
pCurrent
;
134
bt.
pCurrent
= &child;
155
if (bt.
pCurrent
->start == 0) return;
156
SWR_ASSERT(bt.
pCurrent
->id == id, "Mismatched buckets detected");
158
bt.
pCurrent
->elapsed += (tsc - bt.
pCurrent
->start);
159
bt.
pCurrent
->count++
[
all
...]
rdtsc_buckets_shared.h
74
BUCKET*
pCurrent
{ nullptr };
89
pCurrent
= &root;
rdtsc_buckets.cpp
55
newThread.
pCurrent
= &newThread.root;
/external/pdfium/xfa/fxfa/parser/
cxfa_nodeiteratortemplate.h
101
NodeType*
pCurrent
= TraverseStrategy::GetFirstChild(pParent);
103
while (
pCurrent
!= pNode) {
104
pPrevious =
pCurrent
;
105
pCurrent
= TraverseStrategy::GetNextSibling(
pCurrent
);
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/src/
ts_parser.cpp
49
phead =
pcurrent
= NULL;
77
pcurrent
= phead->prev;
139
if (
pcurrent
->entries_filled > (TIME_SZ - 1)) {
157
if (!
pcurrent
->input_timestamps[i].in_use) {
158
table_entry = &
pcurrent
->input_timestamps[i].timestamps;
159
pcurrent
->input_timestamps[i].in_use = true;
160
pcurrent
->entries_filled++;
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp
54
phead =
pcurrent
= NULL;
87
pcurrent
= phead->prev;
165
if (
pcurrent
->entries_filled > (TIME_SZ - 1)) {
187
if (!
pcurrent
->input_timestamps[i].in_use) {
188
table_entry = &
pcurrent
->input_timestamps[i].timestamps;
189
pcurrent
->input_timestamps[i].in_use = true;
190
pcurrent
->entries_filled++;
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp
54
phead =
pcurrent
= NULL;
87
pcurrent
= phead->prev;
165
if (
pcurrent
->entries_filled > (TIME_SZ - 1)) {
187
if (!
pcurrent
->input_timestamps[i].in_use) {
188
table_entry = &
pcurrent
->input_timestamps[i].timestamps;
189
pcurrent
->input_timestamps[i].in_use = true;
190
pcurrent
->entries_filled++;
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/src/
ts_parser.cpp
54
phead =
pcurrent
= NULL;
87
pcurrent
= phead->prev;
165
if (
pcurrent
->entries_filled > (TIME_SZ - 1)) {
187
if (!
pcurrent
->input_timestamps[i].in_use) {
188
table_entry = &
pcurrent
->input_timestamps[i].timestamps;
189
pcurrent
->input_timestamps[i].in_use = true;
190
pcurrent
->entries_filled++;
/system/core/libsysutils/include/sysutils/
List.h
247
_Node*
pCurrent
= mpMiddle->getNext();
250
while (
pCurrent
!= mpMiddle) {
251
pNext =
pCurrent
->getNext();
252
delete
pCurrent
;
253
pCurrent
= pNext;
/system/core/libutils/include/utils/
List.h
248
_Node*
pCurrent
= mpMiddle->getNext();
251
while (
pCurrent
!= mpMiddle) {
252
pNext =
pCurrent
->getNext();
253
delete
pCurrent
;
254
pCurrent
= pNext;
/system/keymaster/include/keymaster/
List.h
246
_Node*
pCurrent
= mpMiddle->getNext();
249
while (
pCurrent
!= mpMiddle) {
250
pNext =
pCurrent
->getNext();
251
delete
pCurrent
;
252
pCurrent
= pNext;
/external/libcups/filter/
raster.c
45
*
pcurrent
; /* Current byte in pixel buffer */
member in struct:_cups_raster_s
789
r->
pcurrent
= r->pixels;
796
r->
pcurrent
= r->pixels + bytes;
812
if ((unsigned)(bytes = (int)(r->pend - r->
pcurrent
)) > remaining)
815
memcpy(p, r->
pcurrent
, (size_t)bytes);
816
r->
pcurrent
+= bytes;
818
if (r->
pcurrent
>= r->pend)
820
r->
pcurrent
= r->pixels;
[
all
...]
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
ts_parser.h
72
time_stamp_list *phead,*
pcurrent
;
member in class:omx_time_stamp_reorder
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h
88
time_stamp_list *phead,*
pcurrent
;
member in class:omx_time_stamp_reorder
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h
89
time_stamp_list *phead,*
pcurrent
;
member in class:omx_time_stamp_reorder
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/vdec/inc/
ts_parser.h
89
time_stamp_list *phead,*
pcurrent
;
member in class:omx_time_stamp_reorder
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
100
psb_x11_clip_list_t *
pCurrent
= NULL;
102
pCurrent
= (psb_x11_clip_list_t *)calloc(1, sizeof(psb_x11_clip_list_t));
103
if (
pCurrent
) {
104
pCurrent
->rect = *pRect;
105
pCurrent
->next = pClipNext;
107
return
pCurrent
;
[
all
...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
misc.c
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
strmif.h
[
all
...]
/external/sqlite/dist/orig/
shell.c
[
all
...]
sqlite3.c
[
all
...]
sqlite3.h
[
all
...]
/external/sqlite/dist/
shell.c
[
all
...]
sqlite3.c
[
all
...]
sqlite3.h
[
all
...]
Completed in 1721 milliseconds
1
2