HomeSort by: relevance | last modified time | path
    Searched refs:MD (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/sys/rump/dev/lib/libmd/
Makefile 9 IOCONF= MD.ioconf
11 SRCS= md.c
  /src/sys/conf/
ldscript.mk 3 # Give MD generated ldscript dependency on ${SYSTEM_OBJ}
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerInternal.h 36 Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
82 MutationDispatcher &GetMD() { return MD; }
136 MutationDispatcher &MD;
FuzzerLoop.cpp 141 Fuzzer::Fuzzer(UserCallback CB, InputCorpus &Corpus, MutationDispatcher &MD,
143 : CB(CB), Corpus(Corpus), MD(MD), Options(Options) {
185 MD.PrintMutationSequence();
614 MD.PrintMutationSequence();
621 MD.RecordSuccessfulMutationSequence();
675 MD.StartMutationSequence();
677 auto &II = Corpus.ChooseUnitToMutate(MD.GetRand());
698 NewSize = MD.MutateWithMask(CurrentUnitData, Size, Size,
701 NewSize = MD.Mutate(CurrentUnitData, Size, CurrentMaxMutationLen)
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/tests/
FuzzerUnittest.cpp 50 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {}));
93 size_t NewSize = MD->CrossOver(A.data(), A.size(), B.data(), B.size(),
138 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {}));
142 size_t NewSize = (*MD.*M)(T, sizeof(T), sizeof(T));
174 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {}));
186 size_t NewSize = (*MD.*M)(T, 7, 8);
210 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {}));
226 size_t NewSize = (*MD.*M)(T, 4, 8);
254 std::unique_ptr<MutationDispatcher> MD(new MutationDispatcher(Rand, {}));
266 size_t NewSize = (*MD.*M)(T, 8, 9)
    [all...]
  /src/sys/external/isc/libsodium/dist/build-aux/
depcomp 177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
206 ## - Don't want to use -MD because we'd like the dependencies to end
215 gccflag=-MD,
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
342 # "Emit spaces for -MD").
343 "$@" -MD -MF "$tmpdepfile"
361 ## listed in this file. A plain '-MD' option would be understood by many
364 # Portland's C compiler understands '-MD'.
396 "$@" -MD
    [all...]
  /src/sys/external/isc/libsodium/dist/
depcomp 177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
206 ## - Don't want to use -MD because we'd like the dependencies to end
215 gccflag=-MD,
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
342 # "Emit spaces for -MD").
343 "$@" -MD -MF "$tmpdepfile"
361 ## listed in this file. A plain '-MD' option would be understood by many
364 # Portland's C compiler understands '-MD'.
396 "$@" -MD
    [all...]
  /src/lib/librumpuser/build-aux/
depcomp 177 ## it if -MD -MP comes after the -MF stuff. Hmm.
185 -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;;
206 ## - Don't want to use -MD because we'd like the dependencies to end
215 gccflag=-MD,
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
342 # "Emit spaces for -MD").
343 "$@" -MD -MF "$tmpdepfile"
361 ## listed in this file. A plain '-MD' option would be understood by many
364 # Portland's C compiler understands '-MD'.
396 "$@" -MD
    [all...]
  /src/doc/
TODO.compat-module 75 18. There seems to be quite a bit of MD compat_xx code, in the various
78 mechanism to "reach over" to the MD code, #include a Makefile.inc file,
82 Note also that there are a few bits of MD code that is COMPAT_44
89 As far as I can tell, none of the MD compat code is currently built
  /src/usr.sbin/sysinst/
README.md_defs 7 If HAVE_GPT is true, the MD code may limit the space used for the
17 lots of conditionals. It may be overridden / replaced in the MD code
18 (see below), an example for that is arch/i386/md.c when we have been
48 The following macros provide optional MD hooks:
  /src/sys/external/isc/libsodium/dist/test/default/
wintest.bat 26 SET CFLAGS=%CFLAGS% /MD /Ox
  /src/sys/external/isc/libsodium/dist/src/libsodium/
