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

1 2

  /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/minijail/
util.c 205 size_t i, multiplier = 1, nsize, size = 0; local
237 nsize = size * multiplier;
238 if (nsize / multiplier != size)
240 *result = nsize;
  /external/valgrind/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/intel/common/utils/ISV/omx/
isv_omxcomponent.cpp 879 OMX_U32 *nsize; local
885 nsize = (OMX_U32 *)type;
888 *nsize = size;
    [all...]
  /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/syslinux/com32/lua/src/
ltable.c 339 int nsize = isdummy(t->node) ? 0 : sizenode(t); local
340 luaH_resize(L, t, nasize, nsize);
loadlib.c 175 DWORD nsize = sizeof(buff)/sizeof(char); local
176 DWORD n = GetModuleFileNameA(NULL, buff, nsize);
177 if (n == 0 || n == nsize || (lb = strrchr(buff, '\\')) == NULL)
  /frameworks/support/collection/src/main/java/androidx/collection/
SimpleArrayMap.java 513 final int nsize; local
520 nsize = 0;
522 nsize = osize - 1;
544 if (index < nsize) {
545 if (DEBUG) System.out.println(TAG + " remove: copy from " + (index+1) + "-" + nsize
547 System.arraycopy(ohashes, index + 1, mHashes, index, nsize - index);
549 (nsize - index) << 1);
552 if (index < nsize) {
553 if (DEBUG) System.out.println(TAG + " remove: move " + (index+1) + "-" + nsize
555 System.arraycopy(mHashes, index + 1, mHashes, index, nsize - index)
    [all...]
  /toolchain/binutils/binutils-2.27/libiberty/
hashtab.c 454 int nsize = prime_tab[nindex].prime; local
461 htab->entries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
464 htab->entries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
465 htab->size = nsize;
524 size_t nsize, osize, elts; local
538 nsize = prime_tab[nindex].prime;
543 nsize = osize;
547 nentries = (PTR *) (*htab->alloc_with_arg_f) (htab->alloc_arg, nsize,
550 nentries = (PTR *) (*htab->alloc_f) (nsize, sizeof (PTR *));
554 htab->size = nsize;
    [all...]
  /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...]
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 613 int nsize = mPropSize + increment; local
614 Prop *ni = (Prop *)realloc(mProps, sizeof(Prop) * nsize);
617 for (int i = mPropSize; i < nsize; i++) {
621 mPropSize = nsize;
  /frameworks/base/core/java/android/util/
ArrayMap.java 643 final int nsize; local
652 nsize = 0;
654 nsize = osize - 1;
676 if (index < nsize) {
677 if (DEBUG) Log.d(TAG, "remove: copy from " + (index+1) + "-" + nsize
679 System.arraycopy(ohashes, index + 1, mHashes, index, nsize - index);
681 (nsize - index) << 1);
684 if (index < nsize) {
685 if (DEBUG) Log.d(TAG, "remove: move " + (index+1) + "-" + nsize
687 System.arraycopy(mHashes, index + 1, mHashes, index, nsize - index)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
jffs2.h 126 __u8 nsize; member in struct:jffs2_raw_dirent
  /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)
  /hardware/intel/common/wrs_omxil_core/base/src/
componentbase.cpp 2269 OMX_U32 *nsize; local
2284 OMX_U32 *nsize; local
    [all...]
  /external/syslinux/gpxe/src/net/80211/
net80211.c 2579 int nsize = size - hdrsize * ( nfrags - 1 ); local
    [all...]
  /external/v8/src/wasm/
wasm-interpreter.cc 1684 size_t nsize = stack_.size() - n; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_encoder.c 4335 size_t nsize = *size; local
    [all...]
  /prebuilts/sdk/current/androidx/m2repository/androidx/collection/collection/1.0.0-alpha1/
collection-1.0.0-alpha1.jar 
  /prebuilts/sdk/current/support/m2repository/com/android/support/collections/28.0.0/
collections-28.0.0.jar 
  /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...]

Completed in 550 milliseconds

1 2