HomeSort by relevance Sort by last modified time
    Searched full:data_header_t (Results 1 - 1 of 1) sorted by null

  /hardware/invensense/libsensors_iio/software/core/mllite/
storage_manager.c 30 struct data_header_t { struct
41 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */
50 ds.total_size = sizeof(struct data_header_t);
82 ds.total_size += size + sizeof(struct data_header_t);
121 struct data_header_t *hd;
127 if (len < sizeof(struct data_header_t))
129 hd = (struct data_header_t *)data;
134 len -= sizeof(struct data_header_t);
135 data += sizeof(struct data_header_t);
140 while (len > (long)sizeof(struct data_header_t)) {
    [all...]

Completed in 553 milliseconds