/external/libffi/testsuite/libffi.call/ |
return_ul.c | 9 static unsigned long return_ul(unsigned long ul1, unsigned long ul2) 11 return ul1 + ul2; 20 unsigned long ul1, ul2; local 24 values[0] = &ul1; 30 ul1 = 1073741823L; 34 printf("res: %lu, %lu\n", (unsigned long)res, ul1 + ul2);
|
/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;
|
/frameworks/rs/tests/typecheck/ |
kernels.rs | 85 ulong ul1;
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
idnatest.c | 709 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); [all...] |
/external/icu4c/test/cintltst/ |
idnatest.c | 709 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); [all...] |