/development/ndk/platforms/android-9/arch-x86/include/asm/ |
D | delay.h | 15 #define udelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_udelay() : __const_udelay((n) *… argument 17 #define ndelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) *… argument
|
D | cmpxchg_32.h | 27 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __r… argument 28 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3))… argument 29 #define cmpxchg64(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64((ptr),(unsigned long long)(o), (unsig… argument 30 #define cmpxchg64_local(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64_local((ptr),(unsigned long long)… argument
|
D | kmap_types.h | 15 #define D(n) argument
|
D | mpspec_32.h | 40 #define physids_shift_right(d, s, n) bitmap_shift_right((d).mask, (s).mask, n, MAX_APICS) argument 41 #define physids_shift_left(d, s, n) bitmap_shift_left((d).mask, (s).mask, n, MAX_APICS) argument
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
D | dma.h | 56 #define OMAP_DMA_CCR_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x80) argument 57 #define OMAP_DMA_CLNK_CTRL_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x84) argument 58 #define OMAP_DMA_CICR_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x88) argument 59 #define OMAP_DMA_CSR_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x8c) argument 60 #define OMAP_DMA_CSDP_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x90) argument 61 #define OMAP_DMA_CEN_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x94) argument 62 #define OMAP_DMA_CFN_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0x98) argument 63 #define OMAP_DMA_CSEI_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0xa4) argument 64 #define OMAP_DMA_CSFI_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0xa8) argument 65 #define OMAP_DMA_CDEI_REG(n) __REG32(OMAP24XX_DMA_BASE + 0x60 * (n) + 0xac) argument [all …]
|
D | mtd-xip.h | 25 #define xip_omap_mpu_timer_base(n) ((volatile xip_omap_mpu_timer_regs_t*)IO_ADDRESS(OMAP_MPU_TIMER… argument
|
/development/ndk/platforms/android-3/include/linux/ |
D | lockdep.h | 21 #define lock_release(l, n, i) do { } while (0) argument 39 #define spin_release(l, n, i) do { } while (0) argument 43 #define rwlock_release(l, n, i) do { } while (0) argument 46 #define mutex_release(l, n, i) do { } while (0) argument 50 #define rwsem_release(l, n, i) do { } while (0) argument
|
D | ioport.h | 87 #define request_region(start,n,name) __request_region(&ioport_resource, (start), (n), (name)) argument 88 #define request_mem_region(start,n,name) __request_region(&iomem_resource, (start), (n), (name)) argument 91 #define release_region(start,n) __release_region(&ioport_resource, (start), (n)) argument 92 #define check_mem_region(start,n) __check_region(&iomem_resource, (start), (n)) argument 93 #define release_mem_region(start,n) __release_region(&iomem_resource, (start), (n)) argument
|
D | delay.h | 22 #define mdelay(n) ( (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : ({unsig… argument
|
D | workqueue.h | 34 #define __WORK_INITIALIZER(n, f, d) { .entry = { &(n).entry, &(n).entry }, .func = (f), .data… argument 36 #define DECLARE_WORK(n, f, d) struct work_struct n = __WORK_INITIALIZER(n, f, d) argument
|
D | plist.h | 37 #define plist_for_each_safe(pos, n, head) list_for_each_entry_safe(pos, n, &(head)->node_list, pl… argument 41 #define plist_for_each_entry_safe(pos, n, head, m) list_for_each_entry_safe(pos, n, &(head)->node… argument
|
D | atmdev.h | 106 #define __ATM_LM_MKLOC(n) ((n)) argument 107 #define __ATM_LM_MKRMT(n) ((n) << 8) argument 109 #define __ATM_LM_XTLOC(n) ((n) & 0xff) argument 110 #define __ATM_LM_XTRMT(n) (((n) >> 8) & 0xff) argument
|
D | pkt_cls.h | 19 #define _TC_MAKEMASK1(n) (_TC_MAKE32(1) << _TC_MAKE32(n)) argument 20 #define _TC_MAKEMASK(v,n) (_TC_MAKE32((_TC_MAKE32(1)<<(v))-1) << _TC_MAKE32(n)) argument 21 #define _TC_MAKEVALUE(v,n) (_TC_MAKE32(v) << _TC_MAKE32(n)) argument 22 #define _TC_GETVALUE(v,n,m) ((_TC_MAKE32(v) & _TC_MAKE32(m)) >> _TC_MAKE32(n)) argument 36 #define SET_TC_VERD(v,n) ((V_TC_VERD(n)) | (v & ~M_TC_VERD)) argument 42 #define SET_TC_FROM(v,n) ((V_TC_FROM(n)) | (v & ~M_TC_FROM)) argument 55 #define SET_TC_RTTL(v,n) ((V_TC_RTTL(n)) | (v & ~M_TC_RTTL)) argument 61 #define SET_TC_AT(v,n) ((V_TC_AT(n)) | (v & ~M_TC_AT)) argument
|
/development/ndk/platforms/android-3/arch-arm/include/asm/ |
D | delay.h | 19 #define udelay(n) (__builtin_constant_p(n) ? ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : … argument
|
D | div64.h | 25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned lon… argument
|
D | uaccess.h | 70 #define __copy_from_user(to,from,n) (memcpy(to, (void __force *)from, n), 0) argument 71 #define __copy_to_user(to,from,n) (memcpy((void __force *)to, from, n), 0) argument 72 #define __clear_user(addr,n) (memset((void __force *)addr, 0, n), 0) argument
|
/development/ndk/platforms/android-3/include/sys/ |
D | cdefs_elf.h | 123 #define __link_set_make_entry2(set, sym, n) \ argument 129 #define __link_set_make_entry2(set, sym, n) \ argument 137 #define __link_set_add_text2(set, sym, n) __link_set_make_entry2(set, sym, n) argument 138 #define __link_set_add_rodata2(set, sym, n) __link_set_make_entry2(set, sym, n) argument 139 #define __link_set_add_data2(set, sym, n) __link_set_make_entry2(set, sym, n) argument 140 #define __link_set_add_bss2(set, sym, n) __link_set_make_entry2(set, sym, n) argument
|
/development/tools/emulator/system/libqemu/ |
D | test_host_1.c | 72 int n = 1; in socket_loopback_server() local 108 int n = 1; in socket_unix_server() local
|
D | test_host_2.c | 70 int n = 1; in socket_loopback_server() local
|
/development/tools/emulator/opengl/host/libs/libOpenglRender/ |
D | RenderServer.cpp | 104 for (RenderThreadsSet::iterator n,t = threads.begin(); in Main() local
|
/development/tools/emulator/opengl/host/libs/Translator/GLcommon/ |
D | objectNameManager.cpp | 30 for (NamesMap::iterator n = m_localToGlobalMap.begin(); in ~NameSpace() local 66 NamesMap::iterator n( m_localToGlobalMap.find(p_localName) ); in getGlobalName() local 93 NamesMap::iterator n( m_localToGlobalMap.find(p_localName) ); in deleteName() local 109 NamesMap::iterator n( m_localToGlobalMap.find(p_localName) ); in replaceGlobalName() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | BitmapPixels.java | 86 private static void makeRamp(int from, int to, int n, in makeRamp() 111 private static IntBuffer makeBuffer(int[] src, int n) { in makeBuffer() 120 private static ShortBuffer makeBuffer(short[] src, int n) { in makeBuffer()
|
/development/tools/emulator/opengl/host/tools/emugen/ |
D | ApiGen.cpp | 37 size_t n = this->size(); in findEntryByName() local 83 size_t n = evars.size(); in genProcTypes() local 160 const char *n = e->name().c_str(); in genContext() local 462 size_t n = size(); in genEncoderImpl() local 722 size_t n = size(); in genContextImpl() local 757 size_t n = size(); in genDecoderImpl() local
|
/development/tools/emulator/opengl/system/egl/ |
D | eglDisplay.cpp | 165 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); in initialize() local 252 int n = rcEnc->rcQueryEGLString(rcEnc, name, NULL, 0); in queryHostEGLString() local 321 int n = strlen(hostExt); in buildExtensionString() local
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | InstallApk.java | 156 int n; in prepareApk() local
|