Searched refs:length (Results 51 - 75 of 498) sorted by relevance

1234567891011>>

/hardware/intel/bootstub/
H A Dsfi.h33 u32 length; member in struct:sfi_table_header
48 ((ptable->header.length - SFI_TBL_HEADER_LEN) / \
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
H A Ddiff.py20 def __init__(self, filename, offset, length):
23 self.length = length
32 assert l+1 <= self.length
35 return len(self.lines) == self.length
38 return item >= self.offset and item <= self.offset + self.length - 1
73 max(self.left.length, self.right.length))
/hardware/intel/common/wrs_omxil_core/utils/src/
H A Dqueue.c27 queue->length = 0;
60 queue->length++;
75 queue->length++;
90 queue->length++;
107 queue->length++;
120 queue->length--;
149 queue->length--;
205 return queue->length;
/hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c103 MPL_LOGE("bytes written (%d) don't match requested length (%d)\n",
133 * the length of the calibration
172 * the length of the calibration
211 len is the total record length including header and checksum */
239 * @param length
244 inv_error_t inv_store_cal(unsigned char *calData, size_t length) argument
314 size_t length; local
316 result = inv_get_mpl_state_size(&length);
317 calData = (unsigned char *)inv_malloc(length);
320 "aborting\n", length);
[all...]
H A Dml_stored_data.h48 inv_error_t inv_store_cal(unsigned char *calData, size_t length);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c103 MPL_LOGE("bytes written (%d) don't match requested length (%d)\n",
133 * the length of the calibration
172 * the length of the calibration
211 len is the total record length including header and checksum */
239 * @param length
244 inv_error_t inv_store_cal(unsigned char *calData, size_t length) argument
314 size_t length; local
316 result = inv_get_mpl_state_size(&length);
317 calData = (unsigned char *)inv_malloc(length);
320 "aborting\n", length);
[all...]
H A Dml_stored_data.h48 inv_error_t inv_store_cal(unsigned char *calData, size_t length);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Drb_wrapper.cpp88 wifi_error ring_buffer_write(struct rb_info *rb_info, u8 *buf, size_t length, argument
93 status = rb_write(rb_info->rb_ctx, buf, length, 0, record_length);
97 status = rb_write(rb_info->rb_ctx, buf, length, 0, record_length);
99 ALOGE("Failed to rewrite %zu bytes to rb %s with error %d", length,
104 ALOGE("Failed to write %zu bytes to rb %s with error %d", length,
121 size_t length = 0; local
124 buf = rb_get_read_buf(rb_info->rb_ctx, &length);
134 length, &rbs);
H A Dring_buffer.h56 /* Writes writes length of bytes from buf to ring buffer */
57 enum rb_status rb_write(void *ctx, u8 *buf, size_t length, int overwrite,
61 * and returns actual length of bytes read from ring buffer
70 u8 *rb_get_read_buf(void *ctx, size_t *length);
H A Dwifilogger_diag.h101 u32 length; member in struct:__anon4779
117 unsigned short length; member in struct:sAniHdr
143 u16 length; member in struct:host_event_hdr_s
149 u16 length; member in struct:fw_event_hdr_s
/hardware/ti/omap4-aah/ion/
H A Dion.c108 int ion_map(int fd, struct ion_handle *handle, size_t length, int prot, argument
122 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
169 int ion_map_cacheable(int fd, struct ion_handle *handle, size_t length, int prot, argument
184 *ptr = mmap(NULL, length, prot, flags, *map_fd, offset);
192 int ion_flush_cached(int fd, struct ion_handle *handle, size_t length, argument
198 .size = length,
203 int ion_inval_cached(int fd, struct ion_handle *handle, size_t length, argument
209 .size = length,
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
H A Dbcmeth.h43 * 8 bit length in bytes (0-255)
47 * 16 bit big-endian length in bytes (0-65535)
49 * length is the number of additional bytes beyond the 4 or 6 byte header
95 uint16 length; member in struct:bcmeth_hdr
H A Deapol.h36 unsigned short length; /* Length of body */ member in struct:__anon74
45 unsigned short length; /* Length of body */ member in struct:__anon75
76 unsigned short length; /* Key Length (unaligned) */ member in struct:__anon76
149 uint8 length; member in struct:__anon78
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
H A Disd1820.js36 if (process.argv.length > 2)
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/libwebm/
H A Dmkvwriter.hpp30 virtual int32 Write(const void* buffer, uint32 length);
H A Dmkvmuxerutil.cpp295 const int32 length = strlen(value); local
296 if (WriteUInt(writer, length))
299 if (writer->Write(value, length))
326 uint64 length,
333 if (!data || length < 1)
354 const int32 size = static_cast<int32>(length) + 4;
371 if (writer->Write(data, static_cast<uint32>(length)))
375 GetUIntSize(kMkvSimpleBlock) + GetCodedUIntSize(size) + 4 + length;
396 uint64 length,
409 const uint64 block_payload_size = 4 + length;
324 WriteSimpleBlock(IMkvWriter* writer, const uint8* data, uint64 length, uint64 track_number, int64 timecode, uint64 is_key) argument
394 WriteMetadataBlock(IMkvWriter* writer, const uint8* data, uint64 length, uint64 track_number, int64 timecode, uint64 duration) argument
490 WriteBlockWithAdditional(IMkvWriter* writer, const uint8* data, uint64 length, const uint8* additional, uint64 additional_length, uint64 add_id, uint64 track_number, int64 timecode, uint64 is_key) argument
574 WriteBlockWithDiscardPadding(IMkvWriter* writer, const uint8* data, uint64 length, int64 discard_padding, uint64 track_number, int64 timecode, uint64 is_key) argument
[all...]
H A Dmkvmuxerutil.hpp63 // length: Length of the data.
72 uint64 length,
80 // length: Length of the (meta)data.
89 uint64 length,
97 // length: Length of the data.
109 uint64 length,
120 // length: Length of the data.
130 uint64 length,
/hardware/ti/omap4-aah/kernel-headers-ti/linux/
H A Dbvbuffdesc.h50 unsigned long length; member in struct:bvbuffdesc
/hardware/bsp/intel/peripheral/libmraa/api/mraa/
H A Di2c.h86 * @param length max number of bytes to read
87 * @return length of the read in bytes or 0
89 int mraa_i2c_read(mraa_i2c_context dev, uint8_t* data, int length);
124 * @param length max number of bytes to read
125 * @return The length in bytes passed to the function or -1
127 int mraa_i2c_read_bytes_data(mraa_i2c_context dev, uint8_t command, uint8_t* data, int length);
130 * Write length bytes to the bus, the first byte in the array is the
135 * @param length the number of bytes to transmit
138 mraa_result_t mraa_i2c_write(mraa_i2c_context dev, const uint8_t* data, int length);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
H A Dvp9_resize.c312 static void down2_symeven(const uint8_t *const input, int length, argument
320 int l2 = (length - filter_len_half);
324 // Short input length.
325 for (i = 0; i < length; i += 2) {
329 input[(i + 1 + j >= length ? length - 1 : i + 1 + j)]) *
355 for (; i < length; i += 2) {
359 input[(i + 1 + j >= length ? length - 1 : i + 1 + j)]) *
368 static void down2_symodd(const uint8_t *const input, int length, argument
423 get_down2_length(int length, int steps) argument
440 resize_multistep(const uint8_t *const input, int length, uint8_t *output, int olength, uint8_t *buf) argument
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/spi/
H A Dspi.c252 uint16_t length = 1; local
260 msg.len = length;
274 uint16_t length = 2; local
282 msg.len = length;
291 mraa_spi_transfer_buf(mraa_spi_context dev, uint8_t* data, uint8_t* rxbuf, int length) argument
301 msg.len = length;
310 mraa_spi_transfer_buf_word(mraa_spi_context dev, uint16_t* data, uint16_t* rxbuf, int length) argument
320 msg.len = length;
329 mraa_spi_write_buf(mraa_spi_context dev, uint8_t* data, int length) argument
331 uint8_t* recv = malloc(sizeof(uint8_t) * length);
341 mraa_spi_write_buf_word(mraa_spi_context dev, uint16_t* data, int length) argument
[all...]
/hardware/bsp/intel/peripheral/libmraa/src/gpio/
H A Dgpio.c63 int length; local
109 length = snprintf(bu, sizeof(bu), "%d", dev->pin);
110 if (write(export, bu, length * sizeof(char)) == -1) {
429 int length; local
432 length = snprintf(bu, sizeof(bu), "none");
435 length = snprintf(bu, sizeof(bu), "both");
438 length = snprintf(bu, sizeof(bu), "rising");
441 length = snprintf(bu, sizeof(bu), "falling");
447 if (write(edge, bu, length * sizeof(char)) == -1) {
557 int length; local
627 int length; local
718 int length = snprintf(bu, sizeof(bu), "%d", value); local
738 int length = snprintf(bu, sizeof(bu), "%d", dev->pin); local
[all...]
/hardware/bsp/intel/peripheral/libupm/src/nrf8001/
H A Daci_queue.cxx78 const uint8_t length = p_data->buffer[0]; local
89 memcpy((uint8_t *)&(aci_q->aci_data[aci_q->tail].buffer[0]), (uint8_t *)&p_data->buffer[0], length + 1);
97 const uint8_t length = p_data->buffer[0]; local
108 memcpy((uint8_t *)&(aci_q->aci_data[aci_q->tail].buffer[0]), (uint8_t *)&p_data->buffer[0], length + 1);
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/parser/include/
H A Dviddec_pm_utils_list.h47 void viddec_pm_utils_list_remove_used_entries(viddec_pm_utils_list_t *list, uint32_t length);
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/include/nestegg/
H A Dnestegg.h96 @param length Length of supplied buffer in bytes.
101 int (* read)(void * buffer, size_t length, void * userdata);
255 @param length Storage for the queried data size.
259 unsigned char ** data, size_t * length);
320 @param length Storage for the queried data size.
324 unsigned char ** data, size_t * length);
344 * @param length The size of the buffer.
347 int nestegg_sniff(unsigned char const * buffer, size_t length);

Completed in 1483 milliseconds

1234567891011>>