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

  /external/clang/test/Sema/
bitfield-promote.c 20 unsigned long long ul1 : 8; member in struct:S
30 __typeof(s.ul1 + s.ul1) x_ul1;
  /external/libyuv/files/util/
ssim.cc 154 const int ul1 = org[-dy1 - x]; local
164 xm += Wxy * (ul1 + ur1 + ll1 + lr1);
166 xxm += Wxy * (ul1 * ul1 + ur1 * ur1 + ll1 * ll1 + lr1 * lr1);
167 xym += Wxy * (ul1 * ul2 + ur1 * ur2 + ll1 * ll2 + lr1 * lr2);
  /external/fio/
parse.c 456 long ul1, ul2; local
731 if (!check_range_bytes(p1, &ul1, data) &&
734 if (ul1 > ul2) {
735 unsigned long foo = ul1;
737 ul1 = ul2;
742 val_store(ilp, ul1, o->off1, 0, data, o);
747 val_store(ilp, ul1, o->off3, 0, data, o);
753 val_store(ilp, ul1, o->off5, 0, data, o);
760 val_store(ilp, ul1, o->off3, 0, data, o);
766 val_store(ilp, ul1, o->off5, 0, data, o)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
LocaleAliasTest.java 149 ULocale ul1 = new ULocale(oldLoc.toString()); local
152 String name1 = ul1.getDisplayName();
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
LocaleAliasTest.java 145 ULocale ul1 = new ULocale(oldLoc.toString()); local
148 String name1 = ul1.getDisplayName();
  /frameworks/rs/tests/typecheck/
kernels.rs 85 ulong ul1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
httpfilt.h 52 WINBOOL (WINAPI *ServerSupportFunction)(struct _HTTP_FILTER_CONTEXT *pfc,enum SF_REQ_TYPE sfReq,PVOID pData,ULONG_PTR ul1,ULONG_PTR ul2);
winddi.h 555 ULONG ul1; member in struct:_FLOATOBJ
    [all...]
  /external/icu/icu4c/source/test/cintltst/
idnatest.c 707 UChar ul1[] = { 0xC138, 0xACC4, 0xC758, 0xBAA8, 0xB4E0, 0xC0AC, 0xB78C, 0xB4E4, 0xC774, local
724 int32_t len1 = UPRV_LENGTHOF(ul1)-1/*remove the null termination*/;
760 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
768 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
TestIDNA.java 830 String ul1 ="\\uC138\\uACC4\\uC758\\uBAA8\\uB4E0\\uC0AC\\uB78C\\uB4E4\\uC774"+ local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
TestIDNA.java 826 String ul1 ="\\uC138\\uACC4\\uC758\\uBAA8\\uB4E0\\uC0AC\\uB78C\\uB4E4\\uC774"+ local
    [all...]

Completed in 929 milliseconds