HomeSort by relevance Sort by last modified time
    Searched defs:lengths (Results 1 - 23 of 23) sorted by null

  /development/tools/zoneinfo/
ZoneCompactor.java 40 // File lengths by zone name
41 Map<String,Integer> lengths = new HashMap<String,Integer>(); field in class:ZoneCompactor
105 lengths.put(s, new Integer((int)length));
125 lengths.put(from, lengths.get(to));
150 writeInt(idx, lengths.get(zname).intValue());
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 377 difference_type* lengths; local
394 lengths = new difference_type[num_threads];
430 lengths[ iam ] = op.invoke(block_begin.first, block_end.first,
437 lengths[ iam ] = op.count(block_begin.first, block_end.first,
441 // Make sure everyone wrote their lengths.
450 r += lengths[i];
462 r += lengths[ i ];
  /external/icu4c/common/
dictbe.cpp 109 // list of word candidate lengths, in increasing length order
110 int32_t lengths[POSSIBLE_WORD_LIST_MAX]; member in class:PossibleWord
153 prefix = dict->matches(text, rangeEnd-start, lengths, count, sizeof(lengths)/sizeof(lengths[0]));
160 utext_setNativeIndex(text, start+lengths[count-1]);
169 utext_setNativeIndex(text, offset + lengths[mark]);
170 return lengths[mark];
176 utext_setNativeIndex(text, offset + lengths[--current]);
unames.c 526 * expandGroupLengths() reads a block of compressed lengths of 32 strings and
527 * expands them into offsets and lengths for each string.
528 * Lengths are stored with a variable-width encoding in consecutive nibbles:
532 * The offsets and lengths arrays must be at least 33 (one more) long because
537 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
538 /* read the lengths of the 32 strings in this group and get each string's offset */
542 /* all 32 lengths must be read to get the offset of the first group string */
561 *lengths++=length;
573 *lengths++=length;
591 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2] local
624 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1352 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
2004 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /external/qemu/block/
dmg.c 35 * lengths[i] is the length of the compressed chunk,
44 uint64_t* lengths; member in struct:BDRVDMGState
89 s->offsets = s->lengths = s->sectors = s->sectorcounts = NULL;
131 s->lengths = qemu_realloc(s->lengths, new_size);
139 last_in_offset = s->offsets[i-1]+s->lengths[i-1];
152 s->lengths[i] = read_off(s->fd);
153 if(s->lengths[i]>max_compressed_size)
154 max_compressed_size = s->lengths[i];
221 ret = read(s->fd, s->compressed_chunk+i, s->lengths[chunk]-i)
    [all...]
  /external/tcpdump/
util.c 213 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
215 const char **l = lengths;
  /external/v8/test/cctest/
test-strings.cc 325 const int lengths[12] = {0, 0, 2, 3, 3, 3, 6, 7, 7, 7, 10, 11}; local
336 CHECK_EQ(lengths[i], written);
338 for (int j = 0; j < lengths[i]; j++)
341 for (int j = lengths[i]; j < 11; j++)
353 // Make sure we cover all always-flat lengths and at least one above.
  /external/chromium/third_party/icu/source/common/
dictbe.cpp 114 // list of word candidate lengths, in increasing length order
115 int32_t lengths[POSSIBLE_WORD_LIST_MAX]; member in class:PossibleWord
158 prefix = dict->matches(text, rangeEnd-start, lengths, count, sizeof(lengths)/sizeof(lengths[0]));
165 utext_setNativeIndex(text, start+lengths[count-1]);
174 utext_setNativeIndex(text, offset + lengths[mark]);
175 return lengths[mark];
181 utext_setNativeIndex(text, offset + lengths[--current]);
618 AutoBuffer<int32_t, maxWordSize> lengths(numChars)
    [all...]
unames.c 529 * expandGroupLengths() reads a block of compressed lengths of 32 strings and
530 * expands them into offsets and lengths for each string.
531 * Lengths are stored with a variable-width encoding in consecutive nibbles:
535 * The offsets and lengths arrays must be at least 33 (one more) long because
540 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
541 /* read the lengths of the 32 strings in this group and get each string's offset */
545 /* all 32 lengths must be read to get the offset of the first group string */
564 *lengths++=length;
576 *lengths++=length;
594 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2] local
627 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1360 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
2012 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
    [all...]
  /external/dbus/dbus/
