Searched refs:NOP (Results 1 - 22 of 22) sorted by relevance

/haiku-fatelf/src/bin/gdb/include/opcode/
H A Dm88k.h337 #define NOP XCR +1 macro
341 #define FADD NOP +1
342 #define FSUB NOP +2
343 #define FMUL NOP +3
344 #define FDIV NOP +4
345 #define FSQRT NOP +5
346 #define FCMP NOP +6
347 #define FIP NOP +7
348 #define FLT NOP +8
349 #define INT NOP
[all...]
H A Dd10v.h31 #define NOP 0x5e00 macro
82 #define ALONE 1024 /* short but pack with a NOP if on asm line alone */
H A Dd30v.h24 #define NOP 0x00F00000 macro
/haiku-fatelf/src/libs/edit/
H A Dchared.h125 #define NOP 0x00 macro
H A Dcommon.c218 if (el->el_chared.c_vcmd.action != NOP) {
242 if (el->el_chared.c_vcmd.action != NOP) {
289 el->el_chared.c_vcmd.action == NOP))
297 if (el->el_chared.c_vcmd.action != NOP) {
323 if (el->el_chared.c_vcmd.action != NOP) {
346 if (el->el_chared.c_vcmd.action != NOP) {
713 el->el_chared.c_vcmd.action = NOP;
781 el->el_chared.c_vcmd.action = NOP;
H A Dvi.c58 if (el->el_chared.c_vcmd.action != NOP) {
67 el->el_chared.c_vcmd.action = NOP;
155 if (el->el_chared.c_vcmd.action != NOP) {
180 if (el->el_chared.c_vcmd.action != NOP) {
204 if (el->el_chared.c_vcmd.action != NOP) {
228 if (el->el_chared.c_vcmd.action != NOP) {
470 if (el->el_chared.c_vcmd.action != NOP) {
494 if (el->el_chared.c_vcmd.action != NOP) {
539 el->el_chared.c_vcmd.action = NOP;
566 if (el->el_chared.c_vcmd.action != NOP) {
[all...]
H A Dchared.c396 el->el_chared.c_vcmd.action = NOP;
474 el->el_chared.c_vcmd.action = NOP;
512 el->el_chared.c_vcmd.action = NOP;
H A Demacs.c266 if (el->el_chared.c_vcmd.action != NOP) {
H A Dread.c594 el->el_chared.c_vcmd.action = NOP;
H A Dsearch.c624 if (el->el_chared.c_vcmd.action != NOP) {
/haiku-fatelf/src/bin/network/tcpdump/libpcap/
H A Doptimize.c59 #define NOP -1 macro
371 if (c == NOP)
415 if (s->code == NOP)
457 if (s->s.code == NOP)
617 s->code = NOP;
683 while (s != 0 && s->s.code == NOP)
822 s->s.code = NOP;
823 add->s.code = NOP;
824 tax->s.code = NOP;
854 last->s.code = NOP;
[all...]
/haiku-fatelf/headers/compatibility/bsd/arpa/
H A Dtelnet.h57 #define NOP 241 /* nop */ macro
69 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/haiku-fatelf/src/bin/network/tcpdump/
H A Dtelnet.h60 #define NOP 241 /* nop */ macro
72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/haiku-fatelf/src/bin/network/tcpdump/win32/Include/
H A Dtelnet.h56 #define NOP 241 /* nop */ macro
68 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/haiku-fatelf/src/libs/pdflib/libs/tiff/
H A Dtif_getimage.c774 #define NOP macro
1011 UNROLL8(w, NOP,
1050 UNROLL8(w, NOP,
1171 UNROLL8(w, NOP,
1227 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++));
1256 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++));
/haiku-fatelf/src/libs/tiff/
H A Dtif_getimage.c994 #define NOP macro
1231 UNROLL8(w, NOP,
1250 UNROLL8(w, NOP,
1359 UNROLL8(w, NOP,
1415 UNROLL8(w, NOP, *cp++ = PACK(*r++, *g++, *b++));
1428 UNROLL8(w, NOP, *cp++ = PACK4(*r++, *g++, *b++, *a++));
/haiku-fatelf/src/bin/gdb/gdb/
H A Dremote-e7000.c1695 static char nop[2] = NOP;
/haiku-fatelf/src/bin/gdb/bfd/
H A Delf64-ppc.c162 #define NOP 0x60000000 macro
8916 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
9003 if (insn3 == NOP
9007 insn2 = NOP;
9118 if (nop == NOP
9242 /* NOP out calls to undefined weak functions.
9251 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
H A Delf32-hppa.c637 #define NOP 0x08000240 /* nop */ macro
811 bfd_put_32 (stub_bfd, (bfd_vma) NOP, loc + 4);
849 #undef NOP macro
H A Delf32-ppc.c64 #define NOP 0x60000000 macro
4839 bfd_put_32 (output_bfd, NOP, contents + rel->r_offset);
/haiku-fatelf/src/bin/network/telnet/
H A Dtelnet.c1776 case NOP:
H A Dcommands.c318 { "nop", "Send Telnet 'No operation'", 1, 0, NULL, 2, NOP },

Completed in 222 milliseconds