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

1 2 3 4 5

  /external/zlib/src/contrib/puff/
puff.c 52 * 1.3 20 Mar 2002 - Go back to lengths for puff() parameters [Gailly]
94 #define MAXCODES (MAXLCODES+MAXDCODES) /* maximum codes lengths to read */
213 * a negative value if there is an error. If all of the lengths are zero, i.e.
220 * a simple integer ordering of codes of the same lengths. Hence below the
309 * Given the list of code lengths length[0..n-1] representing a canonical
320 * codes past the end of the incomplete lengths.
351 (h->count[length[symbol]])++; /* assumes lengths are within bounds */
355 /* check for an over-subscribed or incomplete set of lengths */
393 * - Literals, lengths, and the end-of-block code are combined into a single
397 * - There are 256 possible lengths (3..258), and so 29 symbols are not enoug
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; \/* descriptor code lengths *\/ local
    [all...]
  /external/libvorbis/vq/
bookutil.h 39 extern void build_tree_from_lengths(int vals, long *hist, long *lengths);
40 extern void build_tree_from_lengths0(int vals, long *hist, long *lengths);
latticetune.c 31 LSP fitting, then generates new codeword lengths for maximally
42 long *lengths; local
85 lengths=_ogg_calloc(entries,sizeof(long));
132 /* build the codeword lengths */
133 build_tree_from_lengths0(entries,hits,lengths);
135 c->lengthlist=lengths;
  /frameworks/base/core/java/android/view/textservice/
