/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/include/drivers/ |
D | pmc.h | 28 static inline uint32_t tegra_pmc_read_32(uint32_t off) in tegra_pmc_read_32() 33 static inline void tegra_pmc_write_32(uint32_t off, uint32_t val) in tegra_pmc_write_32()
|
D | memctrl_v1.h | 46 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() 51 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32()
|
D | flowctrl.h | 42 static inline uint32_t tegra_fc_read_32(uint32_t off) in tegra_fc_read_32() 47 static inline void tegra_fc_write_32(uint32_t off, uint32_t val) in tegra_fc_write_32()
|
D | memctrl_v2.h | 188 #define mc_make_txn_override_cfg(off, val) \ argument 220 #define mc_make_sec_cfg(off, ns, ovrrd, access) \ argument 412 static inline uint32_t tegra_mc_read_32(uint32_t off) in tegra_mc_read_32() 417 static inline void tegra_mc_write_32(uint32_t off, uint32_t val) in tegra_mc_write_32() 422 static inline uint32_t tegra_mc_streamid_read_32(uint32_t off) in tegra_mc_streamid_read_32() 427 static inline void tegra_mc_streamid_write_32(uint32_t off, uint32_t val) in tegra_mc_streamid_write_32()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/nvidia/tegra/common/drivers/smmu/ |
D | smmu.c | 22 static uint32_t tegra_smmu_read_32(uint32_t smmu_id, uint32_t off) in tegra_smmu_read_32() 43 uint32_t off, uint32_t val) in tegra_smmu_write_32()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fgetstr.c | 102 size_t off; in __fgetstr() local
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
D | asm.h | 81 #define CPUVAR(off) %gs:CPU_INFO_ ## off argument 83 #define CPUVAR(off) %gs:CPU_INFO_/**/off argument
|
/device/google/marlin/vibrator/ |
D | Vibrator.cpp | 57 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_0::implementation::Vibrator
|
/device/google/cuttlefish_common/host/commands/launch/ |
D | boot_image_unpacker.cc | 42 auto off = source->LSeek(offset, SEEK_SET); in ExtractFile() local
|
/device/linaro/bootloader/edk2/StdLib/Include/Ia32/machine/ |
D | asm.h | 100 #define CPUVAR(off) %fs:__CONCAT(CPU_INFO_,off) argument 102 #define CPUVAR(off) _C_LABEL(cpu_info_primary)+__CONCAT(CPU_INFO_,off) argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/Ia32/ |
D | EfiCopyMemSSE2.c | 55 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem() local
|
D | EfiCopyMem.c | 57 ; First off, make sure we have no overlap. That is to say, in EfiCommonLibCopyMem() local
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/I2c/MvI2cDxe/ |
D | MvI2cDxe.c | 79 IN UINTN off) in I2C_READ() 89 IN UINTN off, in I2C_WRITE()
|
/device/google/bonito/vibrator/ |
D | Vibrator.cpp | 122 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_2::implementation::Vibrator
|
/device/google/wahoo/vibrator/ |
D | Vibrator.cpp | 130 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_2::implementation::Vibrator
|
/device/google/crosshatch/vibrator/ |
D | Vibrator.cpp | 126 Return<Status> Vibrator::off() { in off() function in android::hardware::vibrator::V1_2::implementation::Vibrator
|
/device/linaro/bootloader/edk2/ArmPkg/Include/Chipset/ |
D | AArch64.h | 129 #define VECTOR_ENTRY(tbl, off) \ argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | compile.c | 652 compiler_set_lineno(struct compiler *c, int off) in compiler_set_lineno() 905 int off; in compiler_addop() local 1024 int off; in compiler_addop_i() local 1040 int off; in compiler_addop_j() local
|
D | ast.c | 2876 int off = 5 + (n_elif - i - 1) * 4; in ast_for_if_stmt() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | compile.c | 675 compiler_set_lineno(struct compiler *c, int off) in compiler_set_lineno() 928 int off; in compiler_addop() local 1047 int off; in compiler_addop_i() local 1063 int off; in compiler_addop_j() local
|
D | ast.c | 2893 int off = 5 + (n_elif - i - 1) * 4; in ast_for_if_stmt() local
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Pp2Dxe/ |
D | Pp2Dxe.c | 133 #define QueueNext(off) ((((off) + 1) >= QUEUE_DEPTH) ? 0 : ((off) + 1)) argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | datetimemodule.c | 2881 int off, dst; in tzinfo_fromutc() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | datetimemodule.c | 2881 int off, dst; in tzinfo_fromutc() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | typeobject.c | 1424 Py_ssize_t i, n, off, to_merge_size; in set_mro_error() local
|