Home
last modified time | relevance | path

Searched defs:n (Results 1 – 25 of 74) sorted by relevance

123

/development/ndk/platforms/android-9/arch-x86/include/asm/
Ddelay.h21 #define udelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_udelay() : __const_udelay((n) *… argument
22 #define ndelay(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) *… argument
Dcmpxchg_32.h31 #define cmpxchg(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3)) __r… argument
32 #define cmpxchg_local(ptr,o,n) ({ __typeof__(*(ptr)) __ret; if (likely(boot_cpu_data.x86 > 3))… argument
34 #define cmpxchg64(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64((ptr),(unsigned long long)(o), (unsig… argument
35 #define cmpxchg64_local(ptr,o,n) ((__typeof__(*(ptr)))__cmpxchg64_local((ptr),(unsigned long long)… argument
Ddiv64.h22 #define do_div(n,base) ({ unsigned long __upper, __low, __high, __mod, __base; __base = (base);… argument
Dkmap_types.h21 #define D(n) argument
Dmpspec_32.h46 #define physids_shift_right(d, s, n) bitmap_shift_right((d).mask, (s).mask, n, MAX_APICS) argument
47 #define physids_shift_left(d, s, n) bitmap_shift_left((d).mask, (s).mask, n, MAX_APICS) argument
/development/ndk/platforms/android-9/arch-mips/include/asm/
Duaccess.h67 #define __invoke_copy_to_user(to, from, n) ({ register void __user *__cu_to_r __asm__("$4"); r… argument
69 #define __copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __c… argument
70 #define __copy_to_user_inatomic(to, from, n) ({ void __user *__cu_to; const void *__cu_from; … argument
71 #define __copy_from_user_inatomic(to, from, n) ({ void *__cu_to; const void __user *__cu_from;… argument
72 #define copy_to_user(to, from, n) ({ void __user *__cu_to; const void *__cu_from; long __cu_… argument
74 #define __invoke_copy_from_user(to, from, n) ({ register void *__cu_to_r __asm__("$4"); regist… argument
75 #define __invoke_copy_from_user_inatomic(to, from, n) ({ register void *__cu_to_r __asm__("$4");… argument
76 #define __copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long _… argument
77 #define copy_from_user(to, from, n) ({ void *__cu_to; const void __user *__cu_from; long __c… argument
79 #define __copy_in_user(to, from, n) __copy_from_user(to, from, n) argument
[all …]
Ddiv64.h26 #define do_div(n, base) ({ unsigned long long __quot; unsigned long __mod; unsigned long long… argument
30 #define do_div(n, base) ({ unsigned long __quot; unsigned int __mod; unsigned long __div; u… argument
Dcmpxchg.h29 #define cmpxchg64(ptr, o, n) ({ BUILD_BUG_ON(sizeof(*(ptr)) != 8); cmpxchg((ptr), (o), (n)); … argument
31 #define cmpxchg64_local(ptr, o, n) __cmpxchg64_local_generic((ptr), (o), (n)) argument
Dkmap_types.h21 #define D(n) argument
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/
Ddma.h56 #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 …]
Dmtd-xip.h25 #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/
Dlockdep.h21 #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
Dioport.h87 #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
Ddelay.h22 #define mdelay(n) ( (__builtin_constant_p(n) && (n)<=MAX_UDELAY_MS) ? udelay((n)*1000) : ({unsig… argument
Dworkqueue.h34 #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
Dplist.h37 #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
Datmdev.h106 #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
/development/ndk/platforms/android-3/arch-arm/include/asm/
Ddelay.h19 #define udelay(n) (__builtin_constant_p(n) ? ((n) > (MAX_UDELAY_MS * 1000) ? __bad_udelay() : … argument
Ddiv64.h25 #define do_div(n,base) ({ register unsigned int __base asm("r4") = base; register unsigned lon… argument
/development/ndk/platforms/android-3/include/sys/
Dcdefs_elf.h127 #define __link_set_make_entry2(set, sym, n) \ argument
133 #define __link_set_make_entry2(set, sym, n) \ argument
141 #define __link_set_add_text2(set, sym, n) __link_set_make_entry2(set, sym, n) argument
142 #define __link_set_add_rodata2(set, sym, n) __link_set_make_entry2(set, sym, n) argument
143 #define __link_set_add_data2(set, sym, n) __link_set_make_entry2(set, sym, n) argument
144 #define __link_set_add_bss2(set, sym, n) __link_set_make_entry2(set, sym, n) argument
/development/tools/emulator/system/libqemu/
Dtest_host_1.c72 int n = 1; in socket_loopback_server() local
108 int n = 1; in socket_unix_server() local
Dtest_host_2.c70 int n = 1; in socket_loopback_server() local
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
DBitmapPixels.java86 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/system/egl/
DeglDisplay.cpp166 EGLint n = rcEnc->rcGetConfigs(rcEnc, nInts*sizeof(EGLint), (GLuint*)tmp_buf); in initialize() local
253 int n = rcEnc->rcQueryEGLString(rcEnc, name, NULL, 0); in queryHostEGLString() local
322 int n = strlen(hostExt); in buildExtensionString() local
/development/samples/ApiDemos/src/com/example/android/apis/content/
DInstallApk.java156 int n; in prepareApk() local

123