Home
last modified time | relevance | path

Searched refs:result_int (Results 1 - 6 of 6) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cPipelineStatisticsQueryTests.hpp175 glw::GLint result_int; member
197 result_int = INT_MAX; in _test_execution_result()
H A Dgl4cPipelineStatisticsQueryTests.cpp430 glw::GLint result_int = INT_MAX; in executeQuery() local
446 offset_int = &result_int; in executeQuery()
570 result_int = *(glw::GLint*)(bo_data_ptr + (int)(deIntptr)offset_int); in executeQuery()
592 out_result->result_qo_int = result_int; in executeQuery()
599 out_result->result_int = result_int; in executeQuery()
1254 (glw::GLuint64)run_result.result_int == expected_value) || in verifyResultValues()
1256 (glw::GLuint64)run_result.result_int >= expected_value)) in verifyResultValues()
1323 run_result.result_int, "non-QO BO int32", n_expected_values, expected_values, query_type, draw_call_name, in verifyResultValues()
/third_party/sqlite/include/
H A Dsqlite3ext.h125 void (*result_int)(sqlite3_context*,int); member
483 #define sqlite3_result_int sqlite3_api->result_int
/third_party/gn/src/gn/
H A Dparse_tree.cc1099 int64_t result_int; in Execute() local
1100 if (!base::StringToInt64(s, &result_int)) { in Execute()
1104 return Value(this, result_int); in Execute()
/third_party/node/src/crypto/
H A Dcrypto_tls.cc254 unsigned int result_int = callback_result.As<v8::Number>()->Value(); in SelectALPNCallback() local
259 *outlen = *(in + result_int); in SelectALPNCallback()
260 *out = (in + result_int + 1); in SelectALPNCallback()
/third_party/sqlite/src/
H A Dsqlite3.c[all...]

Completed in 138 milliseconds