/device/linaro/bootloader/edk2/OvmfPkg/QemuVideoDxe/ |
D | VbeShim.sh | 29 rm -f -- "$STEM".bin "$STEM".disasm "$STEM".offsets "$STEM".insns \ 51 | sed -e 's,^, /* ,' >"$STEM".offsets 81 paste -d ' ' -- "$STEM".offsets "$STEM".insns "$STEM".bytes
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/i18n/ |
D | msgfmt.py | 62 offsets = [] 67 offsets.append((len(ids), len(id), len(strs), len(MESSAGES[id]))) 81 for o1, l1, o2, l2 in offsets: 84 offsets = koffsets + voffsets 92 output += array.array("i", offsets).tostring()
|
/device/google/cuttlefish_common/common/vsoc/lib/ |
D | region_view.cpp | 98 std::atomic<uint32_t>* offsets = in ProcessSignalsFromPeer() local 102 uint32_t raw_offset = offsets[i].exchange(0); in ProcessSignalsFromPeer() 134 std::atomic<uint32_t>* offsets = in SendSignalToPeer() local 151 if (offsets[hash].compare_exchange_strong(expected, offset)) { in SendSignalToPeer() 173 if (offsets[hash].compare_exchange_strong(expected, offset)) { in SendSignalToPeer()
|
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/ |
D | ams_tmd4903.c | 267 int32_t offsets[4]; member 445 static void sendCalibrationResultProx(uint8_t status, int16_t *offsets) { in sendCalibrationResultProx() argument 462 data->offsets[i] = offsets[i]; in sendCalibrationResultProx() 633 int32_t *offsets = (int32_t *) data; in sensorCfgDataProx() local 636 (int)offsets[0], (int)offsets[1], (int)offsets[2], (int)offsets[3]); in sensorCfgDataProx() 641 *((int16_t*)&xfer->txrxBuf[1]) = offsets[0]; in sensorCfgDataProx() 642 *((int16_t*)&xfer->txrxBuf[3]) = offsets[1]; in sensorCfgDataProx() 643 *((int16_t*)&xfer->txrxBuf[5]) = offsets[2]; in sensorCfgDataProx() 644 *((int16_t*)&xfer->txrxBuf[7]) = offsets[3]; in sensorCfgDataProx()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_mmap.py | 395 offsets = [-100, -1, 0, 1, 100] 396 for source, dest, size in itertools.product(offsets, offsets, offsets): 402 offsets = [(-1, -1, -1), (-1, -1, 0), (-1, 0, -1), (0, -1, -1), 404 for source, dest, size in offsets:
|
D | test_generators.py | 1291 offsets = [( 1, 2), ( 2, 1), ( 2, -1), ( 1, -2), 1296 s = [c2i(i+io, j+jo) for io, jo in offsets
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | PatchFvUserManual.md | 62 both offsets and values. Also, this argument handles expressions for both 63 offsets and values using these operators:
|
D | GenCfgOptUserManual.md | 31 The **UPDTXT** option creates a text file with all the UPD entries, offsets, 34 you to specify offsets and sizes for each entry, opening up the possibility of
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | lnotab_notes.txt | 4 disguised as a Python string. It is used to map bytecode offsets to source code 28 (a) there's a deep assumption that byte code offsets and their corresponding
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | lnotab_notes.txt | 4 disguised as a Python string. It is used to map bytecode offsets to source code 28 (a) there's a deep assumption that byte code offsets and their corresponding
|
/device/google/crosshatch/sdm845/original-kernel-headers/media/ |
D | cam_defs.h | 294 uint32_t offsets[CAM_PACKET_MAX_PLANES]; member
|
/device/google/bonito/sdm710/kernel-headers/media/ |
D | cam_defs.h | 182 uint32_t offsets[CAM_PACKET_MAX_PLANES]; member
|
/device/google/bonito/sdm710/original-kernel-headers/media/ |
D | cam_defs.h | 294 uint32_t offsets[CAM_PACKET_MAX_PLANES]; member
|
/device/google/crosshatch/sdm845/kernel-headers/media/ |
D | cam_defs.h | 182 uint32_t offsets[CAM_PACKET_MAX_PLANES]; member
|
/device/linaro/bootloader/edk2/ArmPkg/ |
D | ArmPkg.dec | 141 # offsets. 269 # Bases, sizes and translation offsets of IO and MMIO spaces, respectively. 289 # 64-bit, and (b) the translation values are meant as offsets for *modular*
|
/device/linaro/bootloader/edk2/DuetPkg/BootSector/ |
D | efi32.S | 50 # Populate IDT with meaningful offsets for exception handlers...
|
D | efi32.asm | 52 ; Populate IDT with meaningful offsets for exception handlers...
|
D | efi64.S | 61 # Populate IDT with meaningful offsets for exception handlers...
|
D | efi64.asm | 59 ; Populate IDT with meaningful offsets for exception handlers...
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | Theory.txt | 107 offsets). 338 to use numeric UTC offsets like `-0500' instead of time zone
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 346 from relative offsets to absolute addresses, so such data becomes more
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/DOC/ |
D | lzma-sdk.txt | 346 from relative offsets to absolute addresses, so such data becomes more
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/DOC/ |
D | lzma-sdk.txt | 346 from relative offsets to absolute addresses, so such data becomes more
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | mailbox.py | 711 offsets = self._install_message(message) 718 return offsets
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
D | QuarkMin.fdf | 30 # Flash offsets are 0 based, but are relative to FD.Quark BaseAddress, e.g. Payload Base is at 0x40…
|