Searched refs:vint (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c5 vector int vint = {-10, -20, -30, -40}; variable
120 vec_func(vshort,vushort,vint,vuint,vchar,vuchar,vfloat,x,y,a,b,c,intv_on_stack)
124 vint, /* goes in v4 */
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Daltivec-abi.c5 vector int vint = {-10, -20, -30, -40}; variable
120 vec_func(vshort,vushort,vint,vuint,vchar,vuchar,vfloat,x,y,a,b,c,intv_on_stack)
124 vint, /* goes in v4 */
/netbsd-current/external/bsd/libevent/dist/test/
H A Dregress.c2611 ev_uint32_t vint;
2615 vint = event_get_version_number();
2618 tt_assert(vint);
2621 tt_int_op(vint, ==, LIBEVENT_VERSION_NUMBER);
2625 tt_int_op((vint&0xffffff00), ==, ((major<<24)|(minor<<16)|(patch<<8)));
/netbsd-current/external/bsd/ntp/dist/sntp/libevent/test/
H A Dregress.c2609 ev_uint32_t vint;
2613 vint = event_get_version_number();
2616 tt_assert(vint);
2619 tt_int_op(vint, ==, LIBEVENT_VERSION_NUMBER);
2623 tt_int_op((vint&0xffffff00), ==, ((major<<24)|(minor<<16)|(patch<<8)));

Completed in 254 milliseconds