Home
last modified time | relevance | path

Searched defs:lengths (Results 1 – 25 of 25) sorted by relevance

/external/v8/test/mjsunit/
Dstring-indexof-1.js116 var lengths = [1, 4, 15]; // Single char, simple and complex. variable
/external/libvorbis/vq/
Dlatticetune.c42 long *lengths; in main() local
Dhuffbuild.c131 long *lengths=_ogg_calloc(vals,sizeof(long)); in main() local
Dbookutil.c338 void build_tree_from_lengths(int vals, long *hist, long *lengths){ in build_tree_from_lengths()
407 void build_tree_from_lengths0(int vals, long *hist, long *lengths){ in build_tree_from_lengths0()
/external/icu4c/test/perf/dicttrieperf/
Ddicttrieperf.cpp368 int32_t lengths[20]; in call() local
399 int32_t *lengths, int &count, int limit ) { in ucharsTrieMatches()
492 int32_t lengths[20]; in call() local
598 int32_t *lengths, int &count, int limit ) { in bytesTrieMatches()
641 int32_t lengths[20]; in call() local
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
DDnaBlockData.java113 int[] lengths = new int[amount];//theamount is the same as int types in DnaBlockData() local
DField.java224 … List<Integer> lengths = new ArrayList<Integer>(3);//3 dimensions will be enough in most cases in parseField() local
/external/skia/src/animator/
DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char t… in _searchByName()
/external/zlib/src/contrib/puff/
Dpuff.c545 short lengths[FIXLCODES]; in fixed() local
669 short lengths[MAXCODES]; /* descriptor code lengths */ in dynamic() local
/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp67 static const uint8_t lengths[256] = { in nonASCIISequenceLength() local
/external/qemu/block/
Ddmg.c42 uint64_t* lengths; member
/external/icu4c/common/
Dunames.c591 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; in expandGroupName() local
624 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; in enumGroupNames() local
1352 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; in calcGroupNameSetsLengths() local
2004 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; in uchar_swapNames() local
Ddictbe.cpp110 int32_t lengths[POSSIBLE_WORD_LIST_MAX]; member in PossibleWord
Dtriedict.cpp112 int32_t *lengths, in search()
220 int32_t *lengths, in matches()
467 int32_t *lengths, in matches()
/external/tcpdump/
Dutil.c213 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; in relts_print() local
/external/mtpd/
Dpptp.c58 static uint8_t lengths[] = { variable
/external/skia/src/gpu/gl/
DGrGLProgram.cpp1043 LengthArray* lengths) { in append_string()
1055 LengthArray* lengths, in append_decls()
1069 PREALLOC_LENGTH_ARRAY(kPreAllocStringCnt) lengths; in CompileShaders() local
/external/okhttp/src/main/java/libcore/io/
DDiskLruCache.java781 private final long[] lengths; field in DiskLruCache.Entry
/external/dbus/dbus/
Ddbus-message-factory.c820 int lengths[] = { -42, -17, -16, -15, -9, -8, -7, -6, -5, -4, -3, -2, -1, in generate_wrong_length() local
/external/v8/test/cctest/
Dtest-strings.cc325 const int lengths[12] = {0, 0, 2, 3, 3, 3, 6, 7, 7, 7, 10, 11}; in TEST() local
/external/openssl/apps/
Dspeed.c259 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable
/external/elfutils/src/
Dreadelf.c2466 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) in print_hash_info()
2547 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash() local
2589 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_sysv_hash64() local
2637 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); in handle_gnu_hash() local
Dldgeneric.c3513 uint32_t *lengths; in optimal_bucket_size() local
/external/webp/src/enc/
Dvp8l.c204 uint8_t* lengths; in GetHuffBitLengthsAndCodes() local
/external/freetype/include/freetype/internal/
Dpsaux.h127 FT_PtrDist* lengths; /* lengths of table elements */ member