Home
last modified time | relevance | path

Searched defs:spec (Results 1 – 25 of 25) sorted by relevance

/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/poplar/
Dplat_storage.c79 static int open_mmap(const uintptr_t spec) in open_mmap()
94 static int open_fip(const uintptr_t spec) in open_fip()
/device/linaro/bootloader/arm-trusted-firmware/plat/qemu/
Dqemu_io_storage.c265 static int open_fip(const uintptr_t spec) in open_fip()
282 static int open_memmap(const uintptr_t spec) in open_memmap()
298 static int open_semihosting(const uintptr_t spec) in open_semihosting()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey/
Dhikey_io_storage.c139 static int check_emmc(const uintptr_t spec) in check_emmc()
153 static int check_fip(const uintptr_t spec) in check_fip()
/device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/
Dhikey960_io_storage.c136 static int check_ufs(const uintptr_t spec) in check_ufs()
150 static int check_fip(const uintptr_t spec) in check_fip()
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/common/
Darm_io_storage.c210 static int open_fip(const uintptr_t spec) in open_fip()
228 static int open_memmap(const uintptr_t spec) in open_memmap()
/device/google/contexthub/util/nanotool/
Dcontexthub.cpp170 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in CalibrateSensors()
181 bool success = ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in TestSensors()
188 bool ContextHub::EnableSensor(const SensorSpec& spec) { in EnableSensor()
217 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in EnableSensors()
244 return ForEachSensor(sensors, [this](const SensorSpec &spec) -> bool { in DisableSensors()
Dnanotool.cpp213 static bool ParseRate(const std::string& param, SensorSpec& spec) { in ParseRate()
243 SensorSpec spec; in ParseSensorArg() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_str.py167 def __format__(self, spec): argument
173 def __format__(self, spec): argument
378 def __format__(self, spec): argument
Dtest_unicode.py1130 def __format__(self, spec): argument
1136 def __format__(self, spec): argument
1353 def __format__(self, spec): argument
Dtest_descr.py1700 def format_impl(self, spec): argument
/device/linaro/bootloader/arm-trusted-firmware/plat/arm/board/fvp/
Dfvp_io_storage.c91 static int open_semihosting(const uintptr_t spec) in open_semihosting()
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_dummy.c81 static int dummy_block_open(io_dev_info_t *dev_info, const uintptr_t spec, in dummy_block_open()
Dio_semihosting.c71 const uintptr_t spec, io_entity_t *entity) in sh_file_open()
Dio_memmap.c98 static int memmap_block_open(io_dev_info_t *dev_info, const uintptr_t spec, in memmap_block_open()
Dio_fip.c177 static int fip_file_open(io_dev_info_t *dev_info, const uintptr_t spec, in fip_file_open()
Dio_block.c123 static int block_open(io_dev_info_t *dev_info, const uintptr_t spec, in block_open()
Dio_storage.c216 int io_open(uintptr_t dev_handle, const uintptr_t spec, uintptr_t *handle) in io_open()
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h42 #define XF_PORT_CORE(spec) ((spec) & 0x3) argument
43 #define XF_PORT_CLIENT(spec) (((spec) >> 2) & 0x3F) argument
44 #define XF_PORT_ID(spec) (((spec) >> 8) & 0xF) argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h49 #define XF_PORT_CORE(spec) ((spec) & 0x3) argument
50 #define XF_PORT_CLIENT(spec) (((spec) >> 2) & 0x3F) argument
51 #define XF_PORT_ID(spec) (((spec) >> 8) & 0xF) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/stringlib/
Dformatter.h438 calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix, in calc_number_widths()
556 fill_number(STRINGLIB_CHAR *buf, const NumberFieldWidths *spec, in fill_number()
755 NumberFieldWidths spec; in format_int_or_long_internal() local
938 NumberFieldWidths spec; in format_float_internal() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/stringlib/
Dformatter.h438 calc_number_widths(NumberFieldWidths *spec, Py_ssize_t n_prefix, in calc_number_widths()
556 fill_number(STRINGLIB_CHAR *buf, const NumberFieldWidths *spec, in fill_number()
754 NumberFieldWidths spec; in format_int_or_long_internal() local
936 NumberFieldWidths spec; in format_float_internal() local
/device/google/cuttlefish_common/host/commands/virtual_usb_manager/vadb/
Dvirtual_adb_client.cpp131 struct itimerspec spec {}; in SendHeartbeat() struct
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/bgen/bgen/
Dscantools.py384 def setoutput(self, spec, defs = None): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddecimal.py5991 def _format_align(sign, body, spec): argument
6047 def _insert_thousands_sep(digits, spec, min_width=1): argument
6084 def _format_sign(is_negative, spec): argument
6094 def _format_number(is_negative, intpart, fracpart, exp, spec): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c885 char spec = form[l - 1]; in addlenmod() local