HomeSort by relevance Sort by last modified time
    Searched refs:nsize (Results 1 - 21 of 21) sorted by null

  /external/oprofile/libutil++/
op_spu_bfd.cpp 117 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/
rsa.c 276 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/
init.c 118 * @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)
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)
176 ncount = op_read_device(notedevfd, nbuf, nsize);
199 opd_shutdown(buf, size, nbuf, nsize);
  /external/valgrind/main/perf/
ffbench.c 242 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);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
jffs2.h 127 uint8_t nsize; member in struct:jffs2_raw_dirent
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 127 uint8_t nsize; member in struct:jffs2_raw_dirent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
jffs2.h 127 uint8_t nsize; member in struct:jffs2_raw_dirent
  /hardware/qcom/media/mm-video/vidc/venc/test/
video_encoder_test.c 592 ptemp [i]->nsize = buffersize;
654 enc_buffer.size = encoder_context->ptr_outputbuffer [i]->nsize;
682 enc_buffer.size = encoder_context->ptr_inputbuffer [i]->nsize;
867 enc_buffer.size = tempbuffer->nsize;
909 enc_buffer.size = tempbuffer->nsize;
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
bfdlink.h 510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
bfdlink.h 510 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
515 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 261 unsigned long nsize; member in struct:venc_bufferpayload
  /external/kernel-headers/original/linux/
msm_vidc_enc.h 468 unsigned long nsize; member in struct:venc_bufferpayload
  /hardware/qcom/media/mm-video/vidc/venc/src/
video_encoder_device.cpp 864 dev_buffer.nsize = pmem_tmp->size;
885 dev_buffer.nsize = pmem_tmp->size;
927 dev_buffer.nsize = pmem_tmp->size
    [all...]
  /bionic/libc/bionic/
dlmalloc.c 3481 size_t nsize = chunksize(oldfirst); local
4484 size_t nsize = chunksize(next); local
4919 size_t nsize = chunksize(next); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3288 size_t nsize = chunksize(oldfirst); local
4265 size_t nsize = chunksize(next); local
4666 size_t nsize = chunksize(next); local
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/stdlib/
SDL_malloc.c 3300 size_t nsize = chunksize(oldfirst); local
4275 size_t nsize = chunksize(next); local
4676 size_t nsize = chunksize(next); local
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_Utils.c 215 plcml_Init->In_BufInfo.nSize = nIpBufSize;
218 plcml_Init->Out_BufInfo.nSize = nOpBufSize;
1056 OMX_U32 nsize; local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/include/
gmp.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/include/
gmp.h     [all...]

Completed in 1903 milliseconds