OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:compLen
(Results
1 - 8
of
8
) sorted by null
/external/deqp/executor/
xeTestCase.cpp
47
int
compLen
= 0;
48
while (path[
compLen
] != 0 && path[
compLen
] != '.')
49
compLen
++;
50
return
compLen
;
53
static bool compareNameToPathComponent (const char* name, const char* path, int
compLen
)
55
for (int pos = 0; pos <
compLen
; pos++)
61
if (name[
compLen
] != 0)
156
int
compLen
= getFirstComponentLength(path);
157
XE_CHECK(
compLen
> 0)
[
all
...]
/bootable/recovery/minzip/
Zip.h
36
long
compLen
;
Zip.c
95
pEntry->
compLen
, pEntry->uncompLen, pEntry->compression);
337
pEntry->
compLen
= get4LE(ptr + CENSIZ);
373
if (!safe_add(NULL, pEntry->offset, pEntry->
compLen
)) {
377
if ((size_t)pEntry->offset + pEntry->
compLen
> pArchive->length) {
519
compRemaining = pEntry->
compLen
;
529
zstream.avail_in = pEntry->
compLen
;
[
all
...]
/external/chromium_org/third_party/icu/source/i18n/
ucol_elm.h
127
int32_t
compLen
;
ucol_elm.cpp
[
all
...]
/build/tools/zipalign/
ZipEntry.h
180
void setDataInfo(long uncompLen, long
compLen
, unsigned long crc32,
ZipEntry.cpp
259
void ZipEntry::setDataInfo(long uncompLen, long
compLen
, unsigned long crc32,
264
mCDE.mCompressedSize =
compLen
;
/dalvik/dexdump/
DexDump.cpp
[
all
...]
Completed in 413 milliseconds