/bionic/libc/kernel/arch-x86/asm/ |
vm86.h | 109 unsigned long unused:28; member in struct:vm86plus_info_struct
|
/bionic/libc/kernel/common/linux/ |
if_bridge.h | 115 __u32 unused; member in struct:__fdb_entry
|
/bionic/libc/kernel/common/linux/mmc/ |
host.h | 101 unsigned short unused; member in struct:mmc_host
|
/bionic/tests/ |
fenv_test.cpp | 35 volatile float result __attribute__((unused)) = 123.0f / zero;
|
/development/ndk/platforms/android-3/include/linux/ |
if_bridge.h | 97 __u32 unused; member in struct:__fdb_entry
|
/development/ndk/platforms/android-3/include/linux/mmc/ |
host.h | 95 unsigned short unused; member in struct:mmc_host
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
vm86.h | 109 unsigned long unused:28; member in struct:vm86plus_info_struct
|
/external/chromium/base/ |
compiler_specific.h | 76 #define ALLOW_UNUSED __attribute__((unused))
|
safe_strerror_posix.cc | 15 // GCC will complain about the unused second wrap function unless we tell it 16 // that we meant for them to be potentially unused, which is exactly what this 18 #define POSSIBLY_UNUSED __attribute__((unused))
|
/external/clang/test/CodeGen/ |
2008-03-24-BitField-And-Alloca.c | 86 __attribute__ ((unused)) Key iospec = (Key) key_token2;
|
/external/clang/test/Parser/ |
attributes.c | 47 int x, __attribute__((unused)) y, z;
|
/external/clang/test/SemaCXX/ |
warn-unused-filescoped.cpp | 4 static void f1(); // expected-warning{{unused}} 7 void f2(); // expected-warning{{unused}} 9 void f3() { } // expected-warning{{unused}} 12 void m1() { } // expected-warning{{unused}} 13 void m2(); // expected-warning{{unused}} 23 template <> void TS<int>::m() { } // expected-warning{{unused}} 27 template <> void tf<int>() { } // expected-warning{{unused}} 38 void S::m3() { } // expected-warning{{unused}} 43 static int x1; // expected-warning{{unused}} 46 int x2; // expected-warning{{unused}} 115 namespace unused { namespace [all...] |
/external/e2fsprogs/lib/ext2fs/ |
bb_inode.c | 154 blk_t ref_block EXT2FS_ATTR((unused)), 155 int ref_offset EXT2FS_ATTR((unused)), 192 * Mark the block as unused, and update accounting information 211 blk_t ref_block EXT2FS_ATTR((unused)), 212 int ref_offset EXT2FS_ATTR((unused)),
|
dir_iterate.c | 143 static int xlate_func(ext2_ino_t dir EXT2FS_ATTR((unused)), 144 int entry EXT2FS_ATTR((unused)), 181 blk_t ref_block EXT2FS_ATTR((unused)), 182 int ref_offset EXT2FS_ATTR((unused)),
|
/external/elfutils/backends/ |
alpha_regs.c | 37 alpha_register_info (Ebl *ebl __attribute__ ((unused)),
|
i386_regs.c | 37 i386_register_info (Ebl *ebl __attribute__ ((unused)),
|
s390_regs.c | 54 s390_register_info (Ebl *ebl __attribute__ ((unused)),
|
/external/elfutils/libcpu/ |
Makefile.am | 71 i386_lex_CFLAGS = -Wno-unused-label -Wno-unused-function -Wno-sign-compare
|
/external/elfutils/libdw/ |
dwarf_func_inline.c | 64 scope_visitor (unsigned int depth __attribute__ ((unused)),
|
/external/elfutils/tests/ |
allfcts.c | 36 cb (Dwarf_Die *func, void *arg __attribute__ ((unused)))
|
get-pubnames.c | 40 callback (Dwarf *dbg, Dwarf_Global *gl, void *arg __attribute__ ((unused)))
|
test-nlist.c | 43 main (int argc, char *argv[] __attribute__ ((unused)))
|
/external/guava/guava-tests/test/com/google/common/util/concurrent/ |
AtomicDoubleTest.java | 101 double unused = Math.E + Math.PI; local 105 assertFalse(at.compareAndSet(unused, x)); 138 double unused = Math.E + Math.PI; local 142 assertFalse(at.weakCompareAndSet(unused, x));
|
/external/kernel-headers/original/linux/ |
if_bridge.h | 100 __u32 unused; member in struct:__fdb_entry
|
/external/libsepol/src/ |
debug.c | 44 void hidden sepol_msg_default_handler(void *varg __attribute__ ((unused)),
|