Searched refs:noop (Results 1 - 25 of 48) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/arc/
H A Dtextinsn1op.s3 .extInstruction noop, 0x07, 0x10, SUFFIX_FLAG, SYNTAX_NOP
12 noop
H A Dtextinsn1op.d17 20: 386f 203f noop
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dnoop.c41 noop (void) function
H A DMakefile.am63 noop.c powm_mod.c powm_redc.c pre_divrem_1.c \
H A DMakefile.in171 mod_1_inv.lo mod_1_1-1.lo mod_1_1-2.lo modlinv.lo noop.lo \
485 noop.c powm_mod.c powm_redc.c pre_divrem_1.c \
/netbsd-current/sys/arch/emips/include/
H A Dsysconf.h93 void noop(void);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cc20 static void noop() {} function
46 if (modules[i].containsAddress((uptr)&noop)) {
/netbsd-current/sys/arch/emips/emips/
H A Dsysconf.c100 noop(void) function
H A Dxs_bee3.c91 platform.bus_reset = noop;
H A Dxilinx_ml40x.c93 platform.bus_reset = noop;
/netbsd-current/external/gpl3/gdb.old/dist/sim/testsuite/sim/bpf/
H A Dendbe.s35 ;; endbe on be should be noop (except truncate)
H A Dendle.s32 ;; endle on le should be noop (except truncate)
/netbsd-current/external/gpl3/gdb/dist/sim/testsuite/bpf/
H A Dendbe.s35 ;; endbe on be should be noop (except truncate)
H A Dendle.s32 ;; endle on le should be noop (except truncate)
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Derrors.d54 private extern (C++) void noop(const ref Loc loc, const(char)* format, ...) {}
56 pragma(printf) private extern (C++) void noop(const ref Loc loc, const(char)* format, ...) {}
64 return &noop;
74 return &noop;
/netbsd-current/external/bsd/openldap/dist/clients/tools/
H A Dcommon.h90 extern int noop;
H A Dcommon.c111 int noop = 0; variable
343 N_(" [!]noop\n")
576 } else if ( strcasecmp( control, "noop" ) == 0 ) {
577 if( noop ) {
578 fprintf( stderr, "noop control previously specified\n");
582 fprintf( stderr, "noop: no control value expected\n" );
586 noop = 1 + crit;
1140 noop || ppolicy || preread || postread )
1695 || noop
1786 if ( noop ) {
[all...]
/netbsd-current/external/mit/xorg/share/cf/
H A DMakefile20 moto.cf ncr.cf nec.cf necLib.rules necLib.tmpl noop.rules \
/netbsd-current/external/mit/xorg/lib/pixman/
H A DMakefile31 pixman-noop.c \
/netbsd-current/external/bsd/mdocml/dist/
H A Dconfigure259 runtest noop WFLAG || true
280 runtest noop STATIC -static || true
344 elif less -ET /dev/null test-noop.c 1>/dev/null 2>&3; then
/netbsd-current/external/gpl3/gdb.old/dist/gdb/stubs/
H A Dm32r-stub.c1157 #define NOOP 0x7000; /* noop instruction */
1160 static unsigned short noop = NOOP; variable
1190 *(unsigned short *) stepping.noop_addr = noop;
/netbsd-current/external/gpl3/gcc/dist/libphobos/src/std/format/internal/
H A Dwrite.d1804 auto noop = NoOpSink();
1806 enforceFmt(test.writeUpToNextSpec(noop),
1813 enforceFmt(test.writeUpToNextSpec(noop),
1820 enforceFmt(!test.writeUpToNextSpec(noop),
2308 enum noop = is(Writer == NoOpSink);
2312 static if (!noop) val.toString(w, f);
2316 static if (!noop) val.toString(w);
2320 static if (!noop) val.toString((scope const(char)[] s) { put(w, s); }, f);
2324 static if (!noop) val.toString((scope const(char)[] s) { put(w, s); }, f.getCurFmtStr());
2328 static if (!noop) va
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/stubs/
H A Dm32r-stub.c1157 #define NOOP 0x7000; /* noop instruction */
1160 static unsigned short noop = NOOP; variable
1190 *(unsigned short *) stepping.noop_addr = noop;
/netbsd-current/sys/dev/ic/
H A Dncr5380sbc.c1844 goto noop;
1900 noop:
1910 goto noop;
/netbsd-current/external/zlib/pigz/dist/
H A Dpigz.c3933 int noop; /* true to suppress option decoding */ local
4009 done = noop = 0;
4011 if (noop == 0 && strcmp(argv[n], "--") == 0) {
4012 noop = 1;
4015 else if (noop || option(argv[n])) { /* true if file name, process it */

Completed in 310 milliseconds

12