Searched defs:size (Results 1 - 25 of 269) sorted by path

1234567891011

/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c479 /* pq is variable size; only zero out what's requested */
840 bcmstrncat(char *dest, const char *src, uint size) argument
846 endp = p + size;
1815 #define BUFSIZE_TODUMP_ATONCE 512 /* Buffer size */
1896 #define QDBM_TABLE_LEN 40 /* Table size */
1994 bcm_binit(struct bcmstrbuf *b, char *buf, uint size) argument
1996 b->origsize = b->size = size;
2009 r = vsnprintf(b->buf, b->size, fmt, ap);
2012 * Ansi compliant return r >= b->size,
[all...]
H A Ddhdu.c179 "display size of onchip SOCRAM"},
207 "upload [-a <address> ] <file> [<size>]\n"
209 "\tdefault <address> is 0, default <size> is RAM size"},
241 "\t burst -- request bursts (of size <-c>) from dongle\n"
260 "g/set block size for a function"},
270 "minimum xfer size to allow CPU yield"},
321 "max glom size for sdio tx\n"},
339 long size = -1; local
345 (size
754 int func, size; local
[all...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dbcmutils.h70 unsigned int size; /* current (residual) size in bytes */ member in struct:bcmstrbuf
72 unsigned int origsize; /* unmodified orignal buffer size in bytes */
364 extern char *bcmstrncat(char *dest, const char *src, uint size);
392 #define bcmdumplog(buf, size) *buf = '\0'
398 #define bcmdumptslog(buf, size)
450 #define IOVT_BUFFER 8 /* buffer is size-checked as per minlen */
624 #define ALIGN_SIZE(size, boundary) (((size) + (boundary) - 1) \
832 extern void bcm_binit(struct bcmstrbuf *b, char *buf, uint size);
[all...]
H A Dwlioctl.h401 /* size of wl_scan_params not including variable length array */
422 /* 3 fields + size of wl_scan_params, not including variable length array */
434 /* size of wl_scan_results not including variable length array */
475 /* size of wl_iscan_results not including variable length array */
743 * variable length, but fixed size in
1021 uint32 size; /* sizeof the field */ member in struct:__anon66
1293 /* structure to change size of tx fifo */
1297 uint16 size; member in struct:wl_txfifo_sz
1303 /* Max supported IOV name size in bytes, + 1 for nul termination */
2044 #define WL_SAMPLEDATA_HEADER_SIZE 80 /* sample collect header size (byte
2054 uint16 size; /* size of structure */ member in struct:wl_sampledata
5509 uint32 size; /* Size to make/expand */ member in struct:wl_el_set_params_s
[all...]
/hardware/invensense/60xx/libsensors_iio/
H A DMPLSupport.cpp70 int read_attribute_sensor(int fd, char* data, unsigned int size) argument
76 count = pread(fd, data, size, 0);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c52 // obtain file size
67 MPL_LOGE("bytes read (%d) don't match file size (%d)\n",
92 MPL_LOGI("cal data size to write = %d", len);
123 * size is 2777 bytes (header and checksum included).
162 * Test and its size is 36 bytes (header and checksum included).
246 size_t size; local
250 inv_get_mpl_state_size(&size);
252 MPL_LOGI("inv_get_mpl_state_size() : size=%d", size);
255 res = inv_save_mpl_states(calData, size);
[all...]
H A Dmlos.h66 static inline void *kmalloc(size_t size, argument
70 return inv_malloc((unsigned int)size);
72 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
74 void *tmp = inv_malloc((unsigned int)size);
77 memset(tmp, 0, size);
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c34 long size; member in struct:data_header_t
61 * @param[in] size The size in bytes of the amount of data you want loaded and saved.
67 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
82 ds.hd[ds.num].size = size;
85 ds.total_size += size + sizeof(struct data_header_t);
91 /** Returns the memory size needed to perform a store
92 * @param[out] size Size in bytes of memory needed to store.
95 inv_error_t inv_get_mpl_state_size(size_t *size) argument
66 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
[all...]
/hardware/invensense/60xx/mlsdk/mllite/
H A DmlFIFO.c508 * @brief get the FIFO packet size
509 * @return the FIFO packet size
958 inv_error_t inv_get_external_sensor_data(long *data, int size) argument
969 for (ii = 0; ii < size && ii < 6; ii++) {
2033 * @brief Returns the step size for quaternion type data.
2038 * @return step size for quaternion type data
2052 * @brief Returns the step size for quaternion type data.
2057 * @return step size for quaternion type data
/hardware/invensense/60xx/mlsdk/platform/include/
H A Dmlos.h77 static inline void *kmalloc(size_t size, argument
80 return inv_malloc((unsigned int)size);
82 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
84 void *tmp = inv_malloc((unsigned int)size);
86 memset(tmp, 0, size);
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSupport.cpp56 int read_attribute_sensor(int fd, char* data, unsigned int size) argument
62 count = pread(fd, data, size, 0);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
H A Dml_stored_data.c56 // obtain file size
71 MPL_LOGE("bytes read (%d) don't match file size (%d)\n",
96 MPL_LOGI("cal data size to write = %d", len);
127 * size is 2777 bytes (header and checksum included).
166 * Test and its size is 36 bytes (header and checksum included).
250 size_t size; local
254 inv_get_mpl_state_size(&size);
256 MPL_LOGI("inv_get_mpl_state_size() : size=%d", size);
259 res = inv_save_mpl_states(calData, size);
[all...]
H A Dmlos.h66 static inline void *kmalloc(size_t size, argument
70 return inv_malloc((unsigned int)size);
72 static inline void *kzalloc(size_t size, unsigned int gfp_flags) argument
74 void *tmp = inv_malloc((unsigned int)size);
77 memset(tmp, 0, size);
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
H A Dstorage_manager.c38 long size; member in struct:data_header_t
65 * @param[in] size The size in bytes of the amount of data you want loaded and saved.
71 inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key)
86 ds.hd[ds.num].size = size;
89 ds.total_size += size + sizeof(struct data_header_t);
95 /** Returns the memory size needed to perform a store
96 * @param[out] size Size in bytes of memory needed to store.
99 inv_error_t inv_get_mpl_state_size(size_t *size) argument
70 inv_register_load_store(inv_error_t (load_func)const unsigned char *data), inv_error_t (*save_func)(unsigned char *data), size_t size, unsigned int key) argument
[all...]
/hardware/libhardware/include/hardware/
H A Dbluetooth.h147 * Data type - Array of bt_uuid_t (Array size inferred from property length).
180 * (Array size inferred from property length).
330 size_t size; member in struct:__anon185
367 size_t size; member in struct:__anon186
H A Dbt_av.h53 size_t size; member in struct:__anon190
72 size_t size; member in struct:__anon191
H A Dbt_gatt.h30 size_t size; member in struct:__anon192
42 size_t size; member in struct:__anon193
H A Dbt_hf.h145 size_t size; member in struct:__anon214
212 size_t size; member in struct:__anon222
H A Dbt_hh.h121 size_t size; member in struct:__anon228
137 size_t size; member in struct:__anon229
H A Dbt_hl.h86 size_t size; member in struct:__anon236
96 size_t size; member in struct:__anon237
H A Dbt_pan.h47 size_t size; member in struct:__anon240
52 /** set to size of this struct*/
53 size_t size; member in struct:__anon241
H A Dbt_rc.h177 size_t size; member in struct:__anon255
196 size_t size; member in struct:__anon256
H A Dbt_sock.h33 short size; member in struct:__anon258
41 /** set to size of this struct*/
42 size_t size; member in struct:__anon259
H A Dcamera.h46 size_t size; member in struct:camera_memory
173 * amount of the uncompressed frame data can be very large if video size is
H A Dfused_location.h120 size_t size; member in struct:__anon269
189 size_t size; member in struct:__anon271
248 size_t size; member in struct:__anon273
257 * Return the batch size (in number of FlpLocation objects)
371 size_t size; member in struct:__anon274
382 size_t size; member in struct:__anon275
421 size_t size; member in struct:__anon276
593 size_t size; member in struct:__anon277
677 size_t size; member in struct:__anon284

Completed in 337 milliseconds

1234567891011