OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_sizeof
(Results
1 - 2
of
2
) sorted by null
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/
global.h
106
#define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##
_sizeof
()); memset(*ptr, 0, type##
_sizeof
()); } while (0)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/alsa/
global.h
106
#define __snd_alloca(ptr,type) do { *ptr = (type##_t *) alloca(type##
_sizeof
()); memset(*ptr, 0, type##
_sizeof
()); } while (0)
Completed in 348 milliseconds