Home
last modified time | relevance | path

Searched refs:SLOTS (Results 1 – 6 of 6) sorted by relevance

/external/bcc/tests/python/
Dtest_trace3.c8 #define SLOTS 100 macro
9 BPF_ARRAY(latency, u64, SLOTS);
46 if (index >= SLOTS) in probe_blk_update_request()
47 index = SLOTS - 1; in probe_blk_update_request()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonScheduleV60.td11 // There are four SLOTS (four parallel pipelines) in Hexagon V60 machine.
27 // In addition to using the above SLOTS, there are also six vector pipelines
/external/apache-commons-bcel/src/examples/Mini/
DEnvironment.java36 private static final int SLOTS = 3; // Number of slots of each field field in Environment
75 table[hash] = v = new Vector<EnvEntry>(SLOTS); in put()
/external/llvm/lib/Target/Hexagon/
DHexagonScheduleV60.td61 // There are four SLOTS (four parallel pipelines) in Hexagon V60 machine.
77 // In addition to using the above SLOTS, there are also six vector pipelines
DHexagonScheduleV55.td10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.
DHexagonScheduleV4.td10 // There are four SLOTS (four parallel pipelines) in Hexagon V4 machine.