Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/ratio/include/boost/ratio/
Dratio.hpp94 typedef boost::intmax_t num_type; typedef in boost::ratio
/external/pigweed/pw_bluetooth_sapphire/host/testing/
Dfake_controller.cc36 void SetBit(NUM_TYPE* num_type, ENUM_TYPE bit) { in SetBit()
41 void UnsetBit(NUM_TYPE* num_type, ENUM_TYPE bit) { in UnsetBit()
46 bool CheckBit(NUM_TYPE num_type, ENUM_TYPE bit) { in CheckBit()
/external/libxml2/
Dxmlschemastypes.c1727 #define PARSE_DIGITS(num, cur, num_type) \ argument
1749 #define PARSE_NUM(num, cur, num_type) \ argument