/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | mem.c | 30 unsigned char dc; in memcmp() local 34 dc = *d++; in memcmp() 35 if (sc - dc) in memcmp() 36 return (sc - dc); in memcmp()
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/XenRealTimeClockLib/ |
D | XenRealTimeClockLib.c | 41 UINTN dc; in EpochToEfiTime() local 53 dc = dg - (c * 36524); in EpochToEfiTime() 54 b = dc / 1461; in EpochToEfiTime() 55 db = dc % 1461; in EpochToEfiTime()
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch64/ |
D | arch_helpers.h | 142 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, isw) 143 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, cisw) 144 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, csw) 145 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, cvac) 146 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, ivac) 147 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, civac) 148 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, cvau) 149 DEFINE_SYSOP_TYPE_PARAM_FUNC(dc, zva)
|
/device/linaro/bootloader/OpenPlatformPkg/Library/EfiTimeBaseLib/ |
D | EfiTimeBaseLib.c | 107 UINTN dc; in EpochToEfiTime() local 119 dc = dg - (c * 36524); in EpochToEfiTime() 120 b = dc / 1461; in EpochToEfiTime() 121 db = dc % 1461; in EpochToEfiTime()
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_exponent | 13 eb:d5:6e:8f:5e:99:0c:2e:86:eb:dc:10:f5:9d:f9: 15 a0:0f:aa:b8:f2:f8:be:09:13:dc:e4:18:24:0b:dc:
|
D | test_modulus | 12 fe:3c:f0:4b:ed:12:f7:dc:6b:94:a9:f0:84:4f:95:
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/AArch64/ |
D | AArch64Support.S | 28 dc ivac, x0 // Invalidate single data cache line 33 dc cvac, x0 // Clean single data cache line 38 dc cvau, x0 // Clean single data cache line to PoU 47 dc civac, x0 // Clean and invalidate single data cache line 52 dc isw, x0 // Invalidate this line 57 dc cisw, x0 // Clean and Invalidate this line 62 dc csw, x0 // Clean this line
|
D | ArmLibSupport.S | 127 dc civac, x0 // Clean and invalidate data line
|
/device/google/crosshatch/ |
D | init.hardware.wlc.rc.userdebug | 18 write /sys/class/power_supply/dc/current_max 75000 21 write /sys/class/power_supply/dc/current_max 1100000
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmMmuLib/AArch64/ |
D | ArmMmuLibReplaceEntry.S | 33 dc ivac, x0 62 dc civac, x0
|
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/ |
D | glob.c | 727 Char *dc; in glob3() local 756 for (sc = (u_char *) dp->FileName, dc = pathend; in glob3() 757 dc <= pathlim && (*dc++ = *sc++) != EOS;) in glob3() 763 if (dc > pathlim && *pathlim != EOS) { in glob3() 783 error = glob2(pathbuf, --dc, pathlim, restpattern, pglob, in glob3() 1009 char *dc; in g_Ctoc() local 1017 for (dc = buf; len && (*dc++ = *str++) != EOS; len--) in g_Ctoc()
|
/device/linaro/bootloader/edk2/MdePkg/Library/BaseMemoryLibOptDxe/AArch64/ |
D | SetMem.S | 188 1: dc zva, dst 211 1: dc zva, dst 242 3: dc zva, dst
|
/device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL031RealTimeClockLib/ |
D | PL031RealTimeClockLib.c | 131 UINTN dc; in EpochToEfiTime() local 143 dc = dg - (c * 36524); in EpochToEfiTime() 144 b = dc / 1461; in EpochToEfiTime() 145 db = dc % 1461; in EpochToEfiTime()
|
/device/linaro/bootloader/arm-trusted-firmware/lib/aarch64/ |
D | cache_helpers.S | 30 dc \op, x0 124 dc \_op, x11
|
D | misc_helpers.S | 341 dc zva, cursor
|
/device/linaro/bootloader/edk2/MdePkg/Library/BasePerformanceLibNull/ |
D | BasePerformanceLibNull.inf | 20 FILE_GUID = FC120ED3-40E1-46dc-8C9C-AAE3CA139ACF
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiDxePostCodeLibReportStatusCode/ |
D | PeiDxePostCodeLibReportStatusCode.inf | 22 FILE_GUID = e062c52d-78dc-4cc5-b246-b13497a8123c
|
/device/linaro/bootloader/edk2/ArmVirtPkg/Library/BaseCachingPciExpressLib/ |
D | BaseCachingPciExpressLib.inf | 22 FILE_GUID = 3f3ffd80-04dc-4a2b-9d25-ecca55c2e520
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_decimal.py | 1255 dc = Decimal('45') 1258 self.assertGreater(dc, da) 1259 self.assertGreaterEqual(dc, da) 1260 self.assertLess(da, dc) 1261 self.assertLessEqual(da, dc) 1263 self.assertNotEqual(da, dc) 1266 self.assertEqual(cmp(dc,da), 1) 1267 self.assertEqual(cmp(da,dc), -1) 1271 self.assertGreater(dc, 23) 1272 self.assertLess(23, dc) [all …]
|
/device/linaro/bootloader/edk2/SecurityPkg/Library/HashLibBaseCryptoRouter/ |
D | HashLibBaseCryptoRouterDxe.inf | 22 FILE_GUID = 158DC712-F15A-44dc-93BB-1675045BE066
|
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi1616/D05AcpiTables/ |
D | D05Iort.asl | 100 //dc 589 [0004] Output Reference : 000000dc 618 [0004] Output Reference : 000000dc
|
/device/linaro/bootloader/arm-trusted-firmware/include/lib/aarch32/ |
D | arch_helpers.h | 162 static inline void dc##_op(u_register_t v) \
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 3762 dc = DefaultContext 3766 self.prec = prec if prec is not None else dc.prec 3767 self.rounding = rounding if rounding is not None else dc.rounding 3768 self.Emin = Emin if Emin is not None else dc.Emin 3769 self.Emax = Emax if Emax is not None else dc.Emax 3770 self.capitals = capitals if capitals is not None else dc.capitals 3771 self._clamp = _clamp if _clamp is not None else dc._clamp 3779 self.traps = dc.traps.copy()
|
/device/linaro/hikey/hifi/xaf/hifi-dpf/build_hikey/ |
D | xa_hikey.img | 416 …�6AAs�� "$�G��� Rd�l�� �d�� 2d�� 2d�� Rd�� ����� �|c�dc�xc�…
|
/device/linaro/hikey/hifi/firmware/ |
D | hifi-hikey960.img | 411 …�6AAo�� "$�G��� Rd�l�� �d�� 2d�� 2d�� Rd������� �|c�dc�xc�…
|