OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pLimit
(Results
1 - 6
of
6
) sorted by null
/dalvik/libdex/
DexClass.cpp
28
static bool verifyUlebs(const u1* pData, const u1*
pLimit
, u4 count) {
33
readAndVerifyUnsignedLeb128(&pData,
pLimit
, &okay);
42
bool dexReadAndVerifyClassDataHeader(const u1** pData, const u1*
pLimit
,
44
if (! verifyUlebs(*pData,
pLimit
, 4)) {
63
bool dexReadAndVerifyClassDataField(const u1** pData, const u1*
pLimit
,
65
if (! verifyUlebs(*pData,
pLimit
, 2)) {
84
bool dexReadAndVerifyClassDataMethod(const u1** pData, const u1*
pLimit
,
86
if (! verifyUlebs(*pData,
pLimit
, 3)) {
104
DexClassData* dexReadAndVerifyClassData(const u1** pData, const u1*
pLimit
) {
114
if (! dexReadAndVerifyClassDataHeader(pData,
pLimit
, &header))
[
all
...]
DexClass.h
62
bool dexReadAndVerifyClassDataHeader(const u1** pData, const u1*
pLimit
,
76
bool dexReadAndVerifyClassDataField(const u1** pData, const u1*
pLimit
,
90
bool dexReadAndVerifyClassDataMethod(const u1** pData, const u1*
pLimit
,
103
DexClassData* dexReadAndVerifyClassData(const u1** pData, const u1*
pLimit
);
/external/icu4c/common/
utrie.c
263
uint32_t *
pLimit
;
265
pLimit
=block+limit;
268
while(block<
pLimit
) {
272
while(block<
pLimit
) {
[
all
...]
utrie2_builder.c
676
uint32_t *
pLimit
;
678
pLimit
=block+limit;
681
while(block<
pLimit
) {
685
while(block<
pLimit
) {
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
sqlite3.c.orig
[
all
...]
Completed in 226 milliseconds