OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pFirst
(Results
1 - 11
of
11
) sorted by null
/packages/apps/Nfc/jni/
com_android_nfc_list.cpp
28
pList->
pFirst
= NULL;
75
if (pList->
pFirst
== NULL)
78
pList->
pFirst
= pNode;
83
pLastNode = pList->
pFirst
;
108
if (pList->
pFirst
== NULL)
116
pNode = pList->
pFirst
;
117
if (pList->
pFirst
->pData == pData)
123
pList->
pFirst
= pList->
pFirst
->pNext;
170
if (pList->
pFirst
)
[
all
...]
com_android_nfc_list.h
34
listNode*
pFirst
;
/hardware/ti/omap4xxx/security/tf_daemon/
smc_properties_parser.h
70
NODE*
pFirst
;
smc_properties.c
192
pNext = sConfFile.sSystemSectionPropertyList.
pFirst
;
smc_properties_parser.c
217
pList->
pFirst
=pNode;
226
pList->
pFirst
=pNode;
/external/icu4c/tools/toolutil/
uparse.c
230
* set the first code point in *
pFirst
236
uint32_t *
pFirst
,
249
if(
pFirst
!=NULL) {
250
*
pFirst
=0xffffffff;
275
if(
pFirst
!=NULL) {
276
*
pFirst
=value;
277
pFirst
=NULL;
uparse.h
105
* Set the first code point in *
pFirst
.
110
* @param
pFirst
If
pFirst
!=NULL the *
pFirst
will be set to the first
118
uint32_t *
pFirst
,
/external/icu4c/common/
triedict.cpp
953
BuildCompactTrieNode **
pFirst
= NULL;
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
/external/libvpx/mkvparser/
mkvparser.cpp
[
all
...]
Completed in 170 milliseconds