Searched refs:_TYPE (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/libasm/ |
H A D | asm_adduint8.c | 46 #define TYPE(size) _TYPE(size) 47 #define _TYPE(size) int##size##_t macro
|
H A D | asm_addint8.c | 45 #define TYPE(size) _TYPE(size) 46 #define _TYPE(size) int##size##_t macro
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | type_checkers.py | 177 proposed_value = self._TYPE(proposed_value) 245 _TYPE = int variable in Int32ValueChecker 251 _TYPE = int variable in Uint32ValueChecker 257 _TYPE = long variable in Int64ValueChecker 263 _TYPE = long variable in Uint64ValueChecker
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui.h | 89 #define IM_OFFSETOF(_TYPE,_MEMBER) offsetof(_TYPE, _MEMBER) // Offset of _MEMBER within _TYPE. Standardized as offsetof() in C++11 91 #define IM_OFFSETOF(_TYPE,_MEMBER) ((size_t)&(((_TYPE*)0)->_MEMBER)) // Offset of _MEMBER within _TYPE. Old style macro. 1679 #define IM_NEW(_TYPE) new(ImNewWrapper(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui.h | 74 #define IM_OFFSETOF(_TYPE,_MEMBER) ((size_t)&(((_TYPE*)0)->_MEMBER)) // Offset of _MEMBER within _TYPE. Standardized as offsetof() in modern C++. 1533 #define IM_NEW(_TYPE) new(ImNewDummy(), ImGui::MemAlloc(sizeof(_TYPE))) _TYPE
|
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 4801 isolate(), temporal, #N, JS_TEMPORAL_##U##_TYPE, \ in InitializeGlobal_harmony_temporal()
|
Completed in 30 milliseconds