SentenceSuggestionsInfo.java 30 * you to put multiple {@link SuggestionsInfo}s on a sentence with the offsets and the lengths
43 * @param lengths the array of lengths of suggestions
46 SuggestionsInfo[] suggestionsInfos, int[] offsets, int[] lengths) {
47 if (suggestionsInfos == null || offsets == null || lengths == null) {
50 if (suggestionsInfos.length != offsets.length || offsets.length != lengths.length) {
56 mLengths = Arrays.copyOf(lengths, infoSize);
  /external/qemu/block/
dmg.c 33 * lengths[i] is the length of the compressed chunk,
42 uint64_t* lengths; member in struct:BDRVDMGState
85 s->offsets = s->lengths = s->sectors = s->sectorcounts = NULL;
132 s->lengths = qemu_realloc(s->lengths, new_size);
141 last_in_offset = s->offsets[i-1]+s->lengths[i-1];
160 s->lengths[i] = read_off(bs, offset);
163 if(s->lengths[i]>max_compressed_size)
164 max_compressed_size = s->lengths[i];
232 s->compressed_chunk+i, s->lengths[chunk]-i)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/math/
m_norm_tmp.h 38 * lengths - length of each incoming normal (may be NULL) (a display list
46 const GLfloat *lengths,
59 if (!lengths) {
98 GLfloat len = lengths[i];
113 const GLfloat *lengths,
126 if (!lengths) {
163 GLfloat len = lengths[i];
178 const GLfloat *lengths,
191 (void) lengths;
207 const GLfloat *lengths,
    [all...]
  /external/mesa3d/src/mesa/math/
m_norm_tmp.h 38 * lengths - length of each incoming normal (may be NULL) (a display list
46 const GLfloat *lengths,
59 if (!lengths) {
98 GLfloat len = lengths[i];
113 const GLfloat *lengths,
126 if (!lengths) {
163 GLfloat len = lengths[i];
178 const GLfloat *lengths,
191 (void) lengths;
207 const GLfloat *lengths,
    [all...]
  /external/chromium_org/courgette/
streams.cc 38 // Maximum lengths of varint encoding of uint32
261 unsigned int lengths[kMaxStreams]; local
265 finger = Varint::Parse32WithLimit(finger, end, &lengths[i]);
268 accumulated_length += lengths[i];
271 // Remaining bytes should add up to sum of lengths.
277 stream(i)->Init(start + accumulated_length, lengths[i]);
278 accumulated_length += lengths[i];
295 uint32 lengths[kMaxStreams] = {}; // i.e. all zero.
298 if (!control_stream->ReadVarint32(&lengths[i]))
303 if (!this->stream(i)->ReadSubstream(lengths[i], set->stream(i))
367 uint32 lengths[kMaxStreams]; local
    [all...]
  /external/icu4c/common/
dictionarydata.h 71 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
84 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
101 virtual int32_t matches(UText *text, int32_t maxLength, int32_t *lengths, int32_t &count,
  /external/chromium_org/third_party/openssl/openssl/apps/
speed.c 259 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable
    [all...]
  /external/openssl/apps/
speed.c 259 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable
    [all...]
  /development/samples/SpellChecker/SampleSpellCheckerService/src/com/example/android/samplespellcheckerservice/
SampleSpellCheckerService.java 103 final int[] lengths; local
119 lengths = new int[] { 4, 4, 4 };
131 lengths = new int[] { ti.getText().length() };
134 new SentenceSuggestionsInfo(sis, lengths, offsets);
  /external/chromium_org/third_party/icu/source/common/
triedict.h 85 * @param lengths An array that is filled with the lengths of words that matched.
86 * @param count Filled with the number of elements output in lengths.
87 * @param limit The size of the lengths array; this limits the number of words output.
93 int32_t *lengths,
181 * @param lengths An array that is filled with the lengths of words that matched.
182 * @param count Filled with the number of elements output in lengths.
183 * @param limit The size of the lengths array; this limits the number of words output.
189 int32_t *lengths,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_normals.c 54 const GLfloat *lengths; local
59 /* We can only use the display list's saved normal lengths if we've
63 lengths = NULL;
65 lengths = VB->NormalLengthPtr;
70 lengths,
  /external/mesa3d/src/mesa/tnl/
t_vb_normals.c 54 const GLfloat *lengths; local
59 /* We can only use the display list's saved normal lengths if we've
63 lengths = NULL;
65 lengths = VB->NormalLengthPtr;
70 lengths,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
list_partition.h 88 * @param lengths Length of the resulting parts.
101 InputIterator* starts, size_t* lengths, const int num_parts,
156 lengths[i - 1] = size_part * range_length;
164 lengths[i - 1] = (size_part+1) * range_length;
170 lengths[num_parts - 1] -= (dist_limit - dist);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
area_code_map.cc 54 const int* const lengths = storage_->GetPossibleLengths(); local
59 const int possible_length = lengths[lengths_index];
  /frameworks/base/media/mca/filterpacks/native/base/
geometry.cpp 137 const Point& lengths) {
139 if (!dy.ScaleTo(lengths.y() / 2.0f)) {
146 dx.ScaleTo(lengths.x() / 2.0f);
153 width_ = lengths.x();
154 height_ = lengths.y();
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
program.cpp 30 const char **strings, const size_t *lengths,
43 source += (lengths && lengths[i] ?
44 std::string(strings[i], strings[i] + lengths[i]) :
58 const cl_device_id *devs, const size_t *lengths,
64 if (!count || !devs || !lengths || !binaries)
88 binaries, binaries + count, lengths);
  /external/mesa3d/src/gallium/state_trackers/clover/api/
program.cpp 30 const char **strings, const size_t *lengths,
43 source += (lengths && lengths[i] ?
44 std::string(strings[i], strings[i] + lengths[i]) :
58 const cl_device_id *devs, const size_t *lengths,
64 if (!count || !devs || !lengths || !binaries)
88 binaries, binaries + count, lengths);
  /external/chromium_org/third_party/skia/src/animator/
SkGetCondensedInfo.cpp 22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) {
27 if (strcmp(&strings[lengths[mid << 2]], target) < 0)
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
  /external/skia/src/animator/
SkGetCondensedInfo.cpp 22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) {
27 if (strcmp(&strings[lengths[mid << 2]], target) < 0)
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
  /external/marisa-trie/tools/
marisa-find.cc 41 static std::vector<std::size_t> lengths; local
42 const std::size_t num_keys = trie.find(str, &key_ids, &lengths);
47 std::cout.write(str.c_str(), lengths[i]) << '\t' << str << '\n';
53 lengths.clear();
  /external/marisa-trie/v0_1_5/tools/
marisa_alpha-find.cc 41 static std::vector<std::size_t> lengths; local
42 const std::size_t num_keys = trie.find(str, &key_ids, &lengths);
47 std::cout.write(str.c_str(), lengths[i]) << '\t' << str << '\n';
53 lengths.clear();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_bufio.py 11 lengths = list(range(1, 257)) + [512, 1000, 1024, 2048, 4096, 8192, 10000, variable
43 for length in lengths:

Completed in 946 milliseconds

1 2 3 4 5