/external/quake/quake/src/QW/server/ |
pr_edict.c | 98 i--; // step on whatever is the last edict 569 int active, models, solid, step; local 571 active = models = solid = step = 0; 583 step++; 590 Con_Printf ("step :%3i\n", step);
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_pcmdata.h | 56 EAS_I32 step; /* current ADPCM step size */ member in struct:s_decoder_state_tag
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_pcmdata.h | 56 EAS_I32 step; /* current ADPCM step size */ member in struct:s_decoder_state_tag
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_pcmdata.h | 56 EAS_I32 step; /* current ADPCM step size */ member in struct:s_decoder_state_tag
|
/external/tinyxml/ |
tinyxmlparser.cpp | 280 int step = TiXmlBase::utf8ByteTable[*((unsigned char*)p)]; local 281 if ( step == 0 ) 282 step = 1; // Error case from bad encoding, but handle gracefully. 283 p += step; [all...] |
/external/webkit/Source/JavaScriptCore/runtime/ |
PropertyMapHashTable.h | 328 unsigned step = 0; local 345 if (!step) 346 step =WTF::doubleHash(key->existingHash()) | 1; 347 hash += step;
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
transform.c | 194 int i, j, step; local 199 step = 2*bgn; 210 xptr += step; 218 xptr += step; 233 xptr += step; 252 xptr -= step; 256 xptr -= step; 260 xptr -= step; 266 xptr += 3*step; 268 twidTab += 3*step; [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src/ |
omxVCM4P10_FilterDeblockingLuma_HorEdge_I_s.s | 50 step RN 10 label 176 ADD step, srcdstStep, srcdstStep 189 VLD1 dP_3, [pSrcDst], step 190 VLD1 dP_2, [pTmp], step 191 VLD1 dP_1, [pSrcDst], step 192 VLD1 dP_0, [pTmp], step 193 VLD1 dQ_0, [pSrcDst], step
|
omxVCM4P10_PredictIntraChroma_8x8_s.s | 64 step RN 10 label 193 ADD step, leftStep, leftStep 196 VLD1 {dLeftVal[0]},[pSrcLeft],step ;// pSrcLeft[0*leftStep] 197 VLD1 {dLeftVal[1]},[pTmp],step ;// pSrcLeft[1*leftStep] 198 VLD1 {dLeftVal[2]},[pSrcLeft],step ;// pSrcLeft[2*leftStep] 199 VLD1 {dLeftVal[3]},[pTmp],step ;// pSrcLeft[3*leftStep] 200 VLD1 {dLeftVal[4]},[pSrcLeft],step ;// pSrcLeft[4*leftStep] 201 VLD1 {dLeftVal[5]},[pTmp],step ;// pSrcLeft[5*leftStep] 202 VLD1 {dLeftVal[6]},[pSrcLeft],step ;// pSrcLeft[6*leftStep] 234 ADD step, dstStep, dstSte [all...] |
omxVCM4P10_PredictIntra_16x16_s.s | 162 step RN 10 label 194 ADD step, dstStep, dstStep 195 VST1 qAbove, [pDst], step 196 VST1 qAbove, [pTmp], step 197 VST1 qAbove, [pDst], step 198 VST1 qAbove, [pTmp], step 199 VST1 qAbove, [pDst], step 200 VST1 qAbove, [pTmp], step 201 VST1 qAbove, [pDst], step 202 VST1 qAbove, [pTmp], step [all...] |
/ndk/sources/host-tools/ndk-stack/regex/ |
engine.c | 51 #define step sstep macro 63 #define step lstep macro 92 static states step(struct re_guts *, sopno, sopno, states, int, states); 669 - fast - step through the string at top speed 686 st = step(m->g, startst, stopst, st, NOTHING, st); 712 st = step(m->g, startst, stopst, st, flagch, st); 726 st = step(m->g, startst, stopst, st, flagch, st); 738 st = step(m->g, startst, stopst, tmp, c, st); 740 assert(EQ(step(m->g, startst, stopst, st, NOTHING, st), st)); 753 - slow - step through the string more deliberatel 836 step(struct re_guts *g, function 1017 #undef step macro [all...] |
/packages/inputmethods/PinyinIME/jni/include/ |
matrixsearch.h | 63 uint16 step; member in struct:ime_pinyin::MatrixNode 73 // Used to indicate whether there are dmi nodes in this step with full 99 // Points to a MatrixNode of the current step to indicate which choice the 143 // How many rows for each step. 213 // the i'th lemma id in lma_id_ is the first candidate for that step. 214 // If all candidates are the first one for that step, the whole string can be 238 // for current step; 240 // first un-fixed step and show them to the user. 256 // Reset the search space from ch_pos step. For example, if the original 259 // if clear_fixed_this_step is true, and the ch_pos step is a fixed step [all...] |
/external/aac/libAACenc/src/ |
sf_estim.cpp | 127 int step = psyOutChan->sfbPerGroup; local 128 for(sfbGrp = 0; sfbGrp < tmp0; sfbGrp += step) { [all...] |
/external/chromium/chrome/browser/ui/views/ |
wrench_menu.cc | 526 int step = (max_percent - min_percent) / 10; local 527 for (int i = min_percent; i <= max_percent; i += step) {
|
/external/icu4c/test/intltest/ |
convtest.cpp | 786 int32_t step, 797 if(step>=0) { 798 // call ucnv_toUnicode() with in/out buffers no larger than (step) at a time 800 // step==0 performs bulk conversion and generates offsets 803 if(step==0) { 844 targetLimit=(resultLimit-target)>=step ? target+step : resultLimit; 862 sourceLimit=(bytesLimit-source)>=step ? source+step : bytesLimit; 866 } else /* step<0 */ 1000 int32_t step; member in struct:__anon7092 1015 int32_t i, step; local 1447 int32_t step; member in struct:__anon7093 1455 int32_t i, step; local [all...] |
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/ |
ShaderUtils.java | 78 public static final float step(final float a, final float x) {
method in class:ShaderUtils 87 return ShaderUtils.step(a, x) - ShaderUtils.step(b, x);
|
/external/libvpx/vp8/encoder/ |
mcomp.c | 71 // Generate offsets for 4 search sites per step. 118 // Generate offsets for 8 search sites per step. 923 int i, j, step; local 961 // search_param determines the length of the initial step and hence the number of iterations 962 // 0 = initial step (MAX_FIRST_STEP) pel : 1 = (MAX_FIRST_STEP/2) pel, 2 = (MAX_FIRST_STEP/4) pel... etc. 970 for (step = 0; step < tot_steps ; step++) 1039 int i, j, step; local 1077 // search_param determines the length of the initial step and hence the number of iteration [all...] |
/external/opencv/cv/src/ |
cvcalibration.cpp | 148 step(); 163 step(); 216 step(); 229 step(); 256 void CvLevMarq::step() function in class:CvLevMarq 300 bstep = B->step/CV_ELEM_SIZE(B->type); 322 float* dcda = (float*)(dABdA->data.ptr + dABdA->step*i); 333 float* dcdb = (float*)(dABdB->data.ptr + dABdB->step*i); 334 const float* a = (const float*)(A->data.ptr + A->step*i1); 351 double* dcda = (double*)(dABdA->data.ptr + dABdA->step*i) 532 int step = src->rows > 1 ? src->step \/ elem_size : 1; local 616 int step = dst->rows > 1 ? dst->step \/ elem_size : 1; local [all...] |
cvpyrsegmentation.cpp | 188 int step; local 259 step = roi.width * sizeof( float ); 265 cvInitMatHeader( &_pyramida, roi.height, roi.width, CV_32FC1, pyramida, step ); 267 /*_CV_CHECK( icvCvtTo_32f_C1R( src_image, src_step, pyramida, step, roi, CV_8UC1 ));*/ 269 p_base = (_CvPyramidBase *) (buffer + step * roi.height); 292 cvSetData( &prev_level, pyramida, step ); 293 cvSetData( &next_level, pyramida, step ); 296 //_CV_CHECK( icvPyrDown_Gauss5x5_32f_C1R( pyramida, step, pyramida, step, size, buff )); 297 //_CV_CHECK( icvPyrDownBorder_32f_CnR( pyramida, step, size, pyramida, step, dst_size, 1 )) 602 int step; local [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/gapi/ |
SDL_gapivideo.c | 818 int step = gapi->dstPixelStep; local 822 destPointer += step; 832 int step = gapi->dstPixelStep / 2; local 834 if( step == 1 ) /* optimized blitting on most devices */ 852 destPointer += step; 865 destPointer += step; 874 destPointer += step; 924 destPointer += step; 948 int step = gapi->dstPixelStep; local 959 destPointer += step; [all...] |
/external/quake/quake/src/WinQuake/ |
pr_edict.cpp | 577 int active, models, solid, step; local 579 active = models = solid = step = 0; 591 step++; 598 Con_Printf ("step :%3i\n", step);
|
/external/quake/src/com/android/quake/ |
QuakeLib.java | 182 public native boolean step(int width, int height); method in class:QuakeLib
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-aix5.c | 354 const Int step = 5; local 362 if ((j % step) == 0) 365 if ((j % step) == step-1 && j > 0) 369 if (((j-1) % step) != step-1 && j > 0) 376 const Int step = sizeof(void*)==8 ? 3 : 5; local 380 if ((i % step) == 0) 386 if ((i == _NGPRS-1) || ((i % step) == step-1 && i > 0)) [all...] |
/gdk/samples/quake/jni/ |
pr_edict.cpp | 577 int active, models, solid, step; local 579 active = models = solid = step = 0; 591 step++; 598 Con_Printf ("step :%3i\n", step);
|
/gdk/samples/quake/src/com/android/quake/llvm/ |
QuakeLib.java | 190 public native boolean step(int width, int height); method in class:QuakeLib
|