OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b1_
(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_);
81
b1_
= b1;
/cts/tests/tests/location/src/android/location/cts/asn1/supl2/rrlp_components/
UTCmodelSet3.java
132
private UTCmodelSet3.b1Type
b1_
;
field in class:UTCmodelSet3
134
return
b1_
;
140
this.
b1_
= (UTCmodelSet3.b1Type) value;
143
b1_
= new UTCmodelSet3.b1Type();
144
return
b1_
;
Completed in 408 milliseconds