Searched refs:counter (Results 676 - 700 of 810) sorted by relevance

<<21222324252627282930>>

/external/pcre/dist/sljit/
H A DsljitNativeARM_32.c270 sljit_uw counter = 0; local
290 const_pool[ind] = counter;
291 ind = counter;
292 counter++;
308 return counter;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service.cc946 base::HistogramBase* counter = base::LinearHistogram::FactoryGet( local
956 counter->Add(PermissionMessage::kNone);
960 counter->Add(it->id());
/external/chromium_org/v8/test/cctest/
H A Dtest-cpu-profiler.cc103 static int counter = 0; local
107 i::SNPrintF(name, "function_%d", ++counter);
111 "var counter = 0;\n"
112 "for (var i = 0; i < %d; ++i) counter += i;\n"
113 "return '%s_' + counter;\n"
115 "%s();\n", name_start, counter, name_start, name_start);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_api.h1662 UINT32 counter; member in struct:__anon1446
1678 UINT32 counter; member in struct:__anon1448
H A Dbtm_ble_api.h175 #define BTM_BLE_AUTH_SIGN_LEN 12 /* BLE data signature length 8 Bytes + 4 bytes counter*/
1181 ** counter: counter used when doing data signing
1188 UINT16 len, UINT32 counter,
1224 ** Description Local local identity key, encryption root or sign counter.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
H A DbuildTools.jarMETA-INF/MANIFEST.MF org/eclipse/releng/Mailer.class Mailer.java package org.eclipse ...
/external/libunwind/doc/
H A Dlibunwind-ia64.tex86 ``program counter'') of the current stack frame. Given this value,
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_postproc_mmx.asm63 xor rdx, rdx ; clear out rdx for use as loop counter
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h501 UINT32 counter; /* peer sign counter for verifying rcv signed cmd */ member in struct:__anon1248
502 UINT32 local_counter; /* local sign counter for sending signed write cmd*/
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_int.h406 UINT16 counter; /* used as offset, attribute length, num of prepare write */ member in struct:__anon1292
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSComputedStyleDeclaration.cpp1350 const CounterContent* counter = toCounterContentData(contentData)->counter(); local
1351 ASSERT(counter);
1352 list->append(cssValuePool().createValue(counter->identifier(), CSSPrimitiveValue::CSS_COUNTER_NAME));
/external/chromium_org/third_party/libevent/
H A Dltmain.sh5564 counter=1
5574 newobj=lt$counter-$objbase
5575 counter=`expr $counter + 1`
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir.h778 * \name Loop counter and controls
786 ir_rvalue *from; /** Value of the loop counter on the first
789 ir_rvalue *to; /** Value of the loop counter on the last
793 ir_variable *counter; member in class:ir_loop
/external/chromium_org/third_party/yasm/source/patched-yasm/config/
H A Dltmain.sh5531 counter=1
5541 newobj=lt$counter-$objbase
5542 counter=`expr $counter + 1`
/external/chromium_org/v8/src/
H A Dassembler.h101 // The program counter, which points into the buffer above and moves forward.
804 explicit ExternalReference(StatsCounter* counter);
/external/cmockery/cmockery_0_1_2/
H A Dlibtool5835 counter=1
5845 newobj=lt$counter-$objbase
5846 counter=`expr $counter + 1`
H A Dltmain.sh5483 counter=1
5493 newobj=lt$counter-$objbase
5494 counter=`expr $counter + 1`
/external/libhevc/common/arm/
H A Dihevc_sao_edge_offset_class0.s107 SUBS r12,r12,#8 @Decrement the loop counter by 8
H A Dihevc_sao_edge_offset_class0_chroma.s109 SUBS r12,r12,#8 @Decrement the loop counter by 8
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/asm/
H A Dkvm_host.h311 u64 counter; member in struct:kvm_pmc
/external/mesa3d/src/glsl/
H A Dir.h778 * \name Loop counter and controls
786 ir_rvalue *from; /** Value of the loop counter on the first
789 ir_rvalue *to; /** Value of the loop counter on the last
793 ir_variable *counter; member in class:ir_loop
/external/chromium_org/v8/src/arm64/
H A Dcode-stubs-arm64.cc100 // Update the static counter each time a new code stub is generated.
1456 // This is counter-intuitive, but correct.
1887 // x11 loop_count parameter loop counter (uninit)
2524 // Capture register counter starts from number of capture registers and
4040 Register counter = regs_.scratch1(); local
4042 __ Ldr(counter,
4044 __ Subs(counter, counter, 1);
4045 __ Str(counter,
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 843 milliseconds

<<21222324252627282930>>