Searched refs:sizes (Results 76 - 100 of 104) sorted by relevance

12345

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c85 Minimum overhead per allocated chunk: 4 or 8 bytes (if 4byte sizes)
86 8 or 16 bytes (if 8byte sizes)
908 independent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]);
911 chunks with sizes indicated in the "sizes" array. It returns
948 size_t sizes[3] = { sizeof(struct Head), msglen, sizeof(struct Foot) };
950 if (independent_comalloc(3, sizes, chunks) == 0)
1053 control the sizes of incremental increases of this space by
1129 size_t sizes[], void* chunks[]);
1657 /* ------------------- Chunks sizes an
3940 ialloc(mstate m, size_t n_elements, size_t* sizes, int opts, void* chunks[]) argument
4351 dlindependent_comalloc(size_t n_elements, size_t sizes[], void* chunks[]) argument
4765 mspace_independent_comalloc(mspace msp, size_t n_elements, size_t sizes[], void* chunks[]) argument
[all...]
/external/javassist/src/main/javassist/
H A DCtField.java786 * @param sizes an <code>int</code> array of the size in every
791 public static Initializer byNewArray(CtClass type, int[] sizes) { argument
792 return new MultiArrayInitializer(type, sizes);
/external/libvorbis/doc/
H A D01-introduction.tex343 Vorbis frames may be one of two PCM sample sizes specified during
344 codec setup. In Vorbis I, legal frame sizes are powers of two from 64
346 independent vectors and these frame sizes are in samples per channel.
372 knowing the sizes of the current, previous and next window. It is
H A D08-residue.tex90 by residue 0 using codebook sizes of 8, 4, 2 and 1:
119 by residue 0 using codebook sizes of 8, 4, 2 and 1:
H A D02-bitpacking.tex14 or, less commonly other fixed word sizes. The Vorbis bitpacking
/external/llvm/lib/Support/Unix/
H A DPath.inc106 // LLVM manipulates Paths with fixed-sizes arrays, and if the OS can't
/external/dropbear/libtommath/pre_gen/
H A Dmpi.c6030 } sizes[] = { variable in typeref:struct:__anon5125
6046 for (x = 0; x < (int)(sizeof(sizes)/(sizeof(sizes[0]))); x++) {
6047 if (sizes[x].k == size) {
6048 return sizes[x].t;
6049 } else if (sizes[x].k > size) {
6050 return (x == 0) ? sizes[0].t : sizes[x - 1].t;
6053 return sizes[x-1].t + 1;
8769 /* find sizes, w
[all...]
/external/dropbear/libtomcrypt/testprof/
H A Dx86_prof.c1010 static unsigned long sizes[] = { local
1037 for (x = sizes[i=0]; x < 100000; x = sizes[++i]) {
/external/v8/src/
H A Dspaces.h1392 void CountFreeListItems(Page* p, SizeStats* sizes);
1608 void CountFreeListItems(Page* p, FreeList::SizeStats* sizes) { argument
1609 free_list_.CountFreeListItems(p, sizes);
/external/libyuv/files/source/
H A Drotate_neon.s28 @ right. writing is done from right to left in block sizes
/external/opencv/cv/include/
H A Dcv.h824 CVAPI(CvHistogram*) cvCreateHist( int dims, int* sizes, int type,
834 int dims, int* sizes, CvHistogram* hist,
/external/blktrace/btt/doc/
H A Dbtt.tex555 outgoing IO sizes (in blocks). For simplicity, the histogram buckets
556 are one-for-one for sizes up to 1,024 blocks in the IO, and then a
557 single bucket for all sizes greater than or equal to 1,024 blocks.
561 representing sizes $\ge 1024$ blocks. (This is done so that one can
564 The first column (X values) is the various IO sizes, and the second
/external/clang/include/clang/Serialization/
H A DASTReader.h1204 virtual void getMemoryBufferSizes(MemoryBufferSizes &sizes) const;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.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 ...
/external/elfutils/
H A Delfutils.spec29 section sizes of an object or archive file), strip (for discarding
/external/mesa3d/docs/
H A DMESA_texture_array.spec69 all aspects except the sizes of the non-base level images. In
/external/clang/tools/libclang/
H A DCIndex.cpp5984 const ExternalASTSource::MemoryBufferSizes &sizes = local
5989 (unsigned long) sizes.malloc_bytes);
5992 (unsigned long) sizes.mmap_bytes);
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex220 on one machine to devices (with offsets and sizes) on the replay
/external/clang/lib/Serialization/
H A DASTReader.cpp5233 void ASTReader::getMemoryBufferSizes(MemoryBufferSizes &sizes) const {
5240 sizes.malloc_bytes += bytes;
5243 sizes.mmap_bytes += bytes;
/external/valgrind/tsan/
H A Dthread_sanitizer.cc3462 map<size_t, int> sizes;
3480 sizes[size]++;
3482 Printf("Storage sizes: %ld\n", storage_.size());
3484 if (sizes[size]) {
3485 Printf(" %ld => %d\n", size, sizes[size]);
9003 // - Implement correct handling of memory accesses with different sizes.
/external/dropbear/libtomcrypt/
H A Dcrypt.tex589 are the minimum and maximum key sizes in bytes. The \textit{block\_length} member is the block size of the cipher
828 \item Allows the encryption of block sizes that are not equal to the size of the block cipher.
830 The CTR, CFB and OFB routines provided allow you to encrypt block sizes that differ from the ciphers block size. They
3737 correspond to key sizes of 112, 128, 160, 192, 224, 256, 384, and 521 bits respectively. If you pass a key size that is between any key size it will round
5004 Using the above tables the following suggestions for key sizes seems appropriate:
5642 and both must valid key sizes for the cipher. Values in between are not assumed to be valid though they may be.
/external/dropbear/libtommath/
H A Dbn.tex1545 slower than mp\_dr\_reduce but faster for most moduli sizes than the Montgomery reduction.
/external/grub/docs/
H A Dtexinfo.tex1602 % and \lllsize (three sizes lower). These relative commands are used in
5369 % Figure out line sizes for the paragraph shape.

Completed in 811 milliseconds

12345