Searched refs:mt (Results 1 - 25 of 264) sorted by relevance

1234567891011

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/requirements/
H A Dconstants.cc28 std::mt19937 mt; local
30 const void* p = &mt.word_size;
31 p = &mt.state_size;
32 p = &mt.shift_size;
33 p = &mt.mask_bits;
34 p = &mt.xor_mask;
35 p = &mt.tempering_u;
36 p = &mt.tempering_d;
37 p = &mt.tempering_s;
38 p = &mt
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/requirements/
H A Dconstants.cc26 std::tr1::mt19937 mt; local
28 const void* p = &mt.word_size;
29 p = &mt.state_size;
30 p = &mt.shift_size;
31 p = &mt.mask_bits;
32 p = &mt.parameter_a;
33 p = &mt.output_u;
34 p = &mt.output_s;
35 p = &mt.output_b;
36 p = &mt
[all...]
/netbsd-6-1-5-RELEASE/bin/mt/
H A DMakefile4 PROG= mt
5 SRCS= mt.c
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/testsuite/gas/mt/
H A Dmt.exp3 if [istarget mt-*-*] {
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-c++/detail/
H A Dparser_test.cpp222 tokenizer mt(iss, false);
224 EXPECT(mt, eof_type, "<<EOF>>");
225 EXPECT(mt, eof_type, "<<EOF>>");
230 tokenizer mt(iss, false);
232 EXPECT(mt, nl_type, "<<NEWLINE>>");
233 EXPECT(mt, eof_type, "<<EOF>>");
234 EXPECT(mt, eof_type, "<<EOF>>");
239 tokenizer mt(iss, false);
241 EXPECT(mt, nl_type, "<<NEWLINE>>");
242 EXPECT(mt, nl_typ
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-c++/detail/
H A Dparser_test.cpp222 tokenizer mt(iss, false);
224 EXPECT(mt, eof_type, "<<EOF>>");
225 EXPECT(mt, eof_type, "<<EOF>>");
230 tokenizer mt(iss, false);
232 EXPECT(mt, nl_type, "<<NEWLINE>>");
233 EXPECT(mt, eof_type, "<<EOF>>");
234 EXPECT(mt, eof_type, "<<EOF>>");
239 tokenizer mt(iss, false);
241 EXPECT(mt, nl_type, "<<NEWLINE>>");
242 EXPECT(mt, nl_typ
[all...]
/netbsd-6-1-5-RELEASE/sys/lib/libkern/
H A Dmertwist.c70 mtprng_init32(struct mtprng_state *mt, uint32_t seed) argument
78 mt->mt_elem[0] = seed;
80 mt->mt_elem[i] = KNUTH_MULTIPLIER
81 * (mt->mt_elem[i-1] ^ (mt->mt_elem[i-1] >> 30)) + i;
84 mtprng_refresh(mt);
88 mtprng_initarray(struct mtprng_state *mt, const uint32_t *key, size_t keylen) argument
97 mt->mt_elem[0] = 19650218UL;
99 mt->mt_elem[i] = KNUTH_MULTIPLIER
100 * (mt
140 mtprng_refresh(struct mtprng_state *mt) argument
167 mtprng_rawrandom(struct mtprng_state *mt) argument
214 mtprng_random(struct mtprng_state *mt) argument
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/libbind/dist/resolv/
H A Dmtctxres.c64 mtctxres_t *mt; local
73 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
78 memset(mt, 0, sizeof (mtctxres_t));
80 if ((ret = pthread_setspecific(key, mt)) != 0) {
81 free(mt);
92 mtctxres_t *mt = (mtctxres_t *)value; local
94 if (mt != 0)
95 free(mt);
102 mtctxres_t *mt; local
123 if (((mt
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/resolv/
H A Dmtctxres.c63 mtctxres_t *mt; local
72 if ((mt = malloc(sizeof (mtctxres_t))) == 0) {
77 memset(mt, 0, sizeof (mtctxres_t));
79 if ((ret = pthread_setspecific(key, mt)) != 0) {
80 free(mt);
91 mtctxres_t *mt = (mtctxres_t *)value; local
93 if (mt != 0)
94 free(mt);
101 mtctxres_t *mt; local
122 if (((mt
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-meta/
H A Dinit.c173 metatarget_t *mt = mi->mi_targets[ i ]; local
177 ber_str2bv( mt->mt_uri, 0, 0, &sb.sb_uri );
178 sb.sb_version = mt->mt_version;
182 if ( META_BACK_TGT_T_F_DISCOVER( mt ) ) {
187 mt->mt_flags |= LDAP_BACK_F_T_F;
191 if ( META_BACK_TGT_CANCEL_DISCOVER( mt ) ) {
196 mt->mt_flags |= LDAP_BACK_F_CANCEL_EXOP;
201 if ( !( mt->mt_idassert_flags & LDAP_BACK_AUTH_OVERRIDE )
202 || mt->mt_idassert_authz != NULL )
208 if ( ( mt
405 metatarget_t *mt = mi->mi_targets[ i ]; local
[all...]
H A Dcandidates.c64 metatarget_t *mt,
68 if ( dnIsSuffix( ndn, &mt->mt_nsuffix ) ) {
69 if ( mt->mt_subtree_exclude ) {
72 for ( i = 0; !BER_BVISNULL( &mt->mt_subtree_exclude[ i ] ); i++ ) {
73 if ( dnIsSuffix( ndn, &mt->mt_subtree_exclude[ i ] ) ) {
79 switch ( mt->mt_scope ) {
85 if ( ndn->bv_len > mt->mt_nsuffix.bv_len ) {
92 if ( ndn->bv_len > mt->mt_nsuffix.bv_len ) {
95 rdn.bv_len -= mt->mt_nsuffix.bv_len
105 if ( ndn->bv_len == mt
63 meta_back_is_candidate( metatarget_t *mt, struct berval *ndn, int scope ) argument
140 metatarget_t *mt = mi->mi_targets[ i ]; local
[all...]
H A Dback-meta.h306 #define META_BACK_TGT_ISSET(mt,f) ( ( (mt)->mt_flags & (f) ) == (f) )
307 #define META_BACK_TGT_ISMASK(mt,m,f) ( ( (mt)->mt_flags & (m) ) == (f) )
309 #define META_BACK_TGT_SAVECRED(mt) META_BACK_TGT_ISSET( (mt), LDAP_BACK_F_SAVECRED )
311 #define META_BACK_TGT_USE_TLS(mt) META_BACK_TGT_ISSET( (mt), LDAP_BACK_F_USE_TLS )
312 #define META_BACK_TGT_PROPAGATE_TLS(mt) META_BACK_TGT_ISSET( (mt), LDAP_BACK_F_PROPAGATE_TL
[all...]
/netbsd-6-1-5-RELEASE/distrib/sun2/
H A DMakeInstTape17 mt -f $T rewind
26 mt -f $T rewind
/netbsd-6-1-5-RELEASE/distrib/sun3/
H A DMakeInstTape17 mt -f $T rewind
26 mt -f $T rewind
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/variate_generator/
H A D37986.cc27 std::tr1::mt19937 mt; local
33 > g1(mt, dist);
38 > g2(mt, dist);
43 > g3(&mt, dist);
/netbsd-6-1-5-RELEASE/sys/dev/mscp/
H A Dmscp_tape.c113 CFATTACH_DECL(mt, sizeof(struct mt_softc),
159 struct mt_softc *mt = device_private(self); local
164 mt->mt_hwunit = mp->mscp_unit;
175 mt_putonline(struct mt_softc *mt) argument
179 (struct mscp_softc *)device_parent(&mt->mt_dev);
182 ((volatile struct mt_softc *) mt)->mt_state = MT_OFFLINE;
185 mp->mscp_unit = mt->mt_hwunit;
186 mp->mscp_cmdref = (long)&mt->mt_state;
191 if (tsleep(&mt->mt_state, PRIBIO, "mtonline", 240 * hz))
194 if ((volatile int)mt
206 struct mt_softc *mt; local
234 struct mt_softc *mt = device_lookup_private(&mt_cd, unit); local
257 struct mt_softc *mt; local
302 struct mt_softc *mt = device_lookup_private(&mt_cd, unit); local
331 struct mt_softc *mt = (void *)usc; local
376 struct mt_softc *mt = (void *)usc; local
402 struct mt_softc *mt = device_lookup_private(&mt_cd, unit); local
447 mtcmd(struct mt_softc *mt, int cmd, int count, int complete) argument
521 struct mt_softc *mt = (void *)usc; local
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/etc/
H A Dstrict.lua11 local mt = getmetatable(_G)
12 if mt == nil then
13 mt = {}
14 setmetatable(_G, mt)
17 mt.__declared = {}
24 mt.__newindex = function (t, n, v)
25 if not mt.__declared[n] then
30 mt.__declared[n] = true
35 mt.__index = function (t, n)
36 if not mt
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amq/
H A Damq.c89 show_mti(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *twid) argument
94 int mw = strlen(mt->mt_mountinfo);
95 int dw = strlen(mt->mt_directory);
96 int tw = strlen(mt->mt_type);
108 struct tm *tp = localtime((time_t *) ((voidp) &mt->mt_mounttime));
111 *mt->mt_directory ? mt->mt_directory : "/", /* XXX */
113 mt->mt_type,
115 mt->mt_mountinfo,
116 mt
174 show_pwd(amq_mount_tree *mt, char *path, size_t l, int *flag) argument
198 show_mt(amq_mount_tree *mt, enum show_opt e, int *mwid, int *dwid, int *pwid) argument
617 amq_mount_tree_p mt; local
717 amq_mount_tree *mt = *mtp; local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dipa-prop.c73 ipa_methodlist_method_set (ipa_methodlist_p wl, struct cgraph_node *mt) argument
75 wl->method_p = mt;
110 ipa_add_method (ipa_methodlist_p * wl, struct cgraph_node *mt) argument
115 ipa_methodlist_method_set (temp, mt);
139 ipa_method_formal_count (struct cgraph_node *mt) argument
141 return IPA_NODE_REF (mt)->ipa_arg_num;
146 ipa_method_formal_count_set (struct cgraph_node *mt, int i) argument
148 IPA_NODE_REF (mt)->ipa_arg_num = i;
153 ipa_method_is_modified (struct cgraph_node *mt, int i) argument
155 return IPA_NODE_REF (mt)
160 ipa_method_get_tree(struct cgraph_node *mt, int i) argument
167 ipa_method_tree_map_create(struct cgraph_node *mt) argument
175 ipa_method_modify_create(struct cgraph_node *mt) argument
183 ipa_method_modify_set(struct cgraph_node *mt, int i, bool val) argument
190 ipa_method_tree_map(struct cgraph_node *mt, tree ptree) argument
204 ipa_method_compute_tree_map(struct cgraph_node *mt) argument
225 ipa_method_formal_compute_count(struct cgraph_node *mt) argument
244 ipa_method_modify_stmt(struct cgraph_node *mt, tree stmt) argument
270 ipa_method_modify_init(struct cgraph_node *mt) argument
285 ipa_method_compute_modify(struct cgraph_node *mt) argument
437 struct cgraph_node *mt; local
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dseqmod.c60 modtarget *mt, mtdummy; local
69 mt = av->avl_data;
72 if ( mt->mt_next ) {
73 av->avl_data = mt->mt_next;
74 mt->mt_next->mt_tail = mt->mt_tail;
76 avl_delete( &sm->sm_mods, mt, sm_avl_cmp );
90 modtarget *mt; local
96 mt = (modtarget *)(cb+1);
97 mt
[all...]
/netbsd-6-1-5-RELEASE/external/mit/lua/dist/src/
H A Dltm.c64 Table *mt; local
67 mt = hvalue(o)->metatable;
70 mt = uvalue(o)->metatable;
73 mt = G(L)->mt[ttype(o)];
75 return (mt ? luaH_getstr(mt, G(L)->tmname[event]) : luaO_nilobject);
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dns8477reg.h109 #define FDC_CMD_WRITE_DATA(mt,mfm) (0x05|mt|mfm)
110 #define FDC_CMD_READ_DATA(mt,mfm,sk) (0x06|mt|mfm|sk)
113 #define FDC_CMD_WRITE_DEL_DATA(mt,mfm) (0x09|mt|mfm)
115 #define FDC_CMD_READ_DEL_DATA(mt,mfm,sk) (0x0c|mt|mfm|sk)
120 #define FDC_CMD_SCAN_EQUAL(mt,mfm,sk) (0x11|mt|mf
[all...]
/netbsd-6-1-5-RELEASE/lib/libc/citrus/modules/
H A Dcitrus_mapper_none.c74 struct _citrus_mapper_traits * __restrict mt,
78 _DIAGASSERT(cm && dir && mt);
80 if (lenmt<sizeof(*mt))
84 mt->mt_src_max = mt->mt_dst_max = 1; /* 1:1 converter */
85 mt->mt_state_size = 0; /* stateless */
70 _citrus_mapper_none_mapper_init(struct _citrus_mapper_area *__restrict ma, struct _citrus_mapper * __restrict cm, const char * __restrict dir, const void * __restrict var, size_t lenvar, struct _citrus_mapper_traits * __restrict mt, size_t lenmt) argument
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dman_term.c50 struct mtermp *mt, \
140 struct mtermp mt; local
160 memset(&mt, 0, sizeof(struct mtermp));
162 mt.lmargin[mt.lmargincur] = term_len(p, p->defindent);
163 mt.offset = term_len(p, p->defindent);
166 print_man_nodelist(p, &mt, n->child, m);
247 mt->fl |= MANT_LITERAL;
249 mt->fl &= ~MANT_LITERAL;
303 savelit = MANT_LITERAL & mt
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/
H A Drandmts.c120 /* Copy the last bit into bit 31 of mt[0] and clear it. */
121 p->mt[0] = (mpz_tstbit (seed1, 19936L) != 0) ? 0x80000000 : 0;
125 mpz_export (&p->mt[1], &cnt, -1, sizeof (p->mt[1]), 0,
126 8 * sizeof (p->mt[1]) - 32, seed1);
130 p->mt[cnt++] = 0;
138 __gmp_mt_recalc_buffer (p->mt);

Completed in 163 milliseconds

1234567891011