/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
BQ_2I_D16F32C14_TRC_WRA_01.c | 46 LVM_INT16 ii; local 49 for (ii = NrSamples; ii != 0; ii--) 121 LVM_INT16 ii; local 124 for (ii = NrSamples; ii != 0; ii--)
|
BQ_2I_D16F32C15_TRC_WRA_01.c | 46 LVM_INT16 ii; local 49 for (ii = NrSamples; ii != 0; ii--) 123 LVM_INT16 ii; local 126 for (ii = NrSamples; ii != 0; ii--)
|
BQ_2I_D32F32C30_TRC_WRA_01.c | 48 LVM_INT16 ii; local 51 for (ii = NrSamples; ii != 0; ii--) 157 LVM_INT16 ii, jj; local 160 for (ii = NrFrames; ii != 0; ii--) 216 LVM_INT16 ii; local 219 for (ii = NrSamples; ii != 0; ii-- [all...] |
PK_2I_D32F32C14G11_TRC_WRA_01.c | 48 LVM_INT16 ii; local 51 for (ii = NrSamples; ii != 0; ii--) 146 LVM_INT16 ii, jj; local 149 for (ii = NrFrames; ii != 0; ii--) 203 LVM_INT16 ii; local 206 for (ii = NrSamples; ii != 0; ii-- [all...] |
/external/skia/src/gpu/ |
GrContextThreadSafeProxy.cpp | 33 const SkImageInfo& ii, const GrBackendFormat& backendFormat, 50 GrPixelConfig config = this->caps()->getConfigFromBackendFormat(backendFormat, ii.colorType()); 55 if (!SkSurface_Gpu::Valid(this->caps(), config, ii.colorSpace())) { 80 cacheMaxResourceBytes, ii,
|
/external/skqp/src/gpu/ |
GrContextThreadSafeProxy.cpp | 36 const SkImageInfo& ii, const GrBackendFormat& backendFormat, 53 GrPixelConfig config = fCaps->getConfigFromBackendFormat(backendFormat, ii.colorType()); 58 if (!SkSurface_Gpu::Valid(fCaps.get(), config, ii.colorSpace())) { 82 cacheMaxResourceBytes, ii,
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
UniformItemSection.java | 99 IndexedItem ii = (IndexedItem) item; local 100 int relativeOffset = ii.getIndex() * ii.writeSize();
|
/dalvik/dx/src/com/android/dx/dex/file/ |
UniformItemSection.java | 98 IndexedItem ii = (IndexedItem) item; local 99 int relativeOffset = ii.getIndex() * ii.writeSize();
|
/external/clang/test/SemaCXX/ |
pseudo-destructors.cpp | 22 void f(A* a, Foo *f, int *i, double *d, int ii) { 49 ii->~Integer(); // expected-error{{member reference type 'int' is not a pointer; did you mean to use '.'?}} 50 ii.~Integer();
|
/external/eigen/bench/btl/generic_bench/timers/ |
portable_perf_analyzer.hh | 81 for (unsigned int ii=0;ii<_nb_calc;ii++)
|
/external/python/dateutil/ |
updatezinfo.py | 26 for ii, releases_url in enumerate(releases_urls): 27 print("Downloading tz file from mirror {ii}".format(ii=ii))
|
/art/tools/dmtracedump/ |
tracedump.cc | [all...] |
/external/libaom/libaom/test/ |
sum_squares_test.cc | 64 for (int ii = 0; ii < height; ii++) { 66 src_[ii * stride + jj] = rnd_(2) ? rnd_(limit) : -rnd_(limit); 75 for (int ii = 0; ii < height; ii++) { 77 src_[ii * stride + jj] = val; 265 for (int ii = 0; ii < height; ii++) [all...] |
/external/pdfium/fxbarcode/pdf417/ |
BC_PDF417Writer.cpp | 105 for (int32_t ii = 0; ii < height; ii++) { 106 int32_t inverseii = height - ii - 1; 108 bitarray[jj * height + inverseii] = temp[ii * width + jj];
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
encode.c | 1016 int ii; local [all...] |
/cts/hostsidetests/sustainedperf/shadertoy_android/jni/ |
shadertoy_shader.cpp | 51 for (int ii = 0; ii < 4; ii++) {
52 input_textures_[ii].width = 0;
53 input_textures_[ii].height = 0;
54 input_textures_[ii].id = tex_ids[ii];
|
/external/webrtc/webrtc/system_wrappers/source/spreadsortlib/ |
spreadsort.hpp | 209 inline void inner_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift
212 RandomAccessIter * local_bin = bins + ii;
237 inline void swap_loop(RandomAccessIter * bins, RandomAccessIter & nextbinstart, unsigned ii, right_shift &shift
240 nextbinstart += bin_sizes[ii];
241 inner_swap_loop<RandomAccessIter, div_type, data_type, right_shift>(bins, nextbinstart, ii, shift, log_divisor, div_min);
318 for(unsigned ii = 0; ii < bin_count - 1; ++ii)
319 swap_loop<RandomAccessIter, div_type, data_type, right_shift>(bins, nextbinstart, ii, shift, bin_sizes, log_divisor, div_min);
438 inline void inner_float_swap_loop(RandomAccessIter * bins, const RandomAccessIter & nextbinstart, unsigned ii
[all...] |
/external/rmi4utils/f54test/ |
f54test.cpp | 1223 unsigned char ii; local 1263 for (ii = 0; ii < tx_electrodes; ii++) { 1264 if (m_txAssignment[ii] != 0xff) 1269 for (ii = 0; ii < rx_electrodes; ii++) { 1270 if (m_rxAssignment[ii] != 0xff) 1405 unsigned int ii; local [all...] |
/external/skia/src/compute/hs/cuda/bench/ |
main.c | 90 for (uint32_t ii=0; ii<count*words; ii++) 91 vin_h[ii] = hs_rand_u32(); 94 for (uint32_t ii=0; ii<count; ii++) 95 vin_h[ii*words] = ii; 98 for (uint32_t ii=0; ii<count; ii++ [all...] |
/external/skqp/src/compute/hs/cuda/bench/ |
main.c | 90 for (uint32_t ii=0; ii<count*words; ii++) 91 vin_h[ii] = hs_rand_u32(); 94 for (uint32_t ii=0; ii<count; ii++) 95 vin_h[ii*words] = ii; 98 for (uint32_t ii=0; ii<count; ii++ [all...] |
/external/emma/core/java12/com/vladium/emma/filter/ |
IInclExclFilter.java | 189 int ii = 0; local 190 for (Iterator i = inclusions.iterator (); i.hasNext (); ++ ii) 194 m_inclusions [ii] = WCMatcher.compile (pattern); 204 int ii = 0; local 205 for (Iterator i = exclusions.iterator (); i.hasNext (); ++ ii) 209 m_exclusions [ii] = WCMatcher.compile (pattern);
|
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/ |
MCFunction.cpp | 95 unsigned ii = 0, ie = Instructions.size(); local 101 for (; ii != ie; ++ii) { 102 if (Instructions[ii].Address < *spi || 103 Instructions[ii].Address >= BlockEnd) 105 BB.addInst(Instructions[ii]);
|
/external/tensorflow/tensorflow/contrib/nearest_neighbor/kernels/ |
hyperplane_lsh_probes.cc | 132 for (int ii = 0; ii < num_probes; ++ii) { 137 Internal("Failed to get probe number ", ii, 139 probes_eigen_tensor(point_index, ii) = cur_probe; 140 tables_eigen_tensor(point_index, ii) = cur_table;
|
/art/test/451-spill-splot/src/ |
Main.java | 41 float ii = 8; local 49 System.out.println(aa + bb + cc + dd + ee + ff + gg + hh + ii + jj + kk + ll + mm + nn); 70 ii = $noinline$computeFloat();
|
/external/clang/test/Sema/ |
complex-int.c | 9 int ii; local 14 result = arr*ii; 15 result = ii*brr;
|