Searched refs:lengths (Results 1 - 25 of 108) sorted by relevance

12345

/external/chromium_org/third_party/boringssl/src/crypto/cipher/
H A Daead_test.c73 const unsigned int lengths[NUM_TYPES],
79 if (!EVP_AEAD_CTX_init(&ctx, aead, bufs[KEY], lengths[KEY], lengths[TAG],
86 lengths[NONCE], bufs[IN], lengths[IN], bufs[AD],
87 lengths[AD])) {
92 if (ciphertext_len != lengths[CT] + lengths[TAG]) {
94 (unsigned)ciphertext_len, (unsigned)(lengths[CT] + lengths[TA
71 run_test_case(const EVP_AEAD *aead, unsigned char bufs[NUM_TYPES][BUF_MAX], const unsigned int lengths[NUM_TYPES], unsigned int line_no) argument
157 unsigned int lengths[NUM_TYPES]; local
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableStrokeDasharrayList.cpp41 RefPtr<SVGLengthList> lengths = passLengths; local
42 SVGLengthList::ConstIterator it = lengths->begin();
43 SVGLengthList::ConstIterator itEnd = lengths->end();
50 RefPtr<SVGLengthList> lengths = SVGLengthList::create(); local
55 lengths->append(length);
57 return lengths.release();
H A DAnimatableStrokeDasharrayList.h43 static PassRefPtrWillBeRawPtr<AnimatableStrokeDasharrayList> create(PassRefPtr<SVGLengthList> lengths) argument
45 return adoptRefWillBeNoop(new AnimatableStrokeDasharrayList(lengths));
/external/zopfli/src/zopfli/
H A Dtree.h39 void ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits,
45 actual theoritical bit lengths according to the entropy. Since the resulting
H A Dtree.c30 void ZopfliLengthsToSymbols(const unsigned* lengths, size_t n, unsigned maxbits, argument
47 assert(lengths[i] <= maxbits);
48 bl_count[lengths[i]]++;
60 unsigned len = lengths[i];
/external/zlib/src/contrib/puff/
H A Dpuff.c52 * 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 (
546 short lengths[FIXLCODES]; local
670 short lengths[MAXCODES]; /* descriptor code lengths */ local
[all...]
/external/libvorbis/vq/
H A Dbookutil.h39 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);
H A Dlatticetune.c31 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;
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_settings_android.cc123 DataReductionProxySettings::ContentLengthList lengths = local
126 if (!lengths.empty()) {
127 DCHECK_EQ(lengths.size(), data_reduction_proxy::kNumDaysInHistory);
128 env->SetLongArrayRegion(result, 0, lengths.size(), &lengths[0]);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_norm_tmp.h38 * 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,
43 transform_normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
110 transform_normalize_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
175 transform_rescale_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
204 transform_rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
236 transform_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
266 transform_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
296 normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
342 rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_norm_tmp.h38 * 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,
43 transform_normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
110 transform_normalize_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
175 transform_rescale_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
204 transform_rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
236 transform_normals_no_rot( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
266 transform_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
296 normalize_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
342 rescale_normals( const GLmatrix *mat, GLfloat scale, const GLvector4f *in, const GLfloat *lengths, GLvector4f *dest ) argument
[all...]
/external/chromium_org/courgette/
H A Dstreams.cc38 // 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[
367 uint32 lengths[kMaxStreams]; local
[all...]
/external/openssl/apps/
H A Dspeed.c259 static int lengths[SIZE_NUM]={16,64,256,1024,8*1024}; variable
1304 c[D_MD2][i]=c[D_MD2][0]*4*lengths[0]/lengths[i];
1305 c[D_MDC2][i]=c[D_MDC2][0]*4*lengths[0]/lengths[i];
1306 c[D_MD4][i]=c[D_MD4][0]*4*lengths[0]/lengths[i];
1307 c[D_MD5][i]=c[D_MD5][0]*4*lengths[0]/lengths[i];
1308 c[D_HMAC][i]=c[D_HMAC][0]*4*lengths[
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/
H A Dt_vb_normals.c54 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/
H A Dt_vb_normals.c54 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/chromium_org/third_party/libphonenumber/src/phonenumbers/geocoding/
H A Darea_code_map.cc54 const int* const lengths = storage_->GetPossibleLengths(); local
59 const int possible_length = lengths[lengths_index];
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp30 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);
29 clCreateProgramWithSource(cl_context ctx, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) argument
57 clCreateProgramWithBinary(cl_context ctx, cl_uint count, const cl_device_id *devs, const size_t *lengths, const unsigned char **binaries, cl_int *status_ret, cl_int *errcode_ret) argument
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Dprogram.cpp30 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);
29 clCreateProgramWithSource(cl_context ctx, cl_uint count, const char **strings, const size_t *lengths, cl_int *errcode_ret) argument
57 clCreateProgramWithBinary(cl_context ctx, cl_uint count, const cl_device_id *devs, const size_t *lengths, const unsigned char **binaries, cl_int *status_ret, cl_int *errcode_ret) argument
/external/chromium_org/third_party/icu/source/common/
H A Ddictionarydata.h71 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/skia/src/animator/
H A DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) { argument
27 if (strcmp(&strings[lengths[mid << 2]], target) < 0)
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
/external/chromium_org/v8/test/mjsunit/
H A Dstring-indexof-1.js116 var lengths = [1, 4, 15]; // Single char, simple and complex. variable
118 for (var lengthIndex = 0; lengthIndex < lengths.length; lengthIndex++) {
119 var length = lengths[lengthIndex];
/external/icu/icu4c/source/common/
H A Ddictionarydata.h71 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/skia/src/animator/
H A DSkGetCondensedInfo.cpp22 static int _searchByName(const unsigned char* lengths, int count, const char* strings, const char target[]) { argument
27 if (strcmp(&strings[lengths[mid << 2]], target) < 0)
32 if (strcmp(&strings[lengths[hi << 2]], target) != 0)
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
H A DDiskLruCache.java128 * and may be read. A publish line is followed by the lengths of each of
324 size += entry.lengths[t];
437 return new Snapshot(key, entry.sequenceNumber, ins, entry.lengths);
529 long oldLength = entry.lengths[i];
531 entry.lengths[i] = newLength;
585 size -= entry.lengths[i];
586 entry.lengths[i] = 0;
669 private final long[] lengths; field in class:DiskLruCache.Snapshot
671 private Snapshot(String key, long sequenceNumber, InputStream[] ins, long[] lengths) { argument
675 this.lengths
871 private final long[] lengths; field in class:DiskLruCache.Entry
[all...]
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHuffman.java39 private final byte[] lengths; field in class:Huffman.Codec
43 * @param lengths Index designates the symbol this code represents.
45 Codec(int[] codes, byte[] lengths) { argument
46 buildTree(codes, lengths);
48 this.lengths = lengths;
58 int nbits = lengths[b];
82 len += lengths[b];
131 private void buildTree(int[] codes, byte[] lengths) { argument
132 for (int i = 0; i < lengths
[all...]

Completed in 5338 milliseconds

12345