OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:patchWidthE
(Results
1 - 23
of
23
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Feature.c
59
ptrA->
patchWidthE
= 0;
70
ptrA->
patchWidthE
= 0;
90
ptrA->
patchWidthE
= srcPtrA->
patchWidthE
;
103
if( ptrA->
patchWidthE
!= srcPtrA->
patchWidthE
) return FALSE;
140
memSizeL += bbs_SIZEOF16( ptrA->
patchWidthE
);
153
memPtrA += bbs_memWrite32( &ptrA->
patchWidthE
, memPtrA );
166
memPtrA += bbs_memRead32( &ptrA->
patchWidthE
, memPtrA );
Feature.h
66
uint32
patchWidthE
;
ScanDetector.h
69
uint32
patchWidthE
;
ScanDetector.c
52
ptrA->
patchWidthE
= 0;
80
ptrA->
patchWidthE
= 0;
155
memSizeL += bbs_SIZEOF16( ptrA->
patchWidthE
);
183
memPtrA += bbs_memWrite32( &ptrA->
patchWidthE
, memPtrA );
221
memPtrA += bbs_memRead32( &ptrA->
patchWidthE
, memPtrA );
273
ptrA->
patchWidthE
,
LocalScanDetector.h
91
uint32
patchWidthE
;
Scanner.c
452
ptrA->
patchWidthE
= 0;
492
ptrA->
patchWidthE
= 0;
535
ptrA->
patchWidthE
= srcPtrA->
patchWidthE
;
553
if( ptrA->
patchWidthE
!= srcPtrA->
patchWidthE
) return FALSE;
575
int32 wL = ( int32 )ptrA->currentWidthE - ptrA->
patchWidthE
;
648
ptrA->
patchWidthE
= patchWidthA;
692
memSizeL += bbs_SIZEOF16( ptrA->
patchWidthE
);
714
memPtrA += bbs_memWrite32( &ptrA->
patchWidthE
, memPtrA )
[
all
...]