HomeSort by relevance Sort by last modified time
    Searched refs:hd (Results 1 - 25 of 33) sorted by null

1 2

  /hardware/invensense/libsensors_iio/software/core/mllite/
storage_manager.c 41 struct data_header_t hd[NUM_STORAGE_BOXES]; /**< Header info for each entity */ member in struct:data_storage_t
69 if (key == ds.hd[kk].key) {
78 ds.hd[ds.num].key = key;
79 ds.hd[ds.num].size = size;
99 * Finds key in ds.hd[] array and returns location
106 if (key == ds.hd[kk].key) {
121 struct data_header_t *hd; local
129 hd = (struct data_header_t *)data;
130 if (hd->key != DEFAULT_KEY)
132 len = MIN(hd->size, len)
173 struct data_header_t *hd; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
crypto_gnutls.c 23 gcry_md_hd_t hd; local
27 if (gcry_md_open(&hd, GCRY_MD_MD4, 0) != GPG_ERR_NO_ERROR)
30 gcry_md_write(hd, addr[i], len[i]);
31 p = gcry_md_read(hd, GCRY_MD_MD4);
34 gcry_md_close(hd);
40 gcry_cipher_hd_t hd; local
53 gcry_cipher_open(&hd, GCRY_CIPHER_DES, GCRY_CIPHER_MODE_ECB, 0);
54 gcry_err_code(gcry_cipher_setkey(hd, pkey, 8));
55 gcry_cipher_encrypt(hd, cypher, 8, clear, 8);
56 gcry_cipher_close(hd);
62 gcry_md_hd_t hd; local
79 gcry_md_hd_t hd; local
105 gcry_cipher_hd_t hd; local
124 gcry_cipher_hd_t hd = ctx; local
131 gcry_cipher_hd_t hd = ctx; local
138 gcry_cipher_hd_t hd; local
154 gcry_cipher_hd_t hd = ctx; local
161 gcry_cipher_hd_t hd = ctx; local
    [all...]
  /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...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
51 $hd = '-I' . join(' -I', @headerlist);
78 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
51 $hd = '-I' . join(' -I', @headerlist);
80 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
87 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/
build_vc.pl 34 my (@headerlist, @filelist, $hd, $file, $ofile, $command, $objlist, $libfile, $h);
51 $hd = '-I' . join(' -I', @headerlist);
78 $command = $CC.' '.$CC_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
85 $command = $AS.' '.$AS_OPTS.' '.$hd.' -o '.$objfile.' '.$file;
  /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/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/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/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/llvm/utils/obj2yaml/
coff2yaml.cpp 353 const llvm::object::coff_file_header *hd;
354 ec = obj.getHeader(hd);
356 yamlCOFFHeader(hd, Out);
357 yamlCOFFSections(obj, hd->NumberOfSections, Out);
358 yamlCOFFSymbols(obj, hd->NumberOfSymbols, Out);
  /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/clang/test/CXX/special/class.copy/
implicit-move.cpp 64 HasDestructor hd; local
65 static_assert(!noexcept(hd = HasDestructor()), "");
  /system/core/toolbox/
Android.mk 32 hd \
  /external/grub/util/
mkbimage 84 '1.68', '1.74', '2.88' or 'hd' [default is hd]
234 image_type=hd;
238 && [ "$image_type" != "hd" ] && [ "$image_type" != "1.60" ] ; then
293 hd) heads=16;
345 if [ "$image_type" = "hd" ]; then
374 if [ "$image_type" = "hd" ]; then
  /external/blktrace/btt/
devs.c 202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd)
204 dip_rb_fe(iop->dip, type, iop, NULL, hd);
globals.h 211 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd);
  /external/qemu/block/
qcow2.h 82 BlockDriverState *hd; member in struct:BDRVQcowState
vpc.c 113 BlockDriverState *hd; member in struct:BDRVVPCState
  /external/kernel-headers/original/linux/
genhd.h 397 char *disk_name (struct gendisk *hd, int part, char *buf);
  /external/qemu/
net-android.c 1132 CharDriverState *hd; member in struct:VMChannel
    [all...]
net.c 1004 CharDriverState *hd; member in struct:VMChannel
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
prettify.js 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;if(j){var f=q.g;if(Ma(f)){for(var s=document.createElement(gc),k=0;k<f.attributes.length;++k){var h=f.attributes[k];if(h.specified){var e=h.name.toLowerCase();if(e===Hd)s.className=h.value;else s.setAttribute(h.name,h.value)}}s.innerHTML=j;f.parentNode.replaceChild(s,f);f=s}else f.innerHTML=j;if(b&&f.tagName===gc)for(var p=f.getElementsByTagName(Id),t=p.length;--t>=0;){var u=p[t];u.parentNode.replaceChild(document.createTextNode(Jd),
  /external/doclava/res/assets/templates/assets/
prettify.js 7 bd="c",cd="cc",dd="cpp",ed="cxx",fd="cyc",gd="m",hd="null true false",id="json",jd="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try boolean byte extends final finally implements import instanceof null native package strictfp super synchronized throws transient as base by checked decimal delegate descending event fixed foreach from group implicit in interface internal into is lock object out override orderby params partial readonly ref sbyte sealed stackalloc string select uint ulong unchecked unsafe ushort var ",
10 zd="rb",Ad="break continue do else for if return while auto case char const default double enum extern float goto int long register short signed sizeof static struct switch typedef union unsigned void volatile catch class delete false import new operator private protected public this throw true try debugger eval export function get null set undefined var with Infinity NaN ",Bd="js",Cd="regex",Dd="pre",Ed="code",Fd="xmp",Gd="prettyprint",Hd="class",Id="br",Jd="\r";
28 [$c]);y(C({keywords:ad,hashComments:o,cStyleComments:o}),[bd,cd,dd,ed,fd,gd]);y(C({keywords:hd}),[id]);y(C({keywords:jd,hashComments:o,cStyleComments:o}),[kd]);y(C({keywords:ld,cStyleComments:o}),[md]);y(C({keywords:nd,hashComments:o,multiLineStrings:o}),[od,pd,qd]);y(C({keywords:rd,hashComments:o,multiLineStrings:o,tripleQuotedStrings:o}),[sd,td]);y(C({keywords:ud,hashComments:o,multiLineStrings:o,regexLiterals:o}),[vd,wd,xd]);y(C({keywords:yd,hashComments:o,multiLineStrings:o,regexLiterals:o}),
31 P);q={e:e,d:s,g:f};Sa(q);w()}}}if(n<d.length)setTimeout(v,250);else a&&a()}function w(){var j=q.a;if(j){var f=q.g;if(Ma(f)){for(var s=document.createElement(gc),k=0;k<f.attributes.length;++k){var h=f.attributes[k];if(h.specified){var e=h.name.toLowerCase();if(e===Hd)s.className=h.value;else s.setAttribute(h.name,h.value)}}s.innerHTML=j;f.parentNode.replaceChild(s,f);f=s}else f.innerHTML=j;if(b&&f.tagName===gc)for(var p=f.getElementsByTagName(Id),t=p.length;--t>=0;){var u=p[t];u.parentNode.replaceChild(document.createTextNode(Jd),

Completed in 1491 milliseconds

1 2