OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ndelay
(Results
26 - 49
of
49
) sorted by null
1
2
/prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
delay.h
25
#ifndef
ndelay
26
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/asm/
delay.h
17
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/asm/
delay.h
17
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/asm/
delay.h
17
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/asm/
delay.h
17
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/asm/
delay.h
17
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/bionic/libc/kernel/common/linux/
delay.h
30
#ifndef
ndelay
31
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/external/kernel-headers/original/linux/
delay.h
34
#ifndef
ndelay
35
#define
ndelay
(x) udelay(((x)+999)/1000)
macro
/bionic/libc/kernel/arch-x86/asm/
delay.h
22
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/development/ndk/platforms/android-9/arch-x86/include/asm/
delay.h
22
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/external/kernel-headers/original/asm-x86/
delay.h
25
#define
ndelay
(n) (__builtin_constant_p(n) ? \
macro
/prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/asm/
delay.h
22
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/asm/
delay.h
22
#define
ndelay
(n) (__builtin_constant_p(n) ? ((n) > 20000 ? __bad_ndelay() : __const_udelay((n) * 5ul)) : __ndelay(n))
macro
/external/kernel-headers/original/asm-mips/lasat/
lasat.h
226
* early stage of the boot process where
ndelay
is not calibrated.
/external/aac/libAACenc/src/
aacenc_lib.cpp
211
INT
nDelay
; /* encoder delay */
840
hAacEncoder->
nDelay
= DELAY_AACELD(hAacConfig->framelength);
843
hAacEncoder->
nDelay
= DELAY_AAC(hAacConfig->framelength); /* AAC encoder delay */
[
all
...]
/system/core/sh/
input.c
264
out2str("sh: turning off
NDELAY
mode\n");
/hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_TI_IVCommon.h
[
all
...]
/external/valgrind/main/VEX/priv/
guest_mips_toIR.c
[
all
...]
Completed in 2173 milliseconds
1
2