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

1 2 3 4

  /external/libcups/cups/
md5-private.h 53 unsigned int abcd[4]; /* digest buffer */ member in struct:_cups_md5_state_s
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
md5.h 69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
md5.h 69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
  /external/python/cpython2/Modules/
md5.h 69 md5_word_t abcd[4]; /* digest buffer */ member in struct:md5_state_s
  /external/eigen/bench/
check_cache_queries.cpp 10 int abcd[4]; \
11 abcd[0] = abcd[1] = abcd[2] = abcd[3] = 0;\
12 EIGEN_CPUID(abcd, CODE, 0); \
14 << (int*)(abcd[0]) << " " << (int*)(abcd[1]) << " " \
15 << (int*)(abcd[2]) << " " << (int*)(abcd[3]) << " " << std::endl;
28 int abcd[4]; local
    [all...]
  /external/skia/src/core/
SkCpu.cpp 18 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); }
19 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); }
27 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); }
28 static void cpuid7(uint32_t abcd[4])
40 uint32_t abcd[4] = {0,0,0,0}; local
    [all...]
  /external/skqp/src/core/
SkCpu.cpp 18 static void cpuid (uint32_t abcd[4]) { __cpuid ((int*)abcd, 1); }
19 static void cpuid7(uint32_t abcd[4]) { __cpuidex((int*)abcd, 7, 0); }
27 static void cpuid (uint32_t abcd[4]) { __get_cpuid(1, abcd+0, abcd+1, abcd+2, abcd+3); }
28 static void cpuid7(uint32_t abcd[4])
40 uint32_t abcd[4] = {0,0,0,0}; local
    [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
vpx_convolve_vsx.c 227 uint32x4_t abcd = (uint32x4_t)vec_mergeh(ab, cd); local
230 return (uint8x16_t)vec_mergeh(abcd, efgh);
  /external/skia/src/opts/
SkNx_neon.h 47 float32x2x4_t abcd = {{ local
53 vst4_f32((float*) dst, abcd);
  /external/icu/icu4c/source/test/cintltst/
custrtst.c 494 abcd[] = { 0x61, 0x62, 0x63, 0x64, 0 }, local
646 if (u_strspn(testString, abcd) != u_strlen(testString)) {
    [all...]
  /external/skia/src/gpu/ccpr/
GrCCGeometry.cpp 504 Sk2f abcd = lerp(abc, bcd, TT); local
505 (this->*AppendLeft)(p0, ab, abc, abcd, maxFutureSubdivisions);
506 (this->*AppendRight)(abcd, bcd, cd, p3, maxFutureSubdivisions);
  /external/skia/src/pathops/
SkPathOpsCubic.cpp 92 double abcd = SkDInterp(abc, bcd, t); local
97 dst[6] = abcd;
651 double abcd = SkDInterp(abc, bcd, t);
652 return abcd;
  /external/skqp/src/gpu/ccpr/
GrCCGeometry.cpp 504 Sk2f abcd = lerp(abc, bcd, TT); local
505 (this->*AppendLeft)(p0, ab, abc, abcd, maxFutureSubdivisions);
506 (this->*AppendRight)(abcd, bcd, cd, p3, maxFutureSubdivisions);
  /external/skqp/src/pathops/
SkPathOpsCubic.cpp 92 double abcd = SkDInterp(abc, bcd, t); local
97 dst[6] = abcd;
651 double abcd = SkDInterp(abc, bcd, t);
652 return abcd;
  /dalvik/dx/src/com/android/dx/io/instructions/
InstructionCodec.java 920 int abcd = in.read(); local
921 int a = nibble0(abcd);
922 int b = nibble1(abcd);
923 int c = nibble2(abcd);
924 int d = nibble3(abcd);
    [all...]
  /external/clang/test/Parser/
cxx-altivec.cpp 192 __vector float abcd; member in class:VectorClassMultipleMembers
  /external/eigen/Eigen/src/Core/util/
Memory.h 757 # define EIGEN_CPUID(abcd,func,id) \
758 __asm__ __volatile__ ("xchgl %%ebx, %k1;cpuid; xchgl %%ebx,%k1": "=a" (abcd[0]), "=&r" (abcd[1]), "=c" (abcd[2]), "=d" (abcd[3]) : "a" (func), "c" (id));
762 # define EIGEN_CPUID(abcd,func,id) \
763 __asm__ __volatile__ ("xchg{q}\t{%%}rbx, %q1; cpuid; xchg{q}\t{%%}rbx, %q1": "=a" (abcd[0]), "=&r" (abcd[1]), "=c" (abcd[2]), "=d" (abcd[3]) : "0" (func), "2" (id))
787 int abcd[4]; local
819 int abcd[4]; local
907 int abcd[4]; local
923 int abcd[4]; local
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_helpers.c 459 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1
516 UInt uvwxy = ((high_surrogate >> 6) & 0xf) + 1; // abcd + 1
558 UInt abcd = (uvwxy - 1) & 0xf; local
561 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | efghij;
612 UInt abcd = srcval >> 12; local
615 UInt byte1 = 0xe0 | abcd;
760 UInt abcd = byte1 & 0xf; local
765 retval = (abcd << 12) | (efghij << 6) | klmnop;
808 UInt abcd = (uvwxy - 1) & 0xf; local
809 UInt high_surrogate = (0xd8 << 8) | (abcd << 6) | (efgh << 2) | ij
    [all...]
  /prebuilts/go/darwin-x86/src/bytes/
bytes_test.go 42 var abcd = "abcd" var
696 {abcd, -1, []string{"a", "b", "c", "d"}},
698 {abcd, 2, []string{"a", "bcd"}},
724 {abcd, "a", 0, nil},
725 {abcd, "a", -1, []string{"", "bcd"}},
726 {abcd, "z", -1, []string{"abcd"}},
727 {abcd, "", -1, []string{"a", "b", "c", "d"}},
782 {abcd, "a", -1, []string{"a", "bcd"}}
    [all...]
  /prebuilts/go/darwin-x86/src/strings/
strings_test.go 32 var abcd = "abcd" var
75 {"", "abcd", -1},
76 {"xbcd", "abcd", -1},
77 {"abcd", "abcd", 0},
78 {"xabcd", "abcd", 1},
79 {"xyabcd"[:5], "abcd", -1},
372 {abcd, "", 2, []string{"a", "bcd"}},
373 {abcd, "", 4, []string{"a", "b", "c", "d"}}
    [all...]
  /prebuilts/go/linux-x86/src/bytes/
bytes_test.go 42 var abcd = "abcd" var
696 {abcd, -1, []string{"a", "b", "c", "d"}},
698 {abcd, 2, []string{"a", "bcd"}},
724 {abcd, "a", 0, nil},
725 {abcd, "a", -1, []string{"", "bcd"}},
726 {abcd, "z", -1, []string{"abcd"}},
727 {abcd, "", -1, []string{"a", "b", "c", "d"}},
782 {abcd, "a", -1, []string{"a", "bcd"}}
    [all...]
  /prebuilts/go/linux-x86/src/strings/
strings_test.go 32 var abcd = "abcd" var
75 {"", "abcd", -1},
76 {"xbcd", "abcd", -1},
77 {"abcd", "abcd", 0},
78 {"xabcd", "abcd", 1},
79 {"xyabcd"[:5], "abcd", -1},
372 {abcd, "", 2, []string{"a", "bcd"}},
373 {abcd, "", 4, []string{"a", "b", "c", "d"}}
    [all...]
  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
MapBinderTest.java 786 Module abcd = Modules.override(ab).with(cd); local
787 Injector injector = Guice.createInjector(abcd, ef);
844 Module abcd = Modules.override(abc).with(cd); local
    [all...]
MultibinderTest.java 644 Module abcd = Modules.override(ab).with(cd); local
645 Injector injector = Guice.createInjector(abcd, ef);
649 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, false, 0,
683 Module abcd = Modules.override(abc).with(cd); local
684 Injector injector = Guice.createInjector(abcd, ef);
688 assertSetVisitor(Key.get(setOfString), stringType, setOf(abcd, ef), BOTH, true, 0,
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationAPITest.java 530 Locale abcd = new Locale("ab", "CD", ""); local
532 Collator junk = Collator.getInstance(abcd);
    [all...]

Completed in 1046 milliseconds

1 2 3 4