Searched refs:code32 (Results 1 – 2 of 2) sorted by relevance
793 TNode<Word32T> code32 = TruncateTaggedToWord32(context, code); in TF_BUILTIN() local795 Signed(Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit))); in TF_BUILTIN()814 TNode<Word32T> code32 = TruncateTaggedToWord32(context, arg); in TF_BUILTIN() local815 code16 = Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()859 TNode<Word32T> code32 = TruncateTaggedToWord32(context, arg); in TF_BUILTIN() local861 Word32And(code32, Int32Constant(String::kMaxUtf16CodeUnit)); in TF_BUILTIN()
1775 bool code32 = false; in ParseDNGPrivateData() local1784 code32 = true; in ParseDNGPrivateData()1837 uint32 tagCode = code32 ? stream.Get_uint32 () in ParseDNGPrivateData()