/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/DeviceTree/ |
D | hikey960-pinctrl.dtsi | 13 #pinctrl-single,gpio-range-cells = <3>; 17 compatible = "pinctrl-single"; 21 pinctrl-single,register-width = <0x20>; 22 pinctrl-single,function-mask = <0x7>; 24 pinctrl-single,gpio-range = < 29 pinctrl-single,pins = < 38 pinctrl-single,pins = < 44 pinctrl-single,pins = < 50 pinctrl-single,pins = < 58 pinctrl-single,pins = < [all …]
|
D | hikey-pinctrl.dtsi | 21 pinctrl-single,pins = < 27 pinctrl-single,pins = < 42 pinctrl-single,pins = < 52 pinctrl-single,pins = < 63 pinctrl-single,pins = < 73 pinctrl-single,pins = < 84 pinctrl-single,pins = < 105 pinctrl-single,pins = < 111 pinctrl-single,pins = < 117 pinctrl-single,pins = < [all …]
|
D | hi6220.dtsi | 383 compatible = "pinctrl-single"; 389 pinctrl-single,register-width = <32>; 390 pinctrl-single,function-mask = <7>; 391 pinctrl-single,gpio-range = < 417 #pinctrl-single,gpio-range-cells = <3>; 422 compatible = "pinconf-single"; 427 pinctrl-single,register-width = <32>; 431 compatible = "pinconf-single"; 436 pinctrl-single,register-width = <32>;
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/ |
D | fix_set_literal.py | 28 single = results.get("single") 29 if single: 31 fake = pytree.Node(syms.listmaker, [single.clone()]) 32 single.replace(fake)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/ |
D | mkstringprep.py | 17 single = [] 31 single.append(i) 39 single.append(prev) 41 if not single: 44 return "set(%s)" % repr(single) 45 return "set(%s + %s)" % (repr(single),tuple)
|
/device/google/contexthub/firmware/lib/builtins/ |
D | fp_extend.h | 50 #error Source should be half, single, or double precision! 72 #error Destination should be single, double, or quad precision!
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
D | timesoftfloat.txt | 59 in a single invocation as explained in the section _Function_Sets_ later in 71 the other. Evaluation of a function can be limited to a single rounding 72 mode, a single tininess mode, and/or a single rounding precision with 110 in which rounding precision is equivalent to single precision. The other 141 sequence, multiple operations can also be tested with a single invocation.
|
D | softfloat-specialize | 117 The pattern for a default generated single-precision NaN. 124 Returns 1 if the single-precision floating-point value `a' is a NaN; 140 Returns 1 if the single-precision floating-point value `a' is a signaling 157 Returns the result of converting the single-precision floating-point NaN 176 Returns the result of converting the canonical NaN `a' to the single- 189 Takes two single-precision floating-point values `a' and `b', one of which
|
/device/google/contexthub/firmware/os/core/ |
D | hostIntf.c | 855 static void copySingleSamples(struct ActiveSensor *sensor, const struct SingleAxisDataEvent *single) in copySingleSamples() argument 860 uint8_t evtNumSamples = single->samples[0].firstSample.numSamples; in copySingleSamples() 868 sensor->lastTime = sensor->buffer.referenceTime = single->referenceTime; in copySingleSamples() 870 sensor->lastTime += single->samples[i].deltaTime; in copySingleSamples() 874 sensor->buffer.single[0].idata = single->samples[i].idata; in copySingleSamples() 885 if (sensor->lastTime > single->referenceTime) { in copySingleSamples() 889 } else if (single->referenceTime - sensor->lastTime >= delta_time_max) { in copySingleSamples() 893 deltaTime = encodeDeltaTime(single->referenceTime - sensor->lastTime); in copySingleSamples() 897 sensor->buffer.single[numSamples].deltaTime = deltaTime; in copySingleSamples() 898 sensor->buffer.single[numSamples].idata = single->samples[0].idata; in copySingleSamples() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/docs/ |
D | reset-design.rst | 59 Cold boot on a single CPU 68 If the platform guarantees that only a single CPU will ever be brought up then 72 |Reset code flow with single CPU released out of reset| 82 Programmable CPU reset address, Cold boot on a single CPU 86 a programmable CPU reset address and which release a single CPU out of reset. 90 |Reset code flow with programmable reset address and single CPU released out of reset| 165 .. |Reset code flow with single CPU released out of reset| image:: diagrams/reset_code_no_cpu_check… 166 .. |Reset code flow with programmable reset address and single CPU released out of reset| image:: d…
|
/device/linaro/bootloader/edk2/MdePkg/Library/PeiPciLibPciCfg2/ |
D | PeiPciLibPciCfg2.uni | 8 // with a single PCI segment. 24 …st PPI found, so this library instance should only be used on platforms with a single PCI segment."
|
/device/linaro/bootloader/edk2/MdePkg/Library/SmmPciLibPciRootBridgeIo/ |
D | SmmPciLibPciRootBridgeIo.uni | 8 // it should only be used on platforms that contain a single PCI root bridge. 24 … platform. As a result, it should only be used on platforms that contain a single PCI root bridge."
|
/device/linaro/bootloader/edk2/MdePkg/Library/UefiPciLibPciRootBridgeIo/ |
D | UefiPciLibPciRootBridgeIo.uni | 8 // it should only be used on platforms that contain a single PCI root bridge. 24 … platform. As a result, it should only be used on platforms that contain a single PCI root bridge."
|
/device/google/crosshatch/small_hals/ |
D | Android.bp | 1 // A binary for small, single-threaded HALs
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/ |
D | softfloat-specialize | 67 The pattern for a default generated single-precision NaN. 74 Returns 1 if the single-precision floating-point value `a' is a NaN; 87 Returns 1 if the single-precision floating-point value `a' is a signaling 100 Returns the result of converting the single-precision floating-point NaN 119 Returns the result of converting the canonical NaN `a' to the single- 132 Takes two single-precision floating-point values `a' and `b', one of which
|
/device/google/contexthub/firmware/os/inc/ |
D | hostIntf.h | 62 … struct SingleAxisDataPoint single[HOSTINTF_SENSOR_DATA_MAX / sizeof(struct SingleAxisDataPoint)]; member
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Stitch/ |
D | IFWIStitch.bat | 213 echo into a single Integrated Firmware Image (IFWI). 225 echo BIOS.ROM: A single BIOS ROM file to use for stitching 234 echo IFIWStitch.bat /B C:/MyRoms/testBIOS.rom : Stitch single ROM with defaults 235 echo IFIWStitch.bat /B ../testBIOS.rom /S test123 : Stitch single ROM and add custom suff… 236 echo IFIWStitch.bat /nM /nB /B testBIOS.rom /S test456 : Stitch single ROM, keep uCode from .r…
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Arm/ |
D | ArmV7Support.asm | 29 mcr p15, 0, r0, c7, c6, 1 ; invalidate single data cache line 33 mcr p15, 0, r0, c7, c10, 1 ; clean single data cache line 38 mcr p15, 0, r0, c7, c5, 1 ; invalidate single instruction cache line to PoU 44 mcr p15, 0, r0, c7, c11, 1 ; clean single data cache line to PoU 49 mcr p15, 0, r0, c7, c14, 1 ; clean and invalidate single data cache line
|
D | ArmV7Support.S | 28 mcr p15, 0, r0, c7, c6, 1 @invalidate single data cache line 32 mcr p15, 0, r0, c7, c10, 1 @clean single data cache line 37 mcr p15, 0, r0, c7, c11, 1 @clean single data cache line to PoU 41 mcr p15, 0, r0, c7, c5, 1 @Invalidate single instruction cache line to PoU 46 mcr p15, 0, r0, c7, c14, 1 @clean and invalidate single data cache line
|
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/ |
D | softfloat-specialize | 113 The pattern for a default generated single-precision NaN. 120 Returns 1 if the single-precision floating-point value `a' is a NaN; 136 Returns 1 if the single-precision floating-point value `a' is a signaling 153 Returns the result of converting the single-precision floating-point NaN 172 Returns the result of converting the canonical NaN `a' to the single- 185 Takes two single-precision floating-point values `a' and `b', one of which
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | regrtest.py | 229 exclude=False, single=False, randomize=False, fromfile=None, argument 288 single = True 363 if single and fromfile: 390 if single: 423 if verbose or header or not (quiet or single or tests or args): 434 if single: 646 if single:
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/KeyMapLibNull/ |
D | KeyMapLibNull.inf | 4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
|
/device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuLib/ |
D | DxeEmuLib.inf | 4 # This library contains a single global variable 'gEmuThunk' along with a constructor to
|
/device/google/cuttlefish/shared/sepolicy/ |
D | kernel.te | 2 # Normally, no processes should be in this domain because clumping multiple processes into a single
|
/device/linaro/bootloader/edk2/Nt32Pkg/Library/DxeWinNtLib/ |
D | DxeWinNtLib.inf | 4 # This library contains a single global variable 'gWinNt' along with a constructor to initialize th…
|