Home
last modified time | relevance | path

Searched defs:GetBit (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c26 static WEBP_INLINE uint32_t GetBit(const uint8_t* const data, size_t nb, in GetBit() function
/third_party/flutter/skia/third_party/externals/libwebp/extras/
Dquality_estimate.c26 static WEBP_INLINE uint32_t GetBit(const uint8_t* const data, size_t nb, in GetBit() function
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrcommon.h661 static inline UINT_32 GetBit( in GetBit() function
/third_party/grpc/include/grpcpp/impl/codegen/
Dcall_op_set.h188 bool GetBit(const uint32_t mask) const { return (flags_ & mask) != 0; } in GetBit() function
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_internal.h251 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function
Dimgui.h1944 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
/third_party/mesa3d/src/imgui/
Dimgui.h1953 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (UsedCh… in GetBit() function
Dimgui_internal.h258 …bool GetBit(int n) const { int off = (n >> 5); int mask = 1 << (n & 31); return (St… in GetBit() function
/third_party/skia/third_party/externals/imgui/
Dimgui.h2587 …inline bool GetBit(size_t n) const { int off = (int)(n >> 5); ImU32 mask = 1u << (n & 31); re… in GetBit() function