Home
last modified time | relevance | path

Searched refs:parts_count (Results 1 – 8 of 8) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-math.cc242 unsigned int *parts_count, /* IN/OUT */ in hb_ot_math_get_glyph_assembly() argument
250 parts_count, in hb_ot_math_get_glyph_assembly()
Dhb-ot-math-table.hh505 unsigned int *parts_count, /* IN/OUT */ in get_parts()
509 if (parts_count) in get_parts()
512 hb_array_t<const MathGlyphPartRecord> arr = partRecords.sub_array (start_offset, parts_count); in get_parts()
618 unsigned int *parts_count, /* IN/OUT */ in get_glyph_parts()
624 start_offset, parts_count, parts, in get_glyph_parts()
Dhb-ot-math.h202 unsigned int *parts_count, /* IN/OUT */
/external/u-boot/include/
Dpart.h339 char *str_guid, int parts_count);
352 disk_partition_t *partitions, const int parts_count);
/external/deqp/external/openglcts/modules/glesext/texture_buffer/
DesextcTextureBufferPrecision.cpp207 const glw::GLuint parts_count, in verifyShaderCompilationStatus() argument
221 std::string shader_code = specializeShader(parts_count, sh_code_parts); in verifyShaderCompilationStatus()
DesextcTextureBufferPrecision.hpp124 const glw::GLuint parts_count, const glw::GLint expected_status);
/external/u-boot/disk/
Dpart_efi.c605 char *str_guid, int parts_count) in gpt_fill_header() argument
629 disk_partition_t *partitions, int parts_count) in gpt_restore() argument
654 ret = gpt_fill_header(dev_desc, gpt_h, str_disk_guid, parts_count); in gpt_restore()
659 ret = gpt_fill_pte(dev_desc, gpt_h, gpt_e, partitions, parts_count); in gpt_restore()
/external/u-boot/cmd/
Dgpt.c376 u8 *parts_count) in set_gpt_info() argument
539 *parts_count = p_count; in set_gpt_info()