Searched refs:c1 (Results 1 – 5 of 5) sorted by relevance
| /tools/debugger/gdbsx/gx/ |
| A D | gx_comm.c | 190 unsigned char csum, c1, c2; in gx_getpkt() local 219 c1 = gx_fromhex(readchar()); in gx_getpkt() 222 if (csum == (c1 << 4) + c2) in gx_getpkt() 226 (c1 << 4) + c2, csum, buf); in gx_getpkt()
|
| /tools/libfsimage/iso9660/ |
| A D | iso9660.h | 211 #define RRMAGIC(c1, c2) ((c1)|(c2) << 8) argument 213 #define CHECK2(ptr, c1, c2) \ argument 214 (*(unsigned short *)(ptr) == (((c1) | (c2) << 8) & 0xFFFF))
|
| /tools/ocaml/xenstored/ |
| A D | perms.ml | 120 | c1, Some c2 -> [ fst c1; fst c2 ] 121 | c1, None -> [ fst c1 ]
|
| /tools/libs/light/ |
| A D | libxl_dom.c | 124 static int numa_cmpf(const libxl__numa_candidate *c1, in numa_cmpf() argument 127 if (c1->nr_vcpus != c2->nr_vcpus) in numa_cmpf() 128 return c1->nr_vcpus - c2->nr_vcpus; in numa_cmpf() 130 return c2->free_memkb - c1->free_memkb; in numa_cmpf()
|
| A D | libxl_internal.h | 4420 typedef int (*libxl__numa_candidate_cmpf)(const libxl__numa_candidate *c1,
|
Completed in 23 milliseconds