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

  /external/jemalloc/src/
base.c 55 size_t csize, nsize; local
62 nsize = (node == NULL) ? CACHELINE_CEILING(sizeof(extent_node_t)) : 0;
63 csize = CHUNK_CEILING(minsize + nsize);
73 addr = (void *)((uintptr_t)addr + nsize);
74 csize -= nsize;
76 base_allocated += nsize;
77 base_resident += PAGE_CEILING(nsize);
  /external/u-boot/fs/jffs2/
jffs2_nand_private.h 26 unsigned char nsize; member in struct:b_dirent
84 if (node->name_crc != crc32_no_comp(0, (unsigned char *)&(node->name), node->nsize)) {
summary.h 53 uint8_t nsize; /* dirent name size */ member in struct:jffs2_sum_dirent_flash
109 uint8_t nsize; /* dirent name size */ member in struct:jffs2_sum_dirent_mem
  /external/minijail/
util.c 340 size_t i, multiplier = 1, nsize, size = 0; local
372 nsize = size * multiplier;
373 if (nsize / multiplier != size)
375 *result = nsize;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
loadlib.c 171 DWORD nsize = sizeof(buff)/sizeof(char); local
172 DWORD n = GetModuleFileNameA(NULL, buff, nsize);
173 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
ltable.c 338 int nsize = isdummy(t->node) ? 0 : sizenode(t); local
339 luaH_resize(L, t, nasize, nsize);
  /external/lua/src/
loadlib.c 171 DWORD nsize = sizeof(buff)/sizeof(char); local
172 DWORD n = GetModuleFileNameA(NULL, buff, nsize); /* get exec. name */
173 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
ltable.c 388 int nsize = allocsizenode(t); local
389 luaH_resize(L, t, nasize, nsize);
  /external/u-boot/include/jffs2/
jffs2.h 132 __u8 nsize; member in struct:jffs2_raw_dirent
  /bionic/libc/kernel/uapi/linux/
jffs2.h 84 __u8 nsize; member in struct:jffs2_raw_dirent
  /external/kernel-headers/original/uapi/linux/
jffs2.h 126 __u8 nsize; member in struct:jffs2_raw_dirent
  /external/libcups/cups/
dest-options.c 897 _cups_media_db_t *nsize; /* Size for N */ local
935 if ((nsize = (_cups_media_db_t *)cupsArrayIndex(dinfo->cached_db, n)) == NULL)
941 if (nsize->size_name)
942 strlcpy(size->media, nsize->size_name, sizeof(size->media));
943 else if (nsize->key)
944 strlcpy(size->media, nsize->key, sizeof(size->media));
945 else if ((pwg = pwgMediaForSize(nsize->width, nsize->length)) != NULL)
953 size->width = nsize->width;
954 size->length = nsize->length
    [all...]
  /external/wayland/cursor/
xcursor.c 521 int nsize; local
531 bestSize = _XcursorFindBestSize (fileHeader, (XcursorDim) size, &nsize);
537 images = XcursorImagesCreate (nsize);
543 for (n = 0; n < nsize; n++)
555 if (images->nimage != nsize)
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 636 int nsize = mPropSize + increment; local
637 Prop *ni = (Prop *)realloc(mProps, sizeof(Prop) * nsize);
640 for (int i = mPropSize; i < nsize; i++) {
644 mPropSize = nsize;
    [all...]
  /external/iperf3/src/
iperf_api.c 2049 uint32_t hsize, nsize; local
2075 uint32_t hsize, nsize; local
    [all...]
  /external/epid-sdk/ext/argtable3/
argtable3.c 3581 int nsize,i; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
unicodeobject.c 2434 Py_ssize_t nsize, bytesize; local
2711 Py_ssize_t nsize, bytesize; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
unicodeobject.c 2367 Py_ssize_t nsize, bytesize; local
2641 Py_ssize_t nsize, bytesize; local
    [all...]
  /external/dlmalloc/
malloc.c 3983 size_t nsize = chunksize(oldfirst); local
4435 size_t nsize = chunksize(next); local
4777 size_t nsize = chunksize(next); local
5718 size_t nsize = chunksize(next); local
    [all...]
  /external/libffi/src/
dlmalloc.c 3350 size_t nsize = chunksize(oldfirst); local
4327 size_t nsize = chunksize(next); local
4728 size_t nsize = chunksize(next); local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 4644 size_t nsize = *size; local
    [all...]
  /external/pcre/dist2/src/
pcre2test.c 6977 PCRE2_SIZE rlen, nsize, erroroffset; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 3355 size_t nsize = chunksize(oldfirst); local
4332 size_t nsize = chunksize(next); local
4733 size_t nsize = chunksize(next); local
    [all...]
  /external/python/cpython2/Objects/
unicodeobject.c 2441 Py_ssize_t nsize, bytesize; local
2718 Py_ssize_t nsize, bytesize; local
    [all...]
  /external/python/cpython3/Objects/
unicodeobject.c 5404 Py_ssize_t nsize, pos; local
5739 Py_ssize_t nsize, pos; local
    [all...]

Completed in 2283 milliseconds