Searched defs:word32 (Results 1 - 2 of 2) sorted by relevance

/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael_local.h9 typedef u_int32_t word32; typedef
/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 361 milliseconds