HomeSort by relevance Sort by last modified time
    Searched refs:bvalue (Results 1 - 25 of 25) sorted by null

  /external/javassist/src/main/javassist/bytecode/
EnclosingMethodAttribute.java 50 byte[] bvalue = new byte[4];
51 bvalue[0] = (byte)(ci >>> 8);
52 bvalue[1] = (byte)ci;
53 bvalue[2] = (byte)(ni >>> 8);
54 bvalue[3] = (byte)ni;
55 set(bvalue);
69 byte[] bvalue = new byte[4];
70 bvalue[0] = (byte)(ci >>> 8);
71 bvalue[1] = (byte)ci;
72 bvalue[2] = (byte)(ni >>> 8)
    [all...]
ConstantAttribute.java 46 byte[] bvalue = new byte[2];
47 bvalue[0] = (byte)(index >>> 8);
48 bvalue[1] = (byte)index;
49 set(bvalue);
SourceFileAttribute.java 46 byte[] bvalue = new byte[2];
47 bvalue[0] = (byte)(index >>> 8);
48 bvalue[1] = (byte)index;
49 set(bvalue);
SignatureAttribute.java 48 byte[] bvalue = new byte[2];
49 bvalue[0] = (byte)(index >>> 8);
50 bvalue[1] = (byte)index;
51 set(bvalue);
  /external/deqp/modules/internal/
ditSRGB8ConversionTest.cpp 45 const deUint32 bvalue = (bu & ((0x1u << 31u) - 1u)); local
48 return avalue + bvalue + 1u;
49 else if (avalue < bvalue)
50 return bvalue - avalue;
52 return avalue - bvalue;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
ldump.c 93 DumpChar(bvalue(o),D);
lobject.h 165 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
luac.c 260 printf(bvalue(o) ? "true" : "false");
ltable.c 112 return hashboolean(t, bvalue(key));
lvm.c 266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
  /external/skia/third_party/lua/src/
ldump.c 93 DumpChar(bvalue(o),D);
lobject.h 165 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
luac.c 260 printf(bvalue(o) ? "true" : "false");
ltable.c 112 return hashboolean(t, bvalue(key));
lvm.c 266 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
  /external/syslinux/com32/lua/src/
ldump.c 93 DumpChar(bvalue(o),D);
lobject.h 165 #define bvalue(o) check_exp(ttisboolean(o), val_(o).b) macro
170 #define l_isfalse(o) (ttisnil(o) || (ttisboolean(o) && bvalue(o) == 0))
luac.c 260 printf(bvalue(o) ? "true" : "false");
ltable.c 113 return hashboolean(t, bvalue(key));
lvm.c 289 case LUA_TBOOLEAN: return bvalue(t1) == bvalue(t2); /* true must be 1 !! */
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiImageClearingTests.cpp 243 const deUint32 bvalue = (Float32(b).bits() & ((0x1u << 31u) - 1u)); local
246 return avalue + bvalue + 1u;
247 else if (avalue < bvalue)
248 return bvalue - avalue;
250 return avalue - bvalue;
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/repository/org/javassist/javassist/3.19.0-GA/
javassist-3.19.0-GA.jar 

Completed in 719 milliseconds