Searched refs:p_data (Results 26 - 27 of 27) sorted by relevance
12
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 2705 IMGUI_API int DataTypeFormatString(char* buf, int buf_size, ImGuiDataType data_type, const void* p_data, const char* format); 2707 IMGUI_API bool DataTypeApplyOpFromText(const char* buf, const char* initial_value_buf, ImGuiDataType data_type, void* p_data, const char* format); 2709 IMGUI_API bool DataTypeClamp(ImGuiDataType data_type, void* p_data, const void* p_min, const void* p_max); 2714 IMGUI_API bool TempInputScalar(const ImRect& bb, ImGuiID id, const char* label, ImGuiDataType data_type, void* p_data, const char* format, const void* p_clamp_min = NULL, const void* p_clamp_max = NULL);
|
/third_party/python/Modules/_decimal/ |
H A D | _decimal.c | 4677 mpd_uint_t p_data[1] = {2305843009213693951ULL}; in _dec_hash() local 4678 mpd_t p = {MPD_POS|MPD_STATIC|MPD_CONST_DATA, 0, 19, 1, 1, p_data}; in _dec_hash() 4685 mpd_uint_t p_data[2] = {147483647UL, 2}; in _dec_hash() 4686 mpd_t p = {MPD_POS|MPD_STATIC|MPD_CONST_DATA, 0, 10, 2, 2, p_data}; in _dec_hash()
|
Completed in 13 milliseconds
12