Home
last modified time | relevance | path

Searched refs:eo (Results 1 – 23 of 23) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dstats.c61 uint32_t eo = 0; in open_sess() local
68 NULL, &eo); in open_sess()
72 res, eo); in open_sess()
88 uint32_t eo = 0; in stat_pager() local
100 res = TEEC_InvokeCommand(&sess, STATS_CMD_PAGER_STATS, &op, &eo); in stat_pager()
104 res, eo); in stat_pager()
122 uint32_t eo = 0; in stat_alloc() local
137 res = TEEC_InvokeCommand(&sess, STATS_CMD_ALLOC_STATS, &op, &eo); in stat_alloc()
141 res, eo); in stat_alloc()
154 res = TEEC_InvokeCommand(&sess, STATS_CMD_ALLOC_STATS, &op, &eo); in stat_alloc()
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_internal_api.h646 uint32_t eo = 0; in Invoke_OpenTASession() local
671 res = TEEC_InvokeCommand(sess, cmd_id, &op, &eo); in Invoke_OpenTASession()
674 if (!ADBG_EXPECT(c, TEE_ORIGIN_TRUSTED_APP, eo)) in Invoke_OpenTASession()
688 uint32_t eo = 0; in Invoke_InvokeTACommand() local
695 res = TEEC_InvokeCommand(sess, cmd_id, &op, &eo); in Invoke_InvokeTACommand()
697 if (!ADBG_EXPECT(c, TEE_ORIGIN_TRUSTED_APP, eo)) in Invoke_InvokeTACommand()
710 uint32_t eo = 0; in Invoke_CloseTASession() local
716 res = TEEC_InvokeCommand(sess, cmd_id, &op, &eo); in Invoke_CloseTASession()
718 ADBG_EXPECT(c, TEE_ORIGIN_TRUSTED_APP, eo); in Invoke_CloseTASession()
/OK3568_Linux_fs/external/xserver/randr/
H A Drrmonitor.c521 int o, eo; in RRMonitorAdd() local
537 for (eo = 0; eo < existing->numOutputs; eo++) { in RRMonitorAdd()
539 if (monitor->outputs[o] == existing->outputs[eo]) { in RRMonitorAdd()
540 memmove(existing->outputs + eo, existing->outputs + eo + 1, in RRMonitorAdd()
541 (existing->numOutputs - (eo + 1)) * sizeof (RROutput)); in RRMonitorAdd()
543 --eo; in RRMonitorAdd()
/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 Deo18 % Language: eo
59 % (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/eo.xml)
74 % (see: https://unicode.org/cldr/trac/browser/trunk/common/main/eo.xml)
211 lang_ab "eo"
/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 Deo18 % Language: eo
59 % (see: https://unicode.org/cldr/trac/browser/trunk/common/collation/eo.xml)
74 % (see: https://unicode.org/cldr/trac/browser/trunk/common/main/eo.xml)
211 lang_ab "eo"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/vorbis-tools/vorbis-tools/
H A Dgettext.patch11 ALL_LINGUAS="be cs da en_GB eo es fr hr hu nl pl ro ru sk sv uk vi"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hunspell/
H A Dhunspell-dictionaries.bb22 LICENSE:dictionaries/eo = "GPL-2.0-only"
86 file://dictionaries/eo/license;md5=eb723b61539feef013de476e68b5c50a \
/OK3568_Linux_fs/external/xserver/debian/po/
H A Deo.po15 "Language: eo\n"
/OK3568_Linux_fs/u-boot/scripts/kconfig/
H A Dsymbol.c993 off_t so, eo; member
1015 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
1016 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
1059 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/OK3568_Linux_fs/buildroot/support/kconfig/
H A Dsymbol.c1007 off_t so, eo; member
1029 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
1030 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
1073 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/OK3568_Linux_fs/kernel/scripts/kconfig/
H A Dsymbol.c920 off_t so, eo; member
942 exact1 = (s1->eo - s1->so) == strlen(s1->sym->name); in sym_rel_comp()
943 exact2 = (s2->eo - s2->so) == strlen(s2->sym->name); in sym_rel_comp()
986 sym_match_arr[cnt].eo = match[0].rm_eo; in sym_re_search()
/OK3568_Linux_fs/debian/scripts/rkstage0/01-locale/
H A D00-debconf2 …n_ZA.UTF-8 UTF-8, en_ZM UTF-8, en_ZW ISO-8859-1, en_ZW.UTF-8 UTF-8, eo ISO-8859-3, eo.UTF-8 UTF-8,…
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsd.c245 unsigned int au, es, et, eo; in mmc_read_ssr() local
284 eo = UNSTUFF_BITS(card->raw_ssr, 400 - 384, 2); in mmc_read_ssr()
286 card->ssr.erase_offset = eo * 1000; in mmc_read_ssr()
/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.def105 DEF_OPERATOR ("^", BIT_XOR_EXPR, "eo", 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.def105 DEF_OPERATOR ("^", BIT_XOR_EXPR, "eo", OVL_OP_FLAG_BINARY)
/OK3568_Linux_fs/kernel/drivers/staging/kpc2000/
H A Dkpc2000_spi.c140 unsigned int eo : 1; /* End of Transfer */ member
/OK3568_Linux_fs/u-boot/drivers/mmc/
H A Dmmc.c1630 unsigned int au, eo, et, es; local
1668 eo = (ssr[3] >> 16) & 0x3;
1670 mmc->ssr.erase_offset = eo * 1000;
/OK3568_Linux_fs/kernel/Documentation/admin-guide/laptops/
H A Ddisk-shock-protection.rst5 Author: Elias Oltmanns <eo@nebensachen.de>
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
HDncurses-6.1-20190727.patch.gz1# ncurses 6.1 - patch 20190727 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190630.patch.gz1# ncurses 6.1 - patch 20190630 - Thomas E. Dickey 2# 3# --- ...
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv82 …���������������������������������������������������������������������������eo�����Ⱦ���������������…
264 …���������������������������������������������������������������������������eo�����ɾ���������������…
518 …����ʹ�ѿ������Ż�˻�{����������������ɫ���������������������������������DR����|eo���������������������…
1035 …���������������������������������������������������������������������������eo��������������������ȵ…
1062 …xwtuusssrqqnkfa\WRROPONJD?;2,.,)--,,))))+*+,++++++,,--,,*(.0,+*,,+-,--...)2eo;7=00+,*&&! $%""$#…
1113 …�������������������ȴ�w��������e=fhf\i��p@?DDEDL`k\g������������������������eo�~���tZd������������…
1139 …���������������������������������������������������������������������������eo������������Ž��������…
1193 …,./...,//,.////-9?..,'/*#)0-+--COB?7493:MLT<84[���aQfgkwyvsw������yjY]_\[eo^TRLMRUQG:1/,% …
1274 …���ȶ�;���������ȹ�|����������������Ͳ���������������������������������VI����~eo���������������������…
1626 …����ч>~����������q^TRPMQVZ]_`_]\\[YXVSOG>65+%��ȸ���5b��������������~zy�����eo�}|~�����������������…
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...