/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/board-hikey/ |
D | dsp_driver_ipc.h | 38 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18) 39 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2)) 41 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10) 42 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6)) 43 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04) 44 #define SYS_IPC_SEND(base, box) WORD_REF(base + ((box) << 6) + 0x1c) 45 #define SYS_IPC_IMASK(base, box) WORD_REF(base + ((box) << 6) + 0x14) 46 #define SYS_IPC_DCLR(base, box) WORD_REF(base + ((box) * 64) + 0x08)
|
D | xf-board.h | 56 #define SYS_IPC_ICLR(base, box) WORD_REF(base + ((box) << 6) + 0x18) argument 57 #define SYS_IPC_DATA(base, box, num) WORD_REF(base + ((box) << 6) + 0x20 + ((num) << 2)) argument 59 #define SYS_IPC_MODE(base, box) WORD_REF(base + ((box) << 6) + 0x10) argument 60 #define SYS_IPC_SOURCE(base, box) WORD_REF(base + ((box) << 6)) argument 61 #define SYS_IPC_DEST(base, box) WORD_REF(base + ((box) * 64) + 0x04) argument 62 #define SYS_IPC_SEND(base, box) WORD_REF(base + ((box) << 6) + 0x1c) argument 63 #define SYS_IPC_IMASK(base, box) WORD_REF(base + ((box) << 6) + 0x14) argument 64 #define SYS_IPC_DCLR(base, box) WORD_REF(base + ((box) * 64) + 0x08) argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | AVDVirglRenderer.cpp | 180 static int sync_linear_to_iovec(Resource* res, uint64_t offset, const virgl_box* box) { in sync_linear_to_iovec() argument 194 if (box->x > res->args.width || box->y > res->args.height) in sync_linear_to_iovec() 196 if (box->w == 0U || box->h == 0U) in sync_linear_to_iovec() 198 uint32_t w = std::min(box->w, res->args.width - box->x); in sync_linear_to_iovec() 199 uint32_t h = std::min(box->h, res->args.height - box->y); in sync_linear_to_iovec() 201 offset += box->y * stride + box->x * bpp; in sync_linear_to_iovec() 224 static int sync_iovec_to_linear(Resource* res, uint64_t offset, const virgl_box* box) { in sync_iovec_to_linear() argument 238 if (box->x > res->args.width || box->y > res->args.height) in sync_iovec_to_linear() 240 if (box->w == 0U || box->h == 0U) in sync_iovec_to_linear() 242 uint32_t w = std::min(box->w, res->args.width - box->x); in sync_iovec_to_linear() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | curses_tests.py | 27 box = textpad.Textbox(win, insert_mode) 28 contents = box.edit()
|
D | test_mailbox.py | 433 box = mailbox.Mailbox('path') 434 self.assertRaises(NotImplementedError, lambda: box.add('')) 435 self.assertRaises(NotImplementedError, lambda: box.remove('')) 436 self.assertRaises(NotImplementedError, lambda: box.__delitem__('')) 437 self.assertRaises(NotImplementedError, lambda: box.discard('')) 438 self.assertRaises(NotImplementedError, lambda: box.__setitem__('', '')) 439 self.assertRaises(NotImplementedError, lambda: box.iterkeys()) 440 self.assertRaises(NotImplementedError, lambda: box.keys()) 441 self.assertRaises(NotImplementedError, lambda: box.itervalues().next()) 442 self.assertRaises(NotImplementedError, lambda: box.__iter__().next()) [all …]
|
D | test_old_mailbox.py | 140 box = mailbox.UnixMailbox(f) 141 self.assertTrue(len(list(iter(box))) == 4)
|
D | test_curses.py | 44 for meth in [stdscr.box, stdscr.clear, stdscr.clrtobot,
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | redemo.py | 86 box = Checkbutton(frame, 90 box.pack(side=LEFT) 91 self.boxes.append(box)
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/PlatformDriOverrideDxe/ |
D | VfrStrings.uni | 38 …eed to add as previous controller's override driver in the following check box, and go on to order… 39 …eed to add as previous controller's override driver in the following check box, and go on to order…
|
/device/generic/opengl-transport/host/linux_uapi/linux/ |
D | virtio_gpu.h | 145 struct virtio_gpu_box box; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DriverSampleDxe/ |
D | VfrStrings.uni | 83 #string STR_CHECK_BOX_PROMPT #language en-US "Activate this check box" 87 #string STR_CHECK_DYNAMIC_PROMPT #language en-US "Activate Dynamic check box" 88 #language fr-FR "Activate Dynamico check box"
|
/device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
D | GenCfgOptUserManual.md | 209 **TYPE** appears on the same line as the **NAME** command when using a combo-box.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | dictnotes.txt | 63 Data Layout (assuming a 32-bit box with 64 bytes per cache line)
|
D | listsort.txt | 184 bytes each on this box) needed by each test, again with arguments
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | dictnotes.txt | 63 Data Layout (assuming a 32-bit box with 64 bytes per cache line)
|
D | listsort.txt | 181 bytes each on this box) needed by each test, again with arguments
|
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/ |
D | services | 566 vboxd 20012/tcp # voice box system
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/ |
D | README | 383 box". 413 SCO: The following apply to SCO 3 only; Python builds out of the box
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | README | 390 box". 420 SCO: The following apply to SCO 3 only; Python builds out of the box
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/ |
D | Readme.md | 308 * TERATERM.INI - Set font type to Terminal to support box drawing glyphs.
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/ |
D | CHANGES_FROM_133.txt | 564 Select the C++ tab in the right pane of the dialog box 675 The parser black box (PBlackBox.h) was completely rewritten
|