Home
last modified time | relevance | path

Searched defs:UNUSED (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/aosp_15_r20/external/mtools/
H A Ddevices.h47 UNUSED(static __inline__ void RR_INIT(struct floppy_raw_cmd *request)) in UNUSED() function
64 UNUSED(static __inline__ void RR_SETRATE(struct floppy_raw_cmd *request, uint8_t rate)) in UNUSED() function
69 UNUSED(static __inline__ void RR_SETDRIVE(struct floppy_raw_cmd *request,int drive)) in UNUSED() function
74 UNUSED(static __inline__ void RR_SETTRACK(struct floppy_raw_cmd *request,uint8_t track)) in UNUSED() function
79 UNUSED(static __inline__ void RR_SETPTRACK(struct floppy_raw_cmd *request, in UNUSED() function
85 UNUSED(static __inline__ void RR_SETHEAD(struct floppy_raw_cmd *request, uint8_t head)) in UNUSED() function
94 UNUSED(static __inline__ void RR_SETSECTOR(struct floppy_raw_cmd *request, in UNUSED() function
101 UNUSED(static __inline__ void RR_SETSIZECODE(struct floppy_raw_cmd *request, in UNUSED() function
116 UNUSED(static __inline__ void RR_SETDIRECTION(struct floppy_raw_cmd *request, in UNUSED() function
129 UNUSED(static __inline__ void RR_SETDATA(struct floppy_raw_cmd *request, in UNUSED() function
[all …]
H A Dmtools.h127 UNUSED(static __inline__ char ch_toupper(char ch)) in UNUSED() function
132 UNUSED(static __inline__ char ch_tolower(char ch)) in UNUSED() function
137 UNUSED(static __inline__ wchar_t ch_towupper(wchar_t ch)) in UNUSED() function
142 UNUSED(static __inline__ wchar_t ch_towlower(wchar_t ch)) in UNUSED() function
147 UNUSED(static __inline__ void init_random(void)) in UNUSED() function
152 UNUSED(static __inline__ size_t ptrdiff (const char *end, const char *begin)) in UNUSED() function
H A Dbyte_dword.h29 UNUSED(static int32_t byte2sdword(Byte* val)) in UNUSED() function
38 UNUSED(static Qword byte2qword(Byte* val)) in UNUSED() function
60 UNUSED(static void sdword2byte(int32_t parm, Byte* rval)) in UNUSED() function
68 UNUSED(static void qword2byte(Qword parm, Byte* rval)) in UNUSED() function
/aosp_15_r20/external/python/cpython3/Modules/_decimal/
D_decimal.c63 #define UNUSED __attribute__((unused)) macro
65 #define UNUSED macro
285 dec_traphandler(mpd_context_t *ctx UNUSED) /* GCOV_NOT_REACHED */ in dec_traphandler()
545 signaldict_init(PyObject *self, PyObject *args UNUSED, PyObject *kwds UNUSED) in signaldict_init()
552 signaldict_len(PyObject *self UNUSED) in signaldict_len()
559 signaldict_iter(PyObject *self UNUSED) in signaldict_iter()
663 signaldict_copy(PyObject *self, PyObject *args UNUSED) in signaldict_copy()
762 context_getcapitals(PyObject *self, void *closure UNUSED) in context_getcapitals()
769 context_getallcr(PyObject *self, void *closure UNUSED) in context_getallcr()
776 context_getetiny(PyObject *self, PyObject *dummy UNUSED) in context_getetiny()
[all …]
/aosp_15_r20/external/pciutils/lib/
H A Dnames-hwdb.c24 pci_id_hwdb_lookup(struct pci_access *a, int cat, int id1, int id2, int id3, int id4 UNUSED) in pci_id_hwdb_lookup()
111 pci_id_hwdb_lookup(struct pci_access *a UNUSED, int cat UNUSED, int id1 UNUSED, int id2 UNUSED, int… in pci_id_hwdb_lookup()
117 pci_id_hwdb_free(struct pci_access *a UNUSED) in pci_id_hwdb_free()
H A Ddump.c136 dump_cleanup(struct pci_access *a UNUSED) in dump_cleanup()
141 dump_scan(struct pci_access *a UNUSED) in dump_scan()
165 dump_write(struct pci_dev *d UNUSED, int pos UNUSED, byte *buf UNUSED, int len UNUSED) in dump_write()
H A Dnames-net.c247 …har *pci_id_net_lookup(struct pci_access *a UNUSED, int cat UNUSED, int id1 UNUSED, int id2 UNUSED in pci_id_net_lookup()
H A Dphysmem-djgpp.c79 find_sbrk_memory_handle(void *ptr, unsigned long max_length UNUSED /*pre-v2.04*/, unsigned long pag… in find_sbrk_memory_handle()
227 physmem_access(struct pci_access *a UNUSED, int w UNUSED) in physmem_access()
238 physmem_open(struct pci_access *a, int w UNUSED) in physmem_open()
368 physmem_get_pagesize(struct physmem *physmem UNUSED) in physmem_get_pagesize()
H A Ddarwin.c73 darwin_config(struct pci_access *a UNUSED) in darwin_config()
102 darwin_init(struct pci_access *a UNUSED) in darwin_init()
107 darwin_cleanup(struct pci_access *a UNUSED) in darwin_cleanup()
/aosp_15_r20/system/core/libsysutils/src/
H A DFrameworkCommand.cpp24 #define UNUSED __attribute__((unused)) macro
30 int FrameworkCommand::runCommand(SocketClient *c UNUSED, int argc UNUSED, in runCommand()
31 char **argv UNUSED) { in runCommand()
/aosp_15_r20/external/elfutils/tests/
H A Dbacktrace-child.c111 #define UNUSED __attribute__ ((unused)) macro
159 stdarg (int f UNUSED, ...) in stdarg()
203 start (void *arg UNUSED) in start()
211 main (int argc UNUSED, char **argv) in main()
/aosp_15_r20/frameworks/av/media/libmedia/
H A DMediaProfiles.cpp177 #define UNUSED __unused macro
179 #define UNUSED macro
183 MediaProfiles::logVideoCodec(const MediaProfiles::VideoCodec& codec UNUSED) in logVideoCodec()
201 MediaProfiles::logAudioCodec(const MediaProfiles::AudioCodec& codec UNUSED) in logAudioCodec()
212 MediaProfiles::logVideoEncoderCap(const MediaProfiles::VideoEncoderCap& cap UNUSED) in logVideoEncoderCap()
223 MediaProfiles::logAudioEncoderCap(const MediaProfiles::AudioEncoderCap& cap UNUSED) in logAudioEncoderCap()
233 MediaProfiles::logVideoDecoderCap(const MediaProfiles::VideoDecoderCap& cap UNUSED) in logVideoDecoderCap()
240 MediaProfiles::logAudioDecoderCap(const MediaProfiles::AudioDecoderCap& cap UNUSED) in logAudioDecoderCap()
/aosp_15_r20/external/OpenCL-CTS/test_conformance/conversions/
H A DSleep.cpp23 #define UNUSED __attribute__((unused)) macro
37 void sleepCallback( void * refcon UNUSED, in sleepCallback()
38 io_service_t service UNUSED, in sleepCallback()
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl3cTransformFeedbackTests.cpp53 #define UNUSED __attribute__((__unused__)) macro
55 #define UNUSED macro
2593 …s::TransformFeedback::CaptureVertexInterleaved::checkFramebuffer(glw::GLenum primitive_type UNUSED) in checkFramebuffer()
2620 …rmFeedback::CaptureVertexInterleaved::checkTransformFeedbackBuffer(BindBufferCase bind_case UNUSED, in checkTransformFeedbackBuffer()
3256 …sformFeedback::CaptureVertexSeparate::checkTransformFeedbackBuffer(BindBufferCase bind_case UNUSED, in checkTransformFeedbackBuffer()
3645glw::GLuint shader_case UNUSED, glw::GLuint varying_type, in check()
3841 …formFeedback::QueryVertexInterleaved::checkTransformFeedbackBuffer(BindBufferCase bind_case UNUSED, in checkTransformFeedbackBuffer()
3915 …rmFeedback::QueryGeometryInterleaved::checkTransformFeedbackBuffer(BindBufferCase bind_case UNUSED, in checkTransformFeedbackBuffer()
3988 …ansformFeedback::QueryVertexSeparate::checkTransformFeedbackBuffer(BindBufferCase bind_case UNUSED, in checkTransformFeedbackBuffer()
4062 …sformFeedback::QueryGeometrySeparate::checkTransformFeedbackBuffer(BindBufferCase bind_case UNUSED, in checkTransformFeedbackBuffer()
[all …]
/aosp_15_r20/external/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.h27 # define UNUSED(x) UNUSED_ ## x __attribute__((unused)) macro
29 # define UNUSED(x) x macro
31 # define UNUSED(x) macro
33 # define UNUSED(x) x macro
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/external/libexif/libexif/
H A Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libexif/libexif/
Dexif-system.h27 # define UNUSED(param) UNUSED_PARAM_##param __attribute__((unused)) macro
29 # define UNUSED(param) param macro

12345678910>>...34