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

  /external/dbus/dbus/
dbus-md5.h 40 dbus_uint32_t abcd[4]; /**< digest buffer */ member in struct:DBusMD5Context
  /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
  /external/skia/src/core/
SkGeometry.cpp 581 SkScalar abcd = SkScalarInterp(abc, bcd, t); local
586 dst[6] = abcd;
    [all...]
  /dalvik/dx/src/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 1371 milliseconds