OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbs_APh
(Results
1 - 9
of
9
) sorted by null
/external/neven/Embedded/common/src/b_BasicEm/
APh.h
37
struct
bbs_APh
61
flag bbs_APh_equal( struct
bbs_APh
aph1A,
62
struct
bbs_APh
aph2A );
72
struct
bbs_APh
aPhA );
76
const struct
bbs_APh
* ptrA,
81
struct
bbs_APh
* ptrA,
87
struct
bbs_APh
bbs_APh_conj( const struct
bbs_APh
aPhA );
90
void bbs_APh_importComplex( struct
bbs_APh
* dstPtrA,
APh.c
48
flag bbs_APh_equal( struct
bbs_APh
aph1A,
49
struct
bbs_APh
aph2A )
81
struct
bbs_APh
aPhA )
89
const struct
bbs_APh
* ptrA,
100
struct
bbs_APh
* ptrA,
117
struct
bbs_APh
bbs_APh_conj( const struct
bbs_APh
aPhA )
119
struct
bbs_APh
aphL;
127
void bbs_APh_importComplex( struct
bbs_APh
* dstPtrA,
Complex.h
28
struct
bbs_APh
;
98
void bbs_Complex_importAPh( struct bbs_Complex* dstPtrA, const struct
bbs_APh
* srcPtrA );
APhArr.c
84
bbs_memcpy32( ptrA->arrPtrE, srcPtrA->arrPtrE, srcPtrA->sizeE * bbs_SIZEOF32( struct
bbs_APh
) );
94
const struct
bbs_APh
* ptr1L = ptrA->arrPtrE;
95
const struct
bbs_APh
* ptr2L = srcPtrA->arrPtrE;
118
return sizeA * bbs_SIZEOF16( struct
bbs_APh
) + bbs_MEM_BLOCK_OVERHD;
143
ptrA->arrPtrE = bbs_MemSeg_alloc( cpA, mspA, sizeA * bbs_SIZEOF16( struct
bbs_APh
) );
181
ptrA->sizeE * bbs_SIZEOF16( struct
bbs_APh
);
APhArr.h
46
struct
bbs_APh
* arrPtrE;
Complex.c
154
void bbs_Complex_importAPh( struct bbs_Complex* dstPtrA, const struct
bbs_APh
* srcPtrA )
/external/neven/Embedded/common/src/b_ImageEm/
APhImage.h
123
struct
bbs_APh
valueA );
APhImage.c
229
struct
bbs_APh
valueA )
232
struct
bbs_APh
* ptrL = ptrA->arrE.arrPtrE;
324
struct
bbs_APh
* srcPixelPtrL;
325
struct
bbs_APh
* dstPixelPtrL;
441
struct
bbs_APh
* dstL;
ComplexImage.c
466
const struct
bbs_APh
* srcL;
Completed in 51 milliseconds