OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:__const__
(Results
76 - 100
of
149
) sorted by null
1
2
3
4
5
6
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
exception_ptr.h
129
__attribute__ ((
__const__
));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
exception_ptr.h
131
__attribute__ ((
__const__
));
/external/grub/stage2/
fsys_xfs.c
100
static inline
__const__
xfs_uint16_t
109
static inline
__const__
xfs_uint32_t
125
static inline
__const__
xfs_uint64_t
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
string.h
318
extern int ffs (int __i) __THROW __attribute__ ((
__const__
));
323
extern int ffsl (long int __l) __THROW __attribute__ ((
__const__
));
326
__THROW __attribute__ ((
__const__
));
stdlib.h
691
extern int abs (int __x) __THROW __attribute__ ((
__const__
)) __wur;
692
extern long int labs (long int __x) __THROW __attribute__ ((
__const__
)) __wur;
697
__THROW __attribute__ ((
__const__
)) __wur;
706
__THROW __attribute__ ((
__const__
)) __wur;
708
__THROW __attribute__ ((
__const__
)) __wur;
715
__THROW __attribute__ ((
__const__
)) __wur;
inttypes.h
298
extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((
__const__
));
302
__THROW __attribute__ ((
__const__
));
time.h
191
__THROW __attribute__ ((
__const__
));
318
extern int dysize (int __year) __THROW __attribute__ ((
__const__
));
resolv.h
243
extern struct __res_state *__res_state(void) __attribute__ ((
__const__
));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
string.h
318
extern int ffs (int __i) __THROW __attribute__ ((
__const__
));
323
extern int ffsl (long int __l) __THROW __attribute__ ((
__const__
));
326
__THROW __attribute__ ((
__const__
));
stdlib.h
691
extern int abs (int __x) __THROW __attribute__ ((
__const__
)) __wur;
692
extern long int labs (long int __x) __THROW __attribute__ ((
__const__
)) __wur;
697
__THROW __attribute__ ((
__const__
)) __wur;
706
__THROW __attribute__ ((
__const__
)) __wur;
708
__THROW __attribute__ ((
__const__
)) __wur;
715
__THROW __attribute__ ((
__const__
)) __wur;
inttypes.h
298
extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((
__const__
));
302
__THROW __attribute__ ((
__const__
));
time.h
191
__THROW __attribute__ ((
__const__
));
318
extern int dysize (int __year) __THROW __attribute__ ((
__const__
));
resolv.h
243
extern struct __res_state *__res_state(void) __attribute__ ((
__const__
));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
string.h
318
extern int ffs (int __i) __THROW __attribute__ ((
__const__
));
323
extern int ffsl (long int __l) __THROW __attribute__ ((
__const__
));
326
__THROW __attribute__ ((
__const__
));
stdlib.h
691
extern int abs (int __x) __THROW __attribute__ ((
__const__
)) __wur;
692
extern long int labs (long int __x) __THROW __attribute__ ((
__const__
)) __wur;
697
__THROW __attribute__ ((
__const__
)) __wur;
706
__THROW __attribute__ ((
__const__
)) __wur;
708
__THROW __attribute__ ((
__const__
)) __wur;
715
__THROW __attribute__ ((
__const__
)) __wur;
inttypes.h
298
extern intmax_t imaxabs (intmax_t __n) __THROW __attribute__ ((
__const__
));
302
__THROW __attribute__ ((
__const__
));
time.h
191
__THROW __attribute__ ((
__const__
));
318
extern int dysize (int __year) __THROW __attribute__ ((
__const__
));
resolv.h
243
extern struct __res_state *__res_state(void) __attribute__ ((
__const__
));
/external/bison/m4/
gnulib-common.m4
59
/* The
__const__
attribute was added in gcc 2.95. */
61
# define _GL_ATTRIBUTE_CONST __attribute__ ((
__const__
))
/external/elfutils/libelf/
libelf.h
380
__attribute__ ((
__const__
));
384
__attribute__ ((
__const__
));
/external/llvm/include/llvm/Support/
Compiler.h
208
#define LLVM_READNONE __attribute__((
__const__
))
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h
588
__cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((
__const__
));
591
__cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((
__const__
));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cxxabi.h
588
__cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((
__const__
));
591
__cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((
__const__
));
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cxxabi.h
595
__cxa_get_globals() _GLIBCXX_NOTHROW __attribute__ ((
__const__
));
598
__cxa_get_globals_fast() _GLIBCXX_NOTHROW __attribute__ ((
__const__
));
/bionic/libc/include/sys/
cdefs.h
180
#define __pure2 __attribute__((
__const__
)) /* Android-added: used by FreeBSD libm */
Completed in 2367 milliseconds
1
2
3
4
5
6