OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b2_
(Results
1 - 3
of
3
) sorted by null
/external/stressapptest/src/
adler32memcpy.h
36
uint64 a1_, a2_, b1_,
b2_
;
member in class:AdlerChecksum
adler32memcpy.cc
67
(b1_ == other.b1_) && (
b2_
== other.
b2_
) );
73
snprintf(buffer, sizeof(buffer), "%016llx %016llx %016llx %016llx", a1_, a2_, b1_,
b2_
);
82
b2_
= b2;
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
UTCmodelSet3.java
147
private UTCmodelSet3.b2Type
b2_
;
field in class:UTCmodelSet3
149
return
b2_
;
155
this.
b2_
= (UTCmodelSet3.b2Type) value;
158
b2_
= new UTCmodelSet3.b2Type();
159
return
b2_
;
Completed in 101 milliseconds