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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_bitvector_test.cc35 set<uptr> t_s(s);
54 EXPECT_TRUE(t_s.erase(idx));
56 EXPECT_TRUE(t_s.empty());
118 set<uptr> s, s1, t_s; local
142 t_s = s;
144 t_s.insert(s1.begin(), s1.end());
145 EXPECT_EQ(t_bv.setUnion(bv1), s.size() != t_s.size());
146 CheckBV(t_bv, t_s);
149 t_s = set<uptr>(vec.begin(), vec.end());
151 EXPECT_EQ(t_bv.setIntersection(bv1), s.size() != t_s
[all...]
/netbsd-current/external/mpl/dhcp/dist/includes/arpa/
H A Dnameser.h418 register u_int16_t t_s = (u_int16_t)(s); \
420 *t_cp++ = t_s >> 8; \
421 *t_cp = t_s; \
/netbsd-current/external/bsd/libbind/dist/include/arpa/
H A Dnameser.h512 register u_int16_t t_s = (u_int16_t)(s); \
514 *t_cp++ = t_s >> 8; \
515 *t_cp = t_s; \
/netbsd-current/include/arpa/
H A Dnameser.h513 uint32_t t_s = (uint32_t)(s); \
515 *t_cp++ = t_s >> 8; \
516 *t_cp = t_s; \

Completed in 109 milliseconds