Home
last modified time | relevance | path

Searched defs:field (Results 1 – 4 of 4) sorted by relevance

/ndk/sources/android/cpufeatures/
Dcpu-features.c193 extract_cpuinfo_field(const char* buffer, int buflen, const char* field) in extract_cpuinfo_field()
805 const char* field; in android_cpuInit() member
/ndk/sources/host-tools/make-3.81/
Dfile.c318 #define MERGE(field) to_file->field |= from_file->field in rehash_file() argument
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_monetary.h44 char field[4]; member
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
DUnwindCursor.hpp175 #define arrayoffsetof(type, index, field) ((size_t)(&((type *)0)[index].field)) argument