HomeSort by relevance Sort by last modified time
    Searched refs:alloc (Results 1 - 25 of 1519) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ia64/
alloc.s 1 // Make sure error messages on 'alloc' don't needlessly refer to operand 1
6 alloc: label
7 alloc r2 = ar.pfs, x, 0, 0, 0
8 alloc r2 = ar.pfs, 0, x, 0, 0
9 alloc r2 = ar.pfs, 0, 0, x, 0
10 alloc r2 = ar.pfs, 0, 0, 0, x
11 alloc r3 = x, 0, 0, 0
12 alloc r3 = 0, x, 0, 0
13 alloc r3 = 0, 0, x, 0
14 alloc r3 = 0, 0, 0,
    [all...]
  /external/clang/test/PCH/Inputs/
typo.h 4 + (id)alloc;
  /external/mesa3d/src/util/
vk_alloc.h 32 vk_alloc(const VkAllocationCallbacks *alloc,
36 return alloc->pfnAllocation(alloc->pUserData, size, align, scope);
40 vk_realloc(const VkAllocationCallbacks *alloc,
44 return alloc->pfnReallocation(alloc->pUserData, ptr, size, align, scope);
48 vk_free(const VkAllocationCallbacks *alloc, void *data)
53 alloc->pfnFree(alloc->pUserData, data);
58 const VkAllocationCallbacks *alloc,
    [all...]
  /external/clang/test/Modules/Inputs/
typo.h 4 + (id)alloc;
  /external/lzma/C/
7zBuf.c 14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
22 p->data = (Byte *)alloc->Alloc(alloc, size);
31 void Buf_Free(CBuf *p, ISzAlloc *alloc)
33 alloc->Free(alloc, p->data);
7zBuf.h 18 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc);
19 void Buf_Free(CBuf *p, ISzAlloc *alloc);
30 int DynBuf_Write(CDynBuf *p, const Byte *buf, size_t size, ISzAlloc *alloc);
31 void DynBuf_Free(CDynBuf *p, ISzAlloc *alloc);
  /frameworks/rs/support/jni/
android_rscompat_usage_io_driver.cpp 15 static bool IoGetBuffer(const Context *rsc, Allocation *alloc, ANativeWindow *nw) {
16 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
28 alloc->mHal.drvState.lod[0].mallocPtr = dst;
29 alloc->mHal.drvState.lod[0].stride = drv->wndBuffer->stride * alloc->mHal.state.elementSizeBytes;
35 Allocation *alloc = (Allocation *)allocR; local
36 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
49 r = ANativeWindow_setBuffersGeometry(nw, alloc->mHal.drvState.lod[0].dimX,
50 alloc->mHal.drvState.lod[0].dimY,
57 IoGetBuffer(rsc, alloc, nw)
    [all...]
  /external/clang/test/PCH/
objc_property.h 8 + alloc;
method_pool.h 16 + alloc; variable
25 + alloc { return 0; }
  /external/mesa3d/src/amd/vulkan/
radv_wsi_x11.c 47 &device->instance->alloc,
61 &device->instance->alloc,
72 const VkAllocationCallbacks *alloc; local
76 alloc = pAllocator;
78 alloc = &instance->alloc;
80 return wsi_create_xcb_surface(alloc, pCreateInfo, pSurface);
90 const VkAllocationCallbacks *alloc; local
95 alloc = pAllocator;
97 alloc = &instance->alloc
    [all...]
radv_wsi_wayland.c 49 const VkAllocationCallbacks *alloc; local
53 alloc = pAllocator;
55 alloc = &instance->alloc;
57 return wsi_create_wl_surface(alloc, pCreateInfo, pSurface);
  /external/mesa3d/src/intel/vulkan/
anv_wsi_x11.c 43 &device->instance->alloc,
57 &device->instance->alloc,
68 const VkAllocationCallbacks *alloc; local
72 alloc = pAllocator;
74 alloc = &instance->alloc;
76 return wsi_create_xcb_surface(alloc, pCreateInfo, pSurface);
86 const VkAllocationCallbacks *alloc; local
91 alloc = pAllocator;
93 alloc = &instance->alloc
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/utilities/tuple/tuple.tuple/
diagnose_reference_binding.fail.cpp 23 std::allocator<void> alloc; local
29 std::tuple<int const&> t1(std::allocator_arg, alloc, 42); // expected-note {{requested here}}
32 std::tuple<std::string &&> t3(std::allocator_arg, alloc, "hello"); // expected-note {{requested here}}
  /external/compiler-rt/lib/tsan/tests/unit/
tsan_dense_alloc_test.cc 25 typedef DenseSlabAlloc<int, 128, 128> Alloc;
26 typedef Alloc::Cache Cache;
27 typedef Alloc::IndexT IndexT;
30 Alloc alloc; local
32 alloc.InitCache(&cache);
37 IndexT idx = alloc.Alloc(&cache);
40 int *v = alloc.Map(idx);
46 int *v = alloc.Map(idx)
    [all...]
  /external/perfetto/tools/sanitizers_unittests/
sanitizers_unittest.cc 33 void* alloc = malloc(16);
34 volatile char* mem = reinterpret_cast<volatile char*>(alloc);
37 free(alloc);
84 void* alloc = malloc(16);
85 reinterpret_cast<volatile char*>(alloc)[0] = 1;
86 alloc = malloc(16);
87 reinterpret_cast<volatile char*>(alloc)[0] = 2;
88 free(alloc);
97 std::unique_ptr<int> alloc(new int(1));
98 *reinterpret_cast<volatile char*>(alloc.get()) = 1
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 86 uint8_t *GetOffsetPtr(const android::renderscript::Allocation *alloc,
89 uint8_t *ptr = (uint8_t *)alloc->mHal.drvState.lod[lod].mallocPtr;
90 ptr += face * alloc->mHal.drvState.faceOffset;
91 ptr += zoff * alloc->mHal.drvState.lod[lod].dimY * alloc->mHal.drvState.lod[lod].stride;
92 ptr += yoff * alloc->mHal.drvState.lod[lod].stride;
93 ptr += xoff * alloc->mHal.state.elementSizeBytes;
98 static void Update2DTexture(const Context *rsc, const Allocation *alloc, const void *ptr,
102 DrvAllocation *drv = (DrvAllocation *)alloc->mHal.drv;
108 if (alloc->mHal.state.hasFaces)
    [all...]
  /frameworks/rs/rsov/driver/
rsovAllocation.cpp 82 size_t AllocationBuildPointerTable(const Context *rsc, const Allocation *alloc,
85 alloc->mHal.drvState.lod[0].dimX = type->getDimX();
86 alloc->mHal.drvState.lod[0].dimY = type->getDimY();
87 alloc->mHal.drvState.lod[0].dimZ = type->getDimZ();
88 alloc->mHal.drvState.lod[0].mallocPtr = 0;
91 alloc->mHal.drvState.lod[0].dimX * type->getElementSizeBytes();
92 alloc->mHal.drvState.lod[0].stride = rsRound(stride, requiredAlignment);
93 alloc->mHal.drvState.lodCount = type->getLODCount();
94 alloc->mHal.drvState.faceCount = type->getDimFaces();
99 size_t o = alloc->mHal.drvState.lod[0].stride
    [all...]
  /external/libcxx/test/std/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 40 std::allocator<bool> alloc; local
41 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
44 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
45 test<std::vector<bool> >(a, an, alloc);
49 min_allocator<bool> alloc; local
50 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
52 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
53 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_live_variables.h 63 vec4_live_variables(const simple_allocator &alloc, cfg_t *cfg);
76 const simple_allocator &alloc; member in class:brw::vec4_live_variables
85 var_from_reg(const simple_allocator &alloc, const src_reg &reg,
88 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
91 8 * (alloc.offsets[reg.nr] + reg.offset / REG_SIZE) +
94 assert(result < 8 * (alloc.offsets[reg.nr] + alloc.sizes[reg.nr]));
99 var_from_reg(const simple_allocator &alloc, const dst_reg &reg,
102 assert(reg.file == VGRF && reg.nr < alloc.count && c < 4);
105 8 * (alloc.offsets[reg.nr] + reg.offset / REG_SIZE)
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector/vector.cons/
construct_iter_iter_alloc.pass.cpp 56 std::allocator<int> alloc; local
57 test<std::vector<int> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
58 test<std::vector<int> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
59 test<std::vector<int> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
60 test<std::vector<int> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
61 test<std::vector<int> >(a, an, alloc);
67 min_allocator<int> alloc; local
68 test<std::vector<int, min_allocator<int>> >(input_iterator<const int*>(a), input_iterator<const int*>(an), alloc); local
69 test<std::vector<int, min_allocator<int>> >(forward_iterator<const int*>(a), forward_iterator<const int*>(an), alloc); local
70 test<std::vector<int, min_allocator<int>> >(bidirectional_iterator<const int*>(a), bidirectional_iterator<const int*>(an), alloc); local
71 test<std::vector<int, min_allocator<int>> >(random_access_iterator<const int*>(a), random_access_iterator<const int*>(an), alloc); local
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/containers/sequences/vector.bool/
construct_iter_iter_alloc.pass.cpp 40 std::allocator<bool> alloc; local
41 test<std::vector<bool> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
42 test<std::vector<bool> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
43 test<std::vector<bool> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
44 test<std::vector<bool> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
45 test<std::vector<bool> >(a, an, alloc);
49 min_allocator<bool> alloc; local
50 test<std::vector<bool, min_allocator<bool>> >(input_iterator<const bool*>(a), input_iterator<const bool*>(an), alloc); local
51 test<std::vector<bool, min_allocator<bool>> >(forward_iterator<const bool*>(a), forward_iterator<const bool*>(an), alloc); local
52 test<std::vector<bool, min_allocator<bool>> >(bidirectional_iterator<const bool*>(a), bidirectional_iterator<const bool*>(an), alloc); local
53 test<std::vector<bool, min_allocator<bool>> >(random_access_iterator<const bool*>(a), random_access_iterator<const bool*>(an), alloc); local
    [all...]
  /external/mesa3d/src/compiler/nir/
nir_array.h 37 size_t alloc; member in struct:__anon29312
46 arr->alloc = 0;
68 if (new_size > arr->alloc) {
69 if (arr->alloc == 0)
70 arr->alloc = NIR_ARRAY_INITIAL_SIZE;
72 while (new_size > arr->alloc)
73 arr->alloc *= 2;
76 arr->data = reralloc_size(arr->mem_ctx, arr->data, arr->alloc);
78 arr->data = realloc(arr->data, arr->alloc);
  /external/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp 29 void test_FunctionObject(AllocType& alloc)
41 std::function<FuncType> f2(std::allocator_arg, alloc, f);
53 void test_FreeFunction(AllocType& alloc)
65 std::function<FuncType> f2(std::allocator_arg, alloc, f);
75 void test_MemFunClass(AllocType& alloc)
87 std::function<FuncType> f2(std::allocator_arg, alloc, f);
96 template <class Alloc>
97 void test_for_alloc(Alloc& alloc)
100 test_FunctionObject<int()>(alloc);
118 bare_allocator<DummyClass> alloc; local
    [all...]
  /prebuilts/misc/common/swig/include/2.0.11/python/
pystrings.swg 6 SWIG_AsCharPtrAndSize(PyObject *obj, char** cptr, size_t* psize, int *alloc)
16 if (!alloc && cptr) {
25 if(alloc) *alloc = SWIG_NEWOBJ;
30 if (alloc) {
41 if (*alloc != SWIG_OLDOBJ)
43 if (*alloc == SWIG_NEWOBJ)
47 *alloc = SWIG_NEWOBJ;
51 *alloc = SWIG_OLDOBJ;
72 if (alloc) *alloc = SWIG_OLDOBJ
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.con/
alloc_function.pass.cpp 29 void test_FunctionObject(AllocType& alloc)
41 std::function<FuncType> f2(std::allocator_arg, alloc, f);
53 void test_FreeFunction(AllocType& alloc)
65 std::function<FuncType> f2(std::allocator_arg, alloc, f);
75 void test_MemFunClass(AllocType& alloc)
87 std::function<FuncType> f2(std::allocator_arg, alloc, f);
96 template <class Alloc>
97 void test_for_alloc(Alloc& alloc)
100 test_FunctionObject<int()>(alloc);
118 bare_allocator<DummyClass> alloc; local
    [all...]

Completed in 1193 milliseconds

1 2 3 4 5 6 7 8 91011>>