/hardware/invensense/60xx/libsensors_iio/software/core/mllite/ |
storage_manager.c | 44 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */ member in struct:data_storage_t 72 if (key == ds.hd[kk].key) { 81 ds.hd[ds.num].key = key; 82 ds.hd[ds.num].size = size; 102 * Finds key in ds.hd[] array and returns location 109 if (key == ds.hd[kk].key) { 124 struct data_header_t *hd; local 132 hd = (struct data_header_t *)data; 133 if (hd->key != DEFAULT_KEY) 135 len = MIN(hd->size, len) 176 struct data_header_t *hd; local [all...] |
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/ |
storage_manager.c | 48 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */ member in struct:data_storage_t 76 if (key == ds.hd[kk].key) { 85 ds.hd[ds.num].key = key; 86 ds.hd[ds.num].size = size; 106 * Finds key in ds.hd[] array and returns location 113 if (key == ds.hd[kk].key) { 128 struct data_header_t *hd; local 138 hd = (struct data_header_t *)data; 139 if (hd->key != DEFAULT_KEY) 141 len = MIN(hd->size, len) 180 struct data_header_t *hd; local [all...] |
/external/qemu/android/protocol/ |
fb-updates-impl.c | 227 FBRequestHeader hd; local 230 hd.request_type = AFB_REQUEST_REFRESH; 232 syncsocket_write(sk, &hd, sizeof(hd), 5000);
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_gnutls.c | 17 gcry_md_hd_t hd; local 21 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR) 24 gcry_md_write(hd, addr[i], len[i]); 25 p = gcry_md_read(hd, GCRY_MD_MD4); 28 gcry_md_close(hd); 35 gcry_cipher_hd_t hd; local 48 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0); 49 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8)); 50 gcry_cipher_encrypt(hd, cypher, 8, clear, 8); 51 gcry_cipher_close(hd); 57 gcry_md_hd_t hd; local 75 gcry_md_hd_t hd; local 93 gcry_cipher_hd_t hd; local 112 gcry_cipher_hd_t hd = ctx; local 119 gcry_cipher_hd_t hd = ctx; local 126 gcry_cipher_hd_t hd; local 142 gcry_cipher_hd_t hd = ctx; local 149 gcry_cipher_hd_t hd = ctx; local [all...] |
/external/qemu/hw/ |
mips_r4k.c | 173 DriveInfo *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local 289 hd[i] = drive_get(IF_IDE, i / MAX_IDE_DEVS, i % MAX_IDE_DEVS); 294 hd[MAX_IDE_DEVS * i], 295 hd[MAX_IDE_DEVS * i + 1]);
|
pc.c | 204 static void cmos_init_hd(int type_ofs, int info_ofs, BlockDriverState *hd) 208 bdrv_get_geometry_hint(hd, &cylinders, &heads, §ors); 896 BlockDriverState *hd[MAX_IDE_BUS * MAX_IDE_DEVS]; local [all...] |
/external/clang/test/CXX/special/class.copy/ |
implicit-move.cpp | 64 HasDestructor hd; local 65 static_assert(!noexcept(hd = HasDestructor()), "");
|
/external/qemu/block/ |
qcow2.h | 82 BlockDriverState *hd; member in struct:BDRVQcowState
|
qcow.c | 57 BlockDriverState *hd; member in struct:BDRVQcowState
|
vmdk.c | 64 BlockDriverState *hd; member in struct:BDRVVmdkState
|
vpc.c | 113 BlockDriverState *hd; member in struct:BDRVVPCState
|
/external/grub/netboot/ |
eepro100.c | 125 void hd(void *where, int n); 413 hd (&txfd, sizeof (txfd)); 461 hd (nic->packet, 0x30); 584 hd (&txfd, 0x20); 640 void hd (void *where, int n) function
|
/external/qemu/ |
net.c | 1004 CharDriverState *hd; member in struct:VMChannel [all...] |
net-android.c | 1132 CharDriverState *hd; member in struct:VMChannel [all...] |
/external/blktrace/ |
blktrace.c | 1134 struct tracer_devpath_head *hd; local 1136 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) { 1137 if (hd->prev) 1138 free(hd->prev); 1140 pthread_mutex_destroy(&hd->mutex); 1155 struct tracer_devpath_head *hd; local 1159 for (cpu = 0, hd = dpp->heads; cpu < ncpus; cpu++, hd++) { 1160 INIT_LIST_HEAD(&hd->head) 1173 struct tracer_devpath_head *hd = &dpp->heads[cpu]; local 1396 struct tracer_devpath_head *hd = dpp->heads; local [all...] |
/external/chromium_org/third_party/libusb/src/libusb/os/ |
windows_usb.c | 3197 struct libusb_hid_descriptor *hd; local [all...] |