Home
last modified time | relevance | path

Searched refs:outb (Results 1 - 11 of 11) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/locale/
H A Diconv.c227 size_t iconv(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 < in iconv()
[all...]
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Diconv.c227 size_t iconv(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 < in iconv()
[all...]
/third_party/musl/src/locale/
H A Diconv.c227 size_t iconv(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 < in iconv()
[all...]
/third_party/ffmpeg/libavfilter/
H A Dbbox.c66 goto outb; \
69 outb: \
/third_party/backends/sanei/
H A Dsanei_directio.c3 /* OS dependent inb/outb definitions */
4 /* SANE_INB is defined whenever a valid inb/outb */
101 outb (port, value); in sanei_outb()
157 outb (value, port); in sanei_outb()
213 outb (value, port); in sanei_outb()
282 __asm__ __volatile__ ("outb %%al,%%dx"::"a" (value), "d" ((u_int) port)); in sanei_outb()
317 * no inb/outb without --enable-parport-directio *
/third_party/musl/arch/i386/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port)); in outb()
/third_party/musl/arch/x86_64/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port)); in outb()
/third_party/musl/arch/x32/bits/
H A Dio.h1 static __inline void outb(unsigned char __val, unsigned short __port) in outb() function
3 __asm__ volatile ("outb %0,%1" : : "a" (__val), "dN" (__port)); in outb()
/third_party/ffmpeg/libavcodec/
H A Ddecode.c742 char *inb, *outb; in recode_subtitle() local
769 outb = buf_pkt->data; in recode_subtitle()
772 if (iconv(cd, &inb, &inl, &outb, &outl) == (size_t)-1 || in recode_subtitle()
773 iconv(cd, NULL, NULL, &outb, &outl) == (size_t)-1 || in recode_subtitle()
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h557 #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)
/third_party/astc-encoder/Source/
H A Dtinyexr.h8957 unsigned short *outb = out; // begin in hufDecode() local
8988 if (!getCode(pl.lit, rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
9017 if (!getCode(pl.p[j], rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
9046 if (!getCode(pl.lit, rlc, c, lc, in, ie, out, outb, oe)) { in hufDecode()
9055 if (out - outb != no) { in hufDecode()

Completed in 30 milliseconds