HomeSort by relevance Sort by last modified time
    Searched defs:hd (Results 1 - 15 of 15) sorted by null

  /hardware/invensense/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...]
  /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...]
  /device/samsung/tuna/recovery/
bootloader.c 240 struct pit_header* hd = (struct pit_header*) pit_partition_copy; local
242 for (i = 0; i < hd->count; i++) {
244 (pit_partition_copy + sizeof(*hd) + sizeof(*pi) * i);
260 if (i == hd->count) {
  /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, &sectors);
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...]

Completed in 468 milliseconds