Makefile.in 2081 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2089 @am__fastdepCCAS_TRUE@ $(CPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2097 @am__fastdepCCAS_TRUE@ $(LTCPPASCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2104 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo -MD -MP -MF crypto_stream/salsa20/xmm6/$(DEPDIR)/libsodium_la-salsa20_xmm6-asm.Tpo -c -o crypto_stream/salsa20/xmm6/libsodium_la-salsa20_xmm6-asm.lo `test -f 'crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S' || echo '$(srcdir)/'`crypto_stream/salsa20/xmm6/salsa20_xmm6-asm.S
2111 @am__fastdepCCAS_TRUE@ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libsodium_la_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -MT crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo -MD -MP -MF crypto_scalarmult/curve25519/sandy2x/$(DEPDIR)/libsodium_la-sandy2x.Tpo -c -o crypto_scalarmult/curve25519/sandy2x/libsodium_la-sandy2x.lo `test -f 'crypto_scalarmult/curve25519/sandy2x/sandy2x.S' || echo '$(srcdir)/'`crypto_scalarmult/curve25519/sandy2x/sandy2x.S
2119 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2127 @am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ `$(CYGPATH_W) '$<'` &&\
2135 @am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $$depbase.Tpo -c -o $@ $< &&\
2142 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libaesni_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo -MD -MP -MF crypto_aead/aes256gcm/aesni/$(DEPDIR)/libaesni_la-aead_aes256gcm_aesni.Tpo -c -o crypto_aead/aes256gcm/aesni/libaesni_la-aead_aes256gcm_aesni.lo `test -f 'crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c' || echo '$(srcdir)/'`crypto_aead/aes256gcm/aesni/aead_aes256gcm_aesni.c
2149 @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(libavx2_la_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT crypto_generichash/blake2b/ref/libavx2_la-blake2b-compress-avx2.lo -MD -MP -MF crypto_generichash/blake2b/ref/$(DEPDIR)/libavx2_la-blake2b-compress-avx2.Tpo -c -o crypto (…)
    [all...]
  /src/libexec/ld.aout_so/
ld.so.sparc.uue 13 md-static-funcs.c,v 1.4 1998/12/15 21:23:57 pk
14 md.c,v 1.19 1998/12/17 14:29:50 pk
15 md.h,v 1.16.2.1 2001/04/01 15:51:41 he
99 MD!``"@*___66`N`!T`K__Y`B@`B`HB```H``!X"F(`#P!B`(@*8@`#*__^#0
111 MD!``$IH$``W4`V`(DA``%)0"@!#4(V`(V`>_W)00`!G&![_@EA``$,0'O^28
119 MD!``&/`&(`B`IB``,K__^-`&(!RPE"```H``#@$```#0!B`<T@(@#("*8`(R
131 MD`(`"H"E0`@:@``VT`6``("*((`"@``*D3(@".`&(!Q``#P.T@0@%-0$(!C2
143 MD!``$I8"P`*2$``50```5I00(`<0@``(I@3@#-(&``"4$``5D!``$T``.XZ6
171 MD",`"("B(``"@``/@*0@`-`$(`2`HB``$H``!I$J(`,0@``%H!`@`!"___>0
255 MD@>_]$``-L^4$"`*UDP``*80``B`HN```H``'=`'O_322@``@*)@`!*``!D
    [all...]
ld.so.arm.uue 13 md-static-funcs.c,v 1.1 1997/10/17 21:25:42 mark
14 md.c,v 1.11 1999/02/27 03:34:05 tv
15 md.h,v 1.4 2000/05/28 01:53:05 matt
77 MD>4#`%SA=D(`ZU```.J$P9_E#,":YU@0C.((,)'E`2!#X@@@@>4)`*#C``!2
165 MD.<"4(#@``!3XP0```H`,)7E"""3Y0A0@^(``%+C^O__&A0`H./8/@#K`$"@
204 MD!OEF>,NX`0PE>4``%/C3)`;%8-!B1`#0*`!!##>Y010H.$!`%/C'P``"BPP
208 MD!OE`7"'X@D`5^'$__^Z-)`;Y0``6>.(__\:"&"6Y0``5N.2__\:``"@X_"O
213 MD.4"$('@!@!1X00``"HT,)#E#S##XP,P@>`#`%;A`@``.@A0E>4``%7C\/__
285 MD@4(,(,###""!1PPE.4(()/E`A"@X0$@@N((((/E``!1XP4``-H``)7E63D`
513 MD^4`()7E!&"@X0``4N,#```*!#"UY0%@AN(``%/C^___&DPQG^4#$)KG`""
    [all...]
ld.so.vax.uue 61 MD&)1T%E3D5&#$@[64I51$Q208E&148,3\I%BH_\3!M"@"%`2TM50$P$$U'[4
110 MD&)0D5"#$_*18J/_$PS0H011$WQ^0691$L;541-RD*0$4)%0"Q(@P5>D$*P$
120 MD:,$`1,YT*W\4,%@HPA1T5%:'RO14:P$&B70I@1KT*8<4,%FH""K!,&M\&.K
223 MGZ8$GZW`^P+/#?[04%L2`S&'`=&MD(______$Q/5K803#MU9^P'O?YL``-19
228 M"%"<"%)1D%%0U5`9`S&I`-&MD(______$@W1K8R/_____Q,I,9(`T:V,C___
381 MD'X``-#_DGX``%">_X]^``!5T5!5$PG=4/L![\1_``#06?]U?@``T`%0!-U9
834 MD!Y0[P)065'06E/06%+08U#08H/04(+741+S$1;065'06E/06%*08U"08H.0
848 MD%""UU$2\\-76U+#6ZW\4,-94%'145(;`]!24=51%37#4:W\4M&M]`$4&I`>
965 MD#@````````K`P``!0(``+XI````````/@,```4"``!\=0```````$H#```%
  /src/usr.sbin/sysinst/arch/bebox/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:44 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.11 2001/04/12 03:48:13 briggs Exp */
37 /* MD Message catalog -- Polish, bebox version */
  /src/usr.sbin/sysinst/arch/evbmips/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:45 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */
37 /* MD Message catalog -- Polish, evbmips version */
  /src/usr.sbin/sysinst/arch/evbppc/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:45 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */
37 /* MD Message catalog -- Polish, evbppc version */
  /src/usr.sbin/sysinst/arch/hpcarm/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:45 dholland Exp $ */
35 /* MD Message catalog -- Polish, hpcarm version */
  /src/usr.sbin/sysinst/arch/hpcmips/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:45 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.4 2002/03/23 03:24:34 shin Exp */
37 /* MD Message catalog -- Polish, hpcmips version */
  /src/usr.sbin/sysinst/arch/landisk/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:46 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */
37 /* MD Message catalog -- Polish, sandpoint version */
  /src/usr.sbin/sysinst/arch/sandpoint/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:47 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.1 2001/10/24 19:43:40 briggs Exp */
37 /* MD Message catalog -- Polish, sandpoint version */
  /src/usr.sbin/sysinst/arch/playstation2/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.3 2019/11/14 19:26:58 martin Exp $ */
3 /* NetBSD: msg.md.en,v 1.1 2001/10/15 16:22:52 uch Exp */
41 /* MD Message catalog -- Polish, playstation2 version */
  /src/usr.sbin/sysinst/arch/prep/
msg.md.pl 1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:47 dholland Exp $ */
3 /* NetBSD: msg.md.en,v 1.1 2001/01/16 16:54:01 nonaka Exp */
37 /* MD Message catalog -- Polish, prep version */
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_win.cc 123 // This handler is named differently in -MT and -MD CRTs.
223 #error Please build the runtime with a non-debug CRT: /MD or /MT
311 // For the dynamic runtime (-MD), we want link the same

Completed in 112 milliseconds

1 2