Searched defs:UNUSED (Results 1 – 23 of 23) sorted by relevance
/external/dropbear/ |
D | includes.h | 142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro 144 # define UNUSED(x) /*@unused@*/ x macro 146 # define UNUSED(x) x macro
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | ReasonFlags.java | 26 public static final int UNUSED = (1 << 7); field in ReasonFlags
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | EnumTest.java | 41 UNUSED enumConstant
|
/external/chromium/net/socket/ |
D | client_socket_handle.h | 35 UNUSED = 0, // unused socket that just finished connecting enumerator
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | common.h | 43 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
|
D | basictypes.h | 108 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
|
/external/quake/quake/src/QW/client/ |
D | bothdefs.h | 47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings macro
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 133 UNUSED, enumerator
|
D | lithium-ia32.h | 2377 UNUSED, enumerator
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 20 UNUSED, enumerator
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 124 UNUSED, enumerator
|
D | lithium-x64.h | 2241 UNUSED, enumerator
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 141 UNUSED, enumerator
|
D | lithium-arm.h | 2279 UNUSED, enumerator
|
/external/v8/src/mips/ |
D | lithium-codegen-mips.h | 137 UNUSED, enumerator
|
D | lithium-mips.h | 2259 UNUSED, enumerator
|
/external/apache-harmony/support/src/test/java/tests/support/ |
D | Support_HttpServer.java | 62 public static final int UNUSED = 306; field in Support_HttpServer
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_internal_defs.h | 57 # define UNUSED __attribute__((unused)) macro
|
/external/quake/quake/src/WinQuake/ |
D | quakedef.h | 85 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings macro
|
D | gl_draw.cpp | 127 static const GLuint UNUSED = (GLuint) -2; member in textureStore
|
/external/qemu-pc-bios/bochs/ |
D | bochs.h | 401 # define UNUSED(x) ((void)x) macro
|
/external/qemu/ |
D | ppc-dis.c | 431 #define UNUSED 0 macro
|
/external/v8/src/ |
D | objects.h | 3506 UNUSED enumerator
|