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

/haiku/headers/private/graphics/radeon_hd/atombios/
H A Dpptable.h31 UCHAR ucType; // one of ATOM_PP_THERMALCONTROLLER_*
32 UCHAR ucI2cLine; // as interpreted by DAL I2C
33 UCHAR ucI2cAddress;
34 UCHAR ucFanParameters; // Fan Control Parameters.
35 UCHAR ucFanMinRPM; // Fan Minimum RPM (hundreds) -- for display purposes only.
36 UCHAR ucFanMaxRPM; // Fan Maximum RPM (hundreds) -- for display purposes only.
37 UCHAR ucReserved; // ----
38 UCHAR ucFlags; // to be defined
80 UCHAR ucNonClockStateIndex;
81 UCHAR ucClockStateIndice
[all...]
H A Datombios.h51 #ifndef UCHAR
52 typedef unsigned char UCHAR; typedef
214 UCHAR ucTableFormatRevision; //Change it when the Parser is not backward compatible
215 UCHAR ucTableContentRevision; //Change it only when the table needs to change but the firmware
225 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
240 UCHAR ucExtendedFunctionCode;
241 UCHAR ucReserved;
248 UCHAR uaFirmWareSignature[4]; //Signature to distinguish between Atombios and non-atombios,
263 UCHAR ucExtendedFunctionCode;
264 UCHAR ucReserve
[all...]
H A Datombios-types.h25 typedef uint8 UCHAR; typedef
/haiku/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/src/add-ons/media/plugins/ape_reader/MAClib/
H A DNoWindows.h38 typedef unsigned char UCHAR; typedef
H A DAPELink.cpp81 CSmartPtr<str_utf16> spImageFileUTF16(GetUTF16FromUTF8((UCHAR *) cImageFile), TRUE);
/haiku/src/system/libnetwork/netresolv/dst/
H A Dmd5_locl.h64 #define UCHAR unsigned char macro
/haiku/headers/libs/mapm/
H A Dm_apm.h171 typedef unsigned char UCHAR; typedef
174 UCHAR *m_apm_data;

Completed in 204 milliseconds