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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/r11/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...]
  /prebuilts/ndk/r13/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...]
  /bionic/libc/bionic/
sched_cpucount.c 32 int nn = 0; local
36 for ( ; nn < nn_max; nn++ ) {
37 count += __builtin_popcountl(set->__bits[nn]);
libc_logging.cpp 237 int nn = 0; local
254 mm = nn;
262 if (mm > nn) {
263 o.Send(format+nn, mm-nn);
264 nn = mm;
272 nn++; // skip it
276 c = format[nn++];
299 nn --;
300 width = static_cast<int>(parse_decimal(format, &nn));
    [all...]
  /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...]
init_rs.h 31 rs->nn = (1<<symsize)-1;
34 rs->alpha_to = (data_t *)malloc(sizeof(data_t)*(rs->nn+1));
40 rs->index_of = (data_t *)malloc(sizeof(data_t)*(rs->nn+1));
52 for(i=0;i<rs->nn;i++){
58 sr &= rs->nn;
83 for(iprim=1;(iprim % prim) != 0;iprim += rs->nn)
char.h 11 #define NN (rs->nn)
20 #define A0 (NN)
int.h 11 #define NN (rs->nn)
20 #define A0 (NN)
  /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...]
  /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 );
120 FT_UInt num, end, nn; local
155 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...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
RBNFChinesePostProcessor.java 102 int nn = buf.lastIndexOf(ling, x); local
104 if (nn > m) {
105 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1;
117 n = nn; // remember optional ling to right
128 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
142 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
RBNFChinesePostProcessor.java 101 int nn = buf.lastIndexOf(ling, x); local
103 if (nn > m) {
104 ns = (nn > 0 && buf.charAt(nn-1) != '*') ? 2 : 1;
116 n = nn; // remember optional ling to right
127 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
141 buf.delete(nn-1, nn+ling.length()); // delete current optional ling
  /system/core/run-as/
run-as.cpp 98 for (int nn = 1; data_path[nn] != '\0'; nn++) {
102 if (data_path[nn] != '/') continue;
105 if (data_path[nn+1] == '\0') break;
108 if (nn >= (int)(sizeof subpath)) return false;
111 if (nn >= 3 &&
112 data_path[nn-3] == '/' &&
113 data_path[nn-2] == '.' &&
114 data_path[nn-1] == '.')
    [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));
LineNumberReader.java 232 int nn = (int) Math.min(n, maxSkipBufferSize); local
234 if ((skipBuffer == null) || (skipBuffer.length < nn))
235 skipBuffer = new char[nn];
238 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...]
afglobal.c 278 FT_Long nn; local
281 for ( nn = 0; nn < globals->glyph_count; nn++ )
283 if ( ( gstyles[nn] & AF_STYLE_MASK ) == AF_STYLE_UNASSIGNED )
285 gstyles[nn] &= ~AF_STYLE_MASK;
286 gstyles[nn] |= globals->module->fallback_style;
392 FT_UInt nn; local
395 for ( nn = 0; nn < AF_STYLE_MAX; nn++
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_bit_reverse.c 82 int nn = n - 1; local
85 for (m = 1; m <= nn; ++m) {
93 } while (l > nn - mr);
  /external/pdfium/third_party/freetype/src/truetype/
ttdriver.c 196 FT_UInt nn; local
204 for ( nn = 0; nn < count; nn++ )
211 TT_Get_VMetrics( face, start + nn, 0, &tsb, &ah );
212 advances[nn] = ah;
217 for ( nn = 0; nn < count; nn++ )
223 TT_Get_HMetrics( face, start + nn, &lsb, &aw )
    [all...]
  /external/syslinux/core/lwip/src/core/snmp/
mib_structs.c 218 struct mib_list_node *nn; local
229 nn = snmp_mib_ln_alloc(objid);
230 if (nn != NULL)
232 rn->head = nn;
233 rn->tail = nn;
234 *insn = nn;
262 nn = snmp_mib_ln_alloc(objid);
263 if (nn != NULL)
265 nn->next = NULL;
266 nn->prev = n
    [all...]

Completed in 1616 milliseconds

1 2 3 4 5 6 7 8 91011>>