Searched defs:UNUSED (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/netbsd/resolv/
H A Dres_mkquery.c105 #define UNUSED(a) (void)&a macro
107 #define UNUSED(a) a = a macro
132 UNUSED(newrr_in);
/bionic/linker/
H A Dlinker.cpp153 #define UNUSED __attribute__((unused)) macro
154 DISALLOW_ALLOCATION(void*, malloc, (size_t u UNUSED));
155 DISALLOW_ALLOCATION(void, free, (void* u UNUSED));
156 DISALLOW_ALLOCATION(void*, realloc, (void* u1 UNUSED, size_t u2 UNUSED));
157 DISALLOW_ALLOCATION(void*, calloc, (size_t u1 UNUSED, size_t u2 UNUSED));
1153 void soinfo::CallArray(const char* array_name UNUSED, linker_function_t* functions, size_t count, bool reverse) { argument
1172 void soinfo::CallFunction(const char* function_name UNUSED, linker_function_t function) { argument
1591 static void add_vdso(KernelArgumentBlock& args UNUSED) { argument
[all...]

Completed in 274 milliseconds