HomeSort by relevance Sort by last modified time
    Searched defs:nsize (Results 1 - 14 of 14) 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);
  /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/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);
  /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...]
  /ndk/tests/device/test-stlport_shared-exception/jni/
unroll1.cpp 244 int nsize = newsize * sizeof(double); local
245 char *tmp = new char[nsize];
248 pEndOfStorageNew = pBeginNew + (nsize / sizeof(double));
  /ndk/tests/device/test-stlport_static-exception/jni/
unroll1.cpp 244 int nsize = newsize * sizeof(double); local
245 char *tmp = new char[nsize];
248 pEndOfStorageNew = pBeginNew + (nsize / sizeof(double));
  /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
  /bionic/libc/upstream-dlmalloc/
malloc.c 3981 size_t nsize = chunksize(oldfirst); local
4433 size_t nsize = chunksize(next); local
4775 size_t nsize = chunksize(next); local
5704 size_t nsize = chunksize(next); local
    [all...]
  /external/eigen/unsupported/test/mpreal/
dlmalloc.c 3801 size_t nsize = chunksize(oldfirst); local
4800 size_t nsize = chunksize(next); local
5230 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.15/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...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 

Completed in 756 milliseconds