OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tPos
(Results
1 - 10
of
10
) sorted by null
/external/skia/src/core/
SkCubicClipper.cpp
80
SkScalar tNeg,
tPos
; // Negative and positive function parameters.
85
tPos
= SK_Scalar1;
90
tPos
= 0;
99
SkScalar tMid = (
tPos
+ tNeg) / 2;
111
else
tPos
= tMid;
113
} while (!(SkScalarAbs(
tPos
- tNeg) <= tol)); // Nan-safe
115
*t = (tNeg +
tPos
) / 2;
/external/bzip2/
bzlib_private.h
373
UInt32
tPos
;
446
if (s->
tPos
>= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
447
s->
tPos
= s->tt[s->
tPos
]; \
448
cccc = (UChar)(s->
tPos
& 0xff); \
449
s->
tPos
>>= 8;
477
if (s->
tPos
>= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
478
cccc = BZ2_indexIntoF ( s->
tPos
, s->cftab ); \
479
s->
tPos
= GET_LL(s->
tPos
);
[
all
...]
decompress.c
547
s->
tPos
= s->origPtr;
566
s->
tPos
= s->tt[s->origPtr] >> 8;
bzlib.c
598
UInt32 c_tPos = s->
tPos
;
676
s->
tPos
= c_tPos;
[
all
...]
/external/valgrind/main/perf/
test_input_for_tinycc.c
1123
UInt32
tPos
;
[
all
...]
bz2.c
755
UInt32
tPos
;
827
s->
tPos
= s->tt[s->
tPos
]; \
828
cccc = (UChar)(s->
tPos
& 0xff); \
829
s->
tPos
>>= 8;
854
cccc = BZ2_indexIntoF ( s->
tPos
, s->cftab ); \
855
s->
tPos
= GET_LL(s->
tPos
);
[
all
...]
/external/icu4c/test/intltest/
rbbitst.cpp
[
all
...]
/external/valgrind/main/exp-ptrcheck/tests/
hackedbz2.c
762
UInt32
tPos
;
834
s->
tPos
= s->tt[s->
tPos
]; \
835
cccc = (UChar)(s->
tPos
& 0xff); \
836
s->
tPos
>>= 8;
861
cccc = BZ2_indexIntoF ( s->
tPos
, s->cftab ); \
862
s->
tPos
= GET_LL(s->
tPos
);
[
all
...]
/external/valgrind/main/memcheck/tests/
origin5-bz2.c
755
UInt32
tPos
;
827
s->
tPos
= s->tt[s->
tPos
]; \
828
cccc = (UChar)(s->
tPos
& 0xff); \
829
s->
tPos
>>= 8;
854
cccc = BZ2_indexIntoF ( s->
tPos
, s->cftab ); \
855
s->
tPos
= GET_LL(s->
tPos
);
[
all
...]
varinfo6.c
793
UInt32
tPos
;
865
s->
tPos
= s->tt[s->
tPos
]; \
866
cccc = (UChar)(s->
tPos
& 0xff); \
867
s->
tPos
>>= 8;
892
cccc = BZ2_indexIntoF ( s->
tPos
, s->cftab ); \
893
s->
tPos
= GET_LL(s->
tPos
);
[
all
...]
Completed in 1962 milliseconds