Home
last modified time | relevance | path

Searched refs:UNUSED (Results 1 – 25 of 44) sorted by relevance

12

/external/dropbear/
Dincludes.h140 #ifdef UNUSED
142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro
144 # define UNUSED(x) /*@unused@*/ x macro
146 # define UNUSED(x) x macro
Dsvr-main.c333 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()
Dcli-chansession.c84 static void cli_closechansess(struct Channel *UNUSED(channel)) { in cli_closechansess()
258 static void sigwinch_handler(int UNUSED(unused)) { in sigwinch_handler()
Dcli-main.c107 static void cli_dropbear_log(int UNUSED(priority),
Dsvr-agentfwd.c98 static void agentaccept(struct Listener *UNUSED(listener), int sock) { in agentaccept()
/external/libvpx/vpx/
Dvpx_codec.h63 #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/
Dxmlbuilder.cc113 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/
Dd_init.cpp79 UNUSED(prects); in D_CopyRects()
80 UNUSED(transparent); in D_CopyRects()
171 UNUSED(prect); in D_UpdateRects()
Dvid_vga.cpp416 UNUSED(lvid); in VGA_SetPalette()
417 UNUSED(pcurrentmode); in VGA_SetPalette()
434 UNUSED(pcurrentmode); in VGA_SwapBuffersCopy()
471 UNUSED(lvid); in VGA_SwapBuffers()
Dvid_ext.cpp186 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/
Dd_init.c79 UNUSED(prects); in D_CopyRects()
80 UNUSED(transparent); in D_CopyRects()
172 UNUSED(prect); in D_UpdateRects()
Dbothdefs.h47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings macro
/external/chromium/third_party/libjingle/source/talk/xmpp/
Dxmppstanzaparser.cc100 UNUSED(pctx); in IncomingError()
101 UNUSED(errCode); in IncomingError()
/external/chromium/third_party/libjingle/source/talk/base/
Dbasictypes.h107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
Dcommon.h42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x)) macro
/external/chromium/net/socket/
Dclient_socket_handle.h35 UNUSED = 0, // unused socket that just finished connecting enumerator
142 return UNUSED; in reuse_type()
Dclient_socket_handle.cc98 case ClientSocketHandle::UNUSED: in HandleInitCompletion()
/external/v8/src/x64/
Dlithium-codegen-x64.h60 status_(UNUSED), in LCodeGen()
116 UNUSED, enumerator
122 bool is_unused() const { return status_ == UNUSED; } in is_unused()
/external/v8/src/ia32/
Dlithium-codegen-ia32.h60 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/
DReasonFlags.java26 public static final int UNUSED = (1 << 7); field in ReasonFlags
/external/v8/src/arm/
Dlithium-codegen-arm.h57 status_(UNUSED), in LCodeGen()
129 UNUSED, enumerator
135 bool is_unused() const { return status_ == UNUSED; } in is_unused()
/external/libvpx/vp8/common/
Dasm_com_offsets.c18 static void assert_##name(void) UNUSED;\
/external/libvpx/vp8/encoder/
Dasm_enc_offsets.c22 static void assert_##name(void) UNUSED;\
/external/skia/src/core/
DSkPictureFlat.h13 UNUSED, enumerator
DSkPicture.cpp54 case UNUSED: SkDebugf("DrawType UNUSED\n"); SkASSERT(0); break; in DrawTypeToString()

12