OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pLast
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
rowset.c
106
struct RowSetEntry *
pLast
; /* Last entry on the pEntry list */
133
p->
pLast
= 0;
156
p->
pLast
= 0;
169
struct RowSetEntry *
pLast
; /* The last prior entry */
186
pLast
= p->
pLast
;
187
if(
pLast
){
188
if( p->isSorted && rowid<=
pLast
->v ){
191
pLast
->pRight = pEntry;
196
p->
pLast
= pEntry
[
all
...]
mem2.c
93
struct MemBlockHdr *
pLast
;
261
pHdr->pPrev = mem.
pLast
;
262
if( mem.
pLast
){
263
mem.
pLast
->pNext = pHdr;
267
mem.
pLast
= pHdr;
322
assert( mem.
pLast
==pHdr );
323
mem.
pLast
= pHdr->pPrev;
vdbe.c
[
all
...]
wal.c
[
all
...]
sqliteInt.h
[
all
...]
/hardware/ti/omap4xxx/security/tf_crypto_sst/
lib_object.c
170
LIB_OBJECT_NODE*
pLast
;
185
pLast
= pRoot->pPrevious;
188
if (
pLast
->key.nHandle == LIB_OBJECT_HANDLE16_MAX)
194
pNew->key.nHandle =
pLast
->key.nHandle + 1;
196
pLast
->pNext = pNew;
197
pNew->pPrevious =
pLast
;
/external/libnfc-nci/src/nfc/ndef/
ndef_utils.c
864
UINT8 *
pLast
= NDEF_MsgGetLastRecInMsg (p_msg);
866
if (!
pLast
)
869
*
pLast
&= ~NDEF_ME_MASK;
1047
UINT8 *
pLast
= NDEF_MsgGetLastRecInMsg (p_msg);
1049
if (!
pLast
)
1052
*
pLast
&= ~NDEF_ME_MASK;
[
all
...]
/external/lzma/CPP/Common/
MyString.h
121
const T *
pLast
= NULL;
126
if (
pLast
== NULL)
127
pLast
= p;
130
pLast
= NULL;
133
if (
pLast
!= NULL)
135
int i = (int)(
pLast
- _chars);
445
const T *
pLast
= NULL;
450
if (
pLast
== NULL)
451
pLast
= p;
454
pLast
= NULL;
[
all
...]
/external/icu4c/i18n/
plurrule_impl.h
96
pLast
/external/chromium_org/third_party/icu/source/i18n/
plurrule_impl.h
101
pLast
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 741 milliseconds