OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:c_nExtraBytes
(Results
1 - 6
of
6
) sorted by null
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
dmAllocatedPointersPool.cc
52
ptr += 3*sizeof(const char*) + DMAllocatedPointersPool::
c_nExtraBytes
;
dmMemory.cc
11
const int c_nMemPrefix = 3*sizeof(const char*) + DMAllocatedPointersPool::
c_nExtraBytes
;
12
const int c_nMemPostfix = DMAllocatedPointersPool::
c_nExtraBytes
;
110
for ( int i = 1; i <= DMAllocatedPointersPool::
c_nExtraBytes
; i++ )
/packages/apps/OMA-DM/engine/xpl/src/
dmAllocatedPointersPool.cc
44
ptr += 3*sizeof(const char*) + DMAllocatedPointersPool::
c_nExtraBytes
;
dmMemory.cc
25
const int c_nMemPrefix = 3*sizeof(const char*) + DMAllocatedPointersPool::
c_nExtraBytes
;
26
const int c_nMemPostfix = DMAllocatedPointersPool::
c_nExtraBytes
;
125
for ( int i = 1; i <= DMAllocatedPointersPool::
c_nExtraBytes
; i++ )
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/hdr/
dmAllocatedPointersPool.h
47
enum {
c_nExtraBytes
= 16 };
/packages/apps/OMA-DM/engine/xpl/hdr/
dmAllocatedPointersPool.h
38
enum {
c_nExtraBytes
= 16 };
Completed in 100 milliseconds