Home
last modified time | relevance | path

Searched refs:UINT8 (Results 1 – 25 of 52) sorted by relevance

123

/external/dhcpcd/
Dshowlease.c14 #define UINT8 (1 << 1) macro
52 { 19, UINT8, "ip_forwarding" },
53 { 20, UINT8, "non_local_source_routing" },
60 { 27, UINT8, "all_subnets_local" },
62 { 29, UINT8, "perform_mask_discovery" },
63 { 30, UINT8, "mask_supplier" },
64 { 31, UINT8, "router_discovery" },
67 { 34, UINT8, "trailer_encapsulation" },
70 { 37, UINT8, "default_tcp_ttl" },
72 { 39, UINT8, "tcp_keepalive_garbage" },
[all …]
Ddhcp.c41 #define UINT8 (1 << 1) macro
98 { 19, UINT8, "ip_forwarding" },
99 { 20, UINT8, "non_local_source_routing" },
106 { 27, UINT8, "all_subnets_local" },
108 { 29, UINT8, "perform_mask_discovery" },
109 { 30, UINT8, "mask_supplier" },
110 { 31, UINT8, "router_discovery" },
112 { 34, UINT8, "trailer_encapsulation" },
115 { 37, UINT8, "default_tcp_ttl" },
117 { 39, UINT8, "tcp_keepalive_garbage" },
[all …]
/external/openssh/
Dumac.c80 typedef u_int8_t UINT8; /* 1 byte */ typedef
187 static void kdf(void *bufp, aes_int_key key, UINT8 ndx, int nbytes) in kdf()
189 UINT8 in_buf[AES_BLOCK_LEN] = {0}; in kdf()
190 UINT8 out_buf[AES_BLOCK_LEN]; in kdf()
191 UINT8 *dst_buf = (UINT8 *)bufp; in kdf()
218 UINT8 cache[AES_BLOCK_LEN]; /* Previous AES output is saved */
219 UINT8 nonce[AES_BLOCK_LEN]; /* The AES input making above cache */
225 UINT8 buf[UMAC_KEY_LEN]; in pdf_init()
235 static void pdf_gen_xor(pdf_ctx *pc, UINT8 nonce[8], UINT8 buf[8]) in pdf_gen_xor()
250 UINT8 tmp_nonce_lo[4]; in pdf_gen_xor()
[all …]
/external/qemu/distrib/jpeg-6b/
Djcparam.c153 JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val) in add_huff_table()
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
186 static const UINT8 bits_dc_luminance[17] = in std_huff_tables()
188 static const UINT8 val_dc_luminance[] = in std_huff_tables()
191 static const UINT8 bits_dc_chrominance[17] = in std_huff_tables()
193 static const UINT8 val_dc_chrominance[] = in std_huff_tables()
196 static const UINT8 bits_ac_luminance[17] = in std_huff_tables()
198 static const UINT8 val_ac_luminance[] = in std_huff_tables()
221 static const UINT8 bits_ac_chrominance[17] = in std_huff_tables()
223 static const UINT8 val_ac_chrominance[] = in std_huff_tables()
Djpeglib.h102 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
104 UINT8 huffval[256]; /* The symbols, in order of incr code length */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
342 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
343 UINT8 JFIF_minor_version;
348 UINT8 density_unit; /* JFIF code for pixel size units */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
[all …]
Djmorecfg.h159 typedef unsigned char UINT8; typedef
162 typedef char UINT8; typedef
164 typedef short UINT8; typedef
Djdsample.c57 UINT8 h_expand[MAX_COMPONENTS];
58 UINT8 v_expand[MAX_COMPONENTS];
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
467 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group); in jinit_upsampler()
Djdmarker.c395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val; in get_dac()
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F); in get_dac()
398 cinfo->arith_dc_U[index] = (UINT8) (val >> 4); in get_dac()
423 UINT8 bits[17]; in get_dht()
424 UINT8 huffval[256]; in get_dht()
682 cinfo->Adobe_transform = (UINT8) transform; in examine_app14()
767 cur_marker->marker = (UINT8) cinfo->unread_marker; in save_marker()
Djdhuff.h45 UINT8 look_sym[1<<HUFF_LOOKAHEAD]; /* symbol, or unused */
/external/jpeg/
Djcparam.c153 JHUFF_TBL **htblptr, const UINT8 *bits, const UINT8 *val) in add_huff_table()
174 MEMCOPY((*htblptr)->huffval, val, nsymbols * SIZEOF(UINT8)); in add_huff_table()
186 static const UINT8 bits_dc_luminance[17] = in std_huff_tables()
188 static const UINT8 val_dc_luminance[] = in std_huff_tables()
191 static const UINT8 bits_dc_chrominance[17] = in std_huff_tables()
193 static const UINT8 val_dc_chrominance[] = in std_huff_tables()
196 static const UINT8 bits_ac_luminance[17] = in std_huff_tables()
198 static const UINT8 val_ac_luminance[] = in std_huff_tables()
221 static const UINT8 bits_ac_chrominance[17] = in std_huff_tables()
223 static const UINT8 val_ac_chrominance[] = in std_huff_tables()
Djpeglib.h102 UINT8 bits[17]; /* bits[k] = # of symbols with codes of */
104 UINT8 huffval[256]; /* The symbols, in order of incr code length */
197 UINT8 marker; /* marker code: JPEG_COM, or JPEG_APP0+n */
313 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
314 UINT8 arith_dc_U[NUM_ARITH_TBLS]; /* U values for DC arith-coding tables */
315 UINT8 arith_ac_K[NUM_ARITH_TBLS]; /* Kx values for AC arith-coding tables */
342 UINT8 JFIF_major_version; /* What to write for the JFIF version number */
343 UINT8 JFIF_minor_version;
348 UINT8 density_unit; /* JFIF code for pixel size units */
549 UINT8 arith_dc_L[NUM_ARITH_TBLS]; /* L values for DC arith-coding tables */
[all …]
Djmorecfg.h157 typedef unsigned char UINT8; typedef
160 typedef char UINT8; typedef
162 typedef short UINT8; typedef
Djdsample.c57 UINT8 h_expand[MAX_COMPONENTS];
58 UINT8 v_expand[MAX_COMPONENTS];
466 upsample->h_expand[ci] = (UINT8) (h_out_group / h_in_group); in jinit_upsampler()
467 upsample->v_expand[ci] = (UINT8) (v_out_group / v_in_group); in jinit_upsampler()
Djdmarker.c395 cinfo->arith_ac_K[index-NUM_ARITH_TBLS] = (UINT8) val; in get_dac()
397 cinfo->arith_dc_L[index] = (UINT8) (val & 0x0F); in get_dac()
398 cinfo->arith_dc_U[index] = (UINT8) (val >> 4); in get_dac()
423 UINT8 bits[17]; in get_dht()
424 UINT8 huffval[256]; in get_dht()
682 cinfo->Adobe_transform = (UINT8) transform; in examine_app14()
767 cur_marker->marker = (UINT8) cinfo->unread_marker; in save_marker()
Djdhuff.h45 UINT8 look_sym[1<<HUFF_LOOKAHEAD]; /* symbol, or unused */
/external/libvpx/vp8/decoder/
Donyxd_int.h46 UINT8 Probs[12];
52 UINT8 const *ptr_block2leftabove;
56 UINT8 *ptr_coef_bands_x;
66 UINT8 eob[25];
/external/bluetooth/bluez/compat/
Dfakehid.txt35 UINT8 0x01
73 UINT8 0x01
117 UINT8 0x01
/external/libffi/src/mips/
Dffi.c136 *(ffi_arg *)argp = *(UINT8 *)(* p_argv); in ffi_prep_args()
709 *(UINT8 *) &avalue[i] = (UINT8) ar[argn]; in ffi_closure_mips_inner_O32()
874 *(UINT8 *) &avalue[i] = (UINT8) *argp; in ffi_closure_mips_inner_N32()
/external/libvpx/vpx_scale/arm/armv4/
Dgen_scalers_armv4.asm52 ; r0 = UINT8 *source
54 ; r2 = UINT8 *dest
156 ; r0 = UINT8 *dest
296 ; r0 = UINT8 *dest
450 ; r0 = UINT8 *dest
607 ; r0 = UINT8 *dest
729 ; r0 = UINT8 *dest
/external/libvpx/vp8/common/
Dtype_aliases.h78 typedef unsigned char UINT8; typedef
/external/libffi/src/
Djava_raw_api.c158 *(UINT32*)(raw++) = *(UINT8*) (*args); in ffi_java_ptrarray_to_raw()
160 (raw++)->uint = *(UINT8*) (*args); in ffi_java_ptrarray_to_raw()
Dtypes.c52 FFI_TYPEDEF(uint8, UINT8, FFI_TYPE_UINT8);
/external/libffi/include/
Dffi_common.h81 typedef unsigned int UINT8 __attribute__((__mode__(__QI__))); typedef
/external/libffi/src/sh64/
Dffi.c44 if (arg->size <= sizeof (UINT8)) in return_type()
96 *(UINT64 *) argp = (UINT64) *(UINT8 *)(*p_argv); in ffi_prep_args()
/external/mdnsresponder/mDNSShared/
Ddns_sd.h114 typedef UINT8 uint8_t;
126 typedef UINT8 uint8_t;

123