HomeSort by relevance Sort by last modified time
    Searched refs:_field (Results 1 - 12 of 12) sorted by null

  /external/qemu/include/migration/
vmstate.h 176 #define vmstate_offset_value(_state, _field, _type) \
177 (offsetof(_state, _field) + \
178 type_check(_type, typeof_field(_state, _field)))
180 #define vmstate_offset_pointer(_state, _field, _type) \
181 (offsetof(_state, _field) + \
182 type_check_pointer(_type, typeof_field(_state, _field)))
184 #define vmstate_offset_array(_state, _field, _type, _num) \
185 (offsetof(_state, _field) + \
186 type_check_array(_type, typeof_field(_state, _field), _num))
188 #define vmstate_offset_2darray(_state, _field, _type, _n1, _n2)
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
hist.c 110 #define __HPP_COLOR_PERCENT_FN(_type, _field) \
111 static u64 he_get_##_field(struct hist_entry *he) \
113 return he->stat._field; \
119 return __hpp__fmt(hpp, he, he_get_##_field, " %6.2f%%", \
123 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \
128 return __hpp__fmt(hpp, he, he_get_##_field, fmt, \
132 #define __HPP_ENTRY_RAW_FN(_type, _field) \
133 static u64 he_get_raw_##_field(struct hist_entry *he) \
135 return he->stat._field; \
142 return __hpp__fmt(hpp, he, he_get_raw_##_field, fmt, scnprintf, false);
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-xen.c 428 #define __PRE_XEN_SYSCTL_READ(_sysctl, _union, _field) \
429 PRE_MEM_READ("XEN_SYSCTL_" #_sysctl " u." #_union "." #_field, \
430 (Addr)&sysctl->u._union._field, \
431 sizeof(sysctl->u._union._field))
432 #define PRE_XEN_SYSCTL_READ(_sysctl, _field) \
433 __PRE_XEN_SYSCTL_READ(_sysctl, _sysctl, _field)
580 #define __PRE_XEN_DOMCTL_READ(_domctl, _union, _field) \
581 PRE_MEM_READ("XEN_DOMCTL_" #_domctl " u." #_union "." #_field, \
582 (Addr)&domctl->u._union._field, \
583 sizeof(domctl->u._union._field))
    [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 64 #define SWAP_FIELD2(_field) (_field) = SWAP2(_field)
65 #define SWAP_FIELD4(_field) (_field) = SWAP4(_field)
66 #define SWAP_FIELD8(_field) (_field) = SWAP8(_field)
181 #define SWAP_OFFSET4(_field) { \
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
hists.c 88 #define __HPP_COLOR_PERCENT_FN(_type, _field) \
89 static u64 he_get_##_field(struct hist_entry *he) \
91 return he->stat._field; \
98 return __hpp__color_fmt(hpp, he, he_get_##_field); \
  /bionic/libc/kernel/uapi/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /external/kernel-headers/original/uapi/linux/genwqe/
genwqe_card.h 389 #define ATS_SET_FLAGS(_struct, _field, _flags) \
390 (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/genwqe/
genwqe_card.h 272 #define ATS_SET_FLAGS(_struct, _field, _flags) (((_flags) & 0xf) << (44 - (4 * (offsetof(_struct, _field) / 8))))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/browsers/
hists.c 682 #define __HPP_COLOR_PERCENT_FN(_type, _field, _cb) \
683 static u64 __hpp_get_##_field(struct hist_entry *he) \
685 return he->stat._field; \
693 return __hpp__color_fmt(hpp, he, __hpp_get_##_field, _cb); \
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface.c     [all...]

Completed in 369 milliseconds