| /foundation/graphic/graphic_3d/lume/Lume_3D/src/render/node/ |
| H A D | render_node_default_material_objects.cpp | 44 constexpr size_t Align(size_t value, size_t align) in Align() argument
|
| H A D | render_node_morph.cpp | 41 inline size_t Align(size_t value, size_t align) in Align() argument
|
| /foundation/multimedia/media_foundation/src/plugin/ |
| H A D | plugin_buffer.cpp | 22 Memory::Memory(size_t capacity, std::shared_ptr<uint8_t> bufData, size_t align, MemoryType type) in Memory() argument 28 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type, bool allocMem) in Memory() argument 132 std::shared_ptr<Buffer> Buffer::CreateDefaultBuffer(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) in CreateDefaultBuffer() argument 156 std::shared_ptr<Memory> Buffer::AllocMemory(std::shared_ptr<Allocator> allocator, size_t capacity, size_t align) in AllocMemory() argument [all...] |
| /foundation/multimedia/media_foundation/src/buffer/avbuffer/ |
| H A D | avmemory.cpp | 208 int32_t align = -1; in ReadCommonFromMessageParcel() local 61 CreateAVMemory(std::shared_ptr<AVAllocator> allocator, int32_t capacity, int32_t align) CreateAVMemory() argument
|
| /foundation/multimedia/media_foundation/engine/plugin/common/ |
| H A D | plugin_buffer.cpp | 23 Memory::Memory(size_t capacity, std::shared_ptr<uint8_t> bufData, size_t align, MemoryType type) in Memory() argument 29 Memory::Memory(size_t capacity, std::shared_ptr<Allocator> allocator, size_t align, MemoryType type, bool allocMem) in Memory() argument 238 std::shared_ptr<Memory> Buffer::AllocMemory(std::shared_ptr<Allocator> allocator, size_t capacity, size_t align) in AllocMemory() argument 199 CreateDefaultBuffer(BufferMetaType type, size_t capacity, std::shared_ptr<Allocator> allocator, size_t align) CreateDefaultBuffer() argument [all...] |
| /foundation/communication/netmanager_base/services/netmanagernative/src/manager/ |
| H A D | vpn_manager.cpp | 259 cmsghdr align; in SendVpnInterfaceFdToClient() member
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegenc_common.c | 391 int align= (-(size_t)(buf))&3; in ff_mjpeg_escape_FF() local
|
| H A D | pafvideo.c | 172 int align; in decode_0() local
|
| /third_party/elfio/elfio/ |
| H A D | elfio.hpp | 811 Elf_Xword align = seg->get_align() > 0 ? seg->get_align() : 1; variable 896 Elf_Xword align = sec->get_addr_align(); variable [all...] |
| /third_party/elfutils/libelf/ |
| H A D | elf32_updatefile.c | 347 size_t align; in __elfw2() local
|
| H A D | elf_compress.c | 307 __libelf_reset_rawdata (Elf_Scn *scn, void *buf, size_t size, size_t align, in __libelf_reset_rawdata() argument
|
| /third_party/elfutils/libdwfl/ |
| H A D | dwfl_report_elf.c | 82 const GElf_Xword align = shdr->sh_addralign ?: 1; in __libdwfl_elf_address_range() local [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | samplefmt.c | 121 av_samples_get_buffer_size(int *linesize, int nb_channels, int nb_samples, enum AVSampleFormat sample_fmt, int align) av_samples_get_buffer_size() argument 153 av_samples_fill_arrays(uint8_t **audio_data, int *linesize, const uint8_t *buf, int nb_channels, int nb_samples, enum AVSampleFormat sample_fmt, int align) av_samples_fill_arrays() argument 182 av_samples_alloc(uint8_t **audio_data, int *linesize, int nb_channels, int nb_samples, enum AVSampleFormat sample_fmt, int align) av_samples_alloc() argument 207 av_samples_alloc_array_and_samples(uint8_t ***audio_data, int *linesize, int nb_channels, int nb_samples, enum AVSampleFormat sample_fmt, int align) av_samples_alloc_array_and_samples() argument [all...] |
| /third_party/elfutils/libdwelf/ |
| H A D | dwelf_strtab.c | 151 size_t align = ((__alignof__ (struct Dwelf_Strent) in newstring() local
|
| /third_party/FreeBSD/sys/dev/usb/controller/ |
| H A D | usb_controller.c | 798 usb_bus_mem_flush_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_flush_all_cb() argument 823 usb_bus_mem_alloc_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_alloc_all_cb() argument 886 usb_bus_mem_free_all_cb(struct usb_bus *bus, struct usb_page_cache *pc, struct usb_page *pg, usb_size_t nsize, usb_size_t align) usb_bus_mem_free_all_cb() argument
|
| /third_party/libwebsockets/lib/misc/lwsac/ |
| H A D | lwsac.c | 46 size_t align = sizeof(int *); in lwsac_align() local
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_rgp_elf_object_pack.c | 263 uint32_t align = ALIGN(symbol_offset, 256) - symbol_offset; in ac_rgp_file_write_elf_text() local
|
| /third_party/libdrm/intel/ |
| H A D | intel_bufmgr.h | 65 unsigned long align; member
|
| /third_party/mesa3d/src/compiler/nir/ |
| H A D | nir_opt_preamble.c | 59 unsigned size, align; member
|
| /third_party/mesa3d/src/freedreno/ir3/ |
| H A D | ir3_context.c | 416 create_addr0(struct ir3_block *block, struct ir3_instruction *src, int align) in create_addr0() argument 468 ir3_get_addr0(struct ir3_context *ctx, struct ir3_instruction *src, int align) in ir3_get_addr0() argument
|
| H A D | ir3_nir_opt_preamble.c | 36 def_size(nir_ssa_def *def, unsigned *size, unsigned *align) in def_size() argument
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_nir_lower_mem_access_bit_sizes.c | 92 const unsigned align = nir_intrinsic_align(intrin); in lower_mem_load_bit_size() local 171 const unsigned align = nir_intrinsic_align(intrin); in lower_mem_store_bit_size() local 30 dup_mem_intrinsic(nir_builder *b, nir_intrinsic_instr *intrin, nir_ssa_def *store_src, int offset, unsigned num_components, unsigned bit_size, unsigned align) dup_mem_intrinsic() argument [all...] |
| /third_party/ltp/testcases/kernel/io/direct_io/ |
| H A D | dma_thread_diotest.c | 132 static int align; variable [all...] |
| /third_party/ltp/testcases/kernel/kvm/ |
| H A D | lib_guest.c | 98 void *tst_heap_alloc_aligned(size_t size, size_t align) in tst_heap_alloc_aligned() argument
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | uvd_enc_tests.c | 333 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_uvd_enc_encode() local
|