HomeSort by relevance Sort by last modified time
    Searched refs:NewSize (Results 51 - 75 of 236) sorted by null

1 23 4 5 6 7 8 910

  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
MemoryLocation.h 106 MemoryLocation getWithNewSize(uint64_t NewSize) const {
108 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
MemoryLocation.h 113 MemoryLocation getWithNewSize(uint64_t NewSize) const {
115 Copy.Size = NewSize;
  /external/llvm/lib/Fuzzer/
FuzzerFnAdapter.h 120 size_t NewSize = UnpackSingle(Data, Size, &std::get<N>(*Tuple));
121 if (NewSize == Size) {
125 return UnpackImpl<N + 1, TupleT>(Data + (Size - NewSize), NewSize, Tuple);
  /external/llvm/lib/Support/
SmallPtrSet.cpp 117 void SmallPtrSetImplBase::Grow(unsigned NewSize) {
123 CurArray = (const void**)malloc(sizeof(void*) * NewSize);
125 CurArraySize = NewSize;
126 memset(CurArray, -1, NewSize*sizeof(void*));
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
SmallPtrSet.cpp 118 void SmallPtrSetImplBase::Grow(unsigned NewSize) {
124 CurArray = (const void**)malloc(sizeof(void*) * NewSize);
126 CurArraySize = NewSize;
127 memset(CurArray, -1, NewSize*sizeof(void*));
  /prebuilts/clang/host/linux-x86/clang-3859424/prebuilt_include/llvm/lib/Fuzzer/
FuzzerFnAdapter.h 120 size_t NewSize = UnpackSingle(Data, Size, &std::get<N>(*Tuple));
121 if (NewSize == Size) {
125 return UnpackImpl<N + 1, TupleT>(Data + (Size - NewSize), NewSize, Tuple);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
msports.h 12 /* Limits for ComDBResizeDatabase NewSize */
56 IN DWORD NewSize);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel2CommandsLib/
Rm.c 79 UINTN NewSize;
128 NewSize = StrSize(Node->FullName) + StrSize(Node2->FullName);
129 TempName = AllocateZeroPool(NewSize);
133 StrCpyS(TempName, NewSize/sizeof(CHAR16), Node->FullName);
135 StrCatS(TempName, NewSize/sizeof(CHAR16), Node2->FullName);
  /external/syslinux/gnu-efi/gnu-efi-3.0/lib/
misc.c 60 IN UINTN NewSize
66 if (NewSize) {
67 NewPool = AllocatePool (NewSize);
72 CopyMem (NewPool, OldPool, OldSize < NewSize ? OldSize : NewSize);
  /prebuilts/clang/host/linux-x86/clang-4579689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 191 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) {
192 assert(NewSize);
195 if (OldSize == 0 || (Shrink && OldSize > NewSize)) {
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
210 InputSizesPerFeature[Idx] = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4630689/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 191 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) {
192 assert(NewSize);
195 if (OldSize == 0 || (Shrink && OldSize > NewSize)) {
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
210 InputSizesPerFeature[Idx] = NewSize;
  /prebuilts/clang/host/linux-x86/clang-4639204/prebuilt_include/llvm/lib/Fuzzer/
FuzzerCorpus.h 191 bool AddFeature(size_t Idx, uint32_t NewSize, bool Shrink) {
192 assert(NewSize);
195 if (OldSize == 0 || (Shrink && OldSize > NewSize)) {
208 Printf("ADD FEATURE %zd sz %d\n", Idx, NewSize);
210 InputSizesPerFeature[Idx] = NewSize;

Completed in 346 milliseconds

1 23 4 5 6 7 8 910