Home
last modified time | relevance | path

Searched defs:align (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/external/mesa3d/src/vulkan/util/
Dvk_alloc.h33 size_t size, size_t align, in vk_alloc()
41 size_t size, size_t align, in vk_zalloc()
55 void *ptr, size_t size, size_t align, in vk_realloc()
73 size_t size, size_t align, in vk_alloc2()
85 size_t size, size_t align, in vk_zalloc2()
/external/e2fsprogs/lib/ext2fs/
Dinline.c46 unsigned long align, void *ptr) in ext2fs_get_memalign()
85 static int isaligned(void *ptr, unsigned long align) in isaligned()
90 static errcode_t test_memalign(unsigned long align) in test_memalign()
Ddupfs.c107 int align = ext2fs_get_dio_alignment(src->mmp_fd); in ext2fs_dup_handle() local
/external/clang/test/CodeGen/
Dc-strings.c24 unsigned char align = 2; variable
26 unsigned char align = 1; variable
/external/u-boot/include/
Dmemalign.h71 #define ALLOC_ALIGN_BUFFER_PAD(type, name, size, align, pad) \ argument
76 #define ALLOC_ALIGN_BUFFER(type, name, size, align) \ argument
88 #define DEFINE_ALIGN_BUFFER(type, name, size, align) \ argument
/external/libxcam/xcore/base/
Dxcam_common.h83 xcam_ceil (uint32_t value, const uint32_t align) { in xcam_ceil()
88 xcam_around (uint32_t value, const uint32_t align) { in xcam_around()
93 xcam_floor (uint32_t value, const uint32_t align) { in xcam_floor()
/external/libchrome/base/allocator/
Dallocator_shim_override_linker_wrapped_symbols.h32 SHIM_ALWAYS_EXPORT void* __wrap_memalign(size_t align, size_t size) { in __wrap_memalign()
37 size_t align, in __wrap_posix_memalign()
/external/lzma/C/
DAlloc.c67 static void PrintAligned(const char *s, size_t align) in PrintAligned()
85 static void PrintHex(UInt64 v, size_t align) in PrintHex()
92 static void PrintDec(UInt64 v, size_t align) in PrintDec()
124 #define PrintHex(v, align) argument
125 #define PrintDec(v, align) argument
281 #define MY_ALIGN_PTR_DOWN(p, align) ((void *)((((UIntPtr)(p)) & ~((UIntPtr)(align) - 1)))) argument
283 #define MY_ALIGN_PTR_UP_PLUS(p, align) MY_ALIGN_PTR_DOWN(((char *)(p) + (align) + ADJUST_ALLOC_SIZE… argument
/external/wpa_supplicant_8/src/utils/
Dradiotap.c189 int *align, int *size) in find_override()
239 int pad, align, size, subns; in ieee80211_radiotap_iterator_next() local
/external/elfutils/libelf/
Delf_getdata.c116 __libelf_data_type (Elf *elf, int sh_type, GElf_Xword align) in __libelf_data_type()
141 const size_t align = __libelf_type_align (eclass, type); in convert_data() local
218 Elf64_Xword align; in __libelf_set_rawdata_wrlock() local
/external/libvpx/libvpx/vpx_mem/
Dvpx_mem.c42 static uint64_t get_aligned_malloc_size(size_t size, size_t align) { in get_aligned_malloc_size()
57 void *vpx_memalign(size_t align, size_t size) { in vpx_memalign()
/external/libaom/libaom/aom/src/
Daom_image.c22 unsigned int align; in align_image_dimension() local
151 unsigned int align) { in aom_img_alloc()
165 unsigned int align, in aom_img_alloc_with_border()
/external/compiler-rt/lib/builtins/
Demutls.c37 gcc_word align; /* alignment of the object in bytes */ member
45 static __inline void *emutls_memalign_alloc(size_t align, size_t size) { in emutls_memalign_alloc()
80 size_t align = control->align; in emutls_allocate_object() local
/external/u-boot/arch/powerpc/cpu/mpc85xx/
Dcommproc.c64 m8560_cpm_dpalloc(uint size, uint align) in m8560_cpm_dpalloc()
98 m8560_cpm_hostalloc(uint size, uint align) in m8560_cpm_hostalloc()
/external/deqp/framework/delibs/debase/
DdeInt32.h304 DE_INLINE deBool deIsAligned32 (int a, int align) in deIsAligned32()
316 DE_INLINE deBool deIsAligned64 (deInt64 a, deInt64 align) in deIsAligned64()
328 DE_INLINE deBool deIsAlignedPtr (const void* ptr, deUintptr align) in deIsAlignedPtr()
340 DE_INLINE deInt32 deAlign32 (deInt32 val, deInt32 align) in deAlign32()
352 DE_INLINE deInt64 deAlign64 (deInt64 val, deInt64 align) in deAlign64()
364 DE_INLINE void* deAlignPtr (void* ptr, deUintptr align) in deAlignPtr()
377 DE_INLINE size_t deAlignSize (size_t val, size_t align) in deAlignSize()
/external/elfutils/libasm/
Dasm_newcomsym.c56 GElf_Addr align) in asm_newcomsym()
/external/libvpx/libvpx/vpx_mem/include/
Dvpx_mem_intrnl.h28 #define align_addr(addr, align) \ argument
/external/libaom/libaom/aom_mem/include/
Daom_mem_intrnl.h30 #define align_addr(addr, align) \ argument
/external/u-boot/fs/cbfs/
Dcbfs.c76 static int file_cbfs_next_file(u8 *start, u32 size, u32 align, in file_cbfs_next_file()
125 static void file_cbfs_fill_cache(u8 *start, u32 size, u32 align) in file_cbfs_fill_cache()
261 u32 align; in file_cbfs_find_uncached() local
/external/libaom/libaom/aom_mem/
Daom_mem.c30 static size_t GetAlignedMallocSize(size_t size, size_t align) { in GetAlignedMallocSize()
49 void *aom_memalign(size_t align, size_t size) { in aom_memalign()
/external/python/cpython2/Mac/Modules/icn/
D_Icnmodule.c117 IconAlignmentType align; in Icn_PlotIconID() local
252 IconAlignmentType align; in Icn_PlotIconSuite() local
279 IconAlignmentType align; in Icn_LoadIconCache() local
330 IconAlignmentType align; in Icn_PtInIconID() local
356 IconAlignmentType align; in Icn_PtInIconSuite() local
382 IconAlignmentType align; in Icn_RectInIconID() local
408 IconAlignmentType align; in Icn_RectInIconSuite() local
434 IconAlignmentType align; in Icn_IconIDToRgn() local
461 IconAlignmentType align; in Icn_IconSuiteToRgn() local
525 IconAlignmentType align; in Icn_PlotIconHandle() local
[all …]
/external/deqp/scripts/egl/
Dcommon.py106 def genCommandList (iface, renderCommand, directory, filename, align=False): argument
115 def genCommandLists (registry, renderCommand, check, directory, filePattern, align=False): argument
/external/libvpx/libvpx/vpx/src/
Dvpx_image.c25 int align; in img_alloc_helper() local
137 unsigned int align) { in vpx_img_alloc()
/external/deqp/scripts/opengl/
Dsrc_util.py192 def genCommandList(iface, renderCommand, directory, filename, align=False): argument
199 def genCommandLists(registry, renderCommand, check, directory, filePattern, align=False): argument
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DBindingsHelper.java78 public static int align(int size) { in align() method in BindingsHelper
85 public static long align(long size) { in align() method in BindingsHelper

12345678910>>...15