Searched refs:compare (Results 1 – 14 of 14) sorted by relevance
/xen/tools/xenstat/xentop/ |
A D | xentop.c | 489 return -compare(xenstat_domain_cpu_ns(domain1), in compare_cpu() 538 return -compare(xenstat_domain_cur_mem(domain1), in compare_mem() 559 return -compare(xenstat_domain_max_mem(domain1), in compare_maxmem() 616 return -compare(tot_net_bytes(domain1, FALSE), in compare_net_tx() 630 return -compare(tot_net_bytes(domain1, TRUE), in compare_net_rx() 689 return -compare(dom1_vbd_oo, dom2_vbd_oo); in compare_vbd_oo() 716 return -compare(dom1_vbd_rd, dom1_vbd_rd); in compare_vbd_rd() 743 return -compare(dom1_vbd_wr, dom2_vbd_wr); in compare_vbd_wr() 770 return -compare(dom1_vbd_rsect, dom2_vbd_rsect); in compare_vbd_rsect() 797 return -compare(dom1_vbd_wsect, dom2_vbd_wsect); in compare_vbd_wsect() [all …]
|
/xen/tools/ocaml/libs/xb/ |
A D | xs_ring.ml | 24 let compare = compare var
|
/xen/stubdom/ |
A D | vtpm_TPM_ChangeAuthAsymFinish.patch | 6 /* 6. The TPM SHALL compare b1 with newAuthLink. The TPM SHALL
|
/xen/xen/tools/kconfig/tests/ |
A D | conftest.py | 220 def _read_and_compare(self, compare, expected): argument 228 return compare(self, expected_data)
|
/xen/xen/arch/arm/arm32/lib/ |
A D | lib1funcs.S | 237 subs r2, r1, #1 @ compare divisor with 1 239 cmpne r0, r1 @ compare dividend with divisor 303 subs r2, r1, #1 @ compare divisor with 1 304 cmpne r0, r1 @ compare dividend with divisor
|
A D | div64.S | 138 @ Current remainder is now 1. It is worthless to compare with
|
/xen/tools/ocaml/test/ |
A D | xtl.ml | 8 if compare min_level level <= 0 then begin
|
/xen/tools/ocaml/libs/xentoollog/ |
A D | xentoollog.ml.in | 23 compare (level_to_prio x) (level_to_prio y)
|
/xen/tools/ocaml/xenstored/ |
A D | store.ml | 152 let rec compare l1 l2 = 155 if h1 = h2 then h1 :: (compare tl1 tl2) else [] 160 compare p1 p2
|
/xen/stubdom/grub.patches/ |
A D | 60ext4.diff | 384 int str_chk = 0; /* used to hold the results of a string compare */
|
/xen/tools/libxl/ |
A D | libxl_domain.c | 2398 if (!dt->compare) in retrieve_domain_configuration_end() 2414 if (dt->compare(p + dt->dev_elem_size * j, q)) in retrieve_domain_configuration_end()
|
A D | libxl_internal.h | 3926 device_compare_fn_t compare; member 3950 .compare = (device_compare_fn_t) \
|
A D | libxl_device.c | 1823 if (dt->compare(libxl__device_type_get_elem(dt, d_config, i), dev)) { in device_add_domain_config()
|
/xen/tools/firmware/rombios/ |
A D | rombios.c | 11660 ;; compare eax to one days worth of timer ticks at 18.2 hz
|
Completed in 53 milliseconds