Home
last modified time | relevance | path

Searched refs:uint8_t (Results 1 – 25 of 10433) sorted by relevance

12345678910>>...418

/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h71 #define GPIO_AF0_RTC_50Hz ((uint8_t)0x00) /* RTC_50Hz Alternate Function mapping …
72 #define GPIO_AF0_MCO ((uint8_t)0x00) /* MCO (MCO1 and MCO2) Alternate Function mapping …
73 #define GPIO_AF0_SWJ ((uint8_t)0x00) /* SWJ (SWD and JTAG) Alternate Function mapping …
75 #define GPIO_AF0_LCDBIAS ((uint8_t)0x00) /* LCDBIAS Alternate Function mapping …
77 #define GPIO_AF0_TRACE ((uint8_t)0x00) /* TRACE Alternate Function mapping …
82 #define GPIO_AF1_TIM1 ((uint8_t)0x01) /* TIM1 Alternate Function mapping */
83 #define GPIO_AF1_TIM2 ((uint8_t)0x01) /* TIM2 Alternate Function mapping */
84 #define GPIO_AF1_LPTIM1 ((uint8_t)0x01) /* LPTIM1 Alternate Function mapping */
85 #define GPIO_AF1_IR ((uint8_t)0x01) /* IR Alternate Function mapping */
90 #define GPIO_AF2_TIM1 ((uint8_t)0x02) /* TIM1 Alternate Function mapping */
[all …]
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Inc/
Dstm32l4xx_hal_gpio_ex.h71 #define GPIO_AF0_RTC_50Hz ((uint8_t)0x00) /* RTC_50Hz Alternate Function mapping …
72 #define GPIO_AF0_MCO ((uint8_t)0x00) /* MCO (MCO1 and MCO2) Alternate Function mapping …
73 #define GPIO_AF0_SWJ ((uint8_t)0x00) /* SWJ (SWD and JTAG) Alternate Function mapping …
75 #define GPIO_AF0_LCDBIAS ((uint8_t)0x00) /* LCDBIAS Alternate Function mapping …
77 #define GPIO_AF0_TRACE ((uint8_t)0x00) /* TRACE Alternate Function mapping …
82 #define GPIO_AF1_TIM1 ((uint8_t)0x01) /* TIM1 Alternate Function mapping */
83 #define GPIO_AF1_TIM2 ((uint8_t)0x01) /* TIM2 Alternate Function mapping */
84 #define GPIO_AF1_LPTIM1 ((uint8_t)0x01) /* LPTIM1 Alternate Function mapping */
85 #define GPIO_AF1_IR ((uint8_t)0x01) /* IR Alternate Function mapping */
90 #define GPIO_AF2_TIM1 ((uint8_t)0x02) /* TIM1 Alternate Function mapping */
[all …]
/external/libyuv/files/include/libyuv/
Drow.h580 typedef __declspec(align(16)) uint8_t uvec8[16];
586 typedef __declspec(align(32)) uint8_t ulvec8[32];
599 typedef uint8_t __attribute__((vector_size(16))) uvec8;
605 typedef uint8_t __attribute__((vector_size(32))) ulvec8;
613 typedef uint8_t uvec8[16];
619 typedef uint8_t ulvec8[32];
675 uint8_t* var##_mem = (uint8_t*)(malloc((size) + 63)); /* NOLINT */ \
676 uint8_t* var = (uint8_t*)(((intptr_t)(var##_mem) + 63) & ~63) /* NOLINT */
746 void I444ToARGBRow_NEON(const uint8_t* src_y,
747 const uint8_t* src_u,
[all …]
Dscale_row.h137 const uint8_t* src_argb,
138 uint8_t* dst_argb,
195 void ScaleRowDown2_C(const uint8_t* src_ptr,
197 uint8_t* dst,
203 void ScaleRowDown2Linear_C(const uint8_t* src_ptr,
205 uint8_t* dst,
211 void ScaleRowDown2Box_C(const uint8_t* src_ptr,
213 uint8_t* dst,
215 void ScaleRowDown2Box_Odd_C(const uint8_t* src_ptr,
217 uint8_t* dst,
[all …]
Dconvert.h30 int I444ToI420(const uint8_t* src_y,
32 const uint8_t* src_u,
34 const uint8_t* src_v,
36 uint8_t* dst_y,
38 uint8_t* dst_u,
40 uint8_t* dst_v,
47 int I444ToNV21(const uint8_t* src_y,
49 const uint8_t* src_u,
51 const uint8_t* src_v,
53 uint8_t* dst_y,
[all …]
Dplanar_functions.h45 void CopyPlane(const uint8_t* src_y,
47 uint8_t* dst_y,
63 uint8_t* dst_y,
70 void Convert8To16Plane(const uint8_t* src_y,
80 void SetPlane(uint8_t* dst_y,
88 void SplitUVPlane(const uint8_t* src_uv,
90 uint8_t* dst_u,
92 uint8_t* dst_v,
99 void MergeUVPlane(const uint8_t* src_u,
101 const uint8_t* src_v,
[all …]
Dconvert_from.h26 int I420ToI010(const uint8_t* src_y,
28 const uint8_t* src_u,
30 const uint8_t* src_v,
42 int I420ToI422(const uint8_t* src_y,
44 const uint8_t* src_u,
46 const uint8_t* src_v,
48 uint8_t* dst_y,
50 uint8_t* dst_u,
52 uint8_t* dst_v,
58 int I420ToI444(const uint8_t* src_y,
[all …]
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drow.h498 typedef __declspec(align(16)) uint8_t uvec8[16];
504 typedef __declspec(align(32)) uint8_t ulvec8[32];
517 typedef uint8_t __attribute__((vector_size(16))) uvec8;
523 typedef uint8_t __attribute__((vector_size(32))) ulvec8;
531 typedef uint8_t uvec8[16];
537 typedef uint8_t ulvec8[32];
593 uint8_t* var##_mem = (uint8_t*)(malloc((size) + 63)); /* NOLINT */ \
594 uint8_t* var = (uint8_t*)(((intptr_t)(var##_mem) + 63) & ~63) /* NOLINT */
664 void I444ToARGBRow_NEON(const uint8_t* src_y,
665 const uint8_t* src_u,
[all …]
Dscale_row.h119 const uint8_t* src_argb,
120 uint8_t* dst_argb,
172 void ScaleRowDown2_C(const uint8_t* src_ptr,
174 uint8_t* dst,
180 void ScaleRowDown2Linear_C(const uint8_t* src_ptr,
182 uint8_t* dst,
188 void ScaleRowDown2Box_C(const uint8_t* src_ptr,
190 uint8_t* dst,
192 void ScaleRowDown2Box_Odd_C(const uint8_t* src_ptr,
194 uint8_t* dst,
[all …]
Dplanar_functions.h45 void CopyPlane(const uint8_t* src_y,
47 uint8_t* dst_y,
63 uint8_t* dst_y,
70 void Convert8To16Plane(const uint8_t* src_y,
80 void SetPlane(uint8_t* dst_y,
88 void SplitUVPlane(const uint8_t* src_uv,
90 uint8_t* dst_u,
92 uint8_t* dst_v,
99 void MergeUVPlane(const uint8_t* src_u,
101 const uint8_t* src_v,
[all …]
Dconvert_from.h26 int I420ToI010(const uint8_t* src_y,
28 const uint8_t* src_u,
30 const uint8_t* src_v,
42 int I420ToI422(const uint8_t* src_y,
44 const uint8_t* src_u,
46 const uint8_t* src_v,
48 uint8_t* dst_y,
50 uint8_t* dst_u,
52 uint8_t* dst_v,
58 int I420ToI444(const uint8_t* src_y,
[all …]
/external/pigweed/pw_tokenizer/public/pw_tokenizer/internal/
Dpw_tokenizer_65599_fixed_length_256_hash_macro.h32 0x0001003fu * (uint8_t)str[0] + \
33 0x007e0f81u * (uint8_t)( 1 < sizeof(str) ? str[ 1] : 0) + \
34 0x2e86d0bfu * (uint8_t)( 2 < sizeof(str) ? str[ 2] : 0) + \
35 0x43ec5f01u * (uint8_t)( 3 < sizeof(str) ? str[ 3] : 0) + \
36 0x162c613fu * (uint8_t)( 4 < sizeof(str) ? str[ 4] : 0) + \
37 0xd62aee81u * (uint8_t)( 5 < sizeof(str) ? str[ 5] : 0) + \
38 0xa311b1bfu * (uint8_t)( 6 < sizeof(str) ? str[ 6] : 0) + \
39 0xd319be01u * (uint8_t)( 7 < sizeof(str) ? str[ 7] : 0) + \
40 0xb156c23fu * (uint8_t)( 8 < sizeof(str) ? str[ 8] : 0) + \
41 0x6698cd81u * (uint8_t)( 9 < sizeof(str) ? str[ 9] : 0) + \
[all …]
Dpw_tokenizer_65599_fixed_length_128_hash_macro.h32 0x0001003fu * (uint8_t)str[0] + \
33 0x007e0f81u * (uint8_t)( 1 < sizeof(str) ? str[ 1] : 0) + \
34 0x2e86d0bfu * (uint8_t)( 2 < sizeof(str) ? str[ 2] : 0) + \
35 0x43ec5f01u * (uint8_t)( 3 < sizeof(str) ? str[ 3] : 0) + \
36 0x162c613fu * (uint8_t)( 4 < sizeof(str) ? str[ 4] : 0) + \
37 0xd62aee81u * (uint8_t)( 5 < sizeof(str) ? str[ 5] : 0) + \
38 0xa311b1bfu * (uint8_t)( 6 < sizeof(str) ? str[ 6] : 0) + \
39 0xd319be01u * (uint8_t)( 7 < sizeof(str) ? str[ 7] : 0) + \
40 0xb156c23fu * (uint8_t)( 8 < sizeof(str) ? str[ 8] : 0) + \
41 0x6698cd81u * (uint8_t)( 9 < sizeof(str) ? str[ 9] : 0) + \
[all …]
Dpw_tokenizer_65599_fixed_length_96_hash_macro.h32 0x0001003fu * (uint8_t)str[0] + \
33 0x007e0f81u * (uint8_t)( 1 < sizeof(str) ? str[ 1] : 0) + \
34 0x2e86d0bfu * (uint8_t)( 2 < sizeof(str) ? str[ 2] : 0) + \
35 0x43ec5f01u * (uint8_t)( 3 < sizeof(str) ? str[ 3] : 0) + \
36 0x162c613fu * (uint8_t)( 4 < sizeof(str) ? str[ 4] : 0) + \
37 0xd62aee81u * (uint8_t)( 5 < sizeof(str) ? str[ 5] : 0) + \
38 0xa311b1bfu * (uint8_t)( 6 < sizeof(str) ? str[ 6] : 0) + \
39 0xd319be01u * (uint8_t)( 7 < sizeof(str) ? str[ 7] : 0) + \
40 0xb156c23fu * (uint8_t)( 8 < sizeof(str) ? str[ 8] : 0) + \
41 0x6698cd81u * (uint8_t)( 9 < sizeof(str) ? str[ 9] : 0) + \
[all …]
Dpw_tokenizer_65599_fixed_length_80_hash_macro.h32 0x0001003fu * (uint8_t)str[0] + \
33 0x007e0f81u * (uint8_t)( 1 < sizeof(str) ? str[ 1] : 0) + \
34 0x2e86d0bfu * (uint8_t)( 2 < sizeof(str) ? str[ 2] : 0) + \
35 0x43ec5f01u * (uint8_t)( 3 < sizeof(str) ? str[ 3] : 0) + \
36 0x162c613fu * (uint8_t)( 4 < sizeof(str) ? str[ 4] : 0) + \
37 0xd62aee81u * (uint8_t)( 5 < sizeof(str) ? str[ 5] : 0) + \
38 0xa311b1bfu * (uint8_t)( 6 < sizeof(str) ? str[ 6] : 0) + \
39 0xd319be01u * (uint8_t)( 7 < sizeof(str) ? str[ 7] : 0) + \
40 0xb156c23fu * (uint8_t)( 8 < sizeof(str) ? str[ 8] : 0) + \
41 0x6698cd81u * (uint8_t)( 9 < sizeof(str) ? str[ 9] : 0) + \
[all …]
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dadler32_test.c21 const uint8_t *buf;
26 void test_adler32(uint32_t adler, const uint8_t *buf, uint32_t len, uint32_t chk, uint32_t line) { in test_adler32()
35 static const uint8_t long_string[5552] = {
212 {__LINE__, 0x1, (const uint8_t *)0x0, 0, 0x1},
213 {__LINE__, 0x1, (const uint8_t *)"", 1, 0x10001},
214 {__LINE__, 0x1, (const uint8_t *)"a", 1, 0x620062},
215 {__LINE__, 0x1, (const uint8_t *)"abacus", 6, 0x8400270},
216 {__LINE__, 0x1, (const uint8_t *)"backlog", 7, 0xb1f02d4},
217 {__LINE__, 0x1, (const uint8_t *)"campfire", 8, 0xea10348},
218 {__LINE__, 0x1, (const uint8_t *)"delta", 5, 0x61a020b},
[all …]
/external/mesa3d/src/gallium/include/pipe/
Dp_video_state.h155 uint8_t *decrypt_key;
186 const uint8_t *intra_matrix;
187 const uint8_t *non_intra_matrix;
239 uint8_t vop_coding_type;
240 uint8_t vop_fcode_forward;
241 uint8_t vop_fcode_backward;
242 uint8_t resync_marker_disable;
243 uint8_t interlaced;
244 uint8_t quant_type;
245 uint8_t quarter_sample;
[all …]
/external/libaom/config/x86_64/config/
Daom_dsp_rtcd.h25 …_hmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8…
28 …4_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8…
31 …_vmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8…
34 void aom_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_st…
35 void aom_convolve8_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst…
36 void aom_convolve8_horiz_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
39 void aom_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_str…
40 void aom_convolve8_vert_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_…
41 void aom_convolve8_vert_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst…
44 void aom_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
[all …]
/external/libaom/config/x86/config/
Daom_dsp_rtcd.h25 …_hmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8…
28 …4_mask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8…
31 …_vmask_c(uint8_t *dst, uint32_t dst_stride, const uint8_t *src0, uint32_t src0_stride, const uint8…
34 void aom_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_st…
35 void aom_convolve8_horiz_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst…
36 void aom_convolve8_horiz_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
39 void aom_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_str…
40 void aom_convolve8_vert_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_…
41 void aom_convolve8_vert_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst…
44 void aom_convolve_copy_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
25 unsigned int vpx_avg_4x4_sse2(const uint8_t *, int p);
28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
29 unsigned int vpx_avg_8x8_sse2(const uint8_t *, int p);
32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
33 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const u…
36 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, …
37 void vpx_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid…
38 void vpx_convolve8_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
41 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
25 unsigned int vpx_avg_4x4_sse2(const uint8_t *, int p);
28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
29 unsigned int vpx_avg_8x8_sse2(const uint8_t *, int p);
32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
33 void vpx_comp_avg_pred_sse2(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const u…
36 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, …
37 void vpx_convolve8_sse2(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid…
38 void vpx_convolve8_ssse3(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
41 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
25 unsigned int vpx_avg_4x4_neon(const uint8_t *, int p);
28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
29 unsigned int vpx_avg_8x8_neon(const uint8_t *, int p);
32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
33 void vpx_comp_avg_pred_neon(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const u…
36 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, …
37 void vpx_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid…
40 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
41 void vpx_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_s…
[all …]
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
25 unsigned int vpx_avg_4x4_neon(const uint8_t *, int p);
28 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
29 unsigned int vpx_avg_8x8_neon(const uint8_t *, int p);
32 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
33 void vpx_comp_avg_pred_neon(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const u…
36 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, …
37 void vpx_convolve8_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid…
40 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
41 void vpx_convolve8_avg_neon(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_s…
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h24 unsigned int vpx_avg_4x4_c(const uint8_t *, int p);
27 unsigned int vpx_avg_8x8_c(const uint8_t *, int p);
30 void vpx_comp_avg_pred_c(uint8_t *comp_pred, const uint8_t *pred, int width, int height, const uint…
33 void vpx_convolve8_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stride, …
36 void vpx_convolve8_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_stri…
39 void vpx_convolve8_avg_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t ds…
42 void vpx_convolve8_avg_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst…
45 void vpx_convolve8_horiz_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_st…
48 void vpx_convolve8_vert_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_str…
51 void vpx_convolve_avg_c(const uint8_t *src, ptrdiff_t src_stride, uint8_t *dst, ptrdiff_t dst_strid…
[all …]
/external/libpcap/
Dextract.h243 ((uint16_t)(((uint16_t)(*((const uint8_t *)(p) + 0)) << 8) | \
244 ((uint16_t)(*((const uint8_t *)(p) + 1)) << 0)))
246 ((int16_t)(((uint16_t)(*((const uint8_t *)(p) + 0)) << 8) | \
247 ((uint16_t)(*((const uint8_t *)(p) + 1)) << 0)))
249 ((uint32_t)(((uint32_t)(*((const uint8_t *)(p) + 0)) << 24) | \
250 ((uint32_t)(*((const uint8_t *)(p) + 1)) << 16) | \
251 ((uint32_t)(*((const uint8_t *)(p) + 2)) << 8) | \
252 ((uint32_t)(*((const uint8_t *)(p) + 3)) << 0)))
254 ((int32_t)(((uint32_t)(*((const uint8_t *)(p) + 0)) << 24) | \
255 ((uint32_t)(*((const uint8_t *)(p) + 1)) << 16) | \
[all …]

12345678910>>...418