/external/zlib/src/contrib/infback9/ |
inflate9.h | 15 TABLE, /* i: waiting for dynamic block table lengths */ 39 unsigned ncode; /* number of code length code lengths */ 40 unsigned nlen; /* number of length code lengths */ 41 unsigned ndist; /* number of distance code lengths */ 42 unsigned have; /* number of code lengths in lens[] */ 44 unsigned short lens[320]; /* temporary storage for code lengths */
|
/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...] |
unisetspan.h | 111 // Pointer to the UTF-8 string lengths. 117 // the lengths of span(), spanBack() etc. for each string. 127 // Maximum lengths of relevant strings. 134 // Memory for small numbers and lengths of strings. 136 // 8 UTF-8 lengths, 8*4 bytes span lengths, 8*2 3-byte UTF-8 characters
|
/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...] |
/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/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/icu4c/common/ |
unisetspan.h | 111 // Pointer to the UTF-8 string lengths. 117 // the lengths of span(), spanBack() etc. for each string. 127 // Maximum lengths of relevant strings. 134 // Memory for small numbers and lengths of strings. 136 // 8 UTF-8 lengths, 8*4 bytes span lengths, 8*2 3-byte UTF-8 characters
|
/external/libvorbis/vq/ |
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;
|
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);
|
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/ |
length_limits.h | 17 // These lengths do not include the NULL terminator.
|
/external/kernel-headers/original/asm-arm/ |
scatterlist.h | 16 * to get bus addresses of each of the SG entries and their lengths.
|
/external/kernel-headers/original/asm-mips/ |
scatterlist.h | 18 * to get bus addresses of each of the SG entries and their lengths.
|
/external/kernel-headers/original/asm-x86/ |
scatterlist_32.h | 19 * to get bus addresses of each of the SG entries and their lengths.
|
/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/webrtc/src/common_audio/vad/ |
vad_defines.h | 28 // Mode 0, Quality thresholds - Different thresholds for the different frame lengths 44 // Mode 1, Low bitrate thresholds - Different thresholds for the different frame lengths 61 // Mode 2, Very aggressive thresholds - Different thresholds for the different frame lengths 78 // Mode 3, Super aggressive thresholds - Different thresholds for the different frame lengths
|
/external/chromium_org/third_party/zlib/ |
inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ 38 LENLENS, /* i: waiting for code length code lengths */ 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 111 unsigned ncode; /* number of code length code lengths */ 112 unsigned nlen; /* number of length code lengths */ 113 unsigned ndist; /* number of distance code lengths */ 114 unsigned have; /* number of code lengths in lens[] */ 116 unsigned short lens[320]; /* temporary storage for code lengths */
|
/external/qemu/distrib/zlib-1.2.3/ |
inflate.h | 36 TABLE, /* i: waiting for dynamic block table lengths */ 37 LENLENS, /* i: waiting for code length code lengths */ 38 CODELENS, /* i: waiting for length/lit and distance code lengths */ 107 unsigned ncode; /* number of code length code lengths */ 108 unsigned nlen; /* number of length code lengths */ 109 unsigned ndist; /* number of distance code lengths */ 110 unsigned have; /* number of code lengths in lens[] */ 112 unsigned short lens[320]; /* temporary storage for code lengths */
|
/external/zlib/src/ |
inflate.h | 37 TABLE, /* i: waiting for dynamic block table lengths */ 38 LENLENS, /* i: waiting for code length code lengths */ 39 CODELENS, /* i: waiting for length/lit and distance code lengths */ 111 unsigned ncode; /* number of code length code lengths */ 112 unsigned nlen; /* number of length code lengths */ 113 unsigned ndist; /* number of distance code lengths */ 114 unsigned have; /* number of code lengths in lens[] */ 116 unsigned short lens[320]; /* temporary storage for code lengths */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
uio.h | 33 * segment lengths have been validated. Because the individual lengths can
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
uio.h | 33 * segment lengths have been validated. Because the individual lengths can
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
uio.h | 33 * segment lengths have been validated. Because the individual lengths can
|
/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/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);
|