Searched refs:rhs (Results 1 – 3 of 3) sorted by relevance
/xen-4.10.0-shim-comet/xen/common/ubsan/ |
A D | ubsan.c | 180 unsigned long rhs, char op) in handle_overflow() argument 208 unsigned long rhs) in __ubsan_handle_add_overflow() argument 211 handle_overflow(data, lhs, rhs, '+'); in __ubsan_handle_add_overflow() 217 unsigned long rhs) in __ubsan_handle_sub_overflow() argument 219 handle_overflow(data, lhs, rhs, '-'); in __ubsan_handle_sub_overflow() 225 unsigned long rhs) in __ubsan_handle_mul_overflow() argument 227 handle_overflow(data, lhs, rhs, '*'); in __ubsan_handle_mul_overflow() 254 unsigned long rhs) in __ubsan_handle_divrem_overflow() argument 434 unsigned long lhs, unsigned long rhs) in __ubsan_handle_shift_out_of_bounds() argument 450 if (val_is_negative(rhs_type, rhs)) in __ubsan_handle_shift_out_of_bounds() [all …]
|
/xen-4.10.0-shim-comet/tools/libxl/ |
A D | libxl_bootloader.c | 132 const char *rhs = buf + prefixlen; in bootloader_result_command() local 133 if (!CTYPE(isspace,*rhs)) in bootloader_result_command() 136 while (CTYPE(isspace,*rhs)) in bootloader_result_command() 137 rhs++; in bootloader_result_command() 139 LOGD(DEBUG, domid, "bootloader output contained %s %s", prefix, rhs); in bootloader_result_command() 141 return rhs; in bootloader_result_command() 184 const char *rhs; in parse_bootloader_result() local 185 #define COMMAND(s) ((rhs = bootloader_result_command(gc, buf, s, sizeof(s)-1, bl->domid))) in parse_bootloader_result() 188 bl->kernel->path = libxl__strdup(gc, rhs); in parse_bootloader_result() 192 bl->ramdisk->path = libxl__strdup(gc, rhs); in parse_bootloader_result() [all …]
|
/xen-4.10.0-shim-comet/tools/blktap2/vhd/lib/ |
A D | vhd-util-scan.c | 244 vhd_util_scan_pretty_image_compare(const void *lhs, const void *rhs) in vhd_util_scan_pretty_image_compare() argument 249 r = *(struct vhd_image **)rhs; in vhd_util_scan_pretty_image_compare()
|
Completed in 7 milliseconds