/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/ |
H A D | AtomicCounter_test.cpp | 52 std::vector<sh::ShaderVariable> counters = getUniforms(); in TEST_F() local [all...] |
/third_party/glslang/glslang/OSDependent/Windows/ |
H A D | ossource.cpp | 59 PROCESS_MEMORY_COUNTERS counters; in OS_DumpMemoryCounters() local 60 GetProcessMemoryInfo(GetCurrentProcess(), &counters, sizeof(counters)); in OS_DumpMemoryCounters() local
|
/third_party/mesa3d/src/tool/pps/ |
H A D | pps_driver.h | 90 std::vector<Counter> counters; member in pps::Driver [all...] |
H A D | pps_counter.h | 25 std::vector<int32_t> counters; member
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_monitor.h | 38 struct crocus_monitor_counter *counters; member
|
/third_party/ltp/include/ |
H A D | tst_numa.h | 17 unsigned int *counters; member
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.h | 57 Counters* counters = nullptr; member
|
/third_party/node/deps/v8/src/builtins/ |
H A D | constants-table-builder.cc | 89 PatchBasicBlockCountersReference( Handle<ByteArray> counters) PatchBasicBlockCountersReference() argument
|
/third_party/benchmark/src/ |
H A D | thread_manager.h | 48 UserCounters counters; member
|
/third_party/benchmark/test/ |
H A D | perf_counters_gtest.cc | 89 auto counters = PerfCounters::Create({kGenericPerfEvent1}); in TEST() local 105 auto counters = in TEST() local 227 auto counters = measure() local [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | macos_kperf.c | 107 uint64_t counters[COUNTERS_COUNT]; in ff_kperf_cycles() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_spm.c | 215 ac_init_spm(const struct radeon_info *info, const struct ac_perfcounters *pc, unsigned num_counters, const struct ac_spm_counter_create_info *counters, struct ac_spm_trace_data *spm_trace) ac_init_spm() argument [all...] |
H A D | ac_spm.h | 90 struct ac_spm_counter_select counters[AC_SPM_MAX_COUNTER_PER_BLOCK]; member 102 struct ac_spm_counter_info *counters; member
|
/third_party/mesa3d/src/freedreno/perfcntrs/ |
H A D | freedreno_perfcntr.h | 95 const struct fd_perfcntr_counter *counters; member
|
/third_party/mesa3d/src/panfrost/perf/ |
H A D | pan_perf.h | 71 struct panfrost_perf_counter counters[PAN_PERF_MAX_COUNTERS]; member
|
/third_party/node/deps/v8/src/extensions/ |
H A D | statistics-extension.cc | 75 Counters* counters = isolate->counters(); in GetCounters() local
|
/third_party/jerryscript/jerry-core/lit/ |
H A D | lit-char-helpers.c | 630 search_in_conversion_table(ecma_char_t character, ecma_char_t *output_buffer_p, const ecma_char_t *array, const uint8_t *counters) search_in_conversion_table() argument
|
/third_party/mesa3d/src/freedreno/computerator/ |
H A D | main.c | 173 struct perfcntr *counters = NULL; in parse_perfcntrs() local [all...] |
/third_party/node/deps/v8/src/wasm/ |
H A D | function-compiler.cc | 35 ExecuteCompilation( CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, Counters* counters, WasmFeatures* detected) ExecuteCompilation() argument 71 ExecuteFunctionCompilation( CompilationEnv* env, const WireBytesStorage* wire_bytes_storage, Counters* counters, WasmFeatures* detected) ExecuteFunctionCompilation() argument [all...] |
/third_party/lwip/test/unit/tcp/ |
H A D | test_tcp.c | 106 struct test_tcp_counters counters; in START_TEST() local 161 struct test_tcp_counters counters; in START_TEST() local 207 struct test_tcp_counters counters; START_TEST() local 300 struct test_tcp_counters counters; START_TEST() local 335 struct test_tcp_counters counters; START_TEST() local 383 struct test_tcp_counters counters; START_TEST() local 449 struct test_tcp_counters counters; START_TEST() local 631 struct test_tcp_counters counters; START_TEST() local 719 struct test_tcp_counters counters; START_TEST() local 795 struct test_tcp_counters counters; test_tcp_tx_full_window_lost() local 950 struct test_tcp_counters counters; START_TEST() local 1069 struct test_tcp_counters counters; START_TEST() local 1191 struct test_tcp_counters counters; test_tcp_rto_timeout_impl() local 1288 struct test_tcp_counters counters; test_tcp_rto_timeout_syn_sent_impl() local 1384 struct test_tcp_counters counters; test_tcp_zwp_timeout_impl() local 1513 struct test_tcp_counters counters; START_TEST() local [all...] |
H A D | test_tcp_oos.c | 156 struct test_tcp_counters counters; in START_TEST() local 292 struct test_tcp_counters counters; START_TEST() local 464 struct test_tcp_counters counters; START_TEST() local 551 struct test_tcp_counters counters; START_TEST() local 637 struct test_tcp_counters counters; START_TEST() local 712 struct test_tcp_counters counters; START_TEST() local 784 check_rx_counters(struct tcp_pcb *pcb, struct test_tcp_counters *counters, u32_t exp_close_calls, u32_t exp_rx_calls, u32_t exp_rx_bytes, u32_t exp_err_calls, int exp_oos_count, int exp_oos_len) check_rx_counters() argument 809 struct test_tcp_counters counters; test_tcp_recv_ooseq_double_FINs() local [all...] |
H A D | tcp_helper.c | 185 struct test_tcp_counters* counters = (struct test_tcp_counters*)arg; in test_tcp_counters_err() local 192 test_tcp_counters_check_rxdata(struct test_tcp_counters* counters, struct pbuf* p) in test_tcp_counters_check_rxdata() argument 215 struct test_tcp_counters* counters = (struct test_tcp_counters*)arg; test_tcp_counters_recv() local 239 test_tcp_new_counters_pcb(struct test_tcp_counters* counters) test_tcp_new_counters_pcb() argument [all...] |
/third_party/node/deps/v8/src/codegen/ |
H A D | external-reference-table.cc | 307 Counters* counters = isolate->counters(); in AddNativeCodeStatsCounters() local
|
/third_party/node/deps/v8/src/logging/ |
H A D | counters.cc | 18 StatsTable::StatsTable(Counters* counters) in StatsTable() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_gpu_load.c | 80 static void si_update_mmio_counters(struct si_screen *sscreen, union si_mmio_counters *counters) in si_update_mmio_counters() argument 205 union si_mmio_counters counters; in si_end_mmio_counter() local [all...] |