| /third_party/icu/icu4c/source/layoutex/ |
| H A D | ParagraphLayout.cpp | 667 ParagraphLayout::Line *ParagraphLayout::nextLine(float width) in nextLine() argument
|
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | DateTimeGeneratorTest.java | 1654 public DateTimePatternGenerator.DisplayWidth width; field in DateTimeGeneratorTest.FieldDisplayNameData 1657 public FieldDisplayNameData(String locale, int field, DateTimePatternGenerator.DisplayWidth width, String expected) { in FieldDisplayNameData() argument
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | DateTimeGeneratorTest.java | 1657 public DateTimePatternGenerator.DisplayWidth width; field in DateTimeGeneratorTest.FieldDisplayNameData 1660 public FieldDisplayNameData(String locale, int field, DateTimePatternGenerator.DisplayWidth width, String expected) { in FieldDisplayNameData() argument
|
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | VTimeZone.java | 2058 private static String numToString(int num, int width) { in numToString() argument
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | tzfmt.cpp | 247 GMTOffsetField::createTimeField(FieldType type, uint8_t width, UErrorCode& status) { in createTimeField() argument 265 GMTOffsetField::isValid(FieldType type, int32_t width) { in isValid() argument
|
| H A D | reldatefmt.cpp | 1293 ureldatefmt_open( const char* locale, UNumberFormat* nfToAdopt, UDateRelativeDateTimeFormatterStyle width, UDisplayContext capitalizationContext, UErrorCode* status ) ureldatefmt_open() argument
|
| /third_party/libsnd/src/ |
| H A D | common.c | 107 int d, shift, width, width_specifier, left_align, slen, precision ; in psf_log_printf() local [all...] |
| /third_party/mesa3d/src/amd/addrlib/src/gfx9/ |
| H A D | gfx9addrlib.h | 487 IsInMipTail( AddrResourceType resourceType, AddrSwizzleMode swizzleMode, Dim3d mipTailDim, UINT_32 width, UINT_32 height, UINT_32 depth) const IsInMipTail() argument
|
| /third_party/mesa3d/include/GL/ |
| H A D | glx.h | 415 int width, height; member
|
| /third_party/libdrm/include/drm/ |
| H A D | mach64_drm.h | 245 unsigned short width, height; member
|
| /third_party/lzma/CPP/Windows/ |
| H A D | Window.h | 211 bool Move(int x, int y, int width, int height, bool repaint = true)
in Move() argument 163 CreateEx(DWORD exStyle, LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) CreateEx() argument 175 Create(LPCTSTR className, LPCTSTR windowName, DWORD style, int x, int y, int width, int height, HWND parentWindow, HMENU idOrHMenu, HINSTANCE instance, LPVOID createParam) Create() argument
|
| /third_party/lame/libmp3lame/ |
| H A D | quantize.c | 458 int sfb, j, width; in trancate_smallspectrums() local 775 int const width = cod_info->width[sfb]; amp_scalefac_bands() local 816 int const width = cod_info->width[sfb]; inc_scalefac_scale() local 886 int const width = cod_info->width[sfb]; inc_subblock_gain() local [all...] |
| H A D | vbrquantize.c | 400 const int *const width = &that->cod_info->width[0]; in block_sf() local
|
| H A D | takehiro.c | 787 int const width = gi->width[sfb]; in count_bits() local 1036 int const width = gi->width[sfb]; best_scalefac_store() local [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android.c | 1229 droid_get_buffers_with_format(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) global() argument [all...] |
| H A D | platform_ohos.c | 820 ohos_get_buffers_with_format(__DRIdrawable *driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) ohos_get_buffers_with_format() argument
|
| /third_party/mesa3d/src/freedreno/rnn/ |
| H A D | rnn.c | 561 int width; in trydelem() local 668 uint64_t size = 0; int width = 8; in parsedomain() local 1243 prepdelem(struct rnndb *db, struct rnndelem *elem, char *prefix, struct rnnvarinfo *parvi, int width) prepdelem() argument [all...] |
| H A D | rnn.h | 176 int width; member 202 int width; member
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dvx_meta_common.c | 511 uint32_t width, height; in emit_copy_layer_to_buffer_per_tile_list() local 832 meta_emit_tfu_job(struct v3dv_cmd_buffer *cmd_buffer, uint32_t dst_bo_handle, uint32_t dst_offset, enum v3d_tiling_mode dst_tiling, uint32_t dst_padded_height_or_stride, uint32_t dst_cpp, uint32_t src_bo_handle, uint32_t src_offset, enum v3d_tiling_mode src_tiling, uint32_t src_padded_height_or_stride, uint32_t src_cpp, uint32_t width, uint32_t height, const struct v3dv_format *format) meta_emit_tfu_job() argument 1067 uint32_t width, height; emit_copy_buffer_to_layer_per_tile_list() local 1193 framebuffer_size_for_pixel_count(uint32_t num_pixels, uint32_t *width, uint32_t *height) framebuffer_size_for_pixel_count() argument [all...] |
| H A D | v3dv_meta_clear.c | 113 uint32_t width = u_minify(image->vk.extent.width, level); in clear_image_tlb() local
|
| /third_party/mesa3d/src/gallium/drivers/v3d/ |
| H A D | v3dx_draw.c | 435 simd_width_to_gs_pack_mode(uint32_t width) in simd_width_to_gs_pack_mode() argument
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | kopper.c | 418 int width; in kopper_get_pixmap_buffer() local 492 unsigned width, height; in kopper_allocate_textures() local 762 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) get_image() argument 773 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument [all...] |
| /third_party/mesa3d/src/intel/compiler/ |
| H A D | brw_fs_generator.cpp | 103 const unsigned width = MIN3(reg_width, phys_width, max_hw_width); in brw_reg_from_fs_reg() local 1248 unsigned vstride, width; generate_ddx() local 2402 unsigned width = cluster_size; generate_code() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | radeon_uvd.c | 222 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); in calc_ctx_size_h264_perf() local 275 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); in calc_ctx_size_h265_main() local 297 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); calc_ctx_size_h265_main10() local 339 unsigned width = align(dec->base.width, VL_MACROBLOCK_WIDTH); calc_dpb_size() local 1222 unsigned width = templ->width, height = templ->height; si_common_uvd_create_decoder() local [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | dri2_glx.c | 72 int width, height; member 482 __dri2CopySubBuffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, enum __DRI2throttleReason reason, Bool flush) __dri2CopySubBuffer() argument 522 dri2CopySubBuffer(__GLXDRIdrawable *pdraw, int x, int y, int width, int height, Bool flush) dri2CopySubBuffer() argument 761 dri2GetBuffers(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2GetBuffers() argument 784 dri2GetBuffersWithFormat(__DRIdrawable * driDrawable, int *width, int *height, unsigned int *attachments, int count, int *out_count, void *loaderPrivate) dri2GetBuffersWithFormat() argument [all...] |