Searched refs:OP_NONE (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/mach_override/libudis86/ |
D | decode.h | 66 OP_NONE, enumerator
|
D | itab.c | 6227 #define O_NONE { OP_NONE, SZ_NA }
|
/external/chromium_org/net/disk_cache/blockfile/ |
D | in_flight_backend_io.h | 85 OP_NONE = 0, enumerator
|
D | in_flight_backend_io.cc | 27 operation_(OP_NONE), in BackendIO()
|
/external/linux-tools-perf/perf-3.12.0/tools/lib/traceevent/ |
D | parse-filter.c | 624 OP_NONE, enumerator 695 return OP_NONE; in process_op() 1018 case OP_NONE: in process_filter()
|
/external/clang/include/clang/Basic/ |
D | arm_neon.td | 169 def OP_NONE : Operation; 293 class SInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {} 294 class IInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {} 295 class WInst<string n, string p, string t> : Inst<n, p, t, OP_NONE> {}
|