Home
last modified time | relevance | path

Searched refs:getLow (Results 1 – 4 of 4) sorted by relevance

/external/grpc-grpc-java/services/src/generated/main/java/io/grpc/binarylog/v1alpha/
DUint128.java106 public long getLow() { in getLow() method in Uint128
162 result = result && (getLow() in equals()
163 == other.getLow()); in equals()
180 getLow()); in hashCode()
386 if (other.getLow() != 0L) { in mergeFrom()
387 setLow(other.getLow()); in mergeFrom()
446 public long getLow() { in getLow() method in Uint128.Builder
DUint128OrBuilder.java18 long getLow(); in getLow() method
/external/swiftshader/third_party/subzero/src/
DIceSwitchLowering.h50 uint64_t getLow() const { return Low; } in getLow() function
DIceTargetLoweringX86BaseImpl.h6967 lowerCmpRange(Comparison, Case.getLow(), Case.getHigh());
7028 Constant *Value = Ctx->getConstantInt32(Case.getLow());
7040 lowerCmpRange(Comparison, Case.getLow(), Case.getHigh());
7155 !(CaseA->getLow() == 0 || (DoneCmp && CaseA->isPairRange()))) {
7170 Constant *Value = Ctx->getConstantInt32(Pivot.getLow());