Searched refs:lengths (Results 26 - 32 of 32) sorted by relevance

12

/external/bluetooth/bluez/lib/
H A Dsdp.c4657 int *lengths; local
4668 lengths = malloc(plen * sizeof(int *));
4669 if (!lengths) {
4683 lengths[j] = data->unitSize - sizeof(uint8_t);
4692 lengths[j] = 0;
4696 lengths[j] = 0;
4700 feat = sdp_seq_alloc_with_length(dtds, vals, lengths, plen);
4703 free(lengths);
/external/opencv/cvaux/include/
H A Dcvaux.h1083 int* lengths,
/external/elfutils/src/
H A Dldgeneric.c3513 uint32_t *lengths; local
3536 /* Array for counting the collisions and chain lengths. */
3538 lengths = &counts[maxcnt + 1];
3549 memset (lengths, '\0', size * sizeof (uint32_t));
3555 ++lengths[hashcodes[inner] % size];
3557 /* Determine the lengths. */
3561 ++counts[lengths[inner]];
3563 if (lengths[inner] > maxlength)
3564 maxlength = lengths[inner];
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dropbear/libtomcrypt/
H A Dcrypt.tex591 the min and max key lengths but not always everything in between. The \textit{default\_rounds} field is the default number
1692 /* ... send a header describing the lengths ... */
5707 These functions are meant for accelerated LRW. They process blocks of input in lengths of multiples of 16 octets. They must accept the \textit{IV} and \textit{tweak}

Completed in 68 milliseconds

12