Searched refs:bvalue (Results 1 – 8 of 8) sorted by relevance
51 byte[] bvalue = new byte[4]; in EnclosingMethodAttribute()52 bvalue[0] = (byte)(ci >>> 8); in EnclosingMethodAttribute()53 bvalue[1] = (byte)ci; in EnclosingMethodAttribute()54 bvalue[2] = (byte)(ni >>> 8); in EnclosingMethodAttribute()55 bvalue[3] = (byte)ni; in EnclosingMethodAttribute()56 set(bvalue); in EnclosingMethodAttribute()70 byte[] bvalue = new byte[4]; in EnclosingMethodAttribute()71 bvalue[0] = (byte)(ci >>> 8); in EnclosingMethodAttribute()72 bvalue[1] = (byte)ci; in EnclosingMethodAttribute()73 bvalue[2] = (byte)(ni >>> 8); in EnclosingMethodAttribute()[all …]
47 byte[] bvalue = new byte[2]; in ConstantAttribute()48 bvalue[0] = (byte)(index >>> 8); in ConstantAttribute()49 bvalue[1] = (byte)index; in ConstantAttribute()50 set(bvalue); in ConstantAttribute()
47 byte[] bvalue = new byte[2]; in SourceFileAttribute()48 bvalue[0] = (byte)(index >>> 8); in SourceFileAttribute()49 bvalue[1] = (byte)index; in SourceFileAttribute()50 set(bvalue); in SourceFileAttribute()
52 byte[] bvalue = new byte[2]; in SignatureAttribute()53 bvalue[0] = (byte)(index >>> 8); in SignatureAttribute()54 bvalue[1] = (byte)index; in SignatureAttribute()55 set(bvalue); in SignatureAttribute()
45 const deUint32 bvalue = (bu & ((0x1u << 31u) - 1u)); in calculateDiscreteFloatDistance() local48 return avalue + bvalue + 1u; in calculateDiscreteFloatDistance()49 else if (avalue < bvalue) in calculateDiscreteFloatDistance()50 return bvalue - avalue; in calculateDiscreteFloatDistance()52 return avalue - bvalue; in calculateDiscreteFloatDistance()
35 uint8_t *bvalue; member
585 String bvalue = b.get(key); in joinWithSeparation() local588 if (avalue.trim().equals(bvalue.trim())) continue; in joinWithSeparation()589 bvalue = joinWithSeparation(avalue, separator, bvalue); in joinWithSeparation()591 a.put(key, bvalue); in joinWithSeparation()
246 const deUint32 bvalue = (Float32(b).bits() & ((0x1u << 31u) - 1u)); in calcFloatDiff() local249 return avalue + bvalue + 1u; in calcFloatDiff()250 else if (avalue < bvalue) in calcFloatDiff()251 return bvalue - avalue; in calcFloatDiff()253 return avalue - bvalue; in calcFloatDiff()