| /kernel/linux/linux-6.6/lib/ |
| H A D | percpu-refcount.c | 66 size_t align = max_t(size_t, 1 << __PERCPU_REF_FLAG_BITS, in percpu_ref_init() local
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| H A D | virtio_ring.h | 66 static inline unsigned vring_size(unsigned int num, unsigned long align) in vring_size() argument 57 vring_init(struct vring *vr, unsigned int num, void *p, unsigned long align) vring_init() argument
|
| /test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
| H A D | mallocndk.cpp | 76 int align = getpagesize();
in Memalign() local
|
| H A D | malloc1ndk.cpp | 68 int align = getpagesize();
in Memalign() local
|
| /third_party/elfutils/libelf/ |
| H A D | elf_getdata.c | 118 __libelf_data_type (GElf_Ehdr *ehdr, int sh_type, GElf_Xword align) in __libelf_data_type() argument 141 const size_t align = __libelf_type_align (eclass, type); in convert_data() local 218 Elf64_Xword align; in __libelf_set_rawdata_wrlock() local [all...] |
| /third_party/elfio/elfio/ |
| H A D | elfio_note.hpp | 70 int align = sizeof( Elf_Word ); in get_note() local 104 int align = sizeof( Elf_Word ); in add_note() local 107 std::string buffer( reinterpret_cast<char*>( &nameLenConv ), align ); in add_note() local 110 buffer.append( reinterpret_cast<char*>( &descSizeConv ), align ); in add_note() local 112 buffer.append( reinterpret_cast<char*>( &type ), align ); add_note() local 146 Elf_Word align = sizeof( Elf_Word ); process_section() local [all...] |
| /third_party/ffmpeg/libavcodec/ppc/ |
| H A D | h264qpel.c | 220 vec_u8 tmp1, tmp2, mask, edges, align; in put_pixels16_l2_altivec() local 261 vec_u8 tmp1, tmp2, mask, edges, align; in avg_pixels16_l2_altivec() local
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | v210dec.c | 130 static int v210_stride(int width, int align) { in v210_stride() argument 148 int align; in decode_frame() local [all...] |
| /third_party/ffmpeg/tests/checkasm/ |
| H A D | h264dsp.c | 186 int bit_depth, sz, align, dc; in check_idct() local
|
| /third_party/cups-filters/cupsfilters/ |
| H A D | image-bmp.c | 73 align; /* Alignment bytes */ in _cupsImageReadBMP() local [all...] |
| /third_party/FreeBSD/sys/dev/usb/ |
| H A D | usb_busdma.h | 125 usb_size_t align; member
|
| /third_party/libwebsockets/lib/core-net/ |
| H A D | lws-dsh.c | 44 size_t align = sizeof(int *); in lws_dsh_align() local
|
| /third_party/mesa3d/src/amd/common/ |
| H A D | ac_rtld.h | 46 uint32_t align; member
|
| /third_party/mesa3d/src/asahi/compiler/ |
| H A D | agx_register_allocate.c | 65 agx_assign_regs(BITSET_WORD *used_regs, unsigned count, unsigned align, unsigned max) in agx_assign_regs() argument 166 unsigned align = (I->dest[d].size == AGX_SIZE_16) ? 1 : 2; in agx_ra_assign_local() local
|
| /third_party/mesa3d/src/gallium/frontends/clover/nir/ |
| H A D | invocation.cpp | 73 clover_arg_size_align(const glsl_type *type, unsigned *size, unsigned *align) in clover_arg_size_align() argument
|
| /third_party/musl/src/misc/ |
| H A D | ioctl.c | 110 int align = map->force_align ? sizeof(time_t) : alignof(time_t); in convert_ioctl_struct() local 140 long long align; in ioctl() member
|
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | test_eu_compact.cpp | 34 unsigned align; member
|
| /third_party/mesa3d/src/mesa/main/ |
| H A D | texcompress_cpal.c | 157 GLint saved_align, align; in _mesa_cpal_compressed_teximage2d() local
|
| /third_party/mesa3d/src/intel/vulkan/ |
| H A D | anv_nir_compute_push_layout.c | 126 const unsigned align = compiler->scalar_stage[nir->info.stage] ? 4 : 16; in anv_nir_compute_push_layout() local
|
| /third_party/node/deps/ngtcp2/ngtcp2/lib/ |
| H A D | ngtcp2_ksl.h | 71 uint64_t align; member 95 uint64_t align; member
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_ksl.h | 72 uint64_t align; member 97 uint64_t align; member
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_vX_shader.c | 207 shared_type_info(const struct glsl_type *type, unsigned *size, unsigned *align) in shared_type_info() argument
|
| /third_party/ltp/testcases/kernel/io/ltp-aiodio/ |
| H A D | aiodio_sparse.c | 55 static void aiodio_sparse(char *filename, long long align, long long ws, in aiodio_sparse() argument
|
| H A D | aiodio_append.c | 43 static void aiodio_append(char *filename, int bcount, long long align, long long ws, int naio) in aiodio_append() argument
|
| /third_party/node/deps/v8/src/diagnostics/ |
| H A D | gdb-jit.cc | 117 void Align(uintptr_t align) { in Align() argument [all...] |