Home
last modified time | relevance | path

Searched refs:pad (Results 176 - 200 of 579) sorted by relevance

12345678910>>...24

/third_party/libdrm/include/drm/
H A Dvirtgpu_drm.h60 __u32 pad; member
140 __u32 pad; member
H A Dmsm_drm.h173 __u32 pad; member
236 __u32 pad; member
H A Dradeon_drm.h871 __u32 pad; member
885 __u32 pad; member
896 __u32 pad; member
909 __u32 pad; member
1051 __u32 pad; member
/third_party/mesa3d/src/amd/vulkan/radix_sort/shaders/
H A Dpush.h62 // u32vec4 pad;
78 // rs_indirect_info_fill pad;
86 RS_STRUCT_MEMBER_STRUCT(u32vec4, pad) \
106 RS_STRUCT_MEMBER_STRUCT(rs_indirect_info_fill, pad) \
/third_party/node/deps/npm/node_modules/@sigstore/core/dist/asn1/
H A Dparse.js29 const pad = neg ? 0xff : 0x00;
30 while (val == pad && ++pos < end) {
/third_party/mesa3d/src/util/
H A Dlibsync.h83 uint32_t pad; member
91 uint32_t pad; member
H A Dvma.c186 uint64_t pad = alignment - misalign; in util_vma_heap_alloc() local
187 if (pad > hole->size - size) in util_vma_heap_alloc()
190 offset += pad; in util_vma_heap_alloc()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvTableCollector.java82 return IntStream.range(0, length).mapToObj(n -> pad(row.get(n), maxLength(n))); in getRow()
87 private static String pad(String s, int len) { in pad() method in CsvTableCollector
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/data/
H A Dwritable_font_data.h72 // Write the bytes from the array and pad if necessary.
74 // not enough bytes in the array then pad to the requested length using the
75 // pad byte specified.
80 // @param pad the padding byte to be used if necessary
86 uint8_t pad);
90 // @param count the number of pad bytes to write
91 // @return the number of pad bytes written
96 // @param count the number of pad bytes to write
97 // @param pad the byte value to use as padding
98 // @return the number of pad byte
[all...]
/third_party/python/Lib/test/
H A Dtest_base64.py627 eq(base64.a85encode(b"x", pad=True), b'GQ7^D')
628 eq(base64.a85encode(b"xx", pad=True), b"G^'2g")
629 eq(base64.a85encode(b"xxx", pad=True), b'G^+H5')
630 eq(base64.a85encode(b"xxxx", pad=True), b'G^+IX')
631 eq(base64.a85encode(b"xxxxx", pad=True), b'G^+IXGQ7^D')
642 eq(base64.b85encode(b"x", pad=True), b'cmMzZ')
643 eq(base64.b85encode(b"xx", pad=True), b'cz6H+')
644 eq(base64.b85encode(b"xxx", pad=True), b'czAdK')
645 eq(base64.b85encode(b"xxxx", pad=True), b'czAet')
646 eq(base64.b85encode(b"xxxxx", pad
[all...]
/third_party/ffmpeg/libavfilter/
H A Daf_ladspa.c494 AVFilterPad pad = { NULL }; in init() local
671 pad.type = AVMEDIA_TYPE_AUDIO; in init()
674 pad.name = av_asprintf("in0:%s%lu", desc->Label, s->nb_inputs); in init()
675 if (!pad.name) in init()
678 pad.filter_frame = filter_frame; in init()
679 pad.config_props = config_input; in init()
680 if ((ret = ff_append_inpad_free_name(ctx, &pad)) < 0) in init()
H A Dvf_bm3d.c902 AVFilterPad pad = { 0 }; in init() local
935 pad.type = AVMEDIA_TYPE_VIDEO; in init()
936 pad.name = "source"; in init()
937 pad.config_props = config_input; in init()
939 if ((ret = ff_append_inpad(ctx, &pad)) < 0) in init()
943 pad.type = AVMEDIA_TYPE_VIDEO; in init()
944 pad.name = "reference"; in init()
945 pad.config_props = NULL; in init()
947 if ((ret = ff_append_inpad(ctx, &pad)) < 0) in init()
H A Daf_amix.c549 AVFilterPad pad = { 0 }; in init() local
551 pad.type = AVMEDIA_TYPE_AUDIO; in init()
552 pad.name = av_asprintf("input%d", i); in init()
553 if (!pad.name) in init()
556 if ((ret = ff_append_inpad_free_name(ctx, &pad)) < 0) in init()
H A Dvf_decimate.c307 AVFilterPad pad = { in decimate_init() local
313 if ((ret = ff_append_inpad(ctx, &pad)) < 0) in decimate_init()
317 pad.name = "clean_src"; in decimate_init()
318 pad.config_props = NULL; in decimate_init()
319 if ((ret = ff_append_inpad(ctx, &pad)) < 0) in decimate_init()
H A Daf_join.c196 AVFilterPad pad = { 0 }; in join_init() local
198 pad.type = AVMEDIA_TYPE_AUDIO; in join_init()
199 pad.name = av_asprintf("input%d", i); in join_init()
200 if (!pad.name) in join_init()
203 if ((ret = ff_append_inpad_free_name(ctx, &pad)) < 0) in join_init()
H A Dvf_stack.c127 AVFilterPad pad = { 0 }; in init() local
129 pad.type = AVMEDIA_TYPE_VIDEO; in init()
130 pad.name = av_asprintf("input%d", i); in init()
131 if (!pad.name) in init()
134 if ((ret = ff_append_inpad_free_name(ctx, &pad)) < 0) in init()
H A Dvf_xmedian.c343 AVFilterPad pad = { 0 }; in xmedian_init() local
345 pad.type = AVMEDIA_TYPE_VIDEO; in xmedian_init()
346 pad.name = av_asprintf("input%d", i); in xmedian_init()
347 if (!pad.name) in xmedian_init()
350 if ((ret = ff_append_inpad_free_name(ctx, &pad)) < 0) in xmedian_init()
H A Dvf_mix.c129 AVFilterPad pad = { 0 }; in init() local
131 pad.type = AVMEDIA_TYPE_VIDEO; in init()
132 pad.name = av_asprintf("input%d", i); in init()
133 if (!pad.name) in init()
136 if ((ret = ff_append_inpad_free_name(ctx, &pad)) < 0) in init()
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftbitmap.c545 FT_Int pad, old_target_pitch, target_pitch; in FT_EXPORT_DEF() local
559 pad = 0; in FT_EXPORT_DEF()
562 pad = (FT_Int)source->width % alignment; in FT_EXPORT_DEF()
563 if ( pad != 0 ) in FT_EXPORT_DEF()
564 pad = alignment - pad; in FT_EXPORT_DEF()
567 target_pitch = (FT_Int)source->width + pad; in FT_EXPORT_DEF()
/third_party/alsa-lib/include/sound/uapi/
H A Dasequencer.h207 unsigned char unused1, unused2, unused3; /* pad */
254 unsigned char pad[3]; /* reserved */ member
344 unsigned char pad; /* reserved */ member
589 unsigned char pad[3]; /* reserved */ member
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pipe.c126 prim.pad = 0; in do_point()
146 prim.pad = 0; in do_line()
171 prim.pad = 0; in do_triangle()
H A Ddraw_pipe_twoside.c87 tmp.pad = header->pad; in twoside_tri()
/third_party/skia/third_party/externals/libwebp/src/webp/
H A Ddecode.h211 uint32_t pad[4]; // padding for later use member
419 uint32_t pad[5]; // padding for later use member
459 uint32_t pad[5]; // padding for later use member
/third_party/backends/backend/
H A Dhp5400_internal.h113 uint16_t pad[3]; /* Zero padding to 32 bytes??? */ member
139 uint16_t pad[2]; /* Zero padding to 16 bytes??? */ member
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h679 __u32 pad; member
981 __u32 pad; member
1114 __u32 pad; member
1120 __u32 pad; member
1140 __u32 pad; member

Completed in 24 milliseconds

12345678910>>...24