Searched defs:ul1 (Results 1 - 5 of 5) sorted by relevance

/external/clang/test/Sema/
H A Dbitfield-promote.c20 unsigned long long ul1 : 8; member in struct:S
30 __typeof(s.ul1 + s.ul1) x_ul1;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Didnatest.c709 UChar ul1[] = { 0xC138, 0xACC4, 0xC758, 0xBAA8, 0xB4E0, 0xC0AC, 0xB78C, 0xB4E4, 0xC774, local
726 int32_t len1 = LENGTHOF(ul1)-1/*remove the null termination*/;
762 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
770 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
/external/chromium_org/third_party/libyuv/util/
H A Dssim.cc154 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/icu/icu4c/source/test/cintltst/
H A Didnatest.c709 UChar ul1[] = { 0xC138, 0xACC4, 0xC758, 0xBAA8, 0xB4E0, 0xC0AC, 0xB78C, 0xB4E4, 0xC774, local
726 int32_t len1 = LENGTHOF(ul1)-1/*remove the null termination*/;
762 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
770 destLen = uidna_toASCII(ul1, len1, dest, destLen, UIDNA_DEFAULT, &ps, &status);
/external/fio/
H A Dparse.c414 long ul1, ul2; local
684 if (!check_range_bytes(p1, &ul1, data) &&
687 if (ul1 > ul2) {
688 unsigned long foo = ul1;
690 ul1 = ul2;
695 val_store(ilp, ul1, o->off1, 0, data, o);
700 val_store(ilp, ul1, o->off3, 0, data, o);
706 val_store(ilp, ul1, o->off5, 0, data, o);
713 val_store(ilp, ul1, o->off3, 0, data, o);
719 val_store(ilp, ul1,
[all...]

Completed in 278 milliseconds