Searched defs:base (Results 1 - 25 of 25) sorted by relevance

/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
H A Dtimer.h28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dvideodev.h150 void *base; member in struct:video_buffer
H A Dvideodev2.h298 void* base; member in struct:v4l2_framebuffer
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
H A Dtimer.h28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dvideodev.h150 void *base; member in struct:video_buffer
H A Dvideodev2.h298 void* base; member in struct:v4l2_framebuffer
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
H A Dtimer.h28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dvideodev.h150 void *base; member in struct:video_buffer
H A Dvideodev2.h298 void* base; member in struct:v4l2_framebuffer
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
H A Dtimer.h28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dvideodev.h167 void *base; member in struct:video_buffer
H A Dvideodev2.h382 void *base; member in struct:v4l2_framebuffer
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
H A Dtimer.h28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dvideodev.h150 void *base; member in struct:video_buffer
H A Dvideodev2.h298 void* base; member in struct:v4l2_framebuffer
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
H A Dtimer.h28 struct tvec_t_base_s *base; member in struct:timer_list
31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
H A Dkd.h128 unsigned char diacr, base, result; member in struct:kbdiacr
H A Dvideodev.h167 void *base; member in struct:video_buffer
H A Dvideodev2.h382 void *base; member in struct:v4l2_framebuffer
/ndk/samples/bitmap-plasma/jni/
H A Dplasma.c202 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); local
220 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
230 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2);
234 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2);
246 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
255 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);

Completed in 439 milliseconds