Home
last modified time | relevance | path

Searched refs:NS (Results 1 – 24 of 24) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_argparse.py65 class NS(object): class
267 ('', NS(x=None)),
268 ('-x a', NS(x='a')),
269 ('-xa', NS(x='a')),
270 ('-x -1', NS(x='-1')),
271 ('-x-1', NS(x='-1')),
286 ('', NS(x=False, yyy=None, z=None)),
287 ('-x', NS(x=True, yyy=None, z=None)),
288 ('-za', NS(x=False, yyy=None, z='a')),
289 ('-z a', NS(x=False, yyy=None, z='a')),
[all …]
Dtest_complex.py225 class NS(object): class
229 self.assertEqual(complex(NS(1+10j)), 1+10j)
231 self.assertRaises(TypeError, complex, NS(None))
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
Dxmltok_ns.c9 NS(XmlGetUtf8InternalEncoding)(void) in NS() function
15 NS(XmlGetUtf16InternalEncoding)(void) in NS() function
29 static const ENCODING * const NS(encodings)[] = {
40 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() function
43 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS()
48 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() function
51 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS()
56 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() function
63 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS()
64 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS()
[all …]
Dxmltok.c1619 #define NS(x) x macro
1624 #undef NS
1629 #define NS(x) x ## NS macro
1636 #undef NS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
Dxmltok_ns.c2 NS(XmlGetUtf8InternalEncoding)(void) in NS() function
8 NS(XmlGetUtf16InternalEncoding)(void) in NS() function
22 static const ENCODING * const NS(encodings)[] = {
33 NS(initScanProlog)(const ENCODING *enc, const char *ptr, const char *end, in NS() function
36 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS()
41 NS(initScanContent)(const ENCODING *enc, const char *ptr, const char *end, in NS() function
44 return initScan(NS(encodings), (const INIT_ENCODING *)enc, in NS()
49 NS(XmlInitEncoding)(INIT_ENCODING *p, const ENCODING **encPtr, in NS() function
56 p->initEnc.scanners[XML_PROLOG_STATE] = NS(initScanProlog); in NS()
57 p->initEnc.scanners[XML_CONTENT_STATE] = NS(initScanContent); in NS()
[all …]
Dxmltok.c1611 #define NS(x) x macro
1614 #undef NS
1619 #define NS(x) x ## NS macro
1624 #undef NS
/device/linaro/bootloader/edk2/ArmPkg/
DArmPkg.dec155 # - BIT0 : NS - Non Secure bit
165 # 0x31 = NS | EA | FW
195 # - BIT0 : NS - Non Secure bit
209 # 0x501 = NS | HCE | RW
214 # NS EL2 SP2 all interrupts disabled = 0x3c9
215 # NS EL1 SP1 all interrupts disabled = 0x3c5
/device/linaro/bootloader/arm-trusted-firmware/include/lib/xlat_tables/
Dxlat_tables_defs.h130 #define NS (U(0x1) << 3) macro
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols22 xns-idp 22 XNS-IDP # Xerox NS IDP
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables/
Dxlat_tables_common.c195 desc |= (attr & MT_NS) ? LOWER_ATTRS(NS) : 0; in mmap_desc()
/device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DDebugCommunicationLibUsb3Internal.h280 UINT32 NS:1; member
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
DXhciSched.h230 UINT32 NS:1; member
282 UINT32 NS:1; member
/device/linaro/bootloader/arm-trusted-firmware/docs/
Darm-sip-service.rst35 Exception Level (either EL2, or NS EL1 if EL2 isn't implemented) to request to
Dporting-guide.rst291 Firmware Update (FWU) certificate identifier, used by NS\_BL1U to load the
327 If the Non-Secure Firmware Updater ROM, NS\_BL1U is used, the following must
330 - **#define : NS\_BL1U\_BASE**
332 Defines the base address in non-secure ROM where NS\_BL1U executes.
336 - **#define : NS\_BL1U\_IMAGE\_ID**
338 NS\_BL1U image identifier, used by BL1 to fetch an image descriptor
339 corresponding to NS\_BL1U.
341 If the Non-Secure Firmware Updater, NS\_BL2U is used, the following must also
344 - **#define : NS\_BL2U\_BASE**
346 Defines the base address in non-secure memory where NS\_BL2U executes.
[all …]
Duser-guide.rst456 - ``NS_BL2U``: Path to NS\_BL2U image in the host file system. This image is
1037 - NS\_BL2U. The AP non-secure Firmware Updater image.
1059 Note: Building and installing the non-secure and SCP FWU images (NS\_BL1U,
1060 NS\_BL2U and SCP\_BL2U) is outside the scope of this document.
1214 that have to be loaded, the Non-Secure FWU ROM (NS-BL1U), and the
Dpsci-lib-integration-guide.rst161 for AArch32 and in EL3 for AArch64. The NS bit in SCR (in AArch32) or SCR\_EL3
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
DXhciSched.h234 UINT32 NS:1; member
286 UINT32 NS:1; member
/device/linaro/bootloader/arm-trusted-firmware/docs/plat/
Dnvidia-tegra.rst73 memory controller driver programs this base/size in order to restrict NS
/device/linaro/bootloader/arm-trusted-firmware/lib/xlat_tables_v2/
Dxlat_tables_internal.c140 desc |= (attr & MT_NS) ? LOWER_ATTRS(NS) : 0; in xlat_desc()
1081 tf_printf(LOWER_ATTRS(NS) & desc ? "-NS" : "-S"); in xlat_desc_print()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/VExpress/
DArmVExpress-FVP-AArch64.dsc122 ## Trustzone enable (to make the transition from EL3 to NS EL2 in ArmPlatformPkg/Sec)
/device/google/coral/audio/acdbdata/OEM/sm8150-iaxxx-coral-snd-card/
DworkspaceFile.qwsp1 …F9PAELIraZb6s04bwYUqaJRJuglimhmIgQoNL0y71WW/1OfGBZSA2EkBG1seUnvLfS+0SNwne4/NS+ywc/S/AcTnreYwNsssZe…
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey/Binary/
Dmcuimage.bin14 w NS����������������
24 w NS�����C����C���
/device/linaro/hikey/hifi/firmware/
Dhifi-hikey960.img70 …�Q��b���Q��qb�v�Q��Qb� R��1b��BR�Ub�iR���a���R���a��R�(�a�;�R���a��S�oa��(S�sNa��NS��-a�uS�
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/
Dxa_hikey.img68 …�Q��b���Q��qb�v�Q��Qb� R��1b��BR�Ub�iR���a���R���a��R�(�a�;�R���a��S�oa��(S�sNa��NS��-a�uS