Searched refs:nop (Results 1 - 25 of 34) sorted by relevance

12

/haiku-fatelf/src/system/kernel/arch/mipsel/
H A Darch_asm.S19 nop
26 nop
33 nop
39 nop
44 nop
H A Darch_exceptions.S11 nop
16 nop
/haiku-fatelf/src/system/libroot/posix/arch/mipsel/
H A Dsiglongjmp.S14 nop
17 nop
H A Dsigsetjmp.S14 nop
21 nop
/haiku-fatelf/src/system/libroot/os/arch/sh4/
H A Dsyscalls.inc17 nop; \
19 nop;
25 nop;
30 nop; \
32 nop;
37 nop; \
39 nop;
44 nop; \
46 nop; \
52 nop; \
[all...]
/haiku-fatelf/src/system/glue/arch/mipsel/
H A Dcrtn.S21 nop
28 nop
H A Dcrti.S32 nop
40 nop
/haiku-fatelf/src/tests/system/benchmarks/libMicro/
H A Dnop.c32 * silly nop benchmark to test infrastructure
55 int nop();
58 (void) nop(); /* do nothing but the call */
H A Dsigaction.c41 nop() function
46 nop(int sig) function
71 ts->ts_act.sa_handler = nop;
H A Dsignal.c42 nop() function
47 nop(int sig) function
67 act.sa_handler = nop;
H A DMakefile.benchmarks78 nop \
/haiku-fatelf/src/kits/interface/
H A DPicturePlayer.cpp49 nop() function
146 (void *)nop, (void *)nop, (void *)nop, (void *)nop,
147 (void *)nop, (void *)nop, (void *)nop, (void *)nop,
148 (void *)nop, (voi
[all...]
/haiku-fatelf/src/system/kernel/arch/m68k/
H A Darch_030_asm.S9 nop
H A Darch_040_asm.S10 nop
H A Darch_cpu_asm.S41 nop /* flush the pipeline */
71 nop /* flush the pipeline */
/haiku-fatelf/src/system/libroot/posix/glibc/include/arch/ppc/
H A Dsysdep.h156 #define EALIGN_W_1 nop
157 #define EALIGN_W_2 nop;nop
158 #define EALIGN_W_3 nop;nop;nop
159 #define EALIGN_W_4 EALIGN_W_3;nop
160 #define EALIGN_W_5 EALIGN_W_4;nop
161 #define EALIGN_W_6 EALIGN_W_5;nop
162 #define EALIGN_W_7 EALIGN_W_6;nop
[all...]
/haiku-fatelf/src/bin/bash/lib/sh/
H A Dcasemod.c103 int inword, c, nc, nop, match, usewords; local
160 nop = inword ? CASE_LOWER : CASE_UPPER;
162 nop = (start > 0) ? CASE_LOWER : CASE_UPPER;
168 nop = inword ? CASE_UPPER : CASE_LOWER;
170 nop = (start > 0) ? CASE_UPPER : CASE_LOWER;
176 nop = inword ? CASE_NOOP : CASE_UPPER;
178 nop = (start > 0) ? CASE_NOOP : CASE_UPPER;
184 nop = inword ? CASE_NOOP : CASE_LOWER;
186 nop = (start > 0) ? CASE_NOOP : CASE_LOWER;
191 nop
[all...]
/haiku-fatelf/src/bin/diffutils/po/
H A DMakefile44 DUMMYPOFILES = cs.nop da.nop de.nop en_GB.nop eo.nop es.nop fr.nop gl.nop he.nop id.nop j
[all...]
/haiku-fatelf/src/bin/network/wget/tests/
H A DTest-iri-list.px80 Nop nop nop...
/haiku-fatelf/src/system/kernel/arch/arm/
H A Darch_exceptions.S151 nop /* Make absolutely sure any pending */
152 nop /* imprecise aborts have occurred. */
166 nop /* Make absolutely sure any pending */
167 nop /* imprecise aborts have occurred. */
/haiku-fatelf/src/add-ons/media/plugins/ape_reader/MAClib/
H A DTools.inc115 nop
/haiku-fatelf/src/bin/bash/lib/readline/
H A Dtext.c1245 int inword, c, nc, nop; local
1289 nop = inword ? DownCase : UpCase;
1293 nop = op;
1296 nc = (nop == UpCase) ? _rl_to_upper (c) : _rl_to_lower (c);
1303 nwc = (nop == UpCase) ? _rl_to_wupper (wc) : _rl_to_wlower (wc);
/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dmsp430.h81 MSP_INSN (nop, 0, 0, 0x4303, 0xffff),
/haiku-fatelf/src/system/kernel/arch/x86/32/
H A Darch.S52 nop
/haiku-fatelf/src/system/kernel/arch/x86/64/
H A Darch.S38 nop

Completed in 187 milliseconds

12