Searched refs:counter (Results 351 - 375 of 810) sorted by relevance

<<11121314151617181920>>

/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/pshinter/
H A Dpshrec.c495 /* all counter masks into independent counter "paths". */
713 /* add a "hstem3/vstem3" counter to our dimension table */
723 PS_Mask counter = dim->counters.masks; local
726 /* try to find an existing counter mask that already uses */
728 for ( ; count > 0; count--, counter++ )
730 if ( ps_mask_test_bit( counter, hint1 ) ||
731 ps_mask_test_bit( counter, hint2 ) ||
732 ps_mask_test_bit( counter, hint3 ) )
736 /* create a new counter whe
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPicture.cpp200 PathCounter counter; local
202 record.visit<void>(i, counter);
204 fNumPaintWithPathEffectUses = counter.numPaintWithPathEffectUses;
205 fNumFastPathDashEffects = counter.numFastPathDashEffects;
206 fNumAAConcavePaths = counter.numAAConcavePaths;
207 fNumAAHairlineConcavePaths = counter.numAAHairlineConcavePaths;
/external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
H A Decho_cancellation.c245 aecpc->counter = 0;
678 if (aecpc->counter == 0) {
686 aecpc->counter++;
688 aecpc->counter = 0;
691 if (aecpc->counter * nBlocks10ms >= 6) {
697 (4 * aecpc->counter * PART_LEN),
/external/chromium_org/third_party/webrtc/modules/audio_processing/ns/
H A Dnsx_core_neon.c140 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; local
193 // Get counter values from state
194 counter = inst->noiseEstCounter[s];
195 assert(counter < 201);
196 countDiv = WebRtcNsx_kCounterDiv[counter];
197 countProd = (int16_t)WEBRTC_SPL_MUL_16_16(counter, countDiv);
313 // +=QUANTILE*delta/(inst->counter[s]+1) QUANTILE=0.25, =1 in Q2
314 // CounterDiv=1/(inst->counter[s]+1) in Q15
343 if (counter >= END_STARTUP_LONG) {
/external/webrtc/src/modules/audio_processing/ns/
H A Dnsx_core_neon.c99 int16_t lmagn[HALF_ANAL_BLOCKL], counter, countDiv; local
152 // Get counter values from state
153 counter = inst->noiseEstCounter[s];
154 assert(counter < 201);
155 countDiv = WebRtcNsx_kCounterDiv[counter];
156 countProd = (int16_t)WEBRTC_SPL_MUL_16_16(counter, countDiv);
271 // +=QUANTILE*delta/(inst->counter[s]+1) QUANTILE=0.25, =1 in Q2
272 // CounterDiv=1/(inst->counter[s]+1) in Q15
301 if (counter >= END_STARTUP_LONG) {
/external/chromium_org/content/browser/fileapi/
H A Drecursive_operation_delegate_unittest.cc118 // after |counter| times message posting.
120 int counter) {
121 if (counter > 0) {
124 base::Bind(&CallCancelLater, base::Unretained(operation), counter - 1));
119 CallCancelLater(storage::RecursiveOperationDelegate* operation, int counter) argument
/external/chromium_org/mojo/public/tools/bindings/generators/
H A Dmojom_js_generator.py271 counter = 1
273 each["unique_name"] = "import" + str(counter)
274 counter += 1
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DCounterNode.cpp244 // When renderers are reparented it may request that we insert counter nodes improperly.
283 // The code below handles the case when a formerly root increment counter is loosing its root position
299 // 1. if the increment counter node lost it's root position as a result of another
300 // counter node being created, it will be inserted as the last child so next is null.
301 // 2. if the increment counter node lost it's root position as a result of a renderer being
303 // to children of the inserted renderer and hence cannot be in scope for counter nodes
381 void showCounterTree(const blink::CounterNode* counter) argument
383 if (counter)
384 showTreeAndMark(counter);
/external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
H A Daecm_core_neon.S42 mov r12, #(PART_LEN / 8) @ Loop counter, unrolled by 8.
101 mov r12, #(PART_LEN / 8) @ Loop counter, unrolled by 8.
130 mov r3, #(PART_LEN / 8) @ Loop counter, unrolled by 8.
/external/libnfc-nxp/src/
H A DphHal4Nfc_Reader.c255 uint16_t counter= 0; local
328 for (counter = 2; counter < psTransceiveInfo->sSendData.length;
329 counter++)
331 psTransceiveInfo->sSendData.buffer[counter - 2] =
332 psTransceiveInfo->sSendData.buffer[counter];
354 uint16_t counter; local
384 for (counter = 2; counter < psTransceiveInfo->sSendData.length;
385 counter
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_sake_common.c213 u8 counter = 0; local
226 addr[3] = &counter; /* Length */
242 counter++;
/external/wpa_supplicant_8/src/eap_common/
H A Deap_sake_common.c213 u8 counter = 0; local
226 addr[3] = &counter; /* Length */
242 counter++;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_sake_common.c213 u8 counter = 0; local
226 addr[3] = &counter; /* Length */
242 counter++;
/external/ceres-solver/internal/ceres/
H A Dlinear_least_squares_problems.cc97 int counter = 0; local
100 Ai[counter]=i;
101 Aj[counter]=j;
102 ++counter;
/external/chromium_org/third_party/boringssl/src/include/openssl/
H A Ddh.h242 BIGNUM *counter; member in struct:dh_st
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dpshints.h191 * counter-controlled horizontal or vertical stems at once.
202 * pairs for the counter-controlled stems.
209 * counter-controlled).
333 * The function to set counter-controlled stems.
520 * A method of the @T2_Hints class used to set a given counter mask
649 * counter ::
650 * The function to set counter masks.
663 T2_Hints_CounterFunc counter; member in struct:T2_Hints_FuncsRec_
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_state_fs.c232 LLVMValueRef counter)
430 if (counter)
432 lp_build_mask_value(&mask), counter);
456 LLVMValueRef counter)
528 &loop_state.counter, 1, "mask_ptr");
531 depth_offset = LLVMBuildMul(builder, loop_state.counter,
556 lp_build_interp_soa_update_pos_dyn(interp, gallivm, loop_state.counter);
577 lp_build_interp_soa_update_inputs_dyn(interp, gallivm, loop_state.counter);
664 &loop_state.counter, 1, "");
673 lp_build_name(counter, "counte
217 generate_fs(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, unsigned i, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef *pmask, LLVMValueRef (*color)[4], LLVMValueRef depth_ptr, LLVMValueRef facing, unsigned partial_mask, LLVMValueRef mask_input, LLVMValueRef counter) argument
442 generate_fs_loop(struct gallivm_state *gallivm, struct lp_fragment_shader *shader, const struct lp_fragment_shader_variant_key *key, LLVMBuilderRef builder, struct lp_type type, LLVMValueRef context_ptr, LLVMValueRef num_loop, struct lp_build_interp_soa_context *interp, struct lp_build_sampler_soa *sampler, LLVMValueRef mask_store, LLVMValueRef (*out_color)[4], LLVMValueRef depth_ptr, unsigned depth_bits, LLVMValueRef facing, LLVMValueRef counter) argument
787 LLVMValueRef counter = NULL; local
[all...]
/external/chromium_org/third_party/skia/bench/
H A DMathBench.cpp297 int counter = 0; local
302 counter += proc(&data[i]);
312 counter += r->isFinite();
319 SkDebugf("%d\n", counter);
/external/freetype/include/internal/
H A Dpshints.h191 * counter-controlled horizontal or vertical stems at once.
202 * pairs for the counter-controlled stems.
209 * counter-controlled).
333 * The function to set counter-controlled stems.
520 * A method of the @T2_Hints class used to set a given counter mask
649 * counter ::
650 * The function to set counter masks.
663 T2_Hints_CounterFunc counter; member in struct:T2_Hints_FuncsRec_
/external/guava/guava/src/com/google/common/io/
H A DFiles.java422 for (int counter = 0; counter < TEMP_DIR_ATTEMPTS; counter++) {
423 File tempDir = new File(baseDir, baseName + counter);
/external/guava/guava-tests/test/com/google/common/base/
H A DSuppliersTest.java339 int counter = 0;
342 int nextValue = counter + 1;
344 counter = nextValue;
345 return counter;
/external/iproute2/include/libiptc/
H A Dlibiptc.h61 struct ipt_counters *counter,
/external/iptables/include/libiptc/
H A Dlibiptc.h57 struct xt_counters *counter,
/external/libhevc/common/arm/
H A Dihevc_sao_band_offset_luma.s76 MOV r9,r8 @Move the ht to r9 for loop counter
88 SUBS r9,r9,#1 @Decrement the loop counter
109 MOV r9,r7 @Move the wd to r9 for loop counter
113 SUBS r9,r9,#8 @Decrement the loop counter by 8
/external/lldb/tools/lldb-perf/lib/
H A DTestCase.h100 TestStep (int counter, ActionWanted &next_action) = 0;

Completed in 604 milliseconds

<<11121314151617181920>>