Home
last modified time | relevance | path

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

12345678910

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/GenDepex/
DDepexParser.c144 IN UINT32 length, in LeftTrim()
180 IN UINT32 length, in ParseHexdigit()
219 IN UINT32 length, in ParseHex32()
268 IN UINT32 length, in ParseHex16()
317 IN UINT32 length, in ParseHex8()
366 IN UINT32 length, in ParseGuid()
461 IN UINT32 length, in ParseRightFactor()
546 IN UINT32 length, in ParseRightBool()
621 IN UINT32 length, in ParseFactor()
744 IN UINT32 length, in ParseTerm()
[all …]
/device/google/contexthub/util/stm32_flash/
Duart.c29 uint8_t uart_write_data(handle_t *handle, uint8_t *buffer, int length) in uart_write_data()
45 int length = 2 * sizeof(uint8_t); in uart_write_cmd() local
56 uint8_t uart_read_data(handle_t *handle, uint8_t *data, int length) in uart_read_data()
Di2c.c26 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length) in i2c_write_data()
48 uint8_t i2c_read_data(handle_t *handle, uint8_t *data, int length) in i2c_read_data()
Dflash.c42 static inline size_t pad(ssize_t length) in pad()
47 static inline size_t tot_len(ssize_t length) in tot_len()
86 ssize_t length = 0; in main() local
Dstm32_bl.c26 uint8_t checksum(__attribute__((unused)) handle_t *handle, uint8_t *bytes, int length) in checksum()
134 uint8_t read_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in read_memory()
169 uint8_t write_memory(handle_t *handle, uint32_t addr, uint32_t length, uint8_t *buffer) in write_memory()
Dspi.c24 uint8_t spi_write_data(handle_t *handle, uint8_t *buffer, int length) in spi_write_data()
66 uint8_t spi_read_data(handle_t *handle, uint8_t *data, int length) in spi_read_data()
/device/linaro/hikey/hifi/xaf/hifi-dpf/include/sys/xt-shmem/
Dxf-sys.h54 #define XF_PROXY_INVALIDATE(buf, length) \ argument
58 #define XF_PROXY_FLUSH(buf, length) \ argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/Pei/
DPeiDebug.h82 #define _PEI_DEBUG_SET_MEM(address, length, data) SetMem(address, length, data) argument
91 #define _PEI_DEBUG_SET_MEM(address, length, data) argument
97 #define PEI_DEBUG_SET_MEMORY(address,length) \ argument
100 #define PEI_DEBUG_SET_MEMORY(address,length) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
D_codecs_iso2022.c185 Py_ssize_t length = 1; in ENCODER() local
591 ksx1001_encoder(const ucs4_t *data, Py_ssize_t *length) in ksx1001_encoder()
629 jisx0208_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0208_encoder()
668 jisx0212_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0212_encoder()
768 jisx0213_encoder(const ucs4_t *data, Py_ssize_t *length, void *config) in jisx0213_encoder()
822 jisx0213_2000_1_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2000_1_encoder()
834 jisx0213_2000_1_encoder_paironly(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2000_1_encoder_paironly()
857 jisx0213_2000_2_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2000_2_encoder()
869 jisx0213_2004_1_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2004_1_encoder()
881 jisx0213_2004_1_encoder_paironly(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2004_1_encoder_paironly()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
D_codecs_iso2022.c185 Py_ssize_t length = 1; in ENCODER() local
591 ksx1001_encoder(const ucs4_t *data, Py_ssize_t *length) in ksx1001_encoder()
629 jisx0208_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0208_encoder()
668 jisx0212_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0212_encoder()
768 jisx0213_encoder(const ucs4_t *data, Py_ssize_t *length, void *config) in jisx0213_encoder()
822 jisx0213_2000_1_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2000_1_encoder()
834 jisx0213_2000_1_encoder_paironly(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2000_1_encoder_paironly()
857 jisx0213_2000_2_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2000_2_encoder()
869 jisx0213_2004_1_encoder(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2004_1_encoder()
881 jisx0213_2004_1_encoder_paironly(const ucs4_t *data, Py_ssize_t *length) in jisx0213_2004_1_encoder_paironly()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/lib/semihosting/
Dsemihosting.c28 size_t length; member
75 long semihosting_file_read(long file_handle, size_t *length, uintptr_t buffer) in semihosting_file_read()
100 size_t *length, in semihosting_file_write()
162 size_t length; in semihosting_get_flen() local
181 size_t length; in semihosting_download_file() local
/device/google/contexthub/util/nanotool/
Dnanopacket.cpp44 uint32_t Crc32(const uint8_t *buffer, int length) { in Crc32()
145 NanoPacket::ParseResult NanoPacket::Parse(uint8_t *buffer, size_t length, in Parse()
165 uint8_t length = buffer[i]; in Parse() local
/device/google/cuttlefish_common/common/libs/net/
Dnetlink_request.cpp37 void* NetlinkRequest::AppendRaw(const void* data, size_t length) { in AppendRaw()
49 void* NetlinkRequest::ReserveRaw(size_t length) { in ReserveRaw()
103 int length = request_.size(); in PushList() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dmorse.py129 def sine(dev, length, wave): argument
133 def pause(dev, length): argument
/device/linaro/bootloader/arm-trusted-firmware/drivers/io/
Dio_semihosting.c106 static int sh_file_len(io_entity_t *entity, size_t *length) in sh_file_len()
126 static int sh_file_read(io_entity_t *entity, uintptr_t buffer, size_t length, in sh_file_read()
153 size_t length, size_t *length_written) in sh_file_write()
Dio_memmap.c152 static int memmap_block_len(io_entity_t *entity, size_t *length) in memmap_block_len()
165 size_t length, size_t *length_read) in memmap_block_read()
193 size_t length, size_t *length_written) in memmap_block_write()
Dio_dummy.c105 static int dummy_block_len(io_entity_t *entity, size_t *length) in dummy_block_len()
118 size_t length, size_t *length_read) in dummy_block_read()
/device/google/contexthub/firmware/os/core/
Dtimer.c65 void timDelay(uint32_t length) in timDelay()
173 static uint32_t timTimerSetEx(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TaggedPtr inf… in timTimerSetEx()
211 uint32_t timTimerSet(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, TimTimerCbkF cbk, void… in timTimerSet()
216 uint32_t timTimerSetAsApp(uint64_t length, uint32_t jitterPpm, uint32_t driftPpm, uint32_t tid, voi… in timTimerSetAsApp()
221 uint32_t timTimerSetNew(uint64_t length, const void* data, bool oneShot) in timTimerSetNew()
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dsend.c46 size_t length, in send()
Drecv.c47 size_t length, in recv()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/
DEfiDebug.h97 #define _DEBUG_SET_MEM(address, length, data) EfiCommonLibSetMem(address, length, data) argument
120 #define _DEBUG_SET_MEM(address, length, data) argument
137 #define DEBUG_SET_MEMORY(address,length) \ argument
140 #define DEBUG_SET_MEMORY(address,length) argument
/device/google/fuchsia/bioniccompat/include/sys/compat/
Dmman.h26 inline int mincore(void *addr __UNUSED, size_t length, unsigned char *vec) { in mincore()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dzlibmodule.c136 int length, level=Z_DEFAULT_COMPRESSION, err; in PyZlib_compress() local
213 int length, err; in PyZlib_decompress() local
409 Py_ssize_t length = DEFAULTALLOC; in PyZlib_objcompress() local
479 Py_ssize_t old_length, length = DEFAULTALLOC; in PyZlib_objdecompress() local
600 int err, length = DEFAULTALLOC; in PyZlib_flush() local
790 int err, length = DEFAULTALLOC; in PyZlib_unflush() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dzlibmodule.c142 int length, level=Z_DEFAULT_COMPRESSION, err; in PyZlib_compress() local
219 int length, err; in PyZlib_decompress() local
415 Py_ssize_t length = DEFAULTALLOC; in PyZlib_objcompress() local
528 Py_ssize_t old_length, length = DEFAULTALLOC; in PyZlib_objdecompress() local
626 int err, length = DEFAULTALLOC; in PyZlib_flush() local
816 int err, length = DEFAULTALLOC; in PyZlib_unflush() local
/device/linaro/bootloader/arm-trusted-firmware/lib/psci/
Dpsci_mem_protect.c27 int psci_mem_chk_range(uintptr_t base, u_register_t length) in psci_mem_chk_range()

12345678910