OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:maxradiuse
(Results
1 - 4
of
4
) sorted by null
/external/neven/Embedded/common/src/b_BitFeatureEm/
Scanner.c
55
uint32 proL = ptrA->
maxRadiusE
;
451
ptrA->
maxRadiusE
= 0;
491
ptrA->
maxRadiusE
= 0;
534
ptrA->
maxRadiusE
= srcPtrA->
maxRadiusE
;
552
if( ptrA->
maxRadiusE
!= srcPtrA->
maxRadiusE
) return FALSE;
647
ptrA->
maxRadiusE
= maxRadiusA;
691
memSizeL += bbs_SIZEOF16( ptrA->
maxRadiusE
);
713
memPtrA += bbs_memWrite32( &ptrA->
maxRadiusE
, memPtrA )
[
all
...]
LocalScanner.c
43
uint32 proL = ptrA->
maxRadiusE
;
368
ptrA->
maxRadiusE
= 0;
402
ptrA->
maxRadiusE
= 0;
503
ptrA->
maxRadiusE
= maxRadiusA;
555
memSizeL += bbs_SIZEOF16( ptrA->
maxRadiusE
);
576
memPtrA += bbs_memWrite32( &ptrA->
maxRadiusE
, memPtrA );
599
memPtrA += bbs_memRead32( &ptrA->
maxRadiusE
, memPtrA );
LocalScanner.h
129
uint32
maxRadiusE
;
Scanner.h
129
uint32
maxRadiusE
;
Completed in 45 milliseconds