Searched defs:packed_bytes (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/federated-compute/fcp/secagg/shared/ |
H A D | secagg_vector_test.cc | 110 std::string packed_bytes(3, '\0'); in TEST_P() local 123 std::string packed_bytes(3, '\0'); in TEST_P() local 129 std::string packed_bytes(3, '\0'); in TEST_P() local 135 std::string packed_bytes(3, '\0'); in TEST_P() local 141 std::string packed_bytes(3, '\0'); in TEST_P() local 153 std::string packed_bytes(expected_length - 1, '\0'); in TEST_P() local 164 std::string packed_bytes(expected_length + 1, '\0'); in TEST_P() local 174 std::string packed_bytes = vector.GetAsPackedBytes(); in TEST_P() local 208 std::string packed_bytes = vector.GetAsPackedBytes(); in TEST_P() local 306 const auto& packed_bytes = vector.GetAsPackedBytes(); in TEST_P() local [all …]
|
H A D | secagg_vector.cc | 73 SecAggVector::SecAggVector(std::string packed_bytes, uint64_t modulus, in SecAggVector() 228 SecAggVector::Decoder::Decoder(absl::string_view packed_bytes, uint64_t modulus) in Decoder()
|
/aosp_15_r20/external/mesa3d/src/amd/compiler/ |
H A D | aco_lower_subdword.cpp | 212 unsigned packed_bytes = operands[0].bytes; in emit_pack() local
|