Searched refs:nsize (Results 1 - 8 of 8) sorted by relevance

/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/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/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/mksh/src/
H A Dmain.c1309 texpand(struct table *tp, size_t nsize) argument
1315 ntblp = alloc(nsize * sizeof(struct tbl *), tp->areap);
1316 for (i = 0; i < nsize; i++)
1318 tp->size = nsize;
1319 tp->nfree = (nsize * 4) / 5; /* table can get 80% full */
1323 nsize--; /* from here on nsize := mask */
1328 j = (perturb = tblp->ua.hval) & nsize;
1334 pp = &ntblp[j & nsize];
/external/kernel-headers/original/linux/
H A Dmsm_vidc_enc.h468 unsigned long nsize; member in struct:venc_bufferpayload
/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.12/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 376 milliseconds