Home
last modified time | relevance | path

Searched refs:inb (Results 1 - 10 of 10) 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
249 if (!in || !*in || !*inb) return 0; in iconv()
253 for (; *inb; *in+=l, *inb-=l) { in iconv()
260 l = mbrtowc_utf8(&wc, *in, *inb, &st); in iconv()
270 if (*inb < l) goto starved; in iconv()
276 if (*inb < 4) goto starved; in iconv()
286 if (*inb < 2) goto starved; in iconv()
292 if (*inb < 4) goto starved; in iconv()
302 if (*inb < 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
249 if (!in || !*in || !*inb) return 0; in iconv()
253 for (; *inb; *in+=l, *inb-=l) { in iconv()
260 l = mbrtowc_utf8(&wc, *in, *inb, &st); in iconv()
270 if (*inb < l) goto starved; in iconv()
276 if (*inb < 4) goto starved; in iconv()
286 if (*inb < 2) goto starved; in iconv()
292 if (*inb < 4) goto starved; in iconv()
302 if (*inb < 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
248 if (!in || !*in || !*inb) return 0; in iconv()
252 for (; *inb; *in+=l, *inb-=l) { in iconv()
259 l = mbrtowc_utf8(&wc, *in, *inb, &st); in iconv()
269 if (*inb < l) goto starved; in iconv()
275 if (*inb < 4) goto starved; in iconv()
285 if (*inb < 2) goto starved; in iconv()
291 if (*inb < 4) goto starved; in iconv()
301 if (*inb < in iconv()
[all...]
/third_party/backends/sanei/
H A Dsanei_directio.c3 /* OS dependent inb/outb definitions */
4 /* SANE_INB is defined whenever a valid inb/outb */
95 return inb (port); in sanei_inb()
151 return inb (port); in sanei_inb()
207 return inb (port); in sanei_inb()
275 __asm__ __volatile__ ("inb %%dx,%%al":"=a" (ret):"d" ((u_int) port)); in sanei_inb()
317 * no inb/outb without --enable-parport-directio *
/third_party/musl/arch/i386/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
19 __asm__ volatile ("inb %1,%0" : "=a" (__val) : "dN" (__port)); in inb()
/third_party/musl/arch/x86_64/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
19 __asm__ volatile ("inb %1,%0" : "=a" (__val) : "dN" (__port)); in inb()
/third_party/musl/arch/x32/bits/
H A Dio.h16 static __inline unsigned char inb(unsigned short __port) in inb() function
19 __asm__ volatile ("inb %1,%0" : "=a" (__val) : "dN" (__port)); in inb()
/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbool-simplify2.c15 static uint inb(bool a) { return !a; } in inb() function
136 inb:
/third_party/mesa3d/src/mesa/x86/
H A Dassyntax.h444 #define IN_B CHOICE(inb (DX), inb ARG2(DX,AL), inb DX)
451 #define IN1_B(a) CHOICE(inb (a), inb ARG2(a,AL), inb a)
455 #define IN1_B(a) CHOICE(inb a, inb ARG2(a,AL), inb a)
/third_party/ffmpeg/libavcodec/
H A Ddecode.c742 char *inb, *outb; in recode_subtitle() local
752 inb = inpkt->data; in recode_subtitle()
772 if (iconv(cd, &inb, &inl, &outb, &outl) == (size_t)-1 || in recode_subtitle()

Completed in 11 milliseconds