Home
last modified time | relevance | path

Searched defs:min_align (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/align/
Daligned_allocator_adaptor.hpp58 struct min_align { struct in boost::alignment::aligned_allocator_adaptor
59 enum {
/third_party/ffmpeg/libavresample/
Daudio_data.c39 int min_align = 128; in calc_ptr_alignment() local
/third_party/boost/boost/pool/
Dpool.hpp524 typename pool<UserAllocator>::size_type const pool<UserAllocator>::min_align; member in boost::pool<UserAllocator>
/third_party/flatbuffers/rust/flatbuffers/src/
Dbuilder.rs55 min_align: usize, field
/third_party/alsa-lib/src/pcm/
Dpcm_params.c2387 int fb, min_align; in _snd_pcm_hw_params_internal() local
Dpcm_local.h233 snd_pcm_uframes_t min_align; member
Dpcm.c6147 unsigned int format, channels, fb, min_align; in snd_pcm_hw_params_get_min_align() local
/third_party/flatbuffers/src/
Didl_parser.cpp1496 size_t min_align, size_t *align) { in ParseAlignAttribute()