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

1 2 3

  /ndk/sources/host-tools/make-3.81/
remote-stub.c 45 start_remote_job_p (int first_p UNUSED)
59 start_remote_job (char **argv UNUSED, char **envp UNUSED, int stdin_fd UNUSED,
60 int *is_remote UNUSED, int *id_ptr UNUSED,
61 int *used_stdin UNUSED)
74 remote_status (int *exit_code_ptr UNUSED, int *signal_ptr UNUSED,
75 int *coredump_ptr UNUSED, int block UNUSED
    [all...]
ar.c 124 ar_member_date_1 (int desc UNUSED, char *mem, int truncated,
125 long int hdrpos UNUSED, long int datapos UNUSED,
126 long int size UNUSED, long int date,
127 int uid UNUSED, int gid UNUSED, int mode UNUSED, char *name)
214 ar_glob_match (int desc UNUSED, char *mem, int truncated UNUSED,
215 long int hdrpos UNUSED, long int datapos UNUSED
    [all...]
function.c 411 func_patsubst (char *o, char **argv, const char *funcname UNUSED)
419 func_join (char *o, char **argv, const char *funcname UNUSED)
459 func_origin (char *o, char **argv, const char *funcname UNUSED)
499 func_flavor (char *o, char **argv, const char *funcname UNUSED)
670 func_subst (char *o, char **argv, const char *funcname UNUSED)
680 func_firstword (char *o, char **argv, const char *funcname UNUSED)
693 func_lastword (char *o, char **argv, const char *funcname UNUSED)
710 func_words (char *o, char **argv, const char *funcname UNUSED)
759 func_word (char *o, char **argv, const char *funcname UNUSED)
786 func_wordlist (char *o, char **argv, const char *funcname UNUSED)
    [all...]
arscan.c 744 ar_member_pos (int desc UNUSED, char *mem, int truncated,
745 long int hdrpos, long int datapos UNUSED, long int size UNUSED,
746 long int date UNUSED, int uid UNUSED, int gid UNUSED,
747 int mode UNUSED, char *name)
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlbuilder.cc 113 UNUSED(pctx);
114 UNUSED(name);
122 UNUSED(pctx);
130 UNUSED(pctx);
131 UNUSED(err);
  /external/bouncycastle/bcprov/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
  /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
cli-main.c 107 static void cli_dropbear_log(int UNUSED(priority),
  /external/quake/quake/src/QW/client/
d_init.c 79 UNUSED(prects);
80 UNUSED(transparent);
172 UNUSED(prect);
bothdefs.h 47 #define UNUSED(x) (x = x) // for pesky compiler / lint warnings
  /external/quake/quake/src/WinQuake/
d_init.cpp 79 UNUSED(prects);
80 UNUSED(transparent);
171 UNUSED(prect);
vid_vga.cpp 416 UNUSED(lvid);
417 UNUSED(pcurrentmode);
434 UNUSED(pcurrentmode);
471 UNUSED(lvid);
  /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/chromium/third_party/libjingle/source/talk/xmpp/
xmppstanzaparser.cc 100 UNUSED(pctx);
101 UNUSED(errCode);
  /external/libvpx/vp8/common/
asm_com_offsets.c 18 static void assert_##name(void) UNUSED;\
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
reg-notes.def 67 REG_NOTE (UNUSED)
  /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/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;
client_socket_handle.cc 98 case ClientSocketHandle::UNUSED:
  /external/chromium/third_party/libjingle/source/talk/base/
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...]
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...]
  /bionic/libc/netbsd/isc/
ev_streams.c 132 UNUSED(opaqueCtx);
143 UNUSED(opaqueCtx);
268 UNUSED(evmask);
291 UNUSED(evmask);

Completed in 619 milliseconds

1 2 3