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

  /external/deqp/modules/internal/
ditSRGB8ConversionTest.cpp 38 const deUint32 au = tcu::Float32(a).bits(); local
41 const bool asign = (au & (0x1u << 31u)) != 0u;
44 const deUint32 avalue = (au & ((0x1u << 31u) - 1u));
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
YuvTest.java 29 Allocation au; field in class:YuvTest
39 if (au != null) {
40 au.destroy();
78 au = Allocation.createTyped(mRS, tuv);
82 au.copyFrom(bu);
121 script.invoke_makeRef(ay, au, av, aref);
163 script.invoke_makeRef(ay, au, av, aref);
216 script.invoke_makeRef(ay, au, av, aref);
268 script.invoke_makeRef_f4(ay, au, av, aref);
314 script.invoke_makeRef_f4(ay, au, av, aref)
    [all...]
  /external/vboot_reference/firmware/lib/
vboot_audio.c 44 static VbAudioContext au; variable
212 VbAudioContext *audio = &au;
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSYuvTest.java 37 Allocation au; field in class:RSYuvTest
68 au = Allocation.createTyped(mRS, tuv);
72 au.copyFrom(bu);
  /external/u-boot/arch/nios2/lib/
libgcc.c 132 const DWunion au = {.ll = a}; local
135 if (au.s.high < bu.s.high)
137 else if (au.s.high > bu.s.high)
139 if ((UWtype) au.s.low < (UWtype) bu.s.low)
141 else if ((UWtype) au.s.low > (UWtype) bu.s.low)
429 const DWunion au = {.ll = a}; local
432 if ((UWtype) au.s.high < (UWtype) bu.s.high)
434 else if ((UWtype) au.s.high > (UWtype) bu.s.high)
436 if ((UWtype) au.s.low < (UWtype) bu.s.low)
438 else if ((UWtype) au.s.low > (UWtype) bu.s.low
    [all...]
  /external/boringssl/src/ssl/
ssl_cipher.cc 1587 const char *kx, *au, *enc, *mac; local
    [all...]
  /external/u-boot/drivers/mmc/
mmc.c 1363 unsigned int au, eo, et, es; local
1394 au = (ssr[2] >> 12) & 0xF;
1395 if ((au <= 9) || (mmc->version == SD_VERSION_3)) {
1396 mmc->ssr.au = sd_au_size[au];
    [all...]
  /external/u-boot/include/
mmc.h 504 unsigned int au; /* In sectors */ member in struct:sd_ssr
  /external/neon_2_sse/
NEON_2_SSE.h 3152 __m128i c128, au, bu, sum; local
3164 __m128i cx8000, au, bu, sum; local
4781 __m128i c128, au,bu; local
4792 __m128i c8000, au,bu; local
    [all...]

Completed in 414 milliseconds