Home
last modified time | relevance | path

Searched defs:CheckAlignment (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_bytes/public/pw_bytes/
H A Dpacked_ptr.h105 static constexpr void CheckAlignment() { in CheckAlignment() function
/aosp_15_r20/external/libtextclassifier/native/utils/base/
H A Darena_test.cc52 static void CheckAlignment(void* mem, int size, int alignment) { in CheckAlignment() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_executable.cc511 static Status CheckAlignment(const BufferAllocation& allocation, in CheckAlignment() function
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Dskia_image_filter_proto_converter.cc1440 void Converter::CheckAlignment() const { in CheckAlignment() function in skia_image_filter_proto_converter::Converter
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test.cc322 TEST(BasicInterpreter, CheckAlignment) { in TEST() argument