HomeSort by relevance Sort by last modified time
    Searched refs:x00100000 (Results 1 - 25 of 806) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
3dfx_regs.h 32 #define INTCTRL (0x00100000 + 0x04)
33 #define CLIP0MIN (0x00100000 + 0x08)
34 #define CLIP0MAX (0x00100000 + 0x0c)
35 #define DSTBASE (0x00100000 + 0x10)
36 #define DSTFORMAT (0x00100000 + 0x14)
37 #define SRCCOLORKEYMIN (0x00100000 + 0x18)
38 #define SRCCOLORKEYMAX (0x00100000 + 0x1c)
39 #define DSTCOLORKEYMIN (0x00100000 + 0x20)
40 #define DSTCOLORKEYMAX (0x00100000 + 0x24)
41 #define BRESERROR0 (0x00100000 + 0x28
    [all...]
  /build/libs/host/include/host/
CopyFile.h 17 COPY_TIMESTAMPS = 0x00100000, // preserve mode, ownership, timestamps
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
e820.h 26 #define BIOS_END 0x00100000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
e820.h 26 #define BIOS_END 0x00100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
e820.h 26 #define BIOS_END 0x00100000
  /bionic/libm/src/
s_ilogb.c 35 if(hx<0x00100000) {
s_logb.c 37 if(ix<0x00100000) {
e_fmod.c 52 if(hx<0x00100000) { /* subnormal x */
61 if(hy<0x00100000) { /* subnormal y */
71 hx = 0x00100000|(0x000fffff&hx);
83 hy = 0x00100000|(0x000fffff&hy);
112 while(hx<0x00100000) { /* normalize x */
117 hx = ((hx-0x00100000)|((iy+1023)<<20));
s_remquo.c 58 if(hx<0x00100000) { /* subnormal x */
67 if(hy<0x00100000) { /* subnormal y */
77 hx = 0x00100000|(0x000fffff&hx);
89 hy = 0x00100000|(0x000fffff&hy);
119 while(hx<0x00100000) { /* normalize x */
124 hx = ((hx-0x00100000)|((iy+1023)<<20));
s_frexp.c 44 if (ix<0x00100000) { /* subnormal */
  /external/fdlibm/
s_ilogb.c 32 if(hx<0x00100000) {
e_fmod.c 57 if(hx<0x00100000) { /* subnormal x */
66 if(hy<0x00100000) { /* subnormal y */
76 hx = 0x00100000|(0x000fffff&hx);
88 hy = 0x00100000|(0x000fffff&hy);
117 while(hx<0x00100000) { /* normalize x */
122 hx = ((hx-0x00100000)|((iy+1023)<<20));
s_frexp.c 46 if (ix<0x00100000) { /* subnormal */
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_IndexExt.h 50 OMX_IndexExtComponentStartUnused = OMX_IndexKhronosExtensions + 0x00100000,
  /bionic/libc/kernel/arch-arm/asm/
sizes.h 31 #define SZ_1M 0x00100000
  /bionic/libc/kernel/common/linux/
sched.h 37 #define CLONE_PARENT_SETTID 0x00100000
  /development/ndk/platforms/android-3/arch-arm/include/asm/
sizes.h 24 #define SZ_1M 0x00100000
  /development/ndk/platforms/android-3/include/linux/
sched.h 29 #define CLONE_PARENT_SETTID 0x00100000
  /development/ndk/platforms/android-9/include/android/
window.h 49 AWINDOW_FLAG_SHOW_WALLPAPER = 0x00100000,
  /external/aac/libAACdec/src/
aacdec_hcrs.h 139 #define MASK_FLAG_B 0x00100000
  /external/compiler-rt/lib/
fixdfdi.c 38 r.s.high = (fb.u.s.high & 0x000FFFFF) | 0x00100000;
fixunsdfdi.c 40 r.s.high = (fb.u.s.high & 0x000FFFFF) | 0x00100000;
  /external/kernel-headers/original/asm-arm/
sizes.h 36 #define SZ_1M 0x00100000
  /external/libmtp/src/
device-flags.h 230 #define DEVICE_FLAG_NIKON_BROKEN_CAPTURE 0x00100000
  /external/qemu/distrib/sdl-1.2.15/include/
SDL.h 66 #define SDL_INIT_NOPARACHUTE 0x00100000 /**< Don't catch fatal signals */

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>