HomeSort by relevance Sort by last modified time
    Searched defs:abcd (Results 1 - 7 of 7) sorted by null

  /external/dbus/dbus/
dbus-md5.h 40 dbus_uint32_t abcd[4]; /**< digest buffer */ member in struct:DBusMD5Context
  /external/skia/src/core/
SkGeometry.cpp 575 SkScalar abcd = SkScalarInterp(abc, bcd, t); local
580 dst[6] = abcd;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnMathUtils.cpp 404 float abcd = interpolate(abc, bcd, t); local
409 dst[6] = abcd;
  /external/clang/test/Parser/
cxx-altivec.cpp 169 __vector float abcd; member in class:VectorClassMultipleMembers
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 775 int abcd = in.read(); local
776 int a = nibble0(abcd);
777 int b = nibble1(abcd);
778 int c = nibble2(abcd);
779 int d = nibble3(abcd);
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/io/instructions/
InstructionCodec.java 908 int abcd = in.read(); local
909 int a = nibble0(abcd);
910 int b = nibble1(abcd);
911 int c = nibble2(abcd)
    [all...]
  /external/icu4c/test/cintltst/
custrtst.c 497 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, local
649 if (u_strspn(testString, abcd) != u_strlen(testString)) {
    [all...]

Completed in 401 milliseconds