Searched refs:UCHAR (Results 1 - 23 of 23) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/radeon_hd/atombios/
H A Datombios.h51 #ifndef UCHAR
52 typedef unsigned char UCHAR; typedef
202 UCHAR ucTableFormatRevision; /*Change it when the Parser is not backward compatible */
203 UCHAR ucTableContentRevision; /*Change it only when the table needs to change but the firmware */
213 UCHAR uaFirmWareSignature[4]; /*Signature to distinguish between Atombios and non-atombios,
228 UCHAR ucExtendedFunctionCode;
229 UCHAR ucReserved;
410 UCHAR ucAction; //0:reserved //1:Memory //2:Engine
411 UCHAR ucReserved; //may expand to return larger Fbdiv later
412 UCHAR ucFbDi
[all...]
/haiku-fatelf/src/libs/mapm/
H A Dmapmfmul.c217 static UCHAR *mul_stack_data[M_STACK_SIZE];
221 static UCHAR *fmul_a1, *fmul_a0, *fmul_a9, *fmul_b1, *fmul_b0,
232 extern void M_fmul_div_conq(UCHAR *, UCHAR *, UCHAR *, int);
233 extern void M_fmul_add(UCHAR *, UCHAR *, int, int);
234 extern int M_fmul_subtract(UCHAR *, UCHAR *, UCHAR *, in
[all...]
H A Dmapmutil.c111 static UCHAR *M_mul_div = NULL;
112 static UCHAR *M_mul_rem = NULL;
114 static UCHAR M_mul_div_10[100];
115 static UCHAR M_mul_rem_10[100];
150 if ((atmp->m_apm_data = (UCHAR *)MAPM_MALLOC(84)) == NULL)
205 UCHAR ndiv, nrem;
210 M_mul_div = (UCHAR *)MAPM_MALLOC(10000 * sizeof(UCHAR));
211 M_mul_rem = (UCHAR *)MAPM_MALLOC(10000 * sizeof(UCHAR));
[all...]
H A Dm_apm_lc.h384 extern void M_get_div_rem_addr(UCHAR **, UCHAR **);
385 extern void M_get_div_rem(int,UCHAR *, UCHAR *);
386 extern void M_get_div_rem_10(int, UCHAR *, UCHAR *);
H A Dmapm_mul.c87 UCHAR *cp, *cpr, *cp_div, *cp_rem;
130 r->m_apm_data = (UCHAR *)vp;
H A Dmapm_add.c282 r->m_apm_data[j] = (UCHAR)itmp;
287 r->m_apm_data[j] = (UCHAR)(100 + itmp);
308 r->m_apm_data[j] = (UCHAR)itmp;
313 r->m_apm_data[j] = (UCHAR)(100 + itmp);
H A Dmapmistr.c62 UCHAR *ucp, numdiv, numrem;
H A Dmapm_div.c201 r->m_apm_data = (UCHAR *)vp;
304 r->m_apm_data[indexr++] = (UCHAR)j; /* j == 'qhat' */
H A Dmapm_set.c265 ctmp->m_apm_data = (UCHAR *)vp;
327 UCHAR numdiv, numrem;
H A Dmapmutl2.c158 dest->m_apm_data = (UCHAR *)vp;
H A Dmapm_fft.c84 extern void M_fast_mul_fft(UCHAR *, UCHAR *, UCHAR *, int);
123 void M_fast_mul_fft(UCHAR *ww, UCHAR *uu, UCHAR *vv, int nbytes)
127 UCHAR *w0;
H A Dmapm_fpf.c252 UCHAR *ucp, numdiv, numrem;
/haiku-fatelf/src/bin/gdb/gdb/vx-share/
H A DvxTypes.h36 typedef unsigned char UCHAR; typedef
/haiku-fatelf/src/bin/coreutils/lib/
H A Dfnmatch_loop.c35 register UCHAR c;
41 const UCHAR *collseq = (const UCHAR *)
81 if (n == string_end || FOLD ((UCHAR) *n) != c)
194 if (FOLD ((UCHAR) *n) == c
209 UCHAR fn;
228 fn = FOLD ((UCHAR) *n);
237 c = FOLD ((UCHAR) *p);
287 if (_ISCTYPE ((UCHAR) *n, wt))
290 if (ISWCTYPE (BTOWC ((UCHAR) *
1207 #undef UCHAR macro
[all...]
H A Dfnmatch.c152 # define UCHAR unsigned char macro
182 # define UCHAR wint_t macro
/haiku-fatelf/src/bin/findutils/gnulib/lib/
H A Dfnmatch_loop.c32 register UCHAR c;
38 const UCHAR *collseq = (const UCHAR *)
78 if (n == string_end || FOLD ((UCHAR) *n) != c)
191 if (FOLD ((UCHAR) *n) == c
206 UCHAR fn;
225 fn = FOLD ((UCHAR) *n);
234 c = FOLD ((UCHAR) *p);
284 if (_ISCTYPE ((UCHAR) *n, wt))
287 if (ISWCTYPE (BTOWC ((UCHAR) *
1199 #undef UCHAR macro
[all...]
H A Dfnmatch.c149 # define UCHAR unsigned char macro
179 # define UCHAR wint_t macro
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h40 typedef unsigned char UCHAR; typedef
H A DAPELink.cpp81 CSmartPtr<str_utf16> spImageFileUTF16(GetUTF16FromUTF8((UCHAR *) cImageFile), TRUE);
/haiku-fatelf/src/bin/coreutils/src/
H A Dgetlimits.c159 print_int (UCHAR);
/haiku-fatelf/src/kits/network/libbind/dst/
H A Dmd5_locl.h64 #define UCHAR unsigned char macro
/haiku-fatelf/headers/libs/mapm/
H A Dm_apm.h171 typedef unsigned char UCHAR; typedef
174 UCHAR *m_apm_data;
/haiku-fatelf/src/bin/network/tcpdump/libpcap/msdos/
H A Dpktdrvr.c1367 UCHAR *source; /* source pointer for copy */
1429 source = (UCHAR *) start_offs;

Completed in 136 milliseconds