Home
last modified time | relevance | path

Searched defs:GetSigned (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/vixl/src/
H A Dutils-vixl.h827 int32_t GetSigned() const { in GetSigned() function
830 int32_t GetSigned() const { return data_; } in GetSigned() function
889 int64_t GetSigned(int N) const { in GetSigned() function
892 int64_t GetSigned() const { return data_; } in GetSigned() function
/aosp_15_r20/external/pdfium/core/fxcrt/
H A Dfx_number.cpp91 int32_t FX_Number::GetSigned() const { in GetSigned() function in FX_Number
/aosp_15_r20/external/libvpx/vp8/decoder/
H A Ddetokenize.c58 static VPX_NO_UNSIGNED_OVERFLOW_CHECK int GetSigned(BOOL_DECODER *br, in GetSigned() function
/aosp_15_r20/external/perfetto/src/tools/ftrace_proto_gen/
H A Dproto_gen_utils.cc108 ProtoType ProtoType::GetSigned() const { in GetSigned() function in perfetto::ProtoType