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

  /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);
  /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;
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfdlink.h 482 bfd_link_hash_indirect. If NTYPE is bfd_link_hash_common, NSIZE
487 bfd *nbfd, enum bfd_link_hash_type ntype, bfd_vma nsize);
  /bionic/libc/kernel/common/linux/
msm_vidc_enc.h 278 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 3400 size_t nsize = chunksize(oldfirst); local
4401 size_t nsize = chunksize(next); local
4824 size_t nsize = chunksize(next); local
    [all...]
  /external/clearsilver/util/regex/
regex.c 237 #define REGEX_REALLOCATE(source, osize, nsize) realloc (source, nsize)
265 #define REGEX_REALLOCATE(source, osize, nsize) \
266 (destination = (char *) alloca (nsize), \
281 #define REGEX_REALLOCATE_STACK(source, osize, nsize) \
282 r_re_alloc (&failure_stack_ptr, (nsize))
291 #define REGEX_REALLOCATE_STACK(source, osize, nsize) realloc (source, nsize)
298 #define REGEX_REALLOCATE_STACK(source, osize, nsize) \
299 REGEX_REALLOCATE (source, osize, nsize)
    [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...]

Completed in 123 milliseconds