Home
last modified time | relevance | path

Searched defs:popcnt (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h209 # define popcnt(x) __builtin_popcount ((uint32_t)(x)) macro
211 # define popcnt(x) _vbi_popcnt (x) macro
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc440 static int popcnt(uint32 n) { in popcnt() function