HomeSort by relevance Sort by last modified time
    Searched defs:nn (Results 51 - 75 of 138) sorted by null

1 23 4 5 6

  /external/bzip2/
decompress.c 426 UInt32 nn; local
427 nn = (UInt32)(nextSym - 1);
429 if (nn < MTFL_SIZE) {
432 uc = s->mtfa[pp+nn];
433 while (nn > 3) {
434 Int32 z = pp+nn;
439 nn -= 4;
441 while (nn > 0) {
442 s->mtfa[(pp+nn)] = s->mtfa[(pp+nn)-1]; nn--;
    [all...]
  /external/freetype/src/autofit/
afloader.c 259 FT_UInt nn, num_subglyphs = slot->num_subglyphs; local
279 for ( nn = 0; nn < num_subglyphs; nn++ )
289 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
302 subglyph = gloader->base.subglyphs + num_base_subgs + nn;
  /external/freetype/src/cache/
ftccmap.c 159 FT_UInt nn; local
169 for ( nn = 0; nn < FTC_CMAP_INDICES_MAX; nn++ )
170 node->indices[nn] = FTC_CMAP_UNKNOWN;
  /external/freetype/src/sfnt/
ttload.c 174 FT_UShort nn, valid_entries = 0; local
195 for ( nn = 0; nn < sfnt->num_tables; nn++ )
202 nn--;
205 nn, nn == 1 ? "" : "s", sfnt->num_tables ));
206 sfnt->num_tables = nn;
213 FT_TRACE2(( "check_table_dir: table entry %d invalid\n", nn ));
257 if ( FT_STREAM_SEEK( offset + ( nn + 1 ) * 16 )
327 FT_Int nn; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.c 168 int nn; local
171 for ( nn = 0; nn < TRICK_NAMES_COUNT; nn++ )
172 if ( ft_strstr( name, trick_names[nn] ) )
    [all...]
  /external/qemu/android/
boot-properties.c 108 int nn; local
110 for (nn = 0; nn < namelen; nn++) {
111 if (strchr(reject, name[nn]) != NULL)
cmdline-option.c 58 int nn; local
132 for (nn = 0; debug_tags[nn].name; nn++) {
133 if (!strcmp(arg2, debug_tags[nn].name)) {
134 mask = (1UL << debug_tags[nn].flag);
257 int nn, remove = 0; local
271 for (nn = 0; debug_tags[nn].name != NULL; nn++)
    [all...]
qemulator.c 224 int nn; local
226 for (nn = 0; nn < count; nn++) {
227 if (nn > 0) {
228 if (nn < count-1)
234 skin_key_symmod_to_str( bindings[nn].sym,
235 bindings[nn].mod ) );
365 int nn; local
372 for (nn = 0; keycodes[nn].kcode != 0; nn++)
    [all...]
  /external/qemu/android/skin/
file.c 569 int nn; local
575 for (nn = 0; nn < 2; nn++)
588 switch (nn) {
keyset.c 50 int nn; local
53 for (nn = 0; nn < SKIN_KEY_COMMAND_MAX; nn++) {
54 const char* cmd = command_strings[nn];
57 return (SkinKeyCommand) nn;
227 int nn; local
247 for (nn = 0; keysym_names[nn]._sym != 0; nn++)
268 int nn; local
    [all...]
  /external/qemu/android/utils/
stralloc.c 281 int nn; local
287 for (nn = num_digits-1; nn >= 0; nn--) {
288 s->s[s->n+nn] = hexdigits[value & 15];
timezone.c 204 off_t nn; local
206 for (nn = 0; nn < st.st_size; nn++) {
220 result = (nn == st.st_size);
  /external/qemu/
qemu-sockets-android.c 89 int slisten,to,try_next,nn; local
126 for (nn = 0; list[nn] != NULL; nn++) {
129 e = list[nn];
194 int sock, nn; local
227 for (nn = 0; list[nn] != NULL; nn++) {
228 e = list[nn];
270 int nn; local
    [all...]
  /external/qemu/slirp-android/
socket.c 165 int n, nn; local
179 nn = readv(so->s, (struct iovec *)iov, n);
180 DEBUG_MISC((dfd, " ... read nn = %d bytes\n", nn));
182 nn = socket_recv(so->s, iov[0].iov_base, iov[0].iov_len);
184 if (nn <= 0) {
185 if (nn < 0 && (errno == EINTR || errno == EAGAIN))
188 DEBUG_MISC((dfd, " --- soread() disconnected, nn = %d, errno = %d-%s\n", nn, errno,errno_str));
205 if (n == 2 && nn == iov[0].iov_len)
225 int n, nn, copy = size; local
360 int n,nn; local
    [all...]
  /external/qemu/telephony/
remote_call.c 292 int nn; local
295 for (nn = call->buff_pos; nn < call->buff_len; nn++) {
296 int c = call->buff[nn];
sysdeps_qemu.c 65 int nn; local
66 for (nn = 0; nn < MAX_TIMERS-1; nn++)
67 _s_timers0[nn].next = _s_timers0 + (nn+1);
170 int nn; local
172 for ( nn = 0; nn < MAX_CHANNELS-1; nn++ )
    [all...]
  /external/srec/srec/clib/
swicms.c 31 #define printf_vector(HEAD, FMT, PTR, NN) { int i; LCHAR buffer[256]; sprintf(buffer, HEAD); sprintf(buffer + LSTRLEN(buffer), " %x", (int)PTR); for (i=0; i<(NN); ++i) sprintf(buffer + LSTRLEN(buffer), FMT, PTR[i]); PLogMessage(buffer); }
517 int nn, speech_nn, backgr_nn; local
594 nn = (sbindex * speech_nn + (100 - sbindex) * backgr_nn + 50) / 100;
612 swicms->lda_cmn[i] = (swicms->lda_cmn[i] * ff + avg[i] * nn + (ff + nn) / 2) / (ff + nn);
620 PLogMessage("swicms_update() used %d frames (%d-%d)", nn, speech_start, speech_end);
638 swicms->num_frames_in_cmn += nn;
  /frameworks/base/core/java/android/os/
MessageQueue.java 405 Message nn = n.next; local
407 p.next = nn;
439 Message nn = n.next; local
441 p.next = nn;
472 Message nn = n.next; local
474 p.next = nn;
  /hardware/qcom/media/mm-video/vidc/common/src/
extra_data_handler.cpp 355 OMX_U32 nn =(symbol + 1) >> 1; local
359 for(i=0; i < 33 && nn != 0; i++)
360 nn >>= 1;
  /system/core/adb/
transport_local.c 341 int nn; local
343 for (nn = 0; nn < ADB_LOCAL_TRANSPORT_MAX; nn++) {
344 if (local_transports[nn] == t) {
345 local_transports[nn] = NULL;
  /bionic/libc/bionic/
libc_logging.cpp 230 int nn = 0; local
247 mm = nn;
255 if (mm > nn) {
256 o.Send(format+nn, mm-nn);
257 nn = mm;
265 nn++; // skip it
269 c = format[nn++];
292 nn --;
293 width = (int)parse_decimal(format, &nn);
    [all...]
  /bootable/recovery/minadbd/
transport.c 41 int nn, len2 = len; local
48 for (nn = 0; nn < len2; nn++) {
49 sprintf(pb, "%02x", ptr[nn]);
54 for (nn = 0; nn < len2; nn++) {
55 int c = ptr[nn];
  /device/generic/goldfish/sensors/
sensors_qemu.c 92 int nn; local
93 for (nn = 0; nn < MAX_NUM_SENSORS; nn++)
94 if (id == _sensorIds[nn].id)
95 return _sensorIds[nn].name;
102 int nn; local
107 for (nn = 0; nn < MAX_NUM_SENSORS; nn++
551 int mask, nn, count; local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
NamespaceMappings.java 120 MappingRecord nn; local
121 nn = new MappingRecord(EMPTYSTRING, EMPTYSTRING, -1);
123 stack.push(nn);
126 nn = new MappingRecord(XML_PREFIX, "http://www.w3.org/XML/1998/namespace", -1);
128 stack.push(nn);
  /external/dnsmasq/src/
forward.c 468 size_t nn; local
512 if ((nn = resize_packet(header, (size_t)n, pheader, plen)))
516 forward_query(-1, NULL, NULL, 0, header, nn, now, forward);
550 if ((nn = process_reply(header, now, server, (size_t)n)))
554 send_from(forward->fd, daemon->options & OPT_NOWILD, daemon->packet, nn,

Completed in 575 milliseconds

1 23 4 5 6