Searched refs:from_size (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_exception_safety_test.cc | 231 constexpr static auto from_size = TypeParam::GetSizeAt(0); in TYPED_TEST() local 235 .WithInitialValue(VecT{from_size}) in TYPED_TEST() 270 constexpr static auto from_size = TypeParam::GetSizeAt(0); in TYPED_TEST() local 274 .WithInitialValue(VecT{from_size}) in TYPED_TEST() 290 constexpr static auto from_size = TypeParam::GetSizeAt(0); in TYPED_TEST() local 293 .WithInitialValue(VecT{from_size}) in TYPED_TEST() 313 constexpr static auto from_size = TypeParam::GetSizeAt(0); in TYPED_TEST() local 317 .WithInitialValue(VecT{from_size}) in TYPED_TEST() 462 constexpr static auto from_size = TypeParam::GetSizeAt(0); in TYPED_TEST() local 466 .WithInitialValue(VecT{from_size}) in TYPED_TEST() 487 constexpr static auto from_size = TypeParam::GetSizeAt(0); TYPED_TEST() local [all...] |
/third_party/libbpf/src/ |
H A D | bpf_helper_defs.h | 771 * *from*, of length *from_size* (that must be a multiple of 4), 779 * * With *from_size* == 0, *to_size* > 0 and *seed* set to 781 * * With *from_size* > 0, *to_size* == 0 and *seed* set to 783 * * With *from_size* > 0, *to_size* > 0 and *seed* set to 0, it 784 * can be used to compute a diff. Note that *from_size* and 796 static __s64 (*bpf_csum_diff)(__be32 *from, __u32 from_size, __be32 *to, __u32 to_size, __wsum seed) = (void *) 28;
|
Completed in 6 milliseconds