OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbf_FT_SEQUENCE
(Results
1 - 3
of
3
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Feature.c
187
case
bbf_FT_SEQUENCE
: bbf_Sequence_init( cpA, ( struct bbf_Sequence* )ptrA ); return;
213
case
bbf_FT_SEQUENCE
: bbf_Sequence_exit( cpA, ( struct bbf_Sequence* )ptrA ); return;
238
case
bbf_FT_SEQUENCE
: return bbf_Sequence_memSize( cpA, ( struct bbf_Sequence* )ptrA );
264
case
bbf_FT_SEQUENCE
: return bbf_Sequence_memWrite( cpA, ( struct bbf_Sequence* )ptrA, memPtrA );
292
case
bbf_FT_SEQUENCE
: return bbf_Sequence_memRead( cpA, ( struct bbf_Sequence* )ptrA, memPtrA, mtpA );
317
case
bbf_FT_SEQUENCE
: return bbs_SIZEOF16( struct bbf_Sequence );
Feature.h
34
bbf_FT_SEQUENCE
,
Sequence.c
47
ptrA->baseE.typeE = ( uint32 )
bbf_FT_SEQUENCE
;
Completed in 666 milliseconds