Home
last modified time | relevance | path

Searched refs:A2 (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/OemMiscLib2P/
DOemMiscLib2PHi1610.inf19 FILE_GUID = B9CE7465-21A2-4ecd-B347-BBDDBD098CEE
/device/linaro/bootloader/edk2/EmulatorPkg/Library/SmbiosLib/
DSmbiosLib.inf20 FILE_GUID = 881863A2-09FD-3E44-8D62-7AE038D03747
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D05/Library/OemMiscLibD05/
DOemMiscLibD05.inf19 FILE_GUID = B9CE7465-21A2-4ecd-B347-BBDDBD098CEE
/device/linaro/bootloader/edk2/MdePkg/Library/PeiServicesTablePointerLibIdt/
DPeiServicesTablePointerLibIdt.inf23 FILE_GUID = DED3F743-CE2C-4ba6-92A2-FFCE2A6D72D9
/device/linaro/bootloader/edk2/CryptoPkg/CryptRuntimeDxe/
DCryptRuntimeDxe.inf19 FILE_GUID = 858031F3-96A2-406E-ABCC-ED264A3A31D6
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/ReadOnlyVariable2OnReadOnlyVariableThunk/
DReadOnlyVariable2OnReadOnlyVariableThunk.inf30 FILE_GUID = 950216A2-A621-479c-A13D-2990617BDFE7
/device/linaro/bootloader/edk2/StdLib/Include/
Dmath.h315 double fmod(double A1, double A2);
/device/google/crosshatch/nfc/
Dlibnfc-nxp.crosshatch.conf120 CC, 01, 15, 4B, D4, 01, 16, 4E, D7, 01, 17, 45, A2, 01, 18, 46, A6, 01, 19,
Dlibnfc-nxp.blueline.conf120 CC, 01, 15, 4B, D4, 01, 16, 4E, D7, 01, 17, 45, A2, 01, 18, 46, A6, 01, 19,
/device/google/bonito/nfc/
Dlibnfc-nxp.sargo.conf134 CC, 01, 15, 4B, D4, 01, 16, 4E, D7, 01, 17, 45, A2, 01, 18, 46, A6, 01, 19,
Dlibnfc-nxp.bonito.conf134 CC, 01, 15, 4B, D4, 01, 16, 4E, D7, 01, 17, 45, A2, 01, 18, 46, A6, 01, 19,
/device/linaro/bootloader/edk2/OvmfPkg/VirtioNetDxe/
DTechNotes.txt228 =A2 =D3 =A3 =A4 =D5 =A5 =A6 =D7 =A7
231 A2 A3 A4 A5 A6 A7
248 (guest-physical) addresses of these sub-slices are denoted with A2, A3, A4 and
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Durllib2.py1008 A2 = "%s:%s" % (req.get_method(),
1020 noncebit = "%s:%s:%s:%s:%s" % (nonce, ncvalue, cnonce, qop, H(A2))
1023 respdig = KD(H(A1), "%s:%s" % (nonce, H(A2)))
/device/google/contexthub/firmware/os/cpu/cortexm4/inc/cpu/cmsis/
Darm_math.h1819 q15_t A2; member
1836 q31_t A2; /**< The derived gain, A2 = Kd . */ member
1851 float32_t A2; /**< The derived gain, A2 = Kd . */ member
5096 (S->A1 * S->state[0]) + (S->A2 * S->state[1]) + (S->state[2]); in arm_pid_f32()
5137 acc += (q63_t) S->A2 * S->state[1]; in arm_pid_q31()
5196 acc += (q31_t) S->A2 * S->state[1]; in arm_pid_q15()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_descr.py1355 class A2(object): class
1358 class B(A1, A2):