Home
last modified time | relevance | path

Searched refs:directAllocation (Results 1 – 13 of 13) sorted by relevance

/dports/lang/abcl/abcl-src-1.8.0/src/org/armedbear/lisp/
H A DBasicVector_ByteBuffer.java48 private boolean directAllocation; field in BasicVector_ByteBuffer
54 public BasicVector_ByteBuffer(int capacity, boolean directAllocation) { in BasicVector_ByteBuffer() argument
55 this.directAllocation = directAllocation; in BasicVector_ByteBuffer()
56 if (directAllocation) { in BasicVector_ByteBuffer()
64 public BasicVector_ByteBuffer(byte[] array, boolean directAllocation) { in BasicVector_ByteBuffer() argument
66 this.directAllocation = directAllocation; in BasicVector_ByteBuffer()
74 this.directAllocation = directAllocation; in BasicVector_ByteBuffer()
76 if (directAllocation) { in BasicVector_ByteBuffer()
89 this.directAllocation = directAllocation; in BasicVector_ByteBuffer()
273 if (directAllocation) { in adjustArray()
[all …]
H A DBasicVector_CharBuffer.java45 private boolean directAllocation; field in BasicVector_CharBuffer
51 public BasicVector_CharBuffer(int capacity, boolean directAllocation) { in BasicVector_CharBuffer() argument
52 this.directAllocation = directAllocation; in BasicVector_CharBuffer()
53 if (directAllocation) { in BasicVector_CharBuffer()
64 this.directAllocation = directAllocation; in BasicVector_CharBuffer()
65 if (directAllocation) { in BasicVector_CharBuffer()
76 public BasicVector_CharBuffer(ByteBuffer buffer, boolean directAllocation) { in BasicVector_CharBuffer() argument
78 this.directAllocation = directAllocation; in BasicVector_CharBuffer()
84 this.directAllocation = directAllocation; in BasicVector_CharBuffer()
284 return new BasicVector_CharBuffer(newElements, directAllocation); in adjustArray()
[all …]
H A DBasicVector_IntBuffer.java47 private boolean directAllocation; field in BasicVector_IntBuffer
53 public BasicVector_IntBuffer(int capacity, boolean directAllocation) { in BasicVector_IntBuffer() argument
54 this.directAllocation = directAllocation; in BasicVector_IntBuffer()
55 if (directAllocation) { in BasicVector_IntBuffer()
66 this.directAllocation = directAllocation; in BasicVector_IntBuffer()
67 if (directAllocation) { in BasicVector_IntBuffer()
80 this.directAllocation = directAllocation; in BasicVector_IntBuffer()
89 public BasicVector_IntBuffer(IntBuffer buffer, boolean directAllocation) { in BasicVector_IntBuffer() argument
90 this.directAllocation = directAllocation; in BasicVector_IntBuffer()
288 return new BasicVector_IntBuffer(newElements, directAllocation); in adjustArray()
[all …]
H A Dmake_array.java64 boolean directAllocation = direct.equals(NIL) ? false : true; in execute()
175 v = new ComplexVector_ByteBuffer(size, directAllocation); in execute()
183 directAllocation); in execute()
185 v = new BasicVector_ByteBuffer(size, directAllocation); in execute()
205 v = new BasicVector_CharBuffer(size, directAllocation); in execute()
223 v = new BasicVector_IntBuffer((java.nio.IntBuffer)o, directAllocation); in execute()
230 v = new BasicVector_IntBuffer(size, directAllocation); in execute()
290 array = new SimpleArray_ByteBuffer(dimv, directAllocation); in execute()
309 array = new SimpleArray_CharBuffer(dimv, directAllocation); in execute()
328 array = new SimpleArray_IntBuffer(dimv, directAllocation); in execute()
[all …]
H A DComplexArray_ByteBuffer.java47 private boolean directAllocation; field in ComplexArray_ByteBuffer
57 public ComplexArray_ByteBuffer(int[] dimv, boolean directAllocation) { in ComplexArray_ByteBuffer() argument
59 this.directAllocation = directAllocation; in ComplexArray_ByteBuffer()
61 if (directAllocation) { in ComplexArray_ByteBuffer()
72 public ComplexArray_ByteBuffer(int[] dimv, LispObject initialContents, boolean directAllocation) { in ComplexArray_ByteBuffer() argument
76 this.directAllocation = directAllocation; in ComplexArray_ByteBuffer()
82 if (directAllocation) { in ComplexArray_ByteBuffer()
94 …plexArray_ByteBuffer(int[] dimv, AbstractArray array, int displacement, boolean directAllocation) { in ComplexArray_ByteBuffer() argument
98 this.directAllocation = directAllocation; in ComplexArray_ByteBuffer()
299 if (directAllocation) { in adjustArray()
H A DComplexArray_IntBuffer.java48 private boolean directAllocation; field in ComplexArray_IntBuffer
58 public ComplexArray_IntBuffer(int[] dimv, boolean directAllocation) { in ComplexArray_IntBuffer() argument
60 this.directAllocation = directAllocation; in ComplexArray_IntBuffer()
62 if (directAllocation) { in ComplexArray_IntBuffer()
75 boolean directAllocation) { in ComplexArray_IntBuffer() argument
77 this.directAllocation = directAllocation; in ComplexArray_IntBuffer()
85 if (directAllocation) { in ComplexArray_IntBuffer()
100 int displacement, boolean directAllocation) { in ComplexArray_IntBuffer() argument
104 this.directAllocation = directAllocation; in ComplexArray_IntBuffer()
H A DSimpleArray_CharBuffer.java47 boolean directAllocation; field in SimpleArray_CharBuffer
53 public SimpleArray_CharBuffer(int[] dimv, boolean directAllocation) { in SimpleArray_CharBuffer() argument
56 this.directAllocation = directAllocation; in SimpleArray_CharBuffer()
57 if (directAllocation) { in SimpleArray_CharBuffer()
69 public SimpleArray_CharBuffer(int[] dimv, LispObject initialContents, boolean directAllocation) { in SimpleArray_CharBuffer() argument
77 this.directAllocation = directAllocation; in SimpleArray_CharBuffer()
79 if (directAllocation) { in SimpleArray_CharBuffer()
92 public SimpleArray_CharBuffer(int rank, LispObject initialContents, boolean directAllocation) { in SimpleArray_CharBuffer() argument
105 this.directAllocation = directAllocation; in SimpleArray_CharBuffer()
107 if (directAllocation) { in SimpleArray_CharBuffer()
H A DComplexVector_ByteBuffer.java49 private boolean directAllocation; field in ComplexVector_ByteBuffer
61 this.directAllocation = directAllocation; in ComplexVector_ByteBuffer()
62 if (directAllocation) { in ComplexVector_ByteBuffer()
76 boolean directAllocation) { in ComplexVector_ByteBuffer() argument
80 this.directAllocation = directAllocation; in ComplexVector_ByteBuffer()
312 if (directAllocation) { in nreverse()
372 if (directAllocation) { in ensureCapacity()
387 if (directAllocation) { in ensureCapacity()
414 if (directAllocation) { in adjustArray()
438 if (directAllocation) { in adjustArray()
[all …]
H A DComplexVector_IntBuffer.java51 private boolean directAllocation; field in ComplexVector_IntBuffer
61 public ComplexVector_IntBuffer(int capacity, boolean directAllocation) { in ComplexVector_IntBuffer() argument
63 this.directAllocation = directAllocation; in ComplexVector_IntBuffer()
64 if (directAllocation) { in ComplexVector_IntBuffer()
82 this.directAllocation = directAllocation; in ComplexVector_IntBuffer()
292 if (directAllocation) { in nreverse()
351 if (directAllocation) { in ensureCapacity()
367 if (directAllocation) { in ensureCapacity()
395 if (directAllocation) { in adjustArray()
419 if (directAllocation) { in adjustArray()
[all …]
H A DSimpleArray_IntBuffer.java47 private boolean directAllocation; field in SimpleArray_IntBuffer
53 public SimpleArray_IntBuffer(int [] dimv, boolean directAllocation) { in SimpleArray_IntBuffer() argument
55 this.directAllocation = directAllocation; in SimpleArray_IntBuffer()
57 if (directAllocation) { in SimpleArray_IntBuffer()
69 public SimpleArray_IntBuffer(int[] dimv, LispObject initialContents, boolean directAllocation) { in SimpleArray_IntBuffer() argument
72 this.directAllocation = directAllocation; in SimpleArray_IntBuffer()
79 if (directAllocation) { in SimpleArray_IntBuffer()
92 public SimpleArray_IntBuffer(int rank, LispObject initialContents, boolean directAllocation) { in SimpleArray_IntBuffer() argument
105 if (directAllocation) { in SimpleArray_IntBuffer()
318 = new SimpleArray_IntBuffer(dimv, directAllocation); in adjustArray()
H A DSimpleArray_ByteBuffer.java45 private boolean directAllocation; field in SimpleArray_ByteBuffer
51 public SimpleArray_ByteBuffer(int[] dimv, boolean directAllocation) { in SimpleArray_ByteBuffer() argument
53 this.directAllocation = directAllocation; in SimpleArray_ByteBuffer()
55 if (directAllocation) { in SimpleArray_ByteBuffer()
66 public SimpleArray_ByteBuffer(int[] dimv, LispObject initialContents, boolean directAllocation) { in SimpleArray_ByteBuffer() argument
69 this.directAllocation = directAllocation; in SimpleArray_ByteBuffer()
76 if (directAllocation) { in SimpleArray_ByteBuffer()
88 public SimpleArray_ByteBuffer(int rank, LispObject initialContents, boolean directAllocation) { in SimpleArray_ByteBuffer() argument
101 if (directAllocation) { in SimpleArray_ByteBuffer()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/d3d12/
H A DResourceAllocatorManagerD3D12.cpp210 ResourceHeapAllocation directAllocation; in AllocateMemory() local
211 DAWN_TRY_ASSIGN(directAllocation, in AllocateMemory()
214 if (directAllocation.GetInfo().mMethod != AllocationMethod::kInvalid) { in AllocateMemory()
215 return std::move(directAllocation); in AllocateMemory()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/d3d12/
H A DResourceAllocatorManagerD3D12.cpp169 ResourceHeapAllocation directAllocation; in AllocateMemory() local
170 DAWN_TRY_ASSIGN(directAllocation, in AllocateMemory()
173 return directAllocation; in AllocateMemory()