Searched refs:word32 (Results 1 - 25 of 53) sorted by relevance

123

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c43 word32 x32[MAXKC];
49 *((word32*)tk[j]) = *((word32*)k[j]);
56 *((word32*)W[r][t]) = *((word32*)tk[j]);
74 *((word32*)tk[j]) ^= *((word32*)tk[j-1]);
78 *((word32*)tk[j]) ^= *((word32*)tk[j-1]);
85 *((word32*)t
[all...]
H A Drijndael-api-fst.c122 ((word32*)block)[0] ^= ((word32*)iv)[0];
123 ((word32*)block)[1] ^= ((word32*)iv)[1];
124 ((word32*)block)[2] ^= ((word32*)iv)[2];
125 ((word32*)block)[3] ^= ((word32*)iv)[3];
127 ((word32*)block)[0] = ((word32*)ciphe
[all...]
H A Drijndael_local.h9 typedef u_int32_t word32; typedef
/external/libhevc/common/arm/
H A Dihevc_weighted_pred_bi.s107 @ word32 src_strd1,
108 @ word32 src_strd2,
109 @ word32 dst_strd,
110 @ word32 wgt0,
111 @ word32 off0,
112 @ word32 wgt1,
113 @ word32 off1,
114 @ word32 shift,
115 @ word32 lvl_shift1,
116 @ word32 lvl_shift
[all...]
H A Dihevc_intra_pred_chroma_mode_18_34.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode)
H A Dihevc_weighted_pred_uni.s94 @ word32 src_strd,
95 @ word32 dst_strd,
96 @ word32 wgt0,
97 @ word32 off0,
98 @ word32 shift,
99 @ word32 lvl_shift,
100 @ word32 ht,
101 @ word32 wd)
H A Dihevc_padding.s79 @ word32 src_strd,
80 @ word32 ht,
81 @ word32 pad_size)
202 @ word32 src_strd,
203 @ word32 ht,
204 @ word32 pad_size)
321 @ word32 src_strd,
322 @ word32 ht,
323 @ word32 pad_size)
325 @ word32 ro
[all...]
H A Dihevc_inter_pred_luma_copy.s60 @ word32 src_strd,
61 @ word32 dst_strd,
63 @ word32 ht,
64 @ word32 wd )
H A Dihevc_intra_pred_chroma_ver.s75 @ word32 src_strd,
77 @ word32 dst_strd,
78 @ word32 nt,
79 @ word32 mode)
H A Dihevc_intra_pred_luma_mode2.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode)
H A Dihevc_intra_pred_luma_mode_18_34.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode)
H A Dihevc_inter_pred_chroma_copy.s81 @ word32 src_strd,
82 @ word32 dst_strd,
84 @ word32 ht,
85 @ word32 wd)
H A Dihevc_intra_pred_chroma_dc.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode)
H A Dihevc_intra_pred_chroma_mode2.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode)
H A Dihevc_intra_pred_luma_dc.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode)
H A Dihevc_itrans_recon_4x4.s89 @ word32 src_strd,
90 @ word32 pred_strd,
91 @ word32 dst_strd,
92 @ word32 zero_cols)
H A Dihevc_itrans_recon_4x4_ttype1.s91 @ word32 src_strd,
92 @ word32 pred_strd,
93 @ word32 dst_strd,
94 @ word32 zero_cols)
H A Dihevc_inter_pred_luma_copy_w16out.s61 @ word32 src_strd,
62 @ word32 dst_strd,
64 @ word32 ht,
65 @ word32 wd )
H A Dihevc_intra_pred_chroma_horz.s76 @ word32 src_strd,
78 @ word32 dst_strd,
79 @ word32 nt,
80 @ word32 mode)
H A Dihevc_intra_pred_luma_horz.s76 @ word32 src_strd,
78 @ word32 dst_strd,
79 @ word32 nt,
80 @ word32 mode)
H A Dihevc_intra_pred_chroma_planar.s78 @ word32 src_strd,
80 @ word32 dst_strd,
81 @ word32 nt,
82 @ word32 mode,
83 @ word32 pi1_coeff)
H A Dihevc_weighted_pred_bi_default.s91 @ word32 src_strd1,
92 @ word32 src_strd2,
93 @ word32 dst_strd,
94 @ word32 lvl_shift1,
95 @ word32 lvl_shift2,
96 @ word32 ht,
97 @ word32 wd)
/external/libhevc/decoder/arm/
H A Dihevcd_itrans_recon_dc_chroma.s48 @ word32 pred_strd,
49 @ word32 dst_strd,
50 @ word32 log2_trans_size,
H A Dihevcd_itrans_recon_dc_luma.s49 @ word32 pred_strd,
50 @ word32 dst_strd,
51 @ word32 log2_trans_size,
/external/v8/src/
H A Dcode-stub-assembler.h787 // field |T| in |word32|. Returns result as an uint32 node.
789 Node* DecodeWord32(Node* word32) { argument
790 return DecodeWord32(word32, T::kShift, T::kMask);
801 // field |T| in |word32|. Returns result as a word-size node.
803 Node* DecodeWordFromWord32(Node* word32) { argument
804 return DecodeWord<T>(ChangeUint32ToWord(word32));
814 // Decodes an unsigned (!) value from |word32| to an uint32 node.
815 Node* DecodeWord32(Node* word32, uint32_t shift, uint32_t mask);
820 // Returns true if any of the |T|'s bits in given |word32| are set.
822 Node* IsSetWord32(Node* word32) { argument
827 IsSetWord32(Node* word32, uint32_t mask) argument
854 IsClearWord32(Node* word32) argument
859 IsClearWord32(Node* word32, uint32_t mask) argument
[all...]

Completed in 1399 milliseconds

123