Home
last modified time | relevance | path

Searched refs:sint (Results 1 - 25 of 36) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dcanonical-cmp.c1 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 Dfact-and-shift.c2 typedef signed int sint; typedef
15 sint fact_and_asr(sint a, sint b, sint s) in fact_and_asr()
H A Dfact-xor-shift.c2 typedef signed int sint; typedef
15 sint fact_xor_asr(sint a, sint b, sint s) in fact_xor_asr()
H A Dfact-ior-shift.c2 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 Dbuffertotexture11_ps_4i.h33 dcl_resource_buffer (sint,sint,sint,sint) t0
H A Dpassthroughrgb3di11ps.h34 dcl_resource_texture3d (sint,sint,sint,sint) t0
H A Dpassthroughr3di11ps.h34 dcl_resource_texture3d (sint,sint,sint,sint) t0
H A Dpassthroughr2di11ps.h33 dcl_resource_texture2d (sint,sint,sint,sint) t0
H A Dpassthroughrgba2darrayi11ps.h34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
H A Dpassthroughrgba2di11ps.h33 dcl_resource_texture2d (sint,sint,sint,sint) t0
H A Dpassthroughrg3di11ps.h34 dcl_resource_texture3d (sint,sint,sint,sint) t0
H A Dpassthroughrg2di11ps.h33 dcl_resource_texture2d (sint,sint,sint,sint) t0
H A Dpassthroughrgba3di11ps.h34 dcl_resource_texture3d (sint,sint,sint,sint) t0
H A Dpassthroughrgb2di11ps.h33 dcl_resource_texture2d (sint,sint,sint,sint) t0
H A Dpassthroughr2darrayi11ps.h34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
H A Dpassthroughrg2darrayi11ps.h34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
H A Dpassthroughrgb2darrayi11ps.h34 dcl_resource_texture2darray (sint,sint,sint,sint) t0
H A Dswizzlei2darrayps.h46 dcl_resource_texture2darray (sint,sint,sint,sint) t0
H A Dswizzlei3dps.h46 dcl_resource_texture3d (sint,sint,sint,sint) t0
H A Dswizzlei2dps.h45 dcl_resource_texture2d (sint,sint,sint,sint) t0
/third_party/mbedtls/tests/include/test/
H A Darguments.h23 intmax_t sint; member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
H A Dinteger.hpp51 typedef signed int sint; typedef
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_texture_desc.c177 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 DvkImageUtil.cpp1300 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 Dstack_test.c39 DEFINE_SPECIAL_STACK_OF(sint, int)
83 STACK_OF(sint) *s = sk_sint_new_null(); in test_int_stack()

Completed in 8 milliseconds

12