HomeSort by relevance Sort by last modified time
    Searched defs:UNUSED (Results 1 - 25 of 25) sorted by null

  /external/dropbear/
includes.h 139 /* so we can avoid warnings about unused params (ie in signal handlers etc) */
140 #ifdef UNUSED
142 # define UNUSED(x) UNUSED_ ## x __attribute__((unused))
144 # define UNUSED(x) /*@unused@*/ x
146 # define UNUSED(x) x
  /bionic/libc/netbsd/resolv/
res_mkquery.c 105 #define UNUSED(a) (void)&a
107 #define UNUSED(a) a = a
132 UNUSED(newrr_in);
  /external/chromium/third_party/libjingle/source/talk/base/
common.h 42 #ifndef UNUSED
43 #define UNUSED(x) Unused(static_cast<const void *>(&x))
44 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
45 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
46 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
basictypes.h 107 #ifndef UNUSED
108 #define UNUSED(x) Unused(static_cast<const void *>(&x))
109 #define UNUSED2(x,y) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y))
110 #define UNUSED3(x,y,z) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z))
111 #define UNUSED4(x,y,z,a) Unused(static_cast<const void *>(&x)); Unused(static_cast<const void *>(&y)); Unused(static_cast<const void *>(&z)); Unused(static_cast<const vo (…)
    [all...]
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
ReasonFlags.java 9 * unused (0),
26 public static final int UNUSED = (1 << 7);
60 public static final int unused = (1 << 7); field in class:ReasonFlags
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_dpb.h 49 UNUSED = 0,
  /external/chromium/net/socket/
client_socket_handle.h 35 UNUSED = 0, // unused socket that just finished connecting
36 UNUSED_IDLE, // unused socket that has been idle for awhile
142 return UNUSED;
  /external/libvpx/vpx/
vpx_codec.h 62 /*!\brief Decorator indicating a function is potentially unused */
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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 41 UNUSED
  /external/quake/quake/src/QW/client/
bothdefs.h 47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings
  /external/skia/src/core/
SkPictureFlat.h 13 UNUSED,
  /external/v8/src/arm/
lithium-codegen-arm.h 57 status_(UNUSED),
129 UNUSED,
135 bool is_unused() const { return status_ == UNUSED; }
lithium-arm.h     [all...]
  /external/v8/src/ia32/
lithium-codegen-ia32.h 60 status_(UNUSED),
121 UNUSED,
127 bool is_unused() const { return status_ == UNUSED; }
lithium-ia32.h     [all...]
  /external/v8/src/x64/
lithium-codegen-x64.h 60 status_(UNUSED),
116 UNUSED,
122 bool is_unused() const { return status_ == UNUSED; }
lithium-x64.h     [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 211 #define UNUSED __attribute__ ((unused))
  /external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java 62 public static final int UNUSED = 306;
  /external/qemu-pc-bios/bochs/
bochs.h 400 #ifndef UNUSED
401 # define UNUSED(x) ((void)x)
  /external/quake/quake/src/WinQuake/
quakedef.h 85 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings
gl_draw.cpp 127 static const GLuint UNUSED = (GLuint) -2;
134 GLuint real_texnum; // UNUSED, PAGED_OUT
145 real_texnum = UNUSED;
195 if ( e->real_texnum == UNUSED) {
267 if (! (e->real_texnum == UNUSED || e->real_texnum == PAGED_OUT)) {
324 glBindTexture(GL_TEXTURE_2D, UNUSED);
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 49 /* silence warning about unused parameter even for "gcc -W -Wunused" */
50 # define UNUSED __attribute__((unused))
53 #ifndef UNUSED
54 # define UNUSED
518 struct input *input UNUSED;
    [all...]
  /external/qemu/
ppc-dis.c 435 #define UNUSED 0
439 #define BA UNUSED + 1
    [all...]
  /prebuilt/common/ecj/
ecj.jar 

Completed in 433 milliseconds