Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/decoder/
Ddetokenize.c55 static int GetSigned(BOOL_DECODER *br, int value_to_sign) { in GetSigned() function
/external/perfetto/tools/ftrace_proto_gen/
Dproto_gen_utils.cc156 ProtoType ProtoType::GetSigned() const { in GetSigned() function in perfetto::ProtoType
/external/vixl/src/
Dutils-vixl.h799 int32_t GetSigned() const { in GetSigned() function
802 int32_t GetSigned() const { return data_; } in GetSigned() function
861 int64_t GetSigned(int N) const { in GetSigned() function
864 int64_t GetSigned() const { return data_; } in GetSigned() function