dbus-message-factory.c 755 int lengths[] = { -42, -17, -16, -15, -9, -8, -7, -6, -5, -4, -3, -2, -1, local
762 if (len_seq == _DBUS_N_ELEMENTS (lengths))
765 _dbus_assert (len_seq < _DBUS_N_ELEMENTS (lengths));
777 adjust = lengths[len_seq];
794 /* Fixup lengths */
    [all...]
  /external/mtpd/
pptp.c 57 static uint8_t lengths[] = { variable
135 uint16_t length = lengths[message];
275 if (incoming.length < lengths[incoming.message]) {
  /external/zlib/contrib/puff/
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Jean-loup]
87 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
203 * a negative value if there is an error. If all of the lengths are zero, i.e.
210 * a simple integer ordering of codes of the same lengths. Hence below the
296 * Given the list of code lengths length[0..n-1] representing a canonical
307 * codes past the end of the incomplete lengths.
338 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
342 /* check for an over-subscribed or incomplete set of lengths */
379 * - Literals, lengths, and the end-of-block code are combined into a single
383 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
526 short lengths[FIXLCODES]; local
650 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/nio/internal/
FileChannelImpl.java 294 int[] lengths = new int[length]; local
305 lengths[i] = buffer.remaining();
314 lengths, length);
329 if (lengths[i] < bytesRemaining) {
332 bytesRemaining -= lengths[i];
552 int[] lengths = new int[length]; local
571 lengths[i] = buffer.remaining();
581 lengths, length);
  /packages/inputmethods/PinyinIME/jni/include/
userdict.h 263 uint32 lengths[kUserDictCacheSize]; member in struct:ime_pinyin::UserDict::UserDictCache
  /frameworks/base/cmds/keystore/
keystore.c 94 * where code is one byte long and lengths are unsigned 16-bit integers in
241 * that the lengths of parameters are checked when they are received, so
472 int lengths[MAX_PARAM]; member in struct:action
522 for (i = 0; i < MAX_PARAM && action->lengths[i]; ++i) {
523 params[i].length = recv_message(params[i].value, action->lengths[i]);
  /external/chromium/third_party/icu/source/tools/gennames/
gennames.c 76 * These lengths are sequentially for each tokenized string, not for the de-tokenized result.
78 * 32 lengths.
304 addLine(uint32_t code, char *names[], int16_t lengths[], int16_t count);
473 int16_t lengths[3]={ 0, 0, 0 }; local
486 lengths[0]=getName(names+0, fields[1][1]);
489 lengths[0]=0;
497 lengths[1]=getName(names+1, fields[10][1]);
500 lengths[1]=0;
507 lengths[2]=getName(names+2, fields[11][1]);
510 if(lengths[0]+lengths[1]+lengths[2]==0)
    [all...]
  /external/icu4c/tools/gennames/
gennames.c 76 * These lengths are sequentially for each tokenized string, not for the de-tokenized result.
78 * 32 lengths.
322 addLine(uint32_t code, char *names[], int16_t lengths[], int16_t count);
551 int16_t lengths[4]={ 0, 0, 0, 0 }; local
564 lengths[0]=getName(names+0, fields[1][1]);
567 lengths[0]=0;
575 lengths[1]=getName(names+1, fields[10][1]);
578 lengths[1]=0;
585 lengths[2]=getName(names+2, fields[11][1]);
588 if(lengths[0]+lengths[1]+lengths[2]==0)
    [all...]
  /dalvik/vm/
CheckJni.c 1186 static const int lengths[PRIM_MAX] = { local
    [all...]
  /external/freetype/include/freetype/internal/
psaux.h 110 /* lengths :: A table of element sizes within the block. */
127 FT_PtrDist* lengths; /* lengths of table elements */ member in struct:PS_TableRec_
    [all...]
  /external/openssl/apps/
speed.c 234 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 4683 int *lengths; local
    [all...]
  /external/elfutils/src/
ldgeneric.c 3295 uint32_t *lengths; local
    [all...]
readelf.c 56 N_("Display histogram of bucket list lengths") },
2402 uint32_t *lengths; local
    [all...]

Completed in 972 milliseconds