HomeSort by relevance Sort by last modified time
    Searched full:ull (Results 51 - 75 of 129) sorted by null

1 23 4 5 6

  /external/qemu/audio/
rate_template.h 51 if (rate->opos_inc == (1ULL + UINT_MAX)) {
  /external/wpa_supplicant/
os_win32.c 32 #define EPOCHFILETIME (116444736000000000ULL)
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
os_win32.c 32 #define EPOCHFILETIME (116444736000000000ULL)
  /system/extras/tests/pftest/
pftest.c 42 return t.tv_sec*1000000000ULL + t.tv_nsec;
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 49 __set_64bit(ptr,(unsigned int)(value), (unsigned int)((value)>>32ULL));
67 __set_64bit(ptr, (unsigned int)(value), (unsigned int)((value)>>32ULL) ) : \
  /sdk/emulator/qtools/
callstack.h 144 sCurrentMethod.time = ~0ull;
145 sNextMethod.time = ~0ull;
147 if (sNextMethod.time != ~0ull && mTrace->ReadMethod(&sNextMethod)) {
148 sNextMethod.time = ~0ull;
732 sNextMethod.time = ~0ull;
754 if (sNextMethod.time != ~0ull && mTrace->ReadMethod(&sNextMethod)) {
755 sNextMethod.time = ~0ull;
  /external/safe-iop/src/
safe_iop.c 151 # define ULLONG_MAX 18446744073709551615ULL
913 a=0ULL; b=~0ULL; EXPECT_TRUE(safe_mod(NULL, a, b));
914 a=100ULL; b=0ULL; EXPECT_FALSE(safe_mod(NULL, a, b));
915 a=10ULL; b=2ULL; EXPECT_TRUE(safe_mod(NULL, a, b));
    [all...]
  /external/grub/stage2/
fsys_xfs.c 70 #define XFS_INO_MASK(k) ((xfs_uint32_t)((1ULL << (k)) - 1))
129 xfs_uint32_t l = x & ((1ULL<<32)-1);
431 xfs.dablk = (1ULL << 35) >> xfs.blklog;
  /external/kernel-headers/original/linux/
kernel.h 27 #define LLONG_MAX ((long long)(~0ULL>>1))
29 #define ULLONG_MAX (~0ULL)
  /external/opencore/doc/oscl_html/
osclconfig__unix__android_8h-source.html 57 <a name="l00057"></a><a class="code" href="osclconfig__unix__android_8h.html#a16">00057</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64(x) x##ULL</span>
59 <a name="l00059"></a><a class="code" href="osclconfig__unix__android_8h.html#a18">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64_HILO(high,low) ((((high##ULL))&lt;&lt;32)|low)</span>
osclconfig__unix__common_8h-source.html 57 <a name="l00057"></a><a class="code" href="osclconfig__unix__common_8h.html#a16">00057</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64(x) x##ULL</span>
59 <a name="l00059"></a><a class="code" href="osclconfig__unix__common_8h.html#a18">00059</a> <span class="preprocessor"></span><span class="preprocessor">#define UINT64_HILO(high,low) ((((high##ULL))&lt;&lt;32)|low)</span>
osclconfig__unix__android_8h.html 39 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__unix__android_8h.html#a16">UINT64</a>(x)&nbsp;&nbsp;&nbsp;x##ULL</td></tr>
41 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__unix__android_8h.html#a18">UINT64_HILO</a>(high, low)&nbsp;&nbsp;&nbsp;((((high##ULL))&lt;&lt;32)|low)</td></tr>
759 <td class="md" nowrap>&nbsp;&nbsp;&nbsp;x##ULL
789 <td class="md" nowrap>&nbsp;&nbsp;&nbsp;((((high##ULL))&lt;&lt;32)|low)
osclconfig__unix__common_8h.html 40 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__unix__common_8h.html#a16">UINT64</a>(x)&nbsp;&nbsp;&nbsp;x##ULL</td></tr>
42 <tr><td nowrap align=right valign=top>#define&nbsp;</td><td valign=bottom><a class="el" href="osclconfig__unix__common_8h.html#a18">UINT64_HILO</a>(high, low)&nbsp;&nbsp;&nbsp;((((high##ULL))&lt;&lt;32)|low)</td></tr>
760 <td class="md" nowrap>&nbsp;&nbsp;&nbsp;x##ULL
790 <td class="md" nowrap>&nbsp;&nbsp;&nbsp;((((high##ULL))&lt;&lt;32)|low)
  /bionic/libc/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /external/blktrace/
stats.h 38 mm->min = -1ULL;
blkparse.c 268 static unsigned long long stopwatch_end = -1ULL; /* "infinity" */
1438 process_fmt(act, pci, t, -1ULL, 0, NULL);
1444 process_fmt(act, pci, t, -1ULL, 0, NULL);
1450 process_fmt(act, pci, t, -1ULL, 0, NULL);
1456 process_fmt(act, pci, t, -1ULL, 0, NULL);
1462 process_fmt(act, pci, t, -1ULL, 0, NULL);
1469 process_fmt(act, pci, t, -1ULL, t->pdu_len, buf);
    [all...]
  /external/bluetooth/glib/
glibconfig.h.win32.in 59 #define G_GUINT64_CONSTANT(val) (G_GNUC_EXTENSION (val##ULL))
  /external/dnsmasq/
doc.html 99 http://ilya-evseev.narod.ru/articles/dnsmasq</A>. Ismael Ull has an
  /ndk/build/platforms/android-3/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /ndk/build/platforms/android-4/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /ndk/build/platforms/android-5/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /ndk/build/platforms/android-5/arch-x86/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /ndk/build/platforms/android-8/arch-arm/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /ndk/build/platforms/android-8/arch-x86/usr/include/
stdint.h 194 # define __UINT64_C(c) c ## ULL
  /external/qemu/distrib/libpng-1.2.19/
pnggccrd.c 506 typedef unsigned long long ull; typedef
510 //ull _mask_array[26];
513 ull _mask8_0;
514 ull _mask16_0, _mask16_1;
515 ull _mask24_0, _mask24_1, _mask24_2;
516 ull _mask32_0, _mask32_1, _mask32_2, _mask32_3;
517 ull _mask48_0, _mask48_1, _mask48_2, _mask48_3, _mask48_4, _mask48_5;
520 ull _amask5_3_0, _amask7_1_0; // was _const4 and _const6, respectively
523 ull _LBCarryMask, _HBClearMask;
524 ull _amask0_8_0, _amask6_2_0; // was ActiveMask for bpp 4/6 and 2 case
    [all...]

Completed in 2778 milliseconds

1 23 4 5 6