| /foundation/graphic/graphic_3d/lume/LumeRender/src/node/ |
| H A D | render_node_shader_passes_generic.cpp | 45 constexpr uint32_t Align(uint32_t value, uint32_t align) in Align() argument
|
| /foundation/multimedia/media_foundation/services/media_monitor/server/src/ |
| H A D | ffmpeg_api_wrap.cpp | 265 int FFmpegApiWrap::FrameGetBuffer(AVFrame *frame, int align) in FrameGetBuffer() argument
|
| /foundation/multimedia/player_framework/services/services/engine_intf/ |
| H A D | i_player_engine.h | 214 virtual int32_t ExitSeekContinous(bool align, int64_t seekContinousBatchNo) in ExitSeekContinous() argument
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
| H A D | napi_common.cpp | 755 uint32_t align = 0;
in GetTextTabFromJS() local [all...] |
| /third_party/ffmpeg/libavcodec/ |
| H A D | mf_utils.c | 76 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 D | core-file.c | 245 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 D | frame.c | 120 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 D | usb_busdma_loader.c | 267 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 D | decode.c | 554 const char *align = strstr(field_name, ":align="); in display_field() local
|
| /third_party/mesa3d/src/imgui/ |
| H A D | imstb_rectpack.h | 183 int align; member [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/core/ |
| H A D | kernel.cpp | 337 align(T &v, size_t n) { in align() function
|
| /third_party/mesa3d/src/intel/common/ |
| H A D | intel_aux_map.c | 146 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 D | compute_test.h | 46 align(size_t value, unsigned alignment) in align() function
|
| /third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
| H A D | dxil_spirv_nir.c | 37 shared_var_info(const struct glsl_type* type, unsigned* size, unsigned* align) in shared_var_info() argument
|
| /third_party/libdrm/tests/amdgpu/ |
| H A D | vce_tests.c | 289 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 D | Alloc.c | 83 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 D | sfn_instr_export.cpp | 261 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 D | r300_texture_desc.c | 70 int align; in r300_get_pixel_alignment() local [all...] |
| /third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
| H A D | CsvTable.java | 390 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 D | imstb_rectpack.h | 185 int align; member [all...] |
| /third_party/skia/src/pathops/ |
| H A D | SkPathOpsQuad.cpp | 294 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 D | ComputeLayoutMemoryBufferTests.cpp | 78 uint32_t align; // Alignment of the type in bytes member [all...] |
| /third_party/skia/third_party/externals/d3d12allocator/src/ |
| H A D | Common.h | 78 inline constexpr T AlignUp(T val, T align)
in AlignUp() argument
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-serialize.hh | 485 void align (unsigned int alignment) in align() function
|
| /third_party/python/Modules/_ctypes/ |
| H A D | stgdict.c | 354 Py_ssize_t len, offset, size, align, i; in PyCStructUnionType_update_stgdict() local [all...] |