Searched defs:step (Results 51 - 75 of 440) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_crypto_provider.cc28 virtual HandshakeState GetNextStep(int* step, std::string* package) OVERRIDE;
29 virtual HandshakeState SetStepResponse(int step,
69 int* step,
72 *step = 0;
80 PrivetV3CryptoProviderEmpty::SetStepResponse(int step, argument
86 (step == 0 && package.empty() && state == kHandshakeStateComplete);
68 GetNextStep( int* step, std::string* package) argument
/external/chromium_org/media/base/
H A Daudio_fifo.cc33 // Updates the read/write position with |step| modulo the maximum number of
36 static int UpdatePos(int pos, int step, int max_size) { argument
37 return ((pos + step) % max_size);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DUndoStack.cpp55 void UndoStack::registerUndoStep(PassRefPtrWillBeRawPtr<UndoStep> step) argument
61 m_undoStack.append(step);
64 void UndoStack::registerRedoStep(PassRefPtrWillBeRawPtr<UndoStep> step) argument
66 m_redoStack.append(step);
80 UndoStep* step = stack.first().get(); local
81 if (!step->belongsTo(frame))
82 newStack.append(step);
102 RefPtrWillBeRawPtr<UndoStep> step(back->get());
104 step->unapply();
113 RefPtrWillBeRawPtr<UndoStep> step(bac
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/forms/
H A DStepRange.cpp53 StepRange::StepRange(const Decimal& stepBase, const Decimal& minimum, const Decimal& maximum, const Decimal& step, const StepDescription& stepDescription) argument
56 , m_step(step.isFinite() ? step : 1)
59 , m_hasStep(step.isFinite())
88 // Rounds inRangeValue to stepBase + N * step.
112 Decimal step = parseToDecimalForNumberType(stepString); local
113 if (!step.isFinite() || step <= 0)
118 step *= stepDescription.stepScaleFactor;
122 step
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeNumericFieldElement.h49 Step(int step = 1, int stepBase = 0) : step(step), stepBase(stepBase) { }
50 int step; member in struct:blink::DateTimeNumericFieldElement::Step
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DDequeTest.cpp48 int step = from < to ? 1 : -1; local
49 for (int i = from; i != to + step; i += step) {
71 int step = from < to ? 1 : -1;
72 for (int i = from; i != to + step; i += step) {
/external/chromium_org/third_party/angle/samples/angle/simple_vertex_shader/
H A DSimpleVertexShader.cpp87 virtual void step(float dt, double totalTime) function in class:SimpleVertexShaderSample
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DLoopInfo.cpp176 void TLoopStack::step() function in class:TLoopStack
179 rbegin()->index.step();
H A DLoopInfo.h28 void step() { mCurrentValue += mIncrementValue; } function in class:TLoopIndexInfo
64 void step();
/external/chromium_org/third_party/angle/tests/perf_tests/
H A DSimpleBenchmark.cpp39 void SimpleBenchmark::step(float dt, double totalTime) function in class:SimpleBenchmark
92 step(static_cast<float>(deltaTime), elapsedTime);
/external/chromium_org/third_party/brotli/src/brotli/dec/
H A Dhuffman.c34 int step = 1 << (len - 1); local
35 while (key & step) {
36 step >>= 1;
38 return (key & (step - 1)) + step;
41 /* Stores code in table[0], table[step], table[2*step], ..., table[end] */
42 /* Assumes that end is an integer multiple of step */
44 int step, int end,
47 end -= step;
43 ReplicateValue(HuffmanCode* table, int step, int end, HuffmanCode code) argument
76 int step; /* step size to replicate values in current table */ local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.h125 LLVMValueRef step);
130 LLVMValueRef step,
144 LLVMValueRef step; member in struct:lp_build_for_loop_state
156 LLVMValueRef step);
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/arm64/
H A DarmSP_FFT_CToC_FC32_Radix2_s.S67 #define step x15 define
114 rsb step,pointStep,#16
133 LD2 {dX2,dX3},[pSrc],step
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/armv7/
H A DarmSP_FFT_CToC_FC32_Radix4_unsafe_s.S59 #define step r12 /*@// Reuse grpCount*/ define
123 MOV step,#0
132 ADD step,step,diff @// step += (grpCount-1)*setCount
145 add pTwiddle, step
147 add pTwiddle, step
168 add pTwiddle, pTwiddle, step
170 sub pTwiddle, pTwiddle, step
192 SUB pTwiddle,pTwiddle,step,LS
[all...]
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/neon/
H A DarmSP_FFT_CToC_FC32_Radix2_unsafe_s.S65 #define step r10 define
111 RSB step,pointStep,#16
130 VLD2 {dX2,dX3},[pSrc],step
H A DarmSP_FFT_CToC_SC16_Radix2_ls_unsafe_s.S76 #define step r8 define
106 SUB step,outPointStep,#4 @// step = -4+outPointStep
107 RSB dstStep,step,#0 @// dstStep = -4-outPointStep+8 = -step
162 VST2 {dYr0[1],dYi0[1]},[pDst],step @// step = -4+outPointStep
165 VST2 {dYr1[1],dYi1[1]},[pDst],dstStep @// dstStep = -4-outPointStep+8 = -step
168 @//VST2 {dYr1,dYi1},[pDst],dstStep @// dstStep = step = -outPointStep + 16
H A DarmSP_FFT_CToC_SC16_Radix2_unsafe_s.S72 #define step r10 define
116 RSB step,pointStep,#16
134 VLD2 {dX2,dX3},[pSrc],step @// point1: dX2-real part dX3-img part
H A DarmSP_FFT_CToC_SC32_Radix2_unsafe_s.S73 #define step r10 define
118 RSB step,pointStep,#16
135 VLD2 {dX2,dX3},[pSrc],step @// point1: dX2-real part dX3-img part
/external/chromium_org/third_party/openmax_dl/dl/sp/src/arm/
H A DomxSP_FFTInit_R_F32.c60 OMX_INT step; local
111 /* step into the twiddle table for the current order */
112 step = 1 << diff;
128 j = i*step;
166 step = 1 << diff;
179 j = i*step;
H A DomxSP_FFTInit_R_S16.c61 OMX_INT Nby2 = 0, N = 0, M = 0, diff = 0, step = 0; local
109 step = 1 << diff; /* Step into the twiddle table for the current order */
128 j = i * step;
175 step = 1 << diff;
192 j = i*step;
H A DomxSP_FFTInit_R_S16S32.c69 OMX_INT Nby2,N,M,diff, step; local
129 step = 1<<diff; /* step into the twiddle table for the current order */
148 j = i*step;
199 step = 1<<diff;
216 j = i*step;
H A DomxSP_FFTInit_R_S32.c68 OMX_INT Nby2,N,M,diff, step; local
127 step = 1<<diff; /* step into the twiddle table for the current order */
146 j = i*step;
197 step = 1<<diff;
214 j = i*step;
/external/chromium_org/third_party/openmax_dl/dl/sp/src/mips/
H A Dmips_FFTFwd_RToCCS_F32_complex.c24 OMX_U32 n1_4, num_transforms, step; local
130 step = 1 << (pFFTSpec->order - 4);
160 w_re_ptr = pFFTSpec->pTwiddle + step;
162 pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - step;
191 w_re_ptr += step;
192 w_im_ptr -= step;
195 step >>= 1;
200 w_re_ptr = pFFTSpec->pTwiddle + step;
201 w_im_ptr = pFFTSpec->pTwiddle + (OMX_U32)(1 << pFFTSpec->order - 2) - step;
237 w_re_ptr += step;
[all...]
H A Dmips_FFTInv_CCSToR_F32_real.c20 OMX_U32 step, num_transforms; local
/external/chromium_org/third_party/skia/bench/
H A DInterpBench.cpp56 SkFixed step = SkFloatToFixed(dx); variable
58 dst[i + 0] = TILE(curr, count); curr += step;
59 dst[i + 1] = TILE(curr, count); curr += step;
60 dst[i + 2] = TILE(curr, count); curr += step;
61 dst[i + 3] = TILE(curr, count); curr += step;
75 int64_t step = (int64_t)(dx * 65536 * 655536); variable
80 curr += step;
84 curr += step;
88 curr += step;
92 curr += step;
106 int64_t step = (int64_t)(dx * 65536 * 655536 * 65536); variable
[all...]

Completed in 1976 milliseconds

1234567891011>>