Searched refs:i32 (Results 1 – 3 of 3) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_spinel_decoder.cpp | 88 int32_t i32; in TestDecoder() local 137 SuccessOrQuit(decoder.ReadInt32(i32)); in TestDecoder() 170 VerifyOrQuit(i32 == kInt32); in TestDecoder() 210 SuccessOrQuit(decoder.ReadInt32(i32)); in TestDecoder() 233 VerifyOrQuit(i32 == kInt32); in TestDecoder() 440 SuccessOrQuit(decoder.ReadInt32(i32)); in TestDecoder() 450 VerifyOrQuit(i32 == kInt32); in TestDecoder() 502 SuccessOrQuit(decoder.ReadInt32(i32)); in TestDecoder() 512 VerifyOrQuit(i32 == kInt32); in TestDecoder() 558 SuccessOrQuit(decoder.ReadInt32(i32)); in TestDecoder() [all …]
|
D | test_spinel_encoder.cpp | 103 int32_t i32; in TestEncoder() local 155 …&b_1, &b_2, &u8, &i8, &u16, &i16, &u32, &i32, &u64, &i64, &u_1, &u_2, &u_3, &u_4, &ip6Addr, &eui48… in TestEncoder() 166 VerifyOrQuit(i32 == kInt32); in TestEncoder() 265 &u8, &utf_1, &b_1, &ip6Addr, &u16, &eui48, &u32, &i32); in TestEncoder() 272 VerifyOrQuit(i32 == kInt32); in TestEncoder() 352 VerifyOrQuit(i32 == kInt32); in TestEncoder()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | cmac.c | 78 uint32_t i32 = MBEDTLS_GET_UINT32_BE(&input[i], 0); in cmac_multiply_by_u() local 79 uint32_t new_overflow = i32 >> 31; in cmac_multiply_by_u() 80 i32 = (i32 << 1) | overflow; in cmac_multiply_by_u() 81 MBEDTLS_PUT_UINT32_BE(i32, &output[i], 0); in cmac_multiply_by_u()
|