OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bbf_Sequence
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Sequence.h
44
struct
bbf_Sequence
77
/** initializes
bbf_Sequence
*/
79
struct
bbf_Sequence
* ptrA );
81
/** resets
bbf_Sequence
*/
83
struct
bbf_Sequence
* ptrA );
89
struct
bbf_Sequence
* ptrA,
90
const struct
bbf_Sequence
* srcPtrA );
94
const struct
bbf_Sequence
* ptrA,
95
const struct
bbf_Sequence
* srcPtrA );
105
const struct
bbf_Sequence
* ptrA )
[
all
...]
Sequence.c
42
struct
bbf_Sequence
* ptrA )
58
struct
bbf_Sequence
* ptrA )
82
struct
bbf_Sequence
* ptrA,
83
const struct
bbf_Sequence
* srcPtrA )
91
const struct
bbf_Sequence
* ptrA,
92
const struct
bbf_Sequence
* srcPtrA )
125
const struct
bbf_Sequence
* ptrA )
142
const struct
bbf_Sequence
* ptrA,
160
struct
bbf_Sequence
* ptrA,
233
const struct
bbf_Sequence
* ptrL = ( struct bbf_Sequence* )ptrA
[
all
...]
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
);
ScanDetector.h
99
struct
bbf_Sequence
featureArrE[ bbf_SCAN_DETECTOR_MAX_FEATURES ];
Completed in 390 milliseconds