| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tcp_mmap.c | 159 struct rusage ru; in child_thread() local 242 getrusage(RUSAGE_THREAD, &ru); in child_thread() 246 total_usec = 1000000*ru.ru_utime.tv_sec + ru.ru_utime.tv_usec + in child_thread() 247 1000000*ru.ru_stime.tv_sec + ru.ru_stime.tv_usec; in child_thread() 254 (double)ru.ru_utime.tv_sec + (double)ru.ru_utime.tv_usec / 1000000.0, in child_thread() 255 (double)ru.ru_stime.tv_sec + (double)ru.ru_stime.tv_usec / 1000000.0, in child_thread() 257 ru.ru_nvcsw); in child_thread()
|
| /OK3568_Linux_fs/kernel/tools/memory-model/ |
| H A D | lock.cat | 106 let rfi-ru = ([UL] ; po-loc ; [RU]) \ ([UL] ; po-loc ; [LKW] ; po-loc) 109 let all-possible-rfe-ru = 110 let possible-rfe-ru r = 113 in map possible-rfe-ru RU 116 with rfe-ru from cross(all-possible-rfe-ru) 117 let rf-ru = rfe-ru | rfi-ru 120 let rf = rf | rf-lf | rf-ru
|
| /OK3568_Linux_fs/yocto/poky/meta/lib/oe/ |
| H A D | recipeutils.py | 992 ru = {} 993 ru['current_version'] = rd.getVar('PV') 994 ru['version'] = '' 995 ru['type'] = 'U' 996 ru['datetime'] = '' 997 ru['revision'] = '' 1004 ru['version'] = ru['current_version'] 1005 ru['type'] = 'M' 1006 ru['datetime'] = datetime.now() 1007 return ru [all …]
|
| /OK3568_Linux_fs/kernel/kernel/ |
| H A D | exit.c | 1485 int options, struct rusage *ru) in kernel_waitid() argument 1538 wo.wo_rusage = ru; in kernel_waitid() 1551 infop, int, options, struct rusage __user *, ru) in SYSCALL_DEFINE5() 1555 long err = kernel_waitid(which, upid, &info, options, ru ? &r : NULL); in SYSCALL_DEFINE5() 1561 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE5() 1584 struct rusage *ru) in kernel_wait4() argument 1617 wo.wo_rusage = ru; in kernel_wait4() 1643 int, options, struct rusage __user *, ru) in SYSCALL_DEFINE4() argument 1646 long err = kernel_wait4(upid, stat_addr, options, ru ? &r : NULL); in SYSCALL_DEFINE4() 1649 if (ru && copy_to_user(ru, &r, sizeof(struct rusage))) in SYSCALL_DEFINE4() [all …]
|
| /OK3568_Linux_fs/buildroot/package/httping/ |
| H A D | 0002-Makefile-allow-build-without-gettext.patch | 28 TRANSLATIONS=nl.mo ru.mo 40 mkdir -p $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES 41 cp ru.mo $(DESTDIR)/$(PREFIX)/share/locale/ru/LC_MESSAGES/httping.mo
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/ |
| H A D | hddtemp-no-nls-support.patch | 1 diff -ru hddtemp-0.3-beta15.orig/configure.in hddtemp-0.3-beta15/configure.in 21 diff -ru hddtemp-0.3-beta15.orig/src/hddtemp.c hddtemp-0.3-beta15/src/hddtemp.c 37 diff -ru hddtemp-0.3-beta15.orig/src/utf8.c hddtemp-0.3-beta15/src/utf8.c
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_tv.c | 61 u16 ru, gu, bu, au; member 189 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 199 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 209 .ru = 0x074c, .gu = 0x0546, .bu = 0x05ec, .au = 0x0200, 219 .ru = 0x0788, .gu = 0x0581, .bu = 0x0322, .au = 0x0200, 229 .ru = 0x0745, .gu = 0x053f, .bu = 0x05e1, .au = 0x0200, 239 .ru = 0x0780, .gu = 0x0579, .bu = 0x031c, .au = 0x0200, 249 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, 259 .ru = 0x076a, .gu = 0x0564, .bu = 0x030d, .au = 0x0200, 269 .ru = 0x0733, .gu = 0x052d, .bu = 0x05c7, .au = 0x0200, [all …]
|
| /OK3568_Linux_fs/yocto/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; \
|
| /OK3568_Linux_fs/external/xserver/debian/po/ |
| H A D | ru.po | 1 # translation of xorg-debconf-ru.po to Russian 5 # $Id: ru.po 1042 2006-01-09 07:55:08Z ender $ 37 "Language: ru\n"
|
| H A D | kk.po | 1 # Dauren Sarsenov <daur88@inbox.ru>, 2009 9 "Last-Translator: Dauren Sarsenov <daur88@inbox.ru>\n"
|
| /OK3568_Linux_fs/buildroot/package/vsftpd/ |
| H A D | 0001-utmpx-builddef.patch | 9 diff -ru vsftpd-3.0.2.orig/builddefs.h vsftpd-3.0.2/builddefs.h 20 diff -ru vsftpd-3.0.2.orig/sysdeputil.c vsftpd-3.0.2/sysdeputil.c
|
| /OK3568_Linux_fs/yocto/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"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/ |
| H A D | ayc_PE | 73 % inïru, phiwriru, marsu, awrila, mayu, junyu, julyu, awustu, sitimri, uktuwri, nuwimri, risimri 74 mon "in<U00EF>ru";/ 99 % tuminku, lunisa, martisa, mirkulisa, juywisa, wirnisa, sawäru 106 "saw<U00E4>ru"
|
| H A D | ru_UA | 15 % Language: ru 115 lang_ab "ru"
|
| H A D | ru_RU | 19 % Language: ru 55 % (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/ru.xml) 205 lang_ab "ru"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/ |
| H A D | ayc_PE | 73 % inïru, phiwriru, marsu, awrila, mayu, junyu, julyu, awustu, sitimri, uktuwri, nuwimri, risimri 74 mon "in<U00EF>ru";/ 99 % tuminku, lunisa, martisa, mirkulisa, juywisa, wirnisa, sawäru 106 "saw<U00E4>ru"
|
| H A D | ru_UA | 15 % Language: ru 115 lang_ab "ru"
|
| H A D | ru_RU | 19 % Language: ru 55 % (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/ru.xml) 205 lang_ab "ru"
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt76/mt7915/ |
| H A D | init.c | 359 int ru, nss, max_nss = 1, max_ru = 3; in mt7915_gen_ppe_thresh() local 369 for (ru = 0; ru < max_ru; ru++) { in mt7915_gen_ppe_thresh() 373 if (!(ru_bit_mask & BIT(ru))) in mt7915_gen_ppe_thresh() 376 val = (ppet16_ppet8_ru3_ru0[nss] >> (ru * 6)) & in mt7915_gen_ppe_thresh()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/bundle/ |
| H A D | Makefile.am | 140 Resources/ru.lproj/Localizable.strings \ 141 Resources/ru.lproj/locversion.plist \ 142 Resources/ru.lproj/main.nib/designable.nib \ 143 Resources/ru.lproj/main.nib/keyedobjects.nib \ 144 Resources/ru.lproj/main.nib/keyedobjects-110000.nib \
|
| /OK3568_Linux_fs/buildroot/package/apache/ |
| H A D | 0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch | 39 - ls $$dir/ap[ru].h $$dir/ap[ru]_*.h 2>/dev/null; \
|
| /OK3568_Linux_fs/kernel/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 == 1) /* Response data present */ in asd_get_tmf_resp_tasklet() 291 res = ru->resp_data[3]; in asd_get_tmf_resp_tasklet()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/files/ |
| H A D | 0001-Ticket-4200-fix-FTBFS-with-ncurses-build-with-disabl.patch | 2 From: Andrew Borodin <aborodin@vmail.ru> 8 Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gphoto2/libgphoto2/ |
| H A D | 0001-configure.ac-remove-AM_PO_SUBDIRS.patch | 26 @@ -209,7 +209,6 @@ ALL_LINGUAS="cs da de es eu fr hu it ja nl pl ru sv uk vi zh_CN" 39 ALL_LINGUAS="cs da de es eu fi fr it ja nl pl pt_BR ru sk sr sv uk vi zh_CN zh_TW"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/sed/ |
| H A D | sed_4.8.bb | 22 RRECOMMENDS:${PN}-ptest:append:libc-glibc = " locale-base-ru-ru locale-base-en-us locale-base-el-gr…
|