| /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
|
| /third_party/mesa3d/src/nouveau/codegen/ |
| H A D | nv50_ir_emit_gv100.h | 293 inline void emitCBUF(int buf, int gpr, int off, int len, int align, in emitCBUF() argument
|
| /third_party/mesa3d/src/util/tests/vma/ |
| H A D | vma_random_test.cpp | 105 uint64_t align = align_pages * MEM_PAGE_SIZE; in alloc() local
|
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
| H A D | Layout.cpp | 33 void Layout::requireAlignment(size_t align, bool pad) in requireAlignment() argument
|
| /third_party/vk-gl-cts/external/amber/src/src/ |
| H A D | format.cc | 163 uint32_t align = 0; in CalcArrayBaseAlignmentInBytes() local 197 uint32_t align in CalcMatrixBaseAlignmentInBytes() local [all...] |
| /third_party/skia/third_party/externals/swiftshader/src/Common/ |
| H A D | Math.hpp | 388 inline T align(T value, unsigned int alignment) in align() function 394 inline T align(T value) in align() function
|
| /third_party/skia/third_party/externals/freetype/src/pshinter/ |
| H A D | pshglob.h | 151 int align; member
|