/openbmc/qemu/tests/tcg/i386/ |
H A D | test-i386-fprem.c | 174 union float80u ru; in do_fprem() local 188 ru.d = fprem(a, b, &sw); in do_fprem() 192 ru.ieee.negative, ru.ieee.exponent, ru.ieee.one, in do_fprem() 193 ru.ieee_nan.quiet_nan, (unsigned long long)ru.ieee.mantissa, in do_fprem() 194 ru.d); in do_fprem() 197 ru.d = fprem1(a, b, &sw); in do_fprem() 201 ru.ieee.negative, ru.ieee.exponent, ru.ieee.one, in do_fprem() 202 ru.ieee_nan.quiet_nan, (unsigned long long)ru.ieee.mantissa, in do_fprem() 203 ru.d); in do_fprem() 211 union float80u ru; in do_fprem_stack_underflow() local [all …]
|
/openbmc/linux/drivers/net/wireless/mediatek/mt76/ |
H A D | mt76_connac3_mac.c | 17 u32 ru = le32_get_bits(rxv[0], MT_PRXV_HE_RU_ALLOC), offs = 0; in mt76_connac3_mac_decode_he_radiotap_ru() local 21 switch (ru) { in mt76_connac3_mac_decode_he_radiotap_ru() 24 offs = ru; in mt76_connac3_mac_decode_he_radiotap_ru() 28 offs = ru - 37; in mt76_connac3_mac_decode_he_radiotap_ru() 32 offs = ru - 53; in mt76_connac3_mac_decode_he_radiotap_ru() 36 offs = ru - 61; in mt76_connac3_mac_decode_he_radiotap_ru() 40 offs = ru - 65; in mt76_connac3_mac_decode_he_radiotap_ru()
|
H A D | eeprom.c | 338 u32 ru_rates = ARRAY_SIZE(dest->ru[0]); in mt76_get_rate_power_limits() 396 mt76_apply_multi_array_limit(dest->ru[0], ARRAY_SIZE(dest->ru[0]), in mt76_get_rate_power_limits() 397 ARRAY_SIZE(dest->ru), val, len, in mt76_get_rate_power_limits()
|
/openbmc/linux/tools/testing/selftests/net/ |
H A D | tcp_mmap.c | 182 struct rusage ru; in child_thread() local 297 getrusage(RUSAGE_THREAD, &ru); in child_thread() 301 total_usec = 1000000*ru.ru_utime.tv_sec + ru.ru_utime.tv_usec + in child_thread() 302 1000000*ru.ru_stime.tv_sec + ru.ru_stime.tv_usec; in child_thread() 309 (double)ru.ru_utime.tv_sec + (double)ru.ru_utime.tv_usec / 1000000.0, in child_thread() 310 (double)ru.ru_stime.tv_sec + (double)ru.ru_stime.tv_usec / 1000000.0, in child_thread() 312 ru.ru_nvcsw, in child_thread()
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | recipeutils.py | 1027 ru = {} 1028 ru['current_version'] = rd.getVar('PV') 1029 ru['version'] = '' 1030 ru['type'] = 'U' 1031 ru['datetime'] = '' 1032 ru['revision'] = '' 1039 ru['version'] = ru['current_version'] 1040 ru['type'] = 'M' 1041 ru['datetime'] = datetime.now() 1042 return ru [all …]
|
/openbmc/qemu/crypto/ |
H A D | pbkdf.c | 73 struct rusage ru; in qcrypto_pbkdf2_get_thread_cpu() 74 if (getrusage(RUSAGE_THREAD, &ru) < 0) { in qcrypto_pbkdf2_get_thread_cpu() 79 *val_ms = ((ru.ru_utime.tv_sec * 1000ll) + in qcrypto_pbkdf2_get_thread_cpu() 80 (ru.ru_utime.tv_usec / 1000)); in qcrypto_pbkdf2_get_thread_cpu()
|
/openbmc/openbmc/poky/meta/recipes-core/musl/ |
H A D | musl-locales_git.bb | 45 LICENSE:locale-base-ru-ru = "MIT" 63 locale-base-ru-ru \ 81 FILES:locale-base-ru-ru += "${datadir}/i18n/locales/musl/ru_RU.UTF-8"
|
/openbmc/linux/kernel/ |
H A D | exit.c | 1646 int options, struct rusage *ru) in kernel_waitid() argument 1699 wo.wo_rusage = ru; in kernel_waitid() 1712 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() 1716 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5() 1722 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE5() 1745 struct rusage *ru) in kernel_wait4() argument 1778 wo.wo_rusage = ru; in kernel_wait4() 1804 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument 1807 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4() 1810 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE4() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
H A D | hddtemp-no-nls-support.patch | 3 diff -ru hddtemp-0.3-beta15.orig/configure.in hddtemp-0.3-beta15/configure.in 23 diff -ru hddtemp-0.3-beta15.orig/src/hddtemp.c hddtemp-0.3-beta15/src/hddtemp.c 39 diff -ru hddtemp-0.3-beta15.orig/src/utf8.c hddtemp-0.3-beta15/src/utf8.c
|
/openbmc/linux/tools/memory-model/ |
H A D | lock.cat | 109 let all-possible-rf-ru = 110 let possible-rf-ru r = 114 in map possible-rf-ru RU 117 with rf-ru from cross(all-possible-rf-ru) 120 let rf = rf | rf-lf | rf-ru
|
/openbmc/intel-ipmi-oem/include/ |
H A D | types.hpp | 66 auto ru = static_cast<details::underlying_t<R>>(tu); in enum_cast() local 67 return static_cast<R>(ru); in enum_cast()
|
/openbmc/openbmc/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/ |
H A D | 0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch | 26 - ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
|
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/lftp/ |
H A D | lftp_4.9.2.bb | 4 HOMEPAGE = "http://lftp.yar.ru/" 9 SRC_URI = "http://lftp.yar.ru/ftp/lftp-${PV}.tar.bz2"
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_tv.c | 68 u16 ru, gu, bu, au; member 196 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 206 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 216 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200, 226 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200, 236 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200, 246 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200, 256 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 266 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 276 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, [all …]
|
/openbmc/phosphor-host-ipmid/include/ipmid/message/ |
H A D | types.hpp | 134 auto ru = static_cast<details::underlying_t<R>>(tu); in enum_cast() local 135 return static_cast<R>(ru); in enum_cast()
|
/openbmc/qemu/pc-bios/keymaps/ |
H A D | meson.build | 31 'ru': '-l ru',
|
/openbmc/linux/include/linux/ |
H A D | resource.h | 10 void getrusage(struct task_struct *p, int who, struct rusage *ru);
|
/openbmc/linux/drivers/scsi/aic94xx/ |
H A D | aic94xx_tmf.c | 270 struct ssp_response_iu *ru; in asd_get_tmf_resp_tasklet() local 288 ru = edb->vaddr + 16 + sizeof(*fh); in asd_get_tmf_resp_tasklet() 289 res = ru->status; in asd_get_tmf_resp_tasklet() 290 if (ru->datapres == SAS_DATAPRES_RESPONSE_DATA) in asd_get_tmf_resp_tasklet() 291 res = ru->resp_data[3]; in asd_get_tmf_resp_tasklet()
|
/openbmc/openbmc/poky/meta/recipes-extended/sed/ |
H A D | sed_4.9.bb | 21 RRECOMMENDS:${PN}-ptest:append:libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr…
|
/openbmc/u-boot/board/cirrus/edb93xx/ |
H A D | MAINTAINERS | 2 M: Sergey Kostanbaev <sergey.kostanbaev@fairwaves.ru>
|
/openbmc/qemu/contrib/gitdm/ |
H A D | aliases | 32 malc@c046a42c-6fe2-441c-8c8c-71466251a162 av1474@comtv.ru 50 "Julia Suvorova via Qemu-devel" jusual@mail.ru
|
H A D | group-map-ibm | 5 aik@ozlabs.ru
|
/openbmc/linux/arch/arm/boot/dts/mediatek/ |
H A D | mt6582-prestigio-pmt5008-3g.dts | 3 * Copyright (c) 2021 Maxim Kutnij <gtk3@inbox.ru>
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 250 | 23 owner=v.sementsov-og@mail.ru
|
/openbmc/openbmc/poky/meta/recipes-support/vim/ |
H A D | vim.inc | 43 …o po/ja.euc-jp.po po/ja.sjis.po po/ko.po po/pl.UTF-8.po po/pl.cp1250.po po/ru.cp1251.po po/sk.cp12… 44 # ru.cp1251.po uses CP1251 rather than cp1251, fix that 45 sed -i -e s/CP1251/cp1251/ po/ru.cp1251.po
|