Home
last modified time | relevance | path

Searched defs:r (Results 76 – 100 of 688) sorted by relevance

12345678910>>...28

/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c40 int64_t q, r; in HELPER() local
61 uint64_t q, r; in HELPER() local
92 uint64_t r = divu128(&al, &ah, b); in HELPER() local
/openbmc/qemu/tests/tcg/mips/user/isa/r5900/
H A Dtest_r5900_maddu.c14 uint64_t r; in maddu() local
37 uint64_t r; in maddu1() local
H A Dtest_r5900_mult.c12 int64_t r; in mult() local
31 int64_t r; in mult1() local
H A Dtest_r5900_madd.c14 int64_t r; in madd() local
37 int64_t r; in madd1() local
/openbmc/qemu/hw/display/
H A Dvga-helpers.h337 uint32_t v, r, g, b; in vga_draw_line15_le() local
356 uint32_t v, r, g, b; in vga_draw_line15_be() local
378 uint32_t v, r, g, b; in vga_draw_line16_le() local
397 uint32_t v, r, g, b; in vga_draw_line16_be() local
419 uint32_t r, g, b; in vga_draw_line24_le() local
437 uint32_t r, g, b; in vga_draw_line24_be() local
458 uint32_t r, g, b; in vga_draw_line32_le() local
476 uint32_t r, g, b; in vga_draw_line32_be() local
/openbmc/google-ipmi-sys/test/
H A Dgoogle_accel_oob_unittest.cpp47 Resp r = accelOobDeviceCount(reqBuf, &h); in TEST() local
87 Resp r = accelOobDeviceName( in TEST() local
148 Resp r = accelOobRead( in TEST() local
214 Resp r = accelOobWrite( in TEST() local
251 Resp r = accelSetVrSettings(nullptr, testData, &h); in TEST() local
275 Resp r = accelSetVrSettings(nullptr, testData, &h); in TEST() local
295 Resp r = accelGetVrSettings(nullptr, testData, &h); in TEST() local
322 Resp r = accelGetVrSettings(nullptr, testData, &h); in TEST() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c241 s64 r; in efi_add_memory_map() local
349 efi_status_t r = EFI_SUCCESS; in efi_allocate_pages() local
402 efi_status_t r; in efi_alloc() local
421 uint64_t r = 0; in efi_free_pages() local
442 efi_status_t r; in efi_allocate_pool() local
475 efi_status_t r; in efi_free_pool() local
H A Defi_boottime.c317 efi_status_t r; in efi_allocate_pages_ext() local
339 efi_status_t r; in efi_free_pages_ext() local
369 efi_status_t r; in efi_get_memory_map_ext() local
395 efi_status_t r; in efi_allocate_pool_ext() local
415 efi_status_t r; in efi_free_pool_ext() local
1033 efi_status_t r; in efi_install_protocol_interface() local
1146 efi_status_t r, ret; in efi_disconnect_all_drivers() local
1185 efi_status_t r; in efi_uninstall_protocol() local
2070 efi_status_t r; in efi_close_protocol() local
2120 efi_status_t r; in efi_open_protocol_information() local
[all …]
/openbmc/gpioplus/src/gpioplus/
H A Devent.cpp43 int r = chip.getFd().getSys()->gpio_get_lineevent(*chip.getFd(), &req); in build() local
88 int r = fd.getSys()->gpiohandle_get_line_values(*fd, &data); in getValue() local
/openbmc/u-boot/lib/efi_driver/
H A Defi_uclass.c32 efi_status_t r, ret = EFI_SUCCESS; in check_node_type() local
62 efi_status_t r, ret; in efi_uc_supported() local
110 efi_status_t r, ret; in efi_uc_start() local
/openbmc/qemu/hw/rtc/
H A Daspeed_rtc.c47 static uint32_t aspeed_rtc_get_counter(AspeedRtcState *rtc, int r) in aspeed_rtc_get_counter()
73 uint32_t r = addr >> 2; in aspeed_rtc_read() local
101 uint32_t r = addr >> 2; in aspeed_rtc_write() local
/openbmc/sdeventplus/example/
H A Dfollow.cpp22 ssize_t r = read(fd, buf, sizeof(buf)); in reader() local
52 int r = unlink(fifo); in remover() local
/openbmc/qemu/block/
H A Dreqlist.c34 BlockReq *r; in reqlist_find_conflict() local
48 BlockReq *r = reqlist_find_conflict(reqs, offset, bytes); in reqlist_wait_one() local
/openbmc/qemu/target/microblaze/
H A Dop_helper.c205 uint32_t r = 0; in helper_fcmp_un() local
227 int r; in helper_fcmp_lt() local
244 int r; in helper_fcmp_eq() local
260 int r; in helper_fcmp_le() local
276 int flags, r; in helper_fcmp_gt() local
290 int flags, r; in helper_fcmp_ne() local
305 int flags, r; in helper_fcmp_ge() local
329 uint32_t r; in helper_fint() local
/openbmc/qemu/hw/dma/
H A Di8257.c124 I8257Regs *r; in i8257_init_chan() local
144 I8257Regs *r; in i8257_read_chan() local
167 I8257Regs *r; in i8257_write_chan() local
324 I8257Regs *r = &d->regs[ichan]; in i8257_channel_run() local
386 I8257Regs *r; in i8257_dma_register_channel() local
396 static bool i8257_is_verify_transfer(I8257Regs *r) in i8257_is_verify_transfer()
405 I8257Regs *r = &d->regs[nchan & 3]; in i8257_dma_read_memory() local
433 I8257Regs *r = &s->regs[nchan & 3]; in i8257_dma_write_memory() local
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Drecord_manager.cpp103 for (const auto& r : records) in getAverageRecords() local
115 for (const auto& r : records) in getMaximumRecords() local
/openbmc/phosphor-power/power-supply/
H A Drecord_manager.cpp107 for (const auto& r : records) in getAverageRecords() local
119 for (const auto& r : records) in getMaximumRecords() local
/openbmc/qemu/scsi/
H A Dqemu-pr-helper.c183 int r; in do_sgio() local
232 int r; in dm_dev_ioctl() local
302 static SCSISense mpath_generic_sense(int r) in mpath_generic_sense()
318 static int coroutine_fn mpath_reconstruct_sense(int fd, int r, uint8_t *sense) in mpath_reconstruct_sense()
376 int r; in multipath_pr_in() local
433 int r; in multipath_pr_out() local
549 int r = multipath_pr_in(fd, cdb, sense, data, *resp_sz); in do_pr_in() local
704 ssize_t r; in prh_write_response() local
734 int r; in prh_co_entry() local
/openbmc/qemu/tests/tcg/aarch64/system/
H A Dpauth-3.c22 uint64_t r; in main() local
/openbmc/qemu/target/sparc/
H A Dvis_helper.c228 uint64_t r = 0; in helper_fcmple8() local
247 uint64_t r = 0; in helper_fcmpule8() local
285 uint64_t r = 0; in helper_fcmple16() local
304 uint64_t r = 0; in helper_fcmpule16() local
335 uint64_t r = 0; in helper_fcmple32() local
354 uint64_t r = 0; in helper_fcmpule32() local
461 VIS64 r; in helper_bshuffle() local
531 VIS64 r, s1, s2; in helper_fchksm16() local
552 VIS64 r, s1, s2; in helper_fmean16() local
568 VIS64 r, s1, s2; in helper_fslas16() local
[all …]
/openbmc/rest-dbus/resources/
H A Djsrender.min.js3r t=(0,eval)("this"),n=t.jQuery;"function"==typeof define&&define.amd?define(e):"object"==typeof e… function
/openbmc/qemu/audio/
H A Dpaaudio.c103 int r; in qpa_get_buffer_in() local
131 int r; in qpa_put_buffer_in() local
169 int r; in qpa_read() local
238 int r; in qpa_get_buffer_out() local
263 int r; in qpa_put_buffer_out() local
286 int r; in qpa_write() local
422 int r; in qpa_simple_new() local
653 int r = pa_stream_drop(pa->stream); in qpa_fini_in() local
/openbmc/sdeventplus/src/sdeventplus/
H A Dexception.cpp8 SdEventError::SdEventError(int r, const char* prefix) : in SdEventError()
/openbmc/qemu/tests/tcg/aarch64/
H A Dtest-2375.c9 int r, z; in main() local
/openbmc/u-boot/arch/nios2/include/asm/bitops/
H A Dffs.h14 int r = 1; in ffs() local

12345678910>>...28