Searched refs:octstr (Results 1 – 2 of 2) sorted by relevance
63 OctStr32 octstr = {0}; in TEST() local66 Uint32Serialize(&octstr, num); in TEST()67 EXPECT_EQ(expected_octstr, octstr); in TEST()74 const OctStr32 octstr = {0x01, 0x02, 0x03, 0x04}; in TEST() local77 Uint32Deserialize(&num, &octstr); in TEST()
186 ConstIppOctStr octstr = (ConstIppOctStr)octstr_ptr; in OctStrBitSize() local190 while (i < octstr_len && !octstr[i]) i++; in OctStrBitSize()192 byte = octstr[i]; in OctStrBitSize()