Home
last modified time | relevance | path

Searched refs:aa (Results 1 – 25 of 26) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
Dmsg_30.txt8 To: aa@bb.org
17 To: aa@bb.org
Dmsg_28.txt9 To: aa@bb.org
19 To: aa@bb.org
/device/google/contexthub/util/nanoapp_sign/
Dtest_exponent1 00:a4:ee:64:67:57:d9:07:c4:34:aa:93:8a:63:7f:
15 a0:0f:aa:b8:f2:f8:be:09:13:dc:e4:18:24:0b:dc:
/device/linaro/bootloader/edk2/StdLib/Include/arpa/
Dnameser_compat.h105 unsigned aa: 1; /*%< authoritive answer */ member
119 unsigned aa :1; /*%< authoritive answer */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/pgen2/
Dpgen.py255 aa = NFAState()
257 aa.addarc(a)
262 aa.addarc(a)
264 return aa, zz
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDmaLib/
DArmDmaLib.inf17 FILE_GUID = F1BD6B36-B705-43aa-8A28-33F58ED85EFB
/device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpressFastBootDxe/
DArmVExpressFastBootDxe.inf18 FILE_GUID = 4004e454-89a0-11e3-89aa-97ef9d942abc
/device/linaro/bootloader/edk2/MdePkg/Library/UefiRuntimeLib/
DUefiRuntimeLib.inf24 FILE_GUID = b1ee6c28-54aa-4d17-b705-3e28ccb27b2e
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dlongobject.h124 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dlongobject.h123 PyAPI_FUNC(PyObject *) _PyLong_Format(PyObject *aa, int base, int addL, int newstyle);
/device/google/contexthub/firmware/os/algos/
Dfusion.c564 struct Vec3 aa; in fusionHandleAcc() local
565 mat33Apply(&aa, &R, &fusion->Ba); in fusionHandleAcc()
566 float cos_err = vec3Dot(&aa, &unityA); in fusionHandleAcc()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetnetbydns.c154 if (hp->aa) in getnetanswer()
/device/linaro/bootloader/edk2/NetworkPkg/Application/IfConfig6/
DIfConfig6Strings.uni61 … " IfConfig6 -s eth0 man id ff:dd:aa:88:66:cc\n"
/device/linaro/bootloader/edk2/DuetPkg/
DDuetPkgIa32.dsc26 PLATFORM_GUID = 199E24E0-0989-42aa-87F2-611A8C397E72
DDuetPkgX64.dsc26 PLATFORM_GUID = 199E24E0-0989-42aa-87F2-611A8C397E72
/device/linaro/bootloader/edk2/UefiCpuPkg/
DUefiCpuPkg.dec20 PACKAGE_GUID = 2171df9b-0d39-45aa-ac37-2de190010d23
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dlongobject.c1335 long_to_decimal_string(PyObject *aa, int addL) in long_to_decimal_string() argument
1344 a = (PyLongObject *)aa; in long_to_decimal_string()
1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format() argument
1455 register PyLongObject *a = (PyLongObject *)aa; in _PyLong_Format()
Dtypeobject.c6199 slotdef_cmp(const void *aa, const void *bb) argument
6201 const slotdef *a = (const slotdef *)aa, *b = (const slotdef *)bb;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Objects/
Dlongobject.c1335 long_to_decimal_string(PyObject *aa, int addL) in long_to_decimal_string() argument
1344 a = (PyLongObject *)aa; in long_to_decimal_string()
1453 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format() argument
1455 register PyLongObject *a = (PyLongObject *)aa; in _PyLong_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Objects/
Dlongobject.c1349 long_to_decimal_string(PyObject *aa, int addL) in long_to_decimal_string() argument
1358 a = (PyLongObject *)aa; in long_to_decimal_string()
1467 _PyLong_Format(PyObject *aa, int base, int addL, int newstyle) in _PyLong_Format() argument
1469 register PyLongObject *a = (PyLongObject *)aa; in _PyLong_Format()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/
DCHANGES_SUMMARY.txt871 This feature is enabled using the "-aa" (Ambiguity Aid) option.
875 -aa ruleName Selects reporting by name of rule
876 -aa lineNumber Selects reporting by line number
DCHANGES_FROM_133_before_mr13.txt1139 This feature is enabled using the "-aa" (Ambiguity Aid) option.
1143 -aa ruleName Selects reporting by name of rule
1144 -aa lineNumber Selects reporting by line number
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/
DCHANGES_SUMMARY.txt871 This feature is enabled using the "-aa" (Ambiguity Aid) option.
875 -aa ruleName Selects reporting by name of rule
876 -aa lineNumber Selects reporting by line number
DCHANGES_FROM_133_BEFORE_MR13.txt1139 This feature is enabled using the "-aa" (Ambiguity Aid) option.
1143 -aa ruleName Selects reporting by name of rule
1144 -aa lineNumber Selects reporting by line number
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
DUefiShellDebug1CommandsLib.uni701 " MEM 0x0000000001B0728A : 0x7061 > 55aa\r\n"

12