Home
last modified time | relevance | path

Searched refs:oo (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/kernel/scripts/
H A Ddecodecode12 rm -f $T $T.s $T.o $T.oo $T.aa $T.dis
111 touch $T.oo
115 echo All code >> $T.oo
116 echo ======== >> $T.oo
121 cat $T.dis >> $T.oo
138 faultlinenum=$(( $(wc -l $T.oo | cut -d" " -f1) - \
144 cat $T.oo | sed -e "${faultlinenum}s/^\([^:]*:\)\(.*\)/\1\*\2\t\t<-- trapping instruction/"
/OK3568_Linux_fs/kernel/drivers/crypto/allwinner/sun4i-ss/
H A Dsun4i-ss-cipher.c37 unsigned int oi, oo; /* offset for in and out */ in sun4i_ss_opti_poll() local
72 oo = 0; in sun4i_ss_opti_poll()
114 todo = min_t(size_t, todo, (mo.length - oo) / 4); in sun4i_ss_opti_poll()
117 readsl(ss->base + SS_TXFIFO, mo.addr + oo, todo); in sun4i_ss_opti_poll()
118 oo += todo * 4; in sun4i_ss_opti_poll()
120 if (oo == mo.length) { in sun4i_ss_opti_poll()
121 oo = 0; in sun4i_ss_opti_poll()
192 unsigned int oi, oo; /* offset for in and out */ in sun4i_ss_cipher_poll() local
255 oo = 0; in sun4i_ss_cipher_poll()
325 todo = min_t(size_t, todo, (mo.length - oo) / 4); in sun4i_ss_cipher_poll()
[all …]
/OK3568_Linux_fs/kernel/fs/nfsd/
H A Dnfs4state.c392 struct nfs4_openowner *oo; in find_openstateowner_str() local
395 oo = find_openstateowner_str_locked(hashval, open, clp); in find_openstateowner_str()
397 return oo; in find_openstateowner_str()
1497 static void unhash_openowner_locked(struct nfs4_openowner *oo) in unhash_openowner_locked() argument
1499 struct nfs4_client *clp = oo->oo_owner.so_client; in unhash_openowner_locked()
1503 list_del_init(&oo->oo_owner.so_strhash); in unhash_openowner_locked()
1504 list_del_init(&oo->oo_perclient); in unhash_openowner_locked()
1507 static void release_last_closed_stateid(struct nfs4_openowner *oo) in release_last_closed_stateid() argument
1509 struct nfsd_net *nn = net_generic(oo->oo_owner.so_client->net, in release_last_closed_stateid()
1514 s = oo->oo_last_closed_stid; in release_last_closed_stateid()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/gettext/gettext-0.21/
H A Duse-pkgconfig.patch18 .../gnulib-local/lib/term-styled-ostream.oo.c | 12 +--
24 libtextstyle/lib/term-styled-ostream.oo.c | 12 +--
144 …textstyle/gnulib-local/lib/term-styled-ostream.oo.c b/libtextstyle/gnulib-local/lib/term-styled-os…
146 --- a/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c
147 +++ b/libtextstyle/gnulib-local/lib/term-styled-ostream.oo.c
674 diff --git a/libtextstyle/lib/term-styled-ostream.oo.c b/libtextstyle/lib/term-styled-ostream.oo.c
676 --- a/libtextstyle/lib/term-styled-ostream.oo.c
677 +++ b/libtextstyle/lib/term-styled-ostream.oo.c
/OK3568_Linux_fs/kernel/tools/cgroup/
H A Dmemcg_slabinfo.py64 return s.oo.x >> OO_SHIFT
68 return s.oo.x & OO_MASK
/OK3568_Linux_fs/kernel/mm/
H A Dslub.c1668 gfp_t flags, int node, struct kmem_cache_order_objects oo) in alloc_slab_page() argument
1671 unsigned int order = oo_order(oo); in alloc_slab_page()
1688 unsigned int count = oo_objects(s->oo); in init_cache_random_seq()
1758 freelist_count = oo_objects(s->oo); in shuffle_freelist()
1796 struct kmem_cache_order_objects oo = s->oo; in allocate_slab() local
1814 if ((alloc_gfp & __GFP_DIRECT_RECLAIM) && oo_order(oo) > oo_order(s->min)) in allocate_slab()
1817 page = alloc_slab_page(s, alloc_gfp, node, oo); in allocate_slab()
1819 oo = s->min; in allocate_slab()
1825 page = alloc_slab_page(s, alloc_gfp, node, oo); in allocate_slab()
1831 page->objects = oo_objects(oo); in allocate_slab()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/iptables/iptables/
H A D0002-configure.ac-only-check-conntrack-when-libnfnetlink-enabled.patch19 GNUmakefile:96: recipe for target 'libxt_connlabel.oo' failed
/OK3568_Linux_fs/kernel/include/linux/
H A Dslub_def.h97 struct kmem_cache_order_objects oo; member
/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 Dfil_PH158 yesstr "oo"
/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 Dfil_PH158 yesstr "oo"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/cp/
H A Doperators.def119 DEF_OPERATOR ("||", TRUTH_ORIF_EXPR, "oo", OVL_OP_FLAG_BINARY)
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/cp/
H A Doperators.def119 DEF_OPERATOR ("||", TRUTH_ORIF_EXPR, "oo", OVL_OP_FLAG_BINARY)
/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/info/
H A Dlibc.info-93232 1. Addition or subtraction: oo - oo. (But oo + oo = oo).
3233 2. Multiplication: 0 * oo.
3234 3. Division: 0/0 or oo/oo.
3252 zero. If no trap occurs the result is either +oo or -oo, depending
3260 1. Round to nearest carries all overflows to oo with the sign of
3265 3. Round toward -oo carries positive overflows to the largest
3266 representable finite number and negative overflows to -oo.
3268 4. Round toward oo carries negative overflows to the most
3270 oo.
3304 1/0 = oo
[all …]
H A Dlibc.info-84980 ‘logb’ returns oo. If X is zero, ‘logb’ returns oo. It does not
5432 gamma (x) = integral from 0 to oo of t^(x-1) e^-t dt
5486 gamma (x) = integral from 0 to oo of t^(x-1) e^-t dt
5545 and returns -oo.
5561 and returns -oo.
5577 and returns -oo.
/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/info/
H A Dlibc.info-93232 1. Addition or subtraction: oo - oo. (But oo + oo = oo).
3233 2. Multiplication: 0 * oo.
3234 3. Division: 0/0 or oo/oo.
3252 zero. If no trap occurs the result is either +oo or -oo, depending
3260 1. Round to nearest carries all overflows to oo with the sign of
3265 3. Round toward -oo carries positive overflows to the largest
3266 representable finite number and negative overflows to -oo.
3268 4. Round toward oo carries negative overflows to the most
3270 oo.
3304 1/0 = oo
[all …]
H A Dlibc.info-84980 ‘logb’ returns oo. If X is zero, ‘logb’ returns oo. It does not
5432 gamma (x) = integral from 0 to oo of t^(x-1) e^-t dt
5486 gamma (x) = integral from 0 to oo of t^(x-1) e^-t dt
5545 and returns -oo.
5561 and returns -oo.
5577 and returns -oo.
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Darcnet-hardware.rst606 | |oo| EXT2 | | d | 2 | 3
607 | |oo| EXT1 | SMC | d | | 2
608 | |oo| ROM | 90C63 | r |___| 1
609 | |oo| IRQ7 | | |o| _____|
610 | |oo| IRQ5 | | |o| | J1 |
611 | |oo| IRQ4 | | STAR |_____|
612 | |oo| IRQ3 | | | J2 |
613 | |oo| IRQ2 |___________________| |_____|
1344 | |o|o| |oo| | | JP 1 1 1 | |
1547 > |oo| JP2 | | LED |___|
[all …]
/OK3568_Linux_fs/buildroot/dl/stressapptest/git/
H A Dconfigure1590 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
1669 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
/OK3568_Linux_fs/yocto/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/
H A Dautotools-update.patch1281 - New fields `successor' and `decided' for oo, lazy
1285 - Adopt for oo, lazy message handliing.
1290 - Complete rewrite. Implement oo, lazy message handling :-).
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv370 …]^]\[VPKD:4-+.../.-.+),----./../-,.///-(+.2+%! +.8>.'HMK]trw^Zy\LkN)P=0��oo���������������������…
703 …������ņ1M���������������������|o����Ż���������z����������������������������oo���������������������…
725 …���������������������ƨ}v������֘9Uujc`���V>EDFFDNehYq�����������������������oo�}t���~f`�����������…
794oo��v}���r\n�������������������^����xGB���������~ogi�����������������T7=<==::;<<<<<;;<::;;9;==;<:6…
1015 …�������������������������������������������������[x������ɼ�������������°��oo���������������͸�����…
1329 …����ВE|�|wsx{|�����{umd]UW^`][[[ZXWTQLE;47*z�ʻ���>P���������������{y~����oo��}������������������…
1354 …���������������������������������������������������������������������������oo��������������������ɼ…
1426 …,,-,+-+-..-,-...---./:A<4,'++'&$&%!"(3:<2* :V^oo^QG8)$# "&(*+&#!"…
1451 …���������������������������������������������������������������������������oo�����������������̄5A^…
1559 …���������������������������������������������������������������������������oo��������������������ʺ…
[all …]
/OK3568_Linux_fs/external/xserver/
H A Dconfigure2909 rm -rf conftest.dSYM conftest_ipa8_conftest.oo
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...