/external/dropbear/ |
D | includes.h | 140 #ifdef UNUSED 142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro 144 # define UNUSED(x) /*@unused@*/ x macro 146 # define UNUSED(x) x macro
|
D | svr-main.c | 333 static void sigchld_handler(int UNUSED(unused)) { in sigchld_handler() 346 static void sigsegv_handler(int UNUSED(unused)) { in sigsegv_handler() 353 static void sigintterm_handler(int UNUSED(unused)) { in sigintterm_handler()
|
D | cli-chansession.c | 84 static void cli_closechansess(struct Channel *UNUSED(channel)) { in cli_closechansess() 258 static void sigwinch_handler(int UNUSED(unused)) { in sigwinch_handler()
|
D | cli-main.c | 107 static void cli_dropbear_log(int UNUSED(priority),
|
D | svr-agentfwd.c | 98 static void agentaccept(struct Listener *UNUSED(listener), int sock) { in agentaccept()
|
/external/libvpx/vpx/ |
D | vpx_codec.h | 63 #ifdef UNUSED 65 #define UNUSED __attribute__ ((unused)) 67 #define UNUSED 409 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) UNUSED;\ 429 vpx_codec_control_##id(vpx_codec_ctx_t*, int, typ) DEPRECATED UNUSED;\ 449 vpx_codec_control_##id(vpx_codec_ctx_t*, int) UNUSED;\
|
/external/chromium/third_party/libjingle/source/talk/xmllite/ |
D | xmlbuilder.cc | 113 UNUSED(pctx); in EndElement() 114 UNUSED(name); in EndElement() 122 UNUSED(pctx); in CharacterData() 130 UNUSED(pctx); in Error() 131 UNUSED(err); in Error()
|
/external/quake/quake/src/WinQuake/ |
D | d_init.cpp | 79 UNUSED(prects); in D_CopyRects() 80 UNUSED(transparent); in D_CopyRects() 171 UNUSED(prect); in D_UpdateRects()
|
D | vid_vga.cpp | 416 UNUSED(lvid); in VGA_SetPalette() 417 UNUSED(pcurrentmode); in VGA_SetPalette() 434 UNUSED(pcurrentmode); in VGA_SwapBuffersCopy() 471 UNUSED(lvid); in VGA_SwapBuffers()
|
D | vid_ext.cpp | 186 UNUSED(lvid); in VID_SetVESAPalette() 187 UNUSED(pcurrentmode); in VID_SetVESAPalette() 721 UNUSED(rects); in VID_ExtraSwapBuffers() 722 UNUSED(pcurrentmode); in VID_ExtraSwapBuffers()
|
/external/quake/quake/src/QW/client/ |
D | d_init.c | 79 UNUSED(prects); in D_CopyRects() 80 UNUSED(transparent); in D_CopyRects() 172 UNUSED(prect); in D_UpdateRects()
|
D | bothdefs.h | 47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings macro
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
D | xmppstanzaparser.cc | 100 UNUSED(pctx); in IncomingError() 101 UNUSED(errCode); in IncomingError()
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | basictypes.h | 107 #ifndef UNUSED 108 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
|
D | common.h | 42 #ifndef UNUSED 43 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
|
/external/chromium/net/socket/ |
D | client_socket_handle.h | 35 UNUSED = 0, // unused socket that just finished connecting enumerator 142 return UNUSED; in reuse_type()
|
D | client_socket_handle.cc | 98 case ClientSocketHandle::UNUSED: in HandleInitCompletion()
|
/external/v8/src/x64/ |
D | lithium-codegen-x64.h | 60 status_(UNUSED), in LCodeGen() 116 UNUSED, enumerator 122 bool is_unused() const { return status_ == UNUSED; } in is_unused()
|
/external/v8/src/ia32/ |
D | lithium-codegen-ia32.h | 60 status_(UNUSED), in LCodeGen() 121 UNUSED, enumerator 127 bool is_unused() const { return status_ == UNUSED; } in is_unused()
|
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/ |
D | ReasonFlags.java | 26 public static final int UNUSED = (1 << 7); field in ReasonFlags
|
/external/v8/src/arm/ |
D | lithium-codegen-arm.h | 57 status_(UNUSED), in LCodeGen() 129 UNUSED, enumerator 135 bool is_unused() const { return status_ == UNUSED; } in is_unused()
|
/external/libvpx/vp8/common/ |
D | asm_com_offsets.c | 18 static void assert_##name(void) UNUSED;\
|
/external/libvpx/vp8/encoder/ |
D | asm_enc_offsets.c | 22 static void assert_##name(void) UNUSED;\
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 13 UNUSED, enumerator
|
D | SkPicture.cpp | 54 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break; in DrawTypeToString()
|