Searched defs:uint8_t (Results 1 - 25 of 79) sorted by last modified time

1234

/external/webrtc/src/
H A Dtypedefs.h106 typedef unsigned char uint8_t; typedef
124 typedef uint8_t WebRtc_UWord8;
139 typedef uint8_t WebRtc_UWord8;
/external/valgrind/main/perf/
H A Dtinycc.c105 typedef unsigned char uint8_t; typedef
2265 uint8_t *buf_ptr;
2266 uint8_t *buf_end;
5872 static uint8_t fastcall_regs[3] = { TREG_EAX, TREG_EDX, TREG_ECX };
7604 static int handle_stray1(uint8_t *p)
7660 static uint8_t *parse_line_comment(uint8_t *p)
7697 static uint8_t *parse_comment(uint8_t *p)
7785 static uint8_t *parse_pp_strin
[all...]
/external/webp/include/webp/
H A Dtypes.h28 typedef unsigned char uint8_t; typedef
/external/srtp/crypto/include/
H A Dintegers.h92 typedef unsigned char uint8_t; typedef
/external/skia/src/core/
H A DSkMaskGamma.h79 void SkTMaskGamma_build_correcting_lut(uint8_t table[256], U8CPU srcI, SkScalar contrast,
151 const uint8_t* getGammaTables() const {
152 return (const uint8_t*) fGammaTables;
159 uint8_t fGammaTables[1 << MAX_LUM_BITS][256];
178 const uint8_t* r, const uint8_t* g, const uint8_t* b)
201 const uint8_t* fR;
202 const uint8_t* fG;
203 const uint8_t* f
224 sk_apply_lut_if(U8CPU component, const uint8_t*) argument
[all...]
/external/sfntly/cpp/src/sfntly/port/
H A Dtype.h23 typedef unsigned char uint8_t; typedef
50 typedef uint8_t byte_t;
/external/skia/include/gpu/
H A DGrConfig.h45 typedef unsigned char uint8_t; typedef
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_config_dreamcast.h31 typedef unsigned char uint8_t; typedef
H A DSDL_config_macos.h33 typedef UInt8 uint8_t; typedef
H A DSDL_config_minimal.h33 typedef unsigned char uint8_t; typedef
H A DSDL_config_os2.h31 typedef unsigned char uint8_t; typedef
H A DSDL_config_symbian.h59 typedef unsigned char uint8_t; typedef
H A DSDL_config_win32.h34 typedef unsigned __int8 uint8_t; typedef
58 typedef unsigned char uint8_t; typedef
/external/qemu-pc-bios/bochs/bios/
H A Drombios32.c30 typedef unsigned char uint8_t; typedef
54 #define APIC_BASE ((uint8_t *)0xfee00000)
115 static inline uint8_t inb(int addr)
117 uint8_t val;
132 static inline void writeb(void *addr, uint8_t val)
134 *(volatile uint8_t *)addr = val;
147 static inline uint8_t readb(const void *addr)
149 return *(volatile const uint8_t *)addr;
177 uint8_t *d = d1;
187 uint8_t *
[all...]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
H A Dopj_stdint.h40 typedef unsigned __int8 uint8_t; typedef
/external/nanopb-c/extra/
H A Dpb_syshdr.h20 typedef unsigned char uint8_t; typedef
/external/mksh/src/
H A Dsh.h220 typedef unsigned char uint8_t; typedef
222 typedef u_int8_t uint8_t; typedef
716 uint8_t type; /* environment type - see below */
717 uint8_t flags; /* EF_* */
759 EXTERN uint8_t trap_nested; /* running nested traps */
760 EXTERN uint8_t shell_flags[FNFLAGS];
824 typedef uint8_t Temp_type;
1097 uint8_t tshift; /* table size (2^tshift) */
1589 #define ISCTRL(x) (((signed char)((uint8_t)(x) + 1)) < 33)
1841 void ktinit(Area *, struct table *, uint8_t);
[all...]
/external/mesa3d/include/c99/
H A Dstdint.h78 typedef unsigned char uint8_t; typedef
85 typedef unsigned __int8 uint8_t; typedef
98 typedef uint8_t uint_least8_t;
108 typedef uint8_t uint_fast8_t;
/external/mesa3d/src/egl/main/
H A Deglcompiler.h41 typedef unsigned __int8 uint8_t; typedef
/external/mdnsresponder/mDNSShared/
H A DCommonServices.h520 ? ( ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 0 ] == 169 ) && \
521 ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 1 ] == 254 ) ) \
526 ? ( ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 0 ] == 169 ) && \
527 ( ( (uint8_t *)( &( (const struct sockaddr_in *)( SA ) )->sin_addr ) )[ 1 ] == 254 ) ) \
755 typedef UINT8 uint8_t; typedef
773 typedef uint8_t uint_least8_t;
783 typedef uint8_t uint_fast8_t;
1189 #define NumVersionExtractMajor( VERSION ) ( (uint8_t)( ( ( VERSION ) >> 24 ) & 0xFF ) )
1190 #define NumVersionExtractMinorAndBugFix( VERSION ) ( (uint8_t)( ( ( VERSION ) >> 16 ) & 0xFF ) )
1191 #define NumVersionExtractMinor( VERSION ) ( (uint8_t)( ( ( VERSIO
[all...]
H A Ddns_sd.h114 typedef UINT8 uint8_t; typedef
126 typedef UINT8 uint8_t; typedef
2165 uint8_t valueSize, /* may be zero */
2308 uint8_t *valueLen
2377 uint8_t *valueLen,
/external/llvm/include/llvm/Support/
H A DDataTypes.h113 typedef unsigned char uint8_t; typedef
/external/lldb/test/lang/c/bitfields/
H A Dmain.c52 uint8_t : 1; member in struct:MoreBits
53 uint8_t b : 1;
54 uint8_t c : 1;
55 uint8_t d : 1;
/external/libvpx/libvpx/vpx/
H A Dvpx_integer.h23 typedef unsigned char uint8_t; typedef
/external/libmtp/src/
H A Dlibmtp.h47 typedef unsigned char uint8_t; typedef
491 uint8_t devnum; /**< Device number on the bus, if device available */
507 uint8_t u8max;
508 uint8_t u8min;
509 uint8_t u8step;
510 uint8_t* u8vals;
560 uint8_t object_bitsize;
584 uint8_t maximum_battery_level;
760 uint8_t * const,
761 uint8_t * cons
[all...]

Completed in 335 milliseconds

1234