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

123

/freebsd-10.0-release/sys/pc98/cbus/
H A Dpckbdtables.h49 {{/*0a*/ '0', NOP, '0', '0', '0', ')', ')', ')' }, 0x40,0x00 },
90 {{/*33*/ NOP, '_', 0x1F, 0x1F, '\\', '|', 0x1C, 0x1C }, 0x80,0x00 },
124 {{/*55*/ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP },
[all...]
/freebsd-10.0-release/contrib/binutils/ld/emulparams/
H A Delf64lppc.sh3 NOP=0x00000060
H A Di386nw.sh7 NOP=0x90909090
H A Delf_i386_chaos.sh8 NOP=0x90909090
H A Delf_i386_ldso.sh8 NOP=0x90909090
H A Di386moss.sh8 NOP=0x90909090
H A Di386nto.sh10 NOP=0x9090
H A Delf_i386.sh9 NOP=0x90909090
H A Delf_s390.sh9 NOP=0x07070707
H A Delf64alpha.sh24 NOP=0x0000fe2f1f04ff47 # unop; nop
H A Delf64_ia64.sh20 NOP=0x00300000010070000002000001000400 # a bundle full of nops
H A Delf64_s390.sh10 NOP=0x07070707
H A Delf64_sparc.sh12 NOP=0x01000000
H A Delf64ppc.sh14 NOP=0x60000000
H A Delf_x86_64.sh10 NOP=0x90909090
/freebsd-10.0-release/sys/dev/kbd/
H A Dkbdtables.h45 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
47 /*02*/{{ '1', '!', NOP, NOP, '
[all...]
/freebsd-10.0-release/sys/dev/uart/
H A Duart_kbd_sun_tables.h13 /*00*/{{ NOP, NOP, NOP, NOP, NOP, NOP, NOP, NOP, }, 0xFF,0x00 },
28 /*0f*/{{ NOP, NOP, NO
[all...]
/freebsd-10.0-release/lib/libedit/
H A Dcommon.c214 if (el->el_chared.c_vcmd.action != NOP) {
238 if (el->el_chared.c_vcmd.action != NOP) {
285 el->el_chared.c_vcmd.action == NOP))
293 if (el->el_chared.c_vcmd.action != NOP) {
319 if (el->el_chared.c_vcmd.action != NOP) {
342 if (el->el_chared.c_vcmd.action != NOP) {
709 el->el_chared.c_vcmd.action = NOP;
777 el->el_chared.c_vcmd.action = NOP;
H A Dchared.h124 #define NOP 0x00 macro
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) {
540 el->el_chared.c_vcmd.action = NOP;
567 if (el->el_chared.c_vcmd.action != NOP) {
[all...]
/freebsd-10.0-release/contrib/libpcap/
H A Doptimize.c77 #define NOP -1 macro
340 if (c == NOP)
383 if (s->code == NOP)
424 if (s->s.code == NOP)
577 s->code = NOP;
640 while (s != 0 && s->s.code == NOP)
777 s->s.code = NOP;
778 add->s.code = NOP;
779 tax->s.code = NOP;
809 last->s.code = NOP;
[all...]
/freebsd-10.0-release/contrib/binutils/ld/scripttempl/
H A Dnw.sc3 # NOP - four byte opcode for no-op (defaults to 0)
66 .init ${RELOCATING-0} : { *(.init) } =${NOP-0}
85 .fini ${RELOCATING-0} : { *(.fini) } =${NOP-0}
/freebsd-10.0-release/usr.sbin/kbdcontrol/
H A Dkbdcontrol.c186 return NOP | SPECIAL;
395 case NOP | SPECIAL:
596 case NOP:
597 printf(" NOP, ");
/freebsd-10.0-release/contrib/tcpdump/
H A Dtelnet.h60 #define NOP 241 /* nop */ macro
72 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",
/freebsd-10.0-release/contrib/telnet/arpa/
H A Dtelnet.h57 #define NOP 241 /* nop */ macro
69 "SE", "NOP", "DMARK", "BRK", "IP", "AO", "AYT", "EC",

Completed in 288 milliseconds

123