Home
last modified time | relevance | path

Searched refs:int_value_ptr (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/PCH/
Dtypes.c26 int_ptr int_value_ptr = &int_value; variable
65 int_ptr_ptr ipp = &int_value_ptr;
73 int_ptr_ptr2 ipp2 = &int_value_ptr;
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderSubroutineTests.cpp2690 const int* int_value_ptr = (int*)traveller_ptr; in verifyXFBData() local
2735 if (*int_value_ptr != (int)ref_value) in verifyXFBData()
2742 << ref_value << "], found:[" << *int_value_ptr << "])" in verifyXFBData()