/bionic/libm/amd64/ |
s_llrintf.S | 4 /* sizeof(long) == sizeof(long long) */
|
/bionic/libm/src/ |
s_llroundl.c | 4 #define type long double 6 #define dtype long long
|
/dalvik/libdex/ |
sha1.h | 8 unsigned long state[5]; 9 unsigned long count[2]; 17 unsigned long len);
|
/external/kernel-headers/original/asm-x86/ |
types.h | 24 __extension__ typedef __signed__ long long __s64; 25 __extension__ typedef unsigned long long __u64; 28 typedef __signed__ long long __s64; 29 typedef unsigned long long __u64; 56 typedef signed long long s64 [all...] |
sembuf.h | 16 unsigned long __unused1; 18 unsigned long __unused2; 19 unsigned long sem_nsems; /* no. of semaphores in array */ 20 unsigned long __unused3; 21 unsigned long __unused4;
|
/system/core/toolbox/ |
df.c | 21 ((long long)st.f_blocks * (long long)st.f_bsize) / 1024, 22 ((long long)(st.f_blocks - (long long)st.f_bfree) * st.f_bsize) / 1024, 23 ((long long)st.f_bfree * (long long)st.f_bsize) / 1024 [all...] |
/bionic/libc/kernel/arch-x86/asm/xen/ |
hypercall.h | 22 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 24 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 28 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; } [all...] |
/ndk/build/platforms/android-5/arch-x86/usr/include/asm/xen/ |
hypercall.h | 22 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 24 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 28 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; } [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/asm/xen/ |
hypercall.h | 22 #define _hypercall0(type, name) ({ long __res; asm volatile ( "call %[call]" : "=a" (__res) : [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 24 #define _hypercall1(type, name, a1) ({ long __res, __ign1; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1) : "1" ((long)(a1)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 26 #define _hypercall2(type, name, a1, a2) ({ long __res, __ign1, __ign2; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2) : "1" ((long)(a1)), "2" ((long)(a2)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; }) 28 #define _hypercall3(type, name, a1, a2, a3) ({ long __res, __ign1, __ign2, __ign3; asm volatile ( "call %[call]" : "=a" (__res), "=b" (__ign1), "=c" (__ign2), "=d" (__ign3) : "1" ((long)(a1)), "2" ((long)(a2)), "3" ((long)(a3)), [call] "m" (hypercall_page[__HYPERVISOR_##name]) : "memory" ); (type)__res; } [all...] |
/bionic/libc/kernel/common/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
statfs.h | 20 long f_type; 21 long f_bsize; 28 long f_namelen; 29 long f_frsize; 30 long f_spare[5];
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
SystemTest.java | 27 static final long MILLIS_ROUND = 17; 36 long m1 = System.currentTimeMillis(); 38 long n1 = System.nanoTime(); 40 long n2 = System.nanoTime(); 42 long m2 = System.currentTimeMillis(); 43 long millis = m2 - m1; 44 long nanos = n2 - n1; 46 long nanosAsMillis = nanos / 1000000; 61 long n1 = System.nanoTime(); 63 long m1 = System.currentTimeMillis() [all...] |
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
statfs.h | 20 long f_type; 21 long f_bsize; 28 long f_namelen; 29 long f_frsize; 30 long f_spare[5];
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
statfs.h | 20 long f_type; 21 long f_bsize; 28 long f_namelen; 29 long f_frsize; 30 long f_spare[5];
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
statfs.h | 20 long f_type; 21 long f_bsize; 28 long f_namelen; 29 long f_frsize; 30 long f_spare[5];
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
statfs.h | 20 long f_type; 21 long f_bsize; 28 long f_namelen; 29 long f_frsize; 30 long f_spare[5];
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/ |
timex.h | 38 long offset; 39 long freq; 40 long maxerror; 41 long esterror; 43 long constant; 44 long precision; 45 long tolerance; 47 long tick; 49 long ppsfreq; 50 long jitter [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/xbios/ |
SDL_xbios_centscreen.h | 72 (void)trap_14_wl((short)0x41,(long)(current_mode)) 74 (long)trap_14_wwll((short)0x42,(short)(init_vdi),(long)(inparam),(long)(outparam)) 76 (void)trap_14_wll((short)0x43,(long)(inparam),(long)(outparam)) 78 (void)trap_14_wll((short)0x44,(long)(inparam),(long)(outparam)) 80 (long)trap_14_ww((short)0x45,(short)(handle)) 82 (long)trap_14_wll((short)0x46,(long)(mask),(long)(mode) [all...] |
/external/webkit/WebCore/platform/graphics/ |
GraphicsContext3D.h | 422 void activeTexture(unsigned long texture); 424 void bindAttribLocation(WebGLProgram*, unsigned long index, const String& name); 425 void bindBuffer(unsigned long target, WebGLBuffer*); 426 void bindFramebuffer(unsigned long target, WebGLFramebuffer*); 427 void bindRenderbuffer(unsigned long target, WebGLRenderbuffer*); 428 void bindTexture(unsigned long target, WebGLTexture* texture); 430 void blendEquation(unsigned long mode); 431 void blendEquationSeparate(unsigned long modeRGB, unsigned long modeAlpha); 432 void blendFunc(unsigned long sfactor, unsigned long dfactor) [all...] |
/external/kernel-headers/original/asm-arm/ |
sembuf.h | 17 unsigned long __unused1; 19 unsigned long __unused2; 20 unsigned long sem_nsems; /* no. of semaphores in array */ 21 unsigned long __unused3; 22 unsigned long __unused4;
|