Searched defs:lengths (Results 51 - 75 of 83) sorted by relevance

1234

/external/deqp/modules/gles3/functional/
H A Des3fShaderApiTests.cpp72 std::vector<int> lengths; member in struct:deqp::gles3::Functional::__anon5113::ShaderSources
114 if (sources.lengths.size() > 0)
115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]);
133 out.lengths.push_back((int)sliceSize);
144 out.lengths.push_back(lastStringLength);
729 DE_ASSERT(sources.lengths.size() > 0);
730 DE_ASSERT(sources.lengths.size() == sources.strings.size());
740 const int unpaddedLength = sources.lengths[ndx];
744 sources.lengths[ndx] = m_rnd.getInt(-10, -1);
1714 + (explicitLengths ? ", using explicitly specified string lengths"
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DDateTimePatternGenerator.java49 * a pattern which just includes the desired fields and lengths. The generator
586 // Handle special mappings for 'j' and 'C' in which fields lengths
1298 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
1436 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
2281 private byte[] lengths = new byte[TYPE_LIMIT]; field in class:DateTimePatternGenerator.SkeletonFields
2287 Arrays.fill(lengths, DEFAULT_LENGTH);
2292 lengths[field] = other.lengths[field];
2297 lengths[field] = DEFAULT_LENGTH;
2305 return lengths[fiel
[all...]
/external/icu/icu4c/source/common/
H A Dunames.cpp505 * expandGroupLengths() reads a block of compressed lengths of 32 strings and
506 * expands them into offsets and lengths for each string.
511 * The offsets and lengths arrays must be at least 33 (one more) long because
516 uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) {
517 /* read the lengths of the 32 strings in this group and get each string's offset */
521 /* all 32 lengths must be read to get the offset of the first group string */
540 *lengths++=length;
552 *lengths++=length;
570 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
572 s=expandGroupLengths(s, offsets, lengths);
515 expandGroupLengths(const uint8_t *s, uint16_t offsets[LINES_PER_GROUP+1], uint16_t lengths[LINES_PER_GROUP+1]) argument
603 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1343 uint16_t offsets[LINES_PER_GROUP+2], lengths[LINES_PER_GROUP+2]; local
1992 uint16_t offsets[LINES_PER_GROUP+1], lengths[LINES_PER_GROUP+1]; local
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DDateTimePatternGenerator.java48 * a pattern which just includes the desired fields and lengths. The generator
589 // Handle special mappings for 'j' and 'C' in which fields lengths
1339 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
1469 * @param strict If true, then only allows exactly those lengths specified by CLDR for variables. For example, "hh:mm aa" would throw an exception.
2306 private byte[] lengths = new byte[TYPE_LIMIT]; field in class:DateTimePatternGenerator.SkeletonFields
2312 Arrays.fill(lengths, DEFAULT_LENGTH);
2317 lengths[field] = other.lengths[field];
2322 lengths[field] = DEFAULT_LENGTH;
2330 return lengths[fiel
[all...]
/external/skia/dm/
H A DDM.cpp1043 size_t lengths[] = { local
1049 options.fComments = SkDataTable::MakeCopyArrays((const void**)comments, lengths, 4);
/external/skqp/dm/
H A DDM.cpp1026 size_t lengths[] = { local
1032 options.fComments = SkDataTable::MakeCopyArrays((const void**)comments, lengths, 4);
/external/syslinux/gpxe/src/include/gpxe/
H A Discsi.h24 * iSCSI segment lengths
57 /** Set additional header and data segment lengths */
74 /** Segment lengths */
75 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_common
104 /** Segment lengths */
105 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_common_response
133 /** Segment lengths */
134 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_login_request
199 /** Segment lengths */
200 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_login_response
250 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_scsi_command
295 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_scsi_response
345 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_data_in
393 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_data_out
429 union iscsi_segment_lengths lengths; member in struct:iscsi_bhs_r2t
[all...]
/external/v8/src/
H A Dunicode.cc195 static const uint8_t lengths[256] = { local
219 return lengths[first];
/external/deqp/external/vulkancts/modules/vulkan/ubo/
H A DvktUniformBlockCase.cpp2013 std::vector<int> lengths; local
2021 lengths.back()++;
2025 lengths.push_back(1);
2031 for (size_t i = 0; i < lengths.size(); i++)
2033 if (lengths[i] > 0)
2035 layoutBuilder.addArrayBinding(VK_DESCRIPTOR_TYPE_UNIFORM_BUFFER, lengths[i], vk::VK_SHADER_STAGE_ALL);
/external/e2fsprogs/contrib/
H A Dfsstress.c1572 static int lengths[] = { 10, 100, 1000, 10000 }; local
1580 li = (int)(random() % (sizeof(lengths) / sizeof(lengths[0])));
1581 len = (int)(random() % lengths[li]);
/external/freetype/include/freetype/internal/
H A Dpsaux.h125 /* init :: Set to 0xDEADBEEF if `elements' and `lengths' have */
134 /* lengths :: A table of element sizes within the block. */
151 FT_UInt* lengths; /* lengths of table elements */ member in struct:PS_TableRec_
/external/ltp/testcases/kernel/fs/fsstress/
H A Dfsstress.c1547 static int lengths[] = { 10, 100, 1000, 10000 }; local
1555 li = (int)(random() % ARRAY_SIZE(lengths));
1556 len = (int)(random() % lengths[li]);
/external/webp/src/enc/
H A Dvp8l_enc.c480 uint8_t* lengths; local
482 sizeof(*lengths) + sizeof(*codes));
486 lengths = (uint8_t*)&codes[total_length_size];
490 huffman_codes[i].code_lengths = lengths;
492 lengths += bit_length;
820 // Create Huffman bit lengths and codes for each histogram image.
947 // Create Huffman bit lengths and codes for each histogram image.
/external/elfutils/src/
H A Dldgeneric.c3503 uint32_t *lengths; local
3526 /* Array for counting the collisions and chain lengths. */
3528 lengths = &counts[maxcnt + 1];
3539 memset (lengths, '\0', size * sizeof (uint32_t));
3545 ++lengths[hashcodes[inner] % size];
3547 /* Determine the lengths. */
3551 ++counts[lengths[inner]];
3553 if (lengths[inner] > maxlength)
3554 maxlength = lengths[inner];
H A Dreadelf.c82 N_("Display histogram of bucket list lengths"), 0 },
3005 uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr)
3010 ++counts[lengths[cnt]];
3108 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); local
3118 if (maxlength < ++lengths[cnt])
3126 lengths, NULL);
3128 free (lengths);
3165 uint32_t *lengths = (uint32_t *) xcalloc (nbucket, sizeof (uint32_t)); local
3175 if (maxlength < ++lengths[cnt])
3183 lengths, NUL
3003 print_hash_info(Ebl *ebl, Elf_Scn *scn, GElf_Shdr *shdr, size_t shstrndx, uint_fast32_t maxlength, Elf32_Word nbucket, uint_fast32_t nsyms, uint32_t *lengths, const char *extrastr) argument
3193 uint32_t *lengths = NULL; local
[all...]
/external/libpng/contrib/tools/
H A Dpngfix.c607 * using sync_stream below and the new lengths are recorded here. Because the
617 png_uint_32 lengths[IDAT_INIT_LENGTH]; member in struct:IDAT_list
636 return sizeof *list - sizeof list->lengths +
637 length * sizeof list->lengths[0];
1833 if (len == 0) /* use original chunk lengths */
1848 idat->idat_length == cur->lengths[count]);
1852 return cur->lengths[count];
1858 return cur->lengths[0];
1876 * individual lengths are always <= 0x7fffffff, so when we add two
1886 have += cur->lengths[
[all...]
/external/mesa3d/include/CL/
H A Dcl.hpp2400 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); local
2405 lengths[i] = sources[(int)i].second;
2409 context(), (cl_uint)n, strings, lengths, &error);
2426 ::size_t* lengths = (::size_t*) alloca(n * sizeof(::size_t)); local
2431 lengths[i] = binaries[(int)i].second;
2437 lengths, images, binaryStatus != NULL
/external/tensorflow/tensorflow/c/
H A Dc_api.cc1142 const void* const* values, const size_t* lengths,
1148 lengths[i]); local
1154 v.emplace_back(static_cast<const char*>(values[i]), lengths[i]); local
1656 void** values, size_t* lengths,
1671 lengths[i] = s.size();
1141 TF_SetAttrStringList(TF_OperationDescription* desc, const char* attr_name, const void* const* values, const size_t* lengths, int num_values) argument
1655 TF_OperationGetAttrStringList(TF_Operation* oper, const char* attr_name, void** values, size_t* lengths, int max_values, void* storage, size_t storage_size, TF_Status* status) argument
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShadingLanguage420PackTests.cpp1498 * @param out_use_lengths If source lengths shall be provided to compiler
1630 /* Prepare source lengths */
2458 * @param out_use_lengths If source lengths shall be provided to compiler
3267 /** Decides if the current test case requires source lengths
3269 * @return true if test requires lengths, false otherwise
3563 * @param out_use_lengths If source lengths shall be provided to compiler
16156 " uint lengths[4];\n"
16160 " lengths[indices.x] = gohan[variable].length();\n"
16161 " lengths[indices.y] = (gohan * goten).length();\n"
16162 " lengths[indice
17985 GLint* lengths = 0; local
[all...]
/external/pcre/dist2/src/
H A Dpcre2test.c5196 the same match, we use PCHARS() just to find the printed lengths of the
5341 fprintf(outfile, "Mismatched substring lengths: %lu %lu\n",
5400 fprintf(outfile, "Mismatched substring lengths: %lu %lu\n",
5492 PCRE2_SIZE *lengths; local
5493 PCRE2_SUBSTRING_LIST_GET(rc, match_data, &stringlist, &lengths);
5506 PCHARSV(stringlist[i], 0, lengths[i], utf, outfile);
7117 check lengths for non-string items. */
/external/skia/src/gpu/gl/
H A DGrGLTestInterface.h329 virtual GrGLuint getDebugMessageLog(GrGLuint count, GrGLsizei bufSize, GrGLenum* sources, GrGLenum* types, GrGLuint* ids, GrGLenum* severities, GrGLsizei* lengths, GrGLchar* messageLog) { return 0; } argument
/external/skqp/src/gpu/gl/
H A DGrGLTestInterface.h329 virtual GrGLuint getDebugMessageLog(GrGLuint count, GrGLsizei bufSize, GrGLenum* sources, GrGLenum* types, GrGLuint* ids, GrGLenum* severities, GrGLsizei* lengths, GrGLchar* messageLog) { return 0; } argument
/external/zopfli/src/zopflipng/lodepng/
H A Dlodepng.cpp453 /*the code length codes. 0-15: code lengths, 16: copy previous 3-6 times, 17: 3-10 zeros, 18: 11-138 zeros*/
456 /*the base lengths represented by codes 257-285*/
476 /*the order in which "code length alphabet code lengths" are stored, out of this
477 the huffman tree of the dynamic huffman tree lengths is generated*/
490 unsigned* lengths; /*the lengths of the codes of the 1d-tree*/ member in struct:HuffmanTree
502 if(tree->lengths.data[i])
503 std::cout << i << " " << tree->tree1d.data[i] << " " << tree->lengths.data[i] << std::endl;
512 tree->lengths = 0;
519 lodepng_free(tree->lengths);
714 lodepng_huffman_code_lengths(unsigned* lengths, const unsigned* frequencies, size_t numcodes, unsigned maxbitlen) argument
[all...]
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
/external/robolectric/v3/runtime/
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 1762 milliseconds

1234