HomeSort by relevance Sort by last modified time
    Searched full:newsize (Results 401 - 425 of 1060) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 62 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
64 if (NewSize > Size) {
65 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AliasSetTracker.h 62 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
64 if (NewSize > Size) {
65 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
AliasSetTracker.h 62 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
64 if (NewSize > Size) {
65 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 72 bool updateSizeAndAAInfo(uint64_t NewSize, const AAMDNodes &NewAAInfo) {
74 if (NewSize > Size) {
75 Size = NewSize;
  /toolchain/binutils/binutils-2.27/gas/
ehopt.c 502 int oldsize, newsize; local
505 newsize = eh_frame_estimate_size_before_relax (frag);
506 return newsize - oldsize;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
marshal.c 83 Py_ssize_t size, newsize; local
87 newsize = size + size + 1024;
88 if (newsize > 32*1024*1024) {
89 newsize = size + (size >> 3); /* 12.5% overallocation */
91 if (_PyString_Resize(&p->str, newsize) != 0) {
97 PyString_AS_STRING((PyStringObject *)p->str) + newsize;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Python/
marshal.c 82 Py_ssize_t size, newsize; local
86 newsize = size + size + 1024;
87 if (newsize > 32*1024*1024) {
88 newsize = size + (size >> 3); /* 12.5% overallocation */
90 if (_PyString_Resize(&p->str, newsize) != 0) {
96 PyString_AS_STRING((PyStringObject *)p->str) + newsize;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
marshal.c 83 Py_ssize_t size, newsize; local
87 newsize = size + size + 1024;
88 if (newsize > 32*1024*1024) {
89 newsize = size + (size >> 3); /* 12.5% overallocation */
91 if (_PyString_Resize(&p->str, newsize) != 0) {
97 PyString_AS_STRING((PyStringObject *)p->str) + newsize;
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Library/UefiFileHandleLib/
UefiFileHandleLib.c 714 UINTN NewSize;
751 NewSize = *CurrentSize;
752 while (NewSize < (DestinationStartSize + Count)) {
753 NewSize += 2 * Count;
755 *Destination = ReallocatePool(*CurrentSize, NewSize, *Destination);
756 *CurrentSize = NewSize;
    [all...]
  /external/python/cpython2/Python/
marshal.c 76 Py_ssize_t size, newsize; local
80 newsize = size + size + 1024;
81 if (newsize > 32*1024*1024) {
82 newsize = size + (size >> 3); /* 12.5% overallocation */
84 if (_PyString_Resize(&p->str, newsize) != 0) {
90 PyString_AS_STRING((PyStringObject *)p->str) + newsize;
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
FileChannelImpl.java 360 public FileChannel truncate(long newSize) throws IOException {
362 if (newSize < 0)
393 if (newSize < size) {
395 rv = nd.truncate(fd, newSize);
402 if (p > newSize)
403 p = newSize;
    [all...]
  /prebuilts/misc/common/robolectric/3.1.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
xpp3_min-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.jar 
  /development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoDownloadRunnable.java 259 int newSize = tempBuffer.length + READ_SIZE;
267 byte[] expandedBuffer = new byte[newSize];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
tokenizer.c 968 Py_ssize_t newsize = curvalid + BUFSIZ; local
971 newsize);
979 tok->end = tok->buf + newsize;
1341 int newsize = atoi(tp + strlen(*cp)); local
    [all...]

Completed in 1389 milliseconds

<<11121314151617181920>>