HomeSort by relevance Sort by last modified time
    Searched refs:nn (Results 1 - 25 of 389) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/gabi++/tests/
test_guard.cpp 43 for (int nn = 0; nn < MAX_THREADS; nn++) {
44 pthread_create( &sThreads[nn], NULL, thread_run, reinterpret_cast<void*>(nn) );
47 for (int nn = 0; nn < MAX_THREADS; nn++) {
49 pthread_join( sThreads[nn], &dummy );
66 for (int nn = 0; nn < MAX_THREADS; nn++)
    [all...]
  /ndk/build/awk/
gen-windows-host-path.awk 72 for (nn = 1; nn <= count1; nn++) {
73 if (!match(host[nn],"^[A-Za-z]:$")) {
77 letter = substr(host[nn],1,1)
83 if (match(cygwin[nn],"/"lo"$")) {
85 host[count] = host[nn]
86 cygwin[count] = substr(cygwin[nn],1,length(cygwin[nn])-1) up
92 if (match(cygwin[nn],"/"up"$"))
    [all...]
gen-cygwin-deps-converter.awk 131 for (nn = 1; nn <= count; nn++) {
132 printf( "$(info %s => %s)", cygwin[nn], host[nn]);
136 for (nn = 1; nn <= count; nn++) {
137 add_drive_rule(host[nn], cygwin[nn])
    [all...]
  /bionic/libc/bionic/
sched_cpucount.c 32 int nn = 0; local
36 for ( ; nn < nn_max; nn++ ) {
37 count += __builtin_popcountl(set->__bits[nn]);
  /external/fec/
rs-common.h 9 int nn; /* Symbols per block (= (1<<mm)-1) */ member in struct:rs
21 while (x >= rs->nn) {
22 x -= rs->nn;
23 x = (x >> rs->mm) + (x & rs->nn);
rstest.c 54 int nn,kk; local
56 nn = (1<<Tab[i].symsize) - 1;
57 kk = nn - Tab[i].nroots;
58 printf("Testing (%d,%d) code...\n",nn,kk);
68 int nn = 255; local
69 unsigned char block[nn],tblock[nn];
70 int errlocs[nn],derrlocs[nn];
83 for(errors=0;errors<=(nn-kk)/2;errors++)
140 int nn = (1<<e->symsize) - 1; local
221 int nn = (1<<e->symsize) - 1; local
    [all...]
  /development/ndk/samples/hello-neon/jni/
helloneon-intrinsics.c 27 int nn, offset = -kernelSize/2; local
29 for (nn = 0; nn < width; nn++)
36 int16x4_t input_vec = vld1_s16(input + (nn+offset+mm*4));
48 sum += kernel[mm] * input[nn+offset+mm];
51 output[nn] = (short)((sum + 0x8000) >> 16);
54 int nn, offset = -kernelSize/2;
55 for (nn = 0; nn < width; nn++)
    [all...]
helloneon.c 48 int nn; local
49 for (nn = 0; nn < width; nn++) {
53 sum += kernel[mm]*input[nn+offset+mm];
55 output[nn] = (short)((sum + 0x8000) >> 16);
92 int nn; local
93 for (nn = 0; nn < FIR_INPUT_SIZE; nn++)
157 int nn, fails = 0; local
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
cpu_set.h 114 for (size_t nn = 0; nn < kMaskWordCount; ++nn)
115 mask_[nn] &= other.mask_[nn];
121 for (size_t nn = 0; nn < kMaskWordCount; ++nn) {
122 result += __builtin_popcount(mask_[nn]);
129 size_t nn = static_cast<size_t>(index) local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/
apinames.c 64 int nn, len; local
73 for ( nn = 0; nn < len; nn++ )
74 h = h*33 + name[nn];
77 for ( nn = 0; nn < num_names; nn++ )
79 nm = the_names + nn;
131 int nn; local
    [all...]
  /bionic/libc/dns/net/
getservent.c 57 int nn,count; local
76 for (nn = 0; nn < count; nn++) {
107 for (nn = 0; nn < count; nn++) {
109 rs->servent.s_aliases[nn] = p2;
115 rs->servent.s_aliases[nn] = NULL;
  /external/freetype/src/base/
ftadvanc.c 33 FT_UInt nn; local
50 for ( nn = 0; nn < count; nn++ )
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
117 FT_UInt num, end, nn; local
152 for ( nn = 0; nn < count; nn++
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/
ftadvanc.c 33 FT_UInt nn; local
50 for ( nn = 0; nn < count; nn++ )
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
117 FT_UInt num, end, nn; local
152 for ( nn = 0; nn < count; nn++
    [all...]
  /external/pdfium/third_party/freetype/src/base/
ftadvanc.c 33 FT_UInt nn; local
50 for ( nn = 0; nn < count; nn++ )
51 advances[nn] = FT_MulDiv( advances[nn], scale, 64 );
117 FT_UInt num, end, nn; local
152 for ( nn = 0; nn < count; nn++
    [all...]
  /device/generic/goldfish/libqemu/
test_guest_2.c 60 int nn, count; local
155 for (nn = 0; nn < bufferSize; nn++) {
156 buffer[nn] = (uint8_t)nn;
194 for (nn = 0; nn < bufferSize; ) {
195 int avail = bufferSize - nn;
200 if (memcmp(buffer+nn, buffer2+nn, avail) != 0)
    [all...]
  /development/ndk/platforms/android-8/samples/bitmap-plasma/jni/
plasma.c 103 int nn; local
104 for (nn = 0; nn < ANGLE_2PI+1; nn++) {
105 double radians = nn*M_PI/ANGLE_PI;
106 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
149 int nn, mm = 0; local
151 for (nn = 0; nn < PALETTE_SIZE/4; nn++)
308 int nn; local
    [all...]
  /development/ndk/platforms/android-9/samples/native-plasma/jni/
plasma.c 108 int nn; local
109 for (nn = 0; nn < ANGLE_2PI+1; nn++) {
110 double radians = nn*M_PI/ANGLE_PI;
111 angle_sin_tab[nn] = FIXED_FROM_FLOAT(sin(radians));
154 int nn, mm = 0; local
156 for (nn = 0; nn < PALETTE_SIZE/4; nn++)
317 int nn; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBNFChinesePostProcessor.java 100 int nn = buf.lastIndexOf(ling, x); local
102 if (nn > m) {
103 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1;
115 n = nn; // remember optional ling to right
126 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
140 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBNFChinesePostProcessor.java 99 int nn = buf.lastIndexOf(ling, x); local
101 if (nn > m) {
102 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1;
114 n = nn; // remember optional ling to right
125 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
139 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/
OisControllers.java 102 for (int ii = 0, nn = allListeners.size; ii < nn; ii++)
104 for (int ii = 0, nn = listeners.size; ii < nn; ii++)
110 for (int ii = 0, nn = allListeners.size; ii < nn; ii++)
112 for (int ii = 0, nn = listeners.size; ii < nn; ii++)
118 for (int ii = 0, nn = allListeners.size; ii < nn; ii++
    [all...]
  /external/opencv3/modules/flann/include/opencv2/flann/
index_testing.h 87 const Matrix<typename Distance::ElementType>& testData, const Matrix<int>& matches, int nn, int checks,
92 if (matches.cols<size_t(nn)) {
93 Logger::info("matches.cols=%d, nn=%d\n",matches.cols,nn);
98 KNNResultSet<DistanceType> resultSet(nn+skipMatches);
101 std::vector<int> indices(nn+skipMatches);
102 std::vector<DistanceType> dists(nn+skipMatches);
118 correct += countCorrectMatches(neighbors,matches[i], nn);
119 distR += computeDistanceRaport<Distance>(inputData, testData[i], neighbors, matches[i], (int)testData.cols, nn, distance);
125 float precicion = (float)correct/(nn*testData.rows)
    [all...]
  /external/dng_sdk/source/
dng_rational.h 45 dng_srational (int32 nn, int32 dd)
46 : n (nn)
104 dng_urational (uint32 nn, uint32 dd)
105 : n (nn)
  /libcore/ojluni/src/main/java/java/io/
Reader.java 179 int nn = (int) Math.min(n, maxSkipBufferSize); local
181 if ((skipBuffer == null) || (skipBuffer.length < nn))
182 skipBuffer = new char[nn];
185 int nc = read(skipBuffer, 0, (int)Math.min(r, nn));
  /external/freetype/src/autofit/
afwarp.c 82 FT_Int nn; local
86 for ( nn = 0; nn < 65; nn++ )
87 scores[nn] = 0;
120 for ( nn = 0; nn < num_segments; nn++ )
122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord
174 FT_Int nn, num_points, num_segments; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afwarp.c 82 FT_Int nn; local
86 for ( nn = 0; nn < 65; nn++ )
87 scores[nn] = 0;
120 for ( nn = 0; nn < num_segments; nn++ )
122 FT_Pos len = segments[nn].max_coord - segments[nn].min_coord
174 FT_Int nn, num_points, num_segments; local
    [all...]

Completed in 1687 milliseconds

1 2 3 4 5 6 7 8 91011>>