Home
last modified time | relevance | path

Searched refs:PW_NO_INLINE (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_result/size_report/
Dresult_noinline.cc19 PW_NO_INLINE pw::Result<float> Divide(float a, float b) { in Divide()
Dpointer_noinline.cc19 PW_NO_INLINE pw::Status Divide(float a, float b, float* out) { in Divide()
Dresult_read.cc33 PW_NO_INLINE pw::Result<std::span<const std::byte>> Read(size_t offset, in Read()
Dpointer_read.cc33 PW_NO_INLINE pw::Status Read(size_t offset, in Read()
/external/pigweed/pw_preprocessor/public/pw_preprocessor/
Dcompiler.h80 #define PW_NO_INLINE __attribute__((noinline)) macro