Searched refs:counter (Results 226 - 250 of 810) sorted by relevance

1234567891011>>

/external/netperf/
H A Dnetlib.c191 /* older versions of netperf knew about the HP kernel IDLE counter. */
1695 size_t counter = 0;
1697 for (counter = 0; counter < ((sizeof(netperf_request)/4)-3); counter += 4) {
1699 counter,
1700 request_array[counter],
1701 request_array[counter+1],
1702 request_array[counter+2],
1703 request_array[counter
1679 size_t counter = 0; local
1710 size_t counter = 0; local
2116 size_t counter=0; local
2178 size_t counter=0; local
2244 size_t counter; local
2355 size_t counter; local
[all...]
/external/chromium_org/ui/gfx/
H A Dcolor_analysis.cc45 counter = 0;
67 // purposes. The aggregate and counter are then cleared to be ready for the
70 if (counter > 0) {
71 centroid[0] = aggregate[0] / counter;
72 centroid[1] = aggregate[1] / counter;
73 centroid[2] = aggregate[2] / counter;
76 weight = counter;
77 counter = 0;
85 ++counter;
101 if (counter
126 uint32_t counter; member in class:color_utils::__anon16817::KMeanCluster
[all...]
/external/chromium-trace/trace-viewer/src/tracing/importer/linux_perf/
H A Dmali_parser.js30 // kernel Mali hw counter events
300 var counter = this.model_.getOrCreateProcess(0).
302 if (counter.numSeries === 0) {
303 counter.addSeries(new tracing.trace_model.CounterSeries(seriesName,
304 tracing.getStringColorId(counter.name)));
306 counter.series.forEach(function(series) {
344 var counter = this.model_.getOrCreateProcess(0).
346 if (counter.numSeries === 0) {
347 counter.addSeries(new tracing.trace_model.CounterSeries(seriesName,
348 tracing.getStringColorId(counter
[all...]
/external/chromium_org/chrome/browser/extensions/api/metrics_private/
H A Dmetrics_private_api.cc96 base::HistogramBase* counter; local
98 counter = base::LinearHistogram::FactoryGet(
102 counter = base::Histogram::FactoryGet(
109 if (counter)
110 counter->Add(sample);
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dloop_controls.cpp213 * 'counter < limit' or 'limit < counter'. Figure out which is
216 ir_rvalue *counter = cond->operands[0]->as_dereference_variable(); local
221 counter = cond->operands[1]->as_dereference_variable();
233 if ((counter == NULL) || (limit == NULL))
236 ir_variable *var = counter->variable_referenced();
255 ir->counter = lv->var;
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_doc.py70 if not self.count_parameter_list and self.counter:
71 a_prod = self.counter
72 elif self.count_parameter_list and not self.counter or self.is_output:
74 elif self.count_parameter_list and self.counter:
75 b_prod = self.counter
/external/chromium_org/v8/src/base/platform/
H A Dcondition-variable-unittest.cc223 LoopIncrementThread(int rem, int* counter, int limit, int thread_count, argument
227 counter_(counter),
275 int counter = 0; local
280 threads[n] = new LoopIncrementThread(n, &counter, limit, thread_count,
296 EXPECT_EQ(limit, counter);
/external/mesa3d/src/glsl/
H A Dloop_controls.cpp213 * 'counter < limit' or 'limit < counter'. Figure out which is
216 ir_rvalue *counter = cond->operands[0]->as_dereference_variable(); local
221 counter = cond->operands[1]->as_dereference_variable();
233 if ((counter == NULL) || (limit == NULL))
236 ir_variable *var = counter->variable_referenced();
255 ir->counter = lv->var;
/external/mesa3d/src/mapi/glapi/gen/
H A DglX_doc.py70 if not self.count_parameter_list and self.counter:
71 a_prod = self.counter
72 elif self.count_parameter_list and not self.counter or self.is_output:
74 elif self.count_parameter_list and self.counter:
75 b_prod = self.counter
/external/oprofile/daemon/liblegacy/
H A Dopd_kernel.c339 * @param counter counter number
352 static void opd_handle_module_sample(unsigned long eip, u32 counter) argument
369 eip - module->start, counter);
381 void opd_handle_kernel_sample(unsigned long eip, u32 counter) argument
385 opd_put_image_sample(kernel_image, eip - kernel_start, counter);
390 opd_handle_module_sample(eip, counter);
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_sim.c35 u16 counter; member in struct:eap_sim_data
148 struct eap_sim_msg *msg, u16 counter,
161 if (data->counter <= EAP_SIM_MAX_FAST_REAUTHS) {
172 counter == 0 && nonce_s == NULL)
179 if (counter > 0) {
180 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
181 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
262 eap_sim_derive_keys_reauth(data->counter, sm->identity,
269 if (eap_sim_build_encr(sm, data, msg, data->counter, data->nonce_s)) {
304 data->counter);
147 eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sim.c35 u16 counter; member in struct:eap_sim_data
148 struct eap_sim_msg *msg, u16 counter,
161 if (data->counter <= EAP_SIM_MAX_FAST_REAUTHS) {
172 counter == 0 && nonce_s == NULL)
179 if (counter > 0) {
180 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
181 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
262 eap_sim_derive_keys_reauth(data->counter, sm->identity,
269 if (eap_sim_build_encr(sm, data, msg, data->counter, data->nonce_s)) {
304 data->counter);
147 eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_sim.c35 u16 counter; member in struct:eap_sim_data
148 struct eap_sim_msg *msg, u16 counter,
161 if (data->counter <= EAP_SIM_MAX_FAST_REAUTHS) {
172 counter == 0 && nonce_s == NULL)
179 if (counter > 0) {
180 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
181 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
262 eap_sim_derive_keys_reauth(data->counter, sm->identity,
269 if (eap_sim_build_encr(sm, data, msg, data->counter, data->nonce_s)) {
304 data->counter);
147 eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_aka.c41 unsigned int counter, counter_too_small; member in struct:eap_aka_data
663 unsigned int counter; local
676 counter = data->counter_too_small;
678 counter = data->counter;
680 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
681 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
715 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
716 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
1050 /* RFC 4187 specifies that counter i
[all...]
H A Deap_sim.c42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
549 unsigned int counter; local
562 counter = data->counter_too_small;
564 counter = data->counter;
566 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
567 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
600 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
601 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
812 /* RFC 4186 specifies that counter i
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_aka.c41 unsigned int counter, counter_too_small; member in struct:eap_aka_data
663 unsigned int counter; local
676 counter = data->counter_too_small;
678 counter = data->counter;
680 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
681 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
715 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
716 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
1050 /* RFC 4187 specifies that counter i
[all...]
H A Deap_sim.c42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
549 unsigned int counter; local
562 counter = data->counter_too_small;
564 counter = data->counter;
566 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
567 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
600 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
601 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
812 /* RFC 4186 specifies that counter i
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_aka.c41 unsigned int counter, counter_too_small; member in struct:eap_aka_data
663 unsigned int counter; local
676 counter = data->counter_too_small;
678 counter = data->counter;
680 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
681 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
715 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
716 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
1050 /* RFC 4187 specifies that counter i
[all...]
H A Deap_sim.c42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
549 unsigned int counter; local
562 counter = data->counter_too_small;
564 counter = data->counter;
566 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
567 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
600 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
601 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
812 /* RFC 4186 specifies that counter i
[all...]
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
214 int counter; member in struct:_xmlRegTrans
1127 if (trans->counter >= 0) {
1128 fprintf(output, "counted %d, ", trans->counter);
1262 xmlRegexpErrMemory(ctxt, "allocating counter");
1272 xmlRegexpErrMemory(ctxt, "allocating counter");
1304 xmlRegexpErrMemory(ctxt, "allocating counter");
1346 int counter, int count) {
1368 (trans->counter == counter)
1344 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1501 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1520 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1597 int counter; local
1767 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3243 xmlRegCounterPtr counter; local
3280 xmlRegCounterPtr counter; local
3387 xmlRegCounterPtr counter; local
3825 xmlRegCounterPtr counter; local
3863 xmlRegCounterPtr counter; local
3886 xmlRegCounterPtr counter; local
3911 xmlRegCounterPtr counter; local
4282 xmlRegCounterPtr counter = NULL; local
5857 int counter; local
5943 int counter; local
6012 int counter; local
6091 int counter; local
6231 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6255 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/external/libxml2/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
217 int counter; member in struct:_xmlRegTrans
1131 if (trans->counter >= 0) {
1132 fprintf(output, "counted %d, ", trans->counter);
1266 xmlRegexpErrMemory(ctxt, "allocating counter");
1276 xmlRegexpErrMemory(ctxt, "allocating counter");
1308 xmlRegexpErrMemory(ctxt, "allocating counter");
1350 int counter, int count) {
1372 (trans->counter == counter)
1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1505 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1524 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1601 int counter; local
1771 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3251 xmlRegCounterPtr counter; local
3288 xmlRegCounterPtr counter; local
3395 xmlRegCounterPtr counter; local
3835 xmlRegCounterPtr counter; local
3873 xmlRegCounterPtr counter; local
3896 xmlRegCounterPtr counter; local
3921 xmlRegCounterPtr counter; local
4292 xmlRegCounterPtr counter = NULL; local
5871 int counter; local
5957 int counter; local
6026 int counter; local
6105 int counter; local
6245 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6269 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebCryptoAlgorithmParams.h90 WebCryptoAesCtrParams(unsigned char lengthBits, const unsigned char* counter, unsigned counterSize) argument
92 , m_counter(counter, counterSize)
99 const WebVector<unsigned char>& counter() const { return m_counter; } function in class:blink::WebCryptoAesCtrParams
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprcountr.h47 ** not as operational data. If you need a counter for operational
50 ** Counters are 32bit unsigned intergers. On overflow, a counter
53 ** A counter can be dynamically created using a two level naming
54 ** convention. A "handle" is returned when the counter is
55 ** created. The counter can subsequently be addressed by its
56 ** handle. An API is provided to get an existing counter's handle
58 ** Similarly, a counter's name can be retrieved given its handle.
60 ** The counter naming convention is a two-level hierarchy. The
67 ** counter locks a large asset, potentially causing a stall. This
77 ** When traversing the counter databas
[all...]
/external/chromium_org/third_party/webrtc/tools/converter/
H A Dconverter.cc56 int counter = 0; // Counter to form frame names. local
60 std::string file_name = FormFrameName(4, counter);
65 ++counter; // Update counter for the next round.
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp120 int counter; member in namespace:reference_parameters::PR6250
122 inc<int, counter>(); // expected-note{{instantiation of}}
123 bind<int, counter>(); // expected-note{{instantiation of}}

Completed in 2264 milliseconds

1234567891011>>