Searched refs:T (Results 1 – 7 of 7) sorted by relevance
| /tools/tests/x86_emulator/ |
| A D | predicates.c | 10 #define T true macro 53 { { 0x00 }, { 2, 2 }, T, W }, /* add */ 54 { { 0x01 }, { 2, 2 }, T, W }, /* add */ 55 { { 0x02 }, { 2, 2 }, T, R }, /* add */ 56 { { 0x03 }, { 2, 2 }, T, R }, /* add */ 61 { { 0x08 }, { 2, 2 }, T, W }, /* or */ 62 { { 0x09 }, { 2, 2 }, T, W }, /* or */ 63 { { 0x0a }, { 2, 2 }, T, R }, /* or */ 64 { { 0x0b }, { 2, 2 }, T, R }, /* or */ 68 { { 0x10 }, { 2, 2 }, T, W }, /* adc */ [all …]
|
| /tools/firmware/etherboot/ |
| A D | Makefile | 15 T=ipxe.tar.gz macro 32 $T: 33 set -e; if ! $(FETCHER) _$T $(IPXE_TARBALL_URL); then \ 36 $(IPXE_GIT_TAG) | gzip -n >../_$T); \ 39 mv _$T $T 41 $D/src/arch/i386/Makefile: $T Config 43 gzip -dc $T | tar xf - 54 rm -rf $D $D.git *~ _$T $T 58 rm -rf $T
|
| /tools/hotplug/Linux/ |
| A D | block-common.sh | 48 stat -L -c %t:%T "$1"
|
| /tools/ocaml/libs/xs/ |
| A D | queueop.ml | 45 let data = data_concat [ (if commit then "T" else "F"); ] in
|
| /tools/ocaml/xenstored/ |
| A D | parse_arg.ml | 63 ("-T", Arg.Set_string tracefile, ""); (* for compatibility *)
|
| A D | connection.ml | 117 module T = struct module 127 module Set = Set.Make(T)
|
| A D | process.ml | 346 if domid = Define.domid_self || Domains.exist domains domid then "T\000" else "F\000" 555 | "T" :: _ -> true
|
Completed in 660 milliseconds