Home
last modified time | relevance | path

Searched refs:I (Results 1 – 7 of 7) sorted by relevance

/sys/amd64/
Ddisasm.c93 #define I 19 /* immediate, unsigned */ macro
606 { "test", TRUE, NONE, op2(I,E), 0 },
607 { "test", TRUE, NONE, op2(I,E), 0 },
643 /*04*/ { "add", FALSE, BYTE, op2(I, A), 0 },
652 /*0c*/ { "or", FALSE, BYTE, op2(I, A), 0 },
653 /*0d*/ { "or", FALSE, LONG, op2(I, A), 0 },
661 /*14*/ { "adc", FALSE, BYTE, op2(I, A), 0 },
670 /*1c*/ { "sbb", FALSE, BYTE, op2(I, A), 0 },
679 /*24*/ { "and", FALSE, BYTE, op2(I, A), 0 },
680 /*25*/ { "and", FALSE, LONG, op2(I, A), 0 },
[all …]
/pxelinux/pxelinux.cfg/
Ddefault1 # D-I config version 2.0
/lib/liblwip/src/netif/
DFILES23 protocol. It requires a sio (serial I/O) module to work.
/lib/liblwip/src/netif/ppp/
Dmd5.c76 #define I(x, y, z) ((y) ^ ((x) | (~z))) macro
99 {(a) += I ((b), (c), (d)) + (x) + (u32_t)(ac); \
/lib/liblwip/doc/
Dsavannah.txt102 tag name "STABLE-0_6_3". (I use release number 0.6.3 throughout this example).
/lib/liblwip/
DCHANGELOG1958 the lwIP stack in C++ and simply #include the core files. Note I have left
1959 out the netif/ppp/*h header files for now, since I don't know which files are
2578 cases just assert if it fails as I'm not sure how to fix them, but
2701 Note this is a workaround. Currently I have no other options left.
/docs/
DDoxyfile194 # using the -I flag.