Searched refs:lengths (Results 101 - 125 of 166) sorted by relevance

1234567

/external/brotli/c/enc/
H A Dbrotli_bit_stream.c189 /* The bit lengths of the Huffman code over the code length alphabet
768 vector of block types and block lengths and stores it to the bit stream. */
770 const uint32_t* lengths,
787 ++length_histo[BlockLengthPrefixCode(lengths[i])];
797 StoreBlockSwitch(code, lengths[0], types[0], 1, storage_ix, storage);
875 /* Creates entropy codes of block lengths and block types and stores them
978 mb->literal_split.types, mb->literal_split.lengths,
982 mb->command_split.lengths, mb->command_split.num_blocks);
985 mb->distance_split.lengths, mb->distance_split.num_blocks);
769 BuildAndStoreBlockSplitCode(const uint8_t* types, const uint32_t* lengths, const size_t num_blocks, const size_t num_types, HuffmanTree* tree, BlockSplitCode* code, size_t* storage_ix, uint8_t* storage) argument
/external/deqp/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationFractionalSpacingTests.cpp87 inline std::vector<float> lengths (const std::vector<Segment>& segments) { return members(segments, &Segment::length); } function in namespace:vkt::tessellation::__anon4606
162 failNote += "\nNote: segment lengths are, from left to right:\n " + containerStr(lengths(segments));
235 // We have 2 segmentsA and 2 segmentsB, ensure segmentsB has the shorter lengths
316 continue; // Unknown segment lengths, skip.
337 << ", but resulted in segment lengths " << prevData.additionalSegmentLength << " and " << curData.additionalSegmentLength << tcu::TestLog::EndMessage;
/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing.cpp431 Index2 lengths(2,3);
433 tensor.slice(indicesStart,lengths)=slice;
/external/tcpdump/
H A Dutil-print.c398 static const char *lengths[] = {"y", "w", "d", "h", "m", "s"}; local
400 const char **l = lengths;
/external/deqp/framework/opengl/
H A DgluShaderProgram.hpp88 void setSources (int numSourceStrings, const char* const* sourceStrings, const int* lengths);
/external/mesa3d/src/mesa/main/
H A Ddebug_output.c1037 GLsizei *lengths, GLchar *messageLog)
1085 if (lengths)
1086 *lengths++ = len+1;
1035 _mesa_GetDebugMessageLog(GLuint count, GLsizei logSize, GLenum *sources, GLenum *types, GLenum *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) argument
/external/tensorflow/tensorflow/python/ops/
H A Drnn.py285 def _reverse_seq(input_seq, lengths):
286 """Reverse a list of Tensors up to specified lengths.
291 lengths: A `Tensor` of dimension batch_size, containing lengths for each
298 if lengths is None:
315 s_reversed = array_ops.reverse_sequence(s_joined, lengths, 0, 1)
350 containing the actual lengths for each of the sequences in the batch.
1457 containing the actual lengths for each of the sequences.
/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/zopfli/src/zopflipng/lodepng/
H A Dlodepng.h787 unsigned lodepng_huffman_code_lengths(unsigned* lengths, const unsigned* frequencies,
/external/curl/lib/
H A Dsmb.c459 msg.lengths[0] = smb_swap16(sizeof(lm));
460 msg.lengths[1] = smb_swap16(sizeof(nt));
/external/mesa3d/src/gallium/state_trackers/clover/api/
H A Ddispatch.hpp199 const size_t *lengths,
206 const size_t *lengths,
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DCodedOutputStreamTest.java577 // Test string serialization roundtrip using strings of the following lengths,
581 int[] lengths = new int[] {
592 for (int i : lengths) {
/external/tensorflow/tensorflow/c/
H A Dc_api.h485 // `values` and `lengths` each must have lengths `num_values`.
486 // `values[i]` must point to a string of length `lengths[i]` bytes.
490 const size_t* lengths,
710 // `values` and `lengths`, each of which must point to an array of length at
721 TF_Operation* oper, const char* attr_name, void** values, size_t* lengths,
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
H A Ddynamic_rnn_estimator_test.py94 def sequence_length_mask(values, lengths):
96 for i, length in enumerate(lengths):
/external/tensorflow/tensorflow/contrib/rnn/python/kernel_tests/
H A Dlstm_ops_test.py354 """Verify proper support for sequence lengths in LSTMBlockFusedCell."""
404 lengths = [int(i < l) for l in seq_lengths.eval()]
409 sequence_length=lengths)
/external/v8/src/
H A Dunicode.cc195 static const uint8_t lengths[256] = { local
219 return lengths[first];
/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/freetype/src/psaux/
H A Dpsobjs.c80 FT_NEW_ARRAY( table->lengths, count ) )
211 table->lengths [idx] = length;
269 FT_FREE( table->lengths );
/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/elfutils/src/
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/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/freetype/src/type42/
H A Dt42objs.c89 type1->charstrings_len = loader.charstrings.lengths;
92 /* the `lengths' field must be released later */
/external/android-clat/
H A Dclatd_test.cpp286 void reassemble_packet(const uint8_t **fragments, const size_t lengths[], int numpackets, argument
296 int len = lengths[i];
/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);

Completed in 3293 milliseconds

1234567