Searched refs:mt (Results 1 - 25 of 235) sorted by last modified time

12345678910

/macosx-10.10/xnu-2782.1.97/tools/tests/libMicro/
H A Dbench.sh665 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
668 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
672 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
675 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
679 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
682 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt
H A Dcoreos_bench.sh683 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
686 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
690 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
693 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
697 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
700 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt
H A Dembd_bench.sh669 pipe $OPTS -N "pipe_pmt1" -s 1 -I 8000 -x pipe -m mt
672 pipe $OPTS -N "pipe_pmt4k" -s 4k -I 8000 -x pipe -m mt
676 pipe $OPTS -N "pipe_smt1" -s 1 -I 8000 -x sock -m mt
679 pipe $OPTS -N "pipe_smt4k" -s 4k -I 8000 -x sock -m mt
683 pipe $OPTS -N "pipe_tmt1" -s 1 -I 8000 -x tcp -m mt
686 pipe $OPTS -N "pipe_tmt4k" -s 4k -I 8000 -x tcp -m mt
/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dbpf.c2325 struct m_tag *mt = NULL; local
2382 mt = m_tag_locate(m, bpf_mtag_id, 0, NULL);
2383 if (mt && mt->m_tag_len >= sizeof(*bt)) {
2384 bt = (struct bpf_mtag *)(mt + 1);
2393 m_tag_delete(m, mt);
/macosx-10.10/llvmCore-3425.0.34/utils/TableGen/
H A DX86DisassemblerTables.cpp269 /// @param mt - The modifier type.
272 static const char* stringForModifierType(ModifierType mt) {
274 switch(mt) {
/macosx-10.10/llvmCore-3425.0.34/projects/sample/autoconf/
H A Dconfig.sub287 | mt \
329 basic_machine=mt-unknown
399 | mt-* \
816 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
H A Dltmain.sh1603 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
2097 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
/macosx-10.10/llvmCore-3425.0.34/autoconf/
H A Dconfig.sub287 | mt \
329 basic_machine=mt-unknown
399 | mt-* \
816 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
H A Dltmain.sh1603 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
2097 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
/macosx-10.10/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bio/
H A Dbio_lib.c438 int mt,mask; local
444 mt=bio->method->type;
448 if (mt & type) return(bio);
450 else if (mt == type)
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/overlays/
H A Dsyncprov.c1381 modtarget *mt; local
1395 mt = opc->smt;
1396 if ( mt ) {
1397 ldap_pvt_thread_mutex_lock( &mt->mt_mutex );
1399 if ( mt->mt_mods ) {
1400 mt->mt_mods = mt->mt_mods->mi_next;
1402 if ( mt->mt_mods ) {
1403 ldap_pvt_thread_mutex_unlock( &mt->mt_mutex );
1405 ldap_pvt_thread_mutex_unlock( &mt
2079 modtarget *mt, mtdummy; local
[all...]
/macosx-10.10/curl-83.1.2/curl/
H A Dconfig.sub296 | mt \
336 basic_machine=mt-unknown
415 | mt-* \
836 basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'`
H A Dconfigure10101 # Extract the first word of "${ac_tool_prefix}mt", so it can be a program name with args.
10102 set dummy ${ac_tool_prefix}mt; ac_word=$2
10118 ac_cv_prog_MANIFEST_TOOL="${ac_tool_prefix}mt"
10141 # Extract the first word of "mt", so it can be a program name with args.
10142 set dummy mt; ac_word=$2
10158 ac_cv_prog_ac_ct_MANIFEST_TOOL="mt"
10192 test -z "$MANIFEST_TOOL" && MANIFEST_TOOL=mt
[all...]
H A Dltmain.sh5658 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
6166 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
/macosx-10.10/OpenSSL098-52/src/
H A DMakefile.org164 EDIRS= times doc bugs util include certs ms shlib mt demos perl sf dep VMS
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dssl.h380 long (*ssl_get_message)(SSL *s, int st1, int stn, int mt, long
/macosx-10.10/OpenSSL098-52/src/ssl/
H A Dd1_both.c166 static void dtls1_set_message_header_int(SSL *s, unsigned char mt,
404 /* Obtain handshake message of message type 'mt' (any if mt == -1),
409 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok) argument
421 if ((mt >= 0) && (s->s3->tmp.message_type != mt))
1336 dtls1_set_message_header(SSL *s, unsigned char *p, unsigned char mt, argument
1346 dtls1_set_message_header_int(s, mt, len, s->d1->handshake_write_seq,
1355 dtls1_set_message_header_int(SSL *s, unsigned char mt, argument
1361 msg_hdr->type = mt;
[all...]
H A Dssl.h380 long (*ssl_get_message)(SSL *s, int st1, int stn, int mt, long
H A Dssl_locl.h806 long ssl3_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
862 unsigned char *p, unsigned char mt, unsigned long len,
958 long dtls1_get_message(SSL *s, int st1, int stn, int mt, long max, int *ok);
/macosx-10.10/ICU-531.30/
H A Dmakefile834 mt.exe -nologo -manifest ../lib/libicuuc.dll.manifest -outputresource:"../lib/libicuuc.dll;2"; \
847 mt.exe -nologo -manifest ../lib/libicuin.dll.manifest -outputresource:"../lib/libicuin.dll;2"; \
864 mt.exe -nologo -manifest ../lib/icuuc40.dll.manifest -outputresource:"../lib/icuuc40.dll;2"; \
879 mt.exe -nologo -manifest ../lib/icuin40.dll.manifest -outputresource:"../lib/icuin40.dll;2"; \
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/spnego/
H A Daccept_sec_context.c512 MechTypeList mt; local
515 mt.len = ni->mechTypes.len;
516 mt.val = ni->mechTypes.val;
521 &mt, &size, kret);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_codesigning/gke/
H A Dgklist14 for mt in plistlib.readPlistFromString(data.read()):
15 if mt["com.apple.message.domain"] == "com.apple.security.assessment.outcome":
16 outcome = mt["com.apple.message.signature"]
17 id = mt["com.apple.message.signature2"]
/macosx-10.10/xnu-2782.1.97/bsd/netinet6/
H A Dmld6.c3244 struct mbuf *mt; /* last state-change in packet */ local
3285 mt = ifscq->ifq_tail;
3286 if (mt != NULL) {
3289 if ((mt->m_pkthdr.vt_nrecs +
3292 (mt->m_pkthdr.len + recslen <=
3333 struct mbuf *mtl; /* last mbuf of packet mt */
3338 (uint64_t)VM_KERNEL_ADDRPERM(mt)));
3340 mtl = m_last(mt);
3342 mt->m_pkthdr.len += recslen;
3343 mt
[all...]
/macosx-10.10/ICU-531.30/icuSources/data/coll/
H A Dcolfiles.mk62 mk.txt ml.txt mr.txt ms.txt mt.txt\
/macosx-10.10/ICU-531.30/icuSources/data/curr/
H A Dresfiles.mk105 mt.txt mua.txt my.txt naq.txt nb.txt\

Completed in 559 milliseconds

12345678910