Searched defs:nsize (Results 1 - 7 of 7) sorted by relevance

/external/dropbear/
H A Drsa.c276 unsigned int nsize, ssize; local
342 nsize = mp_unsigned_bin_size(key->n);
345 buf_putint(buf, nsize);
348 dropbear_assert(ssize <= nsize);
349 for (i = 0; i < nsize-ssize; i++) {
391 unsigned int nsize; local
395 nsize = mp_unsigned_bin_size(key->n);
397 rsa_EM = buf_new(nsize-1);
/external/oprofile/daemon/liblegacy/
H A Dinit.c118 * @param nsize size of note buffer
120 static void opd_shutdown(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t nsize) argument
134 ncount = op_read_device(notedevfd, nbuf, nsize);
160 * @param nsize size of note buffer
165 static void opd_do_read(struct op_buffer_head * buf, size_t size, struct op_note * nbuf, size_t nsize) argument
176 ncount = op_read_device(notedevfd, nbuf, nsize);
199 opd_shutdown(buf, size, nbuf, nsize);
/external/oprofile/libutil++/
H A Dop_spu_bfd.cpp117 unsigned int nsize, dsize, type; local
118 nsize = *((unsigned int *) sec_contents);
124 remainder = nsize % 4;
127 desc_start = 12 + nsize + name_pad_length;
132 note_record_length = 12 + nsize +
/external/valgrind/main/perf/
H A Dffbench.c242 static int nsize[] = {0, 0, 0}; local
249 nsize[1] = nsize[2] = faedge;
273 fourn(fdata, nsize, 2, 1);
276 fourn(fdata, nsize, 2, -1);
/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c3801 size_t nsize = chunksize(oldfirst); local
3802 unlink_chunk(m, oldfirst, nsize);
3803 oldfirst = chunk_plus_offset(oldfirst, nsize);
3804 qsize += nsize;
4800 size_t nsize = chunksize(next); local
4801 psize += nsize;
4802 unlink_chunk(fm, next, nsize);
5230 size_t nsize = chunksize(next); local
5231 psize += nsize;
5232 unlink_chunk(fm, next, nsize);
[all...]
/external/libffi/src/
H A Ddlmalloc.c3288 size_t nsize = chunksize(oldfirst); local
3289 unlink_chunk(m, oldfirst, nsize);
3290 oldfirst = chunk_plus_offset(oldfirst, nsize);
3291 qsize += nsize;
4265 size_t nsize = chunksize(next); local
4266 psize += nsize;
4267 unlink_chunk(fm, next, nsize);
4666 size_t nsize = chunksize(next); local
4667 psize += nsize;
4668 unlink_chunk(fm, next, nsize);
[all...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c3300 size_t nsize = chunksize(oldfirst); local
3301 unlink_chunk(m, oldfirst, nsize);
3302 oldfirst = chunk_plus_offset(oldfirst, nsize);
3303 qsize += nsize;
4275 size_t nsize = chunksize(next); local
4276 psize += nsize;
4277 unlink_chunk(fm, next, nsize);
4676 size_t nsize = chunksize(next); local
4677 psize += nsize;
4678 unlink_chunk(fm, next, nsize);
[all...]

Completed in 280 milliseconds