Home
last modified time | relevance | path

Searched defs:align (Results 651 - 675 of 1333) sorted by relevance

1...<<21222324252627282930>>...54

/kernel/linux/linux-6.6/mm/kfence/
H A Dkfence_test.c457 const size_t align = kmalloc_cache_alignment(size); in test_kmalloc_aligned_oob_read() local
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dsed-opal.h60 __u8 align[2]; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dsed-opal.h60 __u8 align[2]; member
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dmmanndk.cpp145 size_t align = getpagesize(); in MProtect() local
/third_party/ffmpeg/libavcodec/
H A Dmf_utils.c76 ff_create_memory_sample(MFFunctions *f,void *fill_data, size_t size, size_t align) ff_create_memory_sample() argument
/third_party/elfutils/libdwfl/
H A Dcore-file.c245 update_end (GElf_Phdr *pphdr, const GElf_Off align, in update_end() argument
254 do_more (size_t size, GElf_Phdr *pphdr, const GElf_Off align, in do_more() argument
301 const GElf_Off align = dwfl->segment_align ?: 1; in dwfl_elf_phdr_memory_callback() local
[all...]
/third_party/ffmpeg/libavutil/
H A Dframe.c120 static int get_video_buffer(AVFrame *frame, int align) in get_video_buffer() argument
189 static int get_audio_buffer(AVFrame *frame, int align) in get_audio_buffer() argument
254 int av_frame_get_buffer(AVFrame *frame, int align) in av_frame_get_buffer() argument
[all...]
/third_party/FreeBSD/stand/usb/
H A Dusb_busdma_loader.c267 usb_pc_alloc_mem(struct usb_page_cache *pc, struct usb_page *pg, usb_size_t size, usb_size_t align) usb_pc_alloc_mem() argument
/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c554 const char *align = strstr(field_name, ":align="); in display_field() local
/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h183 int align; member
[all...]
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp337 align(T &v, size_t n) { in align() function
/third_party/mesa3d/src/intel/common/
H A Dintel_aux_map.c146 align_and_verify_space(struct intel_aux_map_context *ctx, uint32_t size, uint32_t align) align_and_verify_space() argument
179 add_sub_table(struct intel_aux_map_context *ctx, uint32_t size, uint32_t align, uint64_t *gpu, uint64_t **map) add_sub_table() argument
/third_party/mesa3d/src/microsoft/clc/
H A Dcompute_test.h46 align(size_t value, unsigned alignment) in align() function
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
H A Ddxil_spirv_nir.c37 shared_var_info(const struct glsl_type* type, unsigned* size, unsigned* align) in shared_var_info() argument
/third_party/libdrm/tests/amdgpu/
H A Dvce_tests.c289 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_create() local
357 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_encode_idr() local
407 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; in amdgpu_cs_vce_encode_p() local
490 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; amdgpu_cs_vce_encode() local
571 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; amdgpu_cs_vce_mv() local
671 unsigned align = (family_id >= AMDGPU_FAMILY_AI) ? 256 : 16; amdgpu_cs_vce_encode_mv() local
[all...]
/third_party/lzma/C/
H A DAlloc.c83 static void PrintAligned(const char *s, size_t align) in PrintAligned() argument
101 static void PrintHex(UInt64 v, size_t align) in PrintHex() argument
108 static void PrintDec(int v, size_t align) in PrintDec() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_instr_export.cpp261 auto align = int_from_string_with_prefix(align_str, "AL:"); variable
150 ScratchIOInstr(const RegisterVec4& value, PRegister addr, int align, int align_offset, int writemask, int array_size, bool is_read) ScratchIOInstr() argument
168 ScratchIOInstr(const RegisterVec4& value, int loc, int align, int align_offset,int writemask, bool is_read) ScratchIOInstr() argument
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_texture_desc.c70 int align; in r300_get_pixel_alignment() local
[all...]
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTable.java390 public boolean exportCsv(Writer writer, boolean align) { in exportCsv() argument
409 public boolean exportCsvWithEmptyColumnsPresent(Writer writer, boolean align) { in exportCsvWithEmptyColumnsPresent() argument
418 exportCsvHelper( Writer writer, boolean align, ImmutableSet<Column<?>> columnsToExport) exportCsvHelper() argument
/third_party/skia/third_party/externals/imgui/
H A Dimstb_rectpack.h185 int align; member
[all...]
/third_party/skia/src/pathops/
H A DSkPathOpsQuad.cpp294 void SkDQuad::align(int endIndex, SkDPoint* dstPt) const { in align() function in SkDQuad
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DComputeLayoutMemoryBufferTests.cpp78 uint32_t align; // Alignment of the type in bytes member
[all...]
/third_party/skia/third_party/externals/d3d12allocator/src/
H A DCommon.h78 inline constexpr T AlignUp(T val, T align) in AlignUp() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-serialize.hh485 void align (unsigned int alignment) in align() function
/third_party/python/Modules/_ctypes/
H A Dstgdict.c354 Py_ssize_t len, offset, size, align, i; in PyCStructUnionType_update_stgdict() local
[all...]

Completed in 20 milliseconds

1...<<21222324252627282930>>...54