/third_party/ltp/tools/sparse/sparse-src/validation/optim/ |
H A D | canonical-cmp.c | 1 typedef signed int sint; typedef 4 sint seq(sint p, sint a) { return (123 == p) == (p == 123); } in seq() 5 sint sne(sint p, sint a) { return (123 != p) == (p != 123); } in sne() 7 sint slt(sint p, sint [all...] |
H A D | fact-and-shift.c | 2 typedef signed int sint; typedef 15 sint fact_and_asr(sint a, sint b, sint s) in fact_and_asr()
|
H A D | fact-xor-shift.c | 2 typedef signed int sint; typedef 15 sint fact_xor_asr(sint a, sint b, sint s) in fact_xor_asr()
|
H A D | fact-ior-shift.c | 2 typedef signed int sint; typedef 15 sint fact_ior_asr(sint a, sint b, sint s) in fact_ior_asr()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/compiled/ |
H A D | buffertotexture11_ps_4i.h | 33 dcl_resource_buffer (sint,sint,sint,sint) t0
|
H A D | passthroughrgb3di11ps.h | 34 dcl_resource_texture3d (sint,sint,sint,sint) t0
|
H A D | passthroughr3di11ps.h | 34 dcl_resource_texture3d (sint,sint,sint,sint) t0
|
H A D | passthroughr2di11ps.h | 33 dcl_resource_texture2d (sint,sint,sint,sint) t0
|
H A D | passthroughrgba2darrayi11ps.h | 34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
|
H A D | passthroughrgba2di11ps.h | 33 dcl_resource_texture2d (sint,sint,sint,sint) t0
|
H A D | passthroughrg3di11ps.h | 34 dcl_resource_texture3d (sint,sint,sint,sint) t0
|
H A D | passthroughrg2di11ps.h | 33 dcl_resource_texture2d (sint,sint,sint,sint) t0
|
H A D | passthroughrgba3di11ps.h | 34 dcl_resource_texture3d (sint,sint,sint,sint) t0
|
H A D | passthroughrgb2di11ps.h | 33 dcl_resource_texture2d (sint,sint,sint,sint) t0
|
H A D | passthroughr2darrayi11ps.h | 34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
|
H A D | passthroughrg2darrayi11ps.h | 34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
|
H A D | passthroughrgb2darrayi11ps.h | 34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
|
H A D | swizzlei2darrayps.h | 46 dcl_resource_texture2darray (sint,sint,sint,sint) t0
|
H A D | swizzlei3dps.h | 46 dcl_resource_texture3d (sint,sint,sint,sint) t0
|
H A D | swizzlei2dps.h | 45 dcl_resource_texture2d (sint,sint,sint,sint) t0
|
/third_party/mbedtls/tests/include/test/ |
H A D | arguments.h | 23 intmax_t sint; member
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A D | integer.hpp | 51 typedef signed int sint; typedef
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_texture_desc.c | 177 bool sint = util_format_is_pure_sint(so->format); in etna_create_sampler_view_desc() local 197 COND(sint && desc->channel[0].size == 8, TE_SAMPLER_CONFIG2_SIGNED_INT8) | in etna_create_sampler_view_desc() 198 COND(sint && desc->channel[0].size == 16, TE_SAMPLER_CONFIG2_SIGNED_INT16)); in etna_create_sampler_view_desc()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.cpp | 1300 const deUint8 sint = (deUint8)tcu::TEXTURECHANNELCLASS_SIGNED_INTEGER; in getCorePlanarFormatDescription() local 1934 { 0, sint, 0, 8, 1 }, // R in getCorePlanarFormatDescription() 1958 { 0, sint, 0, 16, 2 }, // R in getCorePlanarFormatDescription() 1982 { 0, sint, 0, 32, 4 }, // R in getCorePlanarFormatDescription() 2007 { 0, sint, 0, 64, 8 }, // R in getCorePlanarFormatDescription() 2031 { 0, sint, 0, 8, 2 }, // R in getCorePlanarFormatDescription() 2032 { 0, sint, 8, 8, 2 }, // G in getCorePlanarFormatDescription() 2055 { 0, sint, 0, 16, 4 }, // R in getCorePlanarFormatDescription() 2056 { 0, sint, 16, 16, 4 }, // G in getCorePlanarFormatDescription() 2079 { 0, sint, in getCorePlanarFormatDescription() [all...] |
/third_party/openssl/test/ |
H A D | stack_test.c | 39 DEFINE_SPECIAL_STACK_OF(sint, int) 83 STACK_OF(sint) *s = sk_sint_new_null(); in test_int_stack()
|