/third_party/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 124 __vector signed char outb; in jsimd_idct_ifast_altivec() local 208 outb = vec_packs(col0, col0); in jsimd_idct_ifast_altivec() 209 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_ifast_altivec() 211 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 212 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 214 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec() 215 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_ifast_altivec() 217 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 218 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 220 outb = vec_packs(col2, col2); in jsimd_idct_ifast_altivec() [all …]
|
D | jidctint-altivec.c | 225 __vector signed char outb; in jsimd_idct_islow_altivec() local 310 outb = vec_packs(col0, col0); in jsimd_idct_islow_altivec() 311 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_islow_altivec() 313 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 314 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 316 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec() 317 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_islow_altivec() 319 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 320 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 322 outb = vec_packs(col2, col2); in jsimd_idct_islow_altivec() [all …]
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/powerpc/ |
D | jidctfst-altivec.c | 124 __vector signed char outb; in jsimd_idct_ifast_altivec() local 208 outb = vec_packs(col0, col0); in jsimd_idct_ifast_altivec() 209 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_ifast_altivec() 211 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 212 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 214 outb = vec_packs(col1, col1); in jsimd_idct_ifast_altivec() 215 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_ifast_altivec() 217 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_ifast_altivec() 218 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_ifast_altivec() 220 outb = vec_packs(col2, col2); in jsimd_idct_ifast_altivec() [all …]
|
D | jidctint-altivec.c | 225 __vector signed char outb; in jsimd_idct_islow_altivec() local 310 outb = vec_packs(col0, col0); in jsimd_idct_islow_altivec() 311 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_islow_altivec() 313 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 314 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 316 outb = vec_packs(col1, col1); in jsimd_idct_islow_altivec() 317 outb = vec_add(outb, pb_centerjsamp); in jsimd_idct_islow_altivec() 319 vec_ste((__vector int)outb, 0, outptr); in jsimd_idct_islow_altivec() 320 vec_ste((__vector int)outb, 4, outptr); in jsimd_idct_islow_altivec() 322 outb = vec_packs(col2, col2); in jsimd_idct_islow_altivec() [all …]
|
/third_party/glslang/Test/baseResults/ |
D | spv.310.comp.out | 16 Name 12 "outb" 17 MemberName 12(outb) 0 "f" 18 MemberName 12(outb) 1 "g" 19 MemberName 12(outb) 2 "h" 20 MemberName 12(outb) 3 "uns" 35 MemberDecorate 12(outb) 0 Offset 0 36 MemberDecorate 12(outb) 1 Offset 4 37 MemberDecorate 12(outb) 2 Offset 8 38 MemberDecorate 12(outb) 3 Offset 16 39 Decorate 12(outb) BufferBlock [all …]
|
D | 450.vert.out | 71 0:? 'outb' ( smooth out bool) 108 0:? 'outb' ( smooth out bool)
|
D | 420.tesc.out | 4 ERROR: 0:12: 'vertices' : inconsistent output number of vertices for array size of outb 113 0:? 'outb' ( out 5-element array of int) 189 0:? 'outb' ( out 5-element array of int)
|
D | 150.tesc.out | 629 ERROR: 0:12: 'vertices' : inconsistent output number of vertices for array size of outb 738 0:? 'outb' ( out 5-element array of int) 1292 0:? 'outb' ( out 5-element array of int)
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
D | iconv.c | 227 …v(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument 475 if (tmplen > *outb) goto toobig; in iconv() 479 *outb -= tmplen; in iconv() 530 if (*outb < sizeof(wchar_t)) goto toobig; in iconv() 533 *outb -= sizeof(wchar_t); in iconv() 536 if (*outb < 4) { in iconv() 539 if (*outb < k) goto toobig; in iconv() 543 *outb -= k; in iconv() 548 if (*outb < 1) goto toobig; in iconv() 551 if (*outb < 1) goto toobig; in iconv() [all …]
|
/third_party/musl/src/locale/ |
D | iconv.c | 227 …v(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument 474 if (tmplen > *outb) goto toobig; in iconv() 478 *outb -= tmplen; in iconv() 529 if (*outb < sizeof(wchar_t)) goto toobig; in iconv() 532 *outb -= sizeof(wchar_t); in iconv() 535 if (*outb < 4) { in iconv() 538 if (*outb < k) goto toobig; in iconv() 542 *outb -= k; in iconv() 547 if (*outb < 1) goto toobig; in iconv() 550 if (*outb < 1) goto toobig; in iconv() [all …]
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
D | iconv.c | 227 …v(iconv_t cd, char **restrict in, size_t *restrict inb, char **restrict out, size_t *restrict outb) in iconv() argument 475 if (tmplen > *outb) goto toobig; in iconv() 479 *outb -= tmplen; in iconv() 530 if (*outb < sizeof(wchar_t)) goto toobig; in iconv() 533 *outb -= sizeof(wchar_t); in iconv() 536 if (*outb < 4) { in iconv() 539 if (*outb < k) goto toobig; in iconv() 543 *outb -= k; in iconv() 548 if (*outb < 1) goto toobig; in iconv() 551 if (*outb < 1) goto toobig; in iconv() [all …]
|
/third_party/ffmpeg/libavfilter/ |
D | bbox.c | 66 goto outb; \ 69 outb: \
|
/third_party/glslang/Test/ |
D | spv.310.comp | 10 buffer outb {
|
D | 420.tesc | 12 out int outb[5]; // ERROR, wrong size
|
D | 450.vert | 12 out bool outb; // ERROR
|
D | 430.comp | 88 out outb { // ERROR
|
D | 310.comp | 231 out outb { // ERROR
|
D | 310.vert | 72 out bool outb; // ERROR
|
/third_party/musl/arch/i386/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
|
/third_party/gettext/gnulib-local/lib/libxml/ |
D | encoding.c | 608 UTF8ToUTF16LE(unsigned char* outb, int *outlen, in UTF8ToUTF16LE() argument 611 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16LE() 717 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() argument 725 outb[0] = 0xFF; in UTF8ToUTF16() 726 outb[1] = 0xFE; in UTF8ToUTF16() 739 return (UTF8ToUTF16LE(outb, outlen, in, inlen)); in UTF8ToUTF16() 850 UTF8ToUTF16BE(unsigned char* outb, int *outlen, in UTF8ToUTF16BE() argument 853 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16BE() 865 if ((outb == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1); in UTF8ToUTF16BE()
|
/third_party/libxml2/ |
D | encoding.c | 589 UTF8ToUTF16LE(unsigned char* outb, int *outlen, in UTF8ToUTF16LE() argument 592 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16LE() 698 UTF8ToUTF16(unsigned char* outb, int *outlen, in UTF8ToUTF16() argument 706 outb[0] = 0xFF; in UTF8ToUTF16() 707 outb[1] = 0xFE; in UTF8ToUTF16() 720 return (UTF8ToUTF16LE(outb, outlen, in, inlen)); in UTF8ToUTF16() 832 UTF8ToUTF16BE(unsigned char* outb, int *outlen, in UTF8ToUTF16BE() argument 835 unsigned short* out = (unsigned short*) outb; in UTF8ToUTF16BE() 847 if ((outb == NULL) || (outlen == NULL) || (inlen == NULL)) return(-1); in UTF8ToUTF16BE()
|
/third_party/ffmpeg/libavcodec/ |
D | decode.c | 887 char *inb, *outb; in recode_subtitle() local 914 outb = buf_pkt->data; in recode_subtitle() 917 if (iconv(cd, &inb, &inl, &outb, &outl) == (size_t)-1 || in recode_subtitle() 918 iconv(cd, NULL, NULL, &outb, &outl) == (size_t)-1 || in recode_subtitle()
|
/third_party/mesa3d/src/mesa/x86/ |
D | assyntax.h | 557 #define OUT_B CHOICE(outb (DX), outb ARG2(AL,DX), outb DX) 563 #define OUT1_B(a) CHOICE(outb (a), outb ARG2(AL,a), outb a)
|