OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mspE
(Results
1 - 22
of
22
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
Int16Arr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
148
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
165
ptrA->
mspE
= 0; /* no own allocated memory */
APhArr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
147
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
ComplexArr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
147
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
Int32Arr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
148
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
Int8Arr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
153
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
UInt16Arr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
180
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
UInt32Arr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
148
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
UInt8Arr.c
46
ptrA->
mspE
= NULL;
54
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->arrPtrE );
56
ptrA->
mspE
= NULL;
153
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
APhArr.h
41
struct bbs_MemSeg*
mspE
;
ComplexArr.h
41
struct bbs_MemSeg*
mspE
;
Int16Arr.h
40
struct bbs_MemSeg*
mspE
;
Int32Arr.h
40
struct bbs_MemSeg*
mspE
;
Int8Arr.h
40
struct bbs_MemSeg*
mspE
;
UInt16Arr.h
40
struct bbs_MemSeg*
mspE
;
UInt32Arr.h
40
struct bbs_MemSeg*
mspE
;
UInt8Arr.h
40
struct bbs_MemSeg*
mspE
;
/external/neven/Embedded/common/src/b_TensorEm/
Cluster2D.h
52
struct bbs_MemSeg*
mspE
;
Cluster3D.h
49
struct bbs_MemSeg*
mspE
;
Cluster3D.c
45
ptrA->
mspE
= NULL;
57
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->vecArrE );
59
ptrA->
mspE
= NULL;
279
if( ptrA->
mspE
== NULL )
299
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
Cluster2D.c
89
ptrA->
mspE
= NULL;
101
bbs_MemSeg_free( cpA, ptrA->
mspE
, ptrA->vecArrE );
103
ptrA->
mspE
= NULL;
321
if( ptrA->
mspE
== NULL )
341
if( !mspA->sharedE ) ptrA->
mspE
= mspA;
/external/neven/Embedded/common/src/b_ImageEm/
UInt16BytePyrImage.c
342
uint16ImageA->arrE.
mspE
= 0;
UInt8PyramidalImage.c
343
uint8ImageA->arrE.
mspE
= 0;
Completed in 56 milliseconds