Searched refs:parts_count (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-math.cc | 242 unsigned int *parts_count, /* IN/OUT */ in hb_ot_math_get_glyph_assembly() argument 250 parts_count, in hb_ot_math_get_glyph_assembly()
|
D | hb-ot-math-table.hh | 505 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()
|
D | hb-ot-math.h | 202 unsigned int *parts_count, /* IN/OUT */
|
/external/u-boot/include/ |
D | part.h | 339 char *str_guid, int parts_count); 352 disk_partition_t *partitions, const int parts_count);
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferPrecision.cpp | 207 const glw::GLuint parts_count, in verifyShaderCompilationStatus() argument 221 std::string shader_code = specializeShader(parts_count, sh_code_parts); in verifyShaderCompilationStatus()
|
D | esextcTextureBufferPrecision.hpp | 124 const glw::GLuint parts_count, const glw::GLint expected_status);
|
/external/u-boot/disk/ |
D | part_efi.c | 605 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/ |
D | gpt.c | 376 u8 *parts_count) in set_gpt_info() argument 539 *parts_count = p_count; in set_gpt_info()
|