Home
last modified time | relevance | path

Searched defs:hd (Results 1 – 24 of 24) sorted by relevance

/external/wpa_supplicant_8/src/crypto/
Dcrypto_gnutls.c17 gcry_md_hd_t hd; in md4_vector() local
35 gcry_cipher_hd_t hd; in des_encrypt() local
57 gcry_md_hd_t hd; in md5_vector() local
75 gcry_md_hd_t hd; in sha1_vector() local
93 gcry_cipher_hd_t hd; in aes_encrypt_init() local
112 gcry_cipher_hd_t hd = ctx; in aes_encrypt() local
119 gcry_cipher_hd_t hd = ctx; in aes_encrypt_deinit() local
126 gcry_cipher_hd_t hd; in aes_decrypt_init() local
142 gcry_cipher_hd_t hd = ctx; in aes_decrypt() local
149 gcry_cipher_hd_t hd = ctx; in aes_decrypt_deinit() local
/external/fio/engines/
Dlibhdfs.c126 struct hdfsio_data *hd = td->io_ops_data; in fio_hdfsio_prep() local
170 struct hdfsio_data *hd = td->io_ops_data; in fio_hdfsio_queue() local
230 struct hdfsio_data *hd = td->io_ops_data; in fio_hdfsio_close_file() local
245 struct hdfsio_data *hd = td->io_ops_data; in fio_hdfsio_init() local
311 struct hdfsio_data *hd; in fio_hdfsio_setup() local
353 struct hdfsio_data *hd = td->io_ops_data; in fio_hdfsio_io_u_init() local
388 struct hdfsio_data *hd = td->io_ops_data; in fio_hdfsio_io_u_free() local
/external/eigen/doc/snippets/
DHessenbergDecomposition_compute.cpp2 HessenbergDecomposition<MatrixXcf> hd(4); variable
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c69 submsg_handlerdata_t *hd = ALLOC(submsg_handlerdata_t); in newsubmsghandlerdata() local
87 oneof_handlerdata_t *hd = ALLOC(oneof_handlerdata_t); in newoneofhandlerdata() local
108 static void *startseq_handler(void* closure, const void* hd) { in startseq_handler()
144 const void *hd, in appendbytes_handler()
155 const void *hd, in str_handler()
167 const void *hd, in bytes_handler()
177 static size_t stringdata_handler(void* closure, const void* hd, in stringdata_handler()
186 static void *appendsubmsg_handler(void *closure, const void *hd) { in appendsubmsg_handler()
202 static void *submsg_handler(void *closure, const void *hd) { in submsg_handler()
247 static void *startmapentry_handler(void *closure, const void *hd) { in startmapentry_handler()
[all …]
Dupb.c2736 bool upb_handlerattr_sethandlerdata(upb_handlerattr *attr, const void *hd) { in upb_handlerattr_sethandlerdata()
6537 static void *fileset_startfile(void *closure, const void *hd) { in fileset_startfile()
6547 static bool file_start(void *closure, const void *hd) { in file_start()
6554 static bool file_end(void *closure, const void *hd, upb_status *status) { in file_end()
6561 static size_t file_onname(void *closure, const void *hd, const char *buf, in file_onname()
6577 static size_t file_onpackage(void *closure, const void *hd, const char *buf, in file_onpackage()
6593 static size_t file_onsyntax(void *closure, const void *hd, const char *buf, in file_onsyntax()
6612 static void *file_startmsg(void *closure, const void *hd) { in file_startmsg()
6621 static void *file_startenum(void *closure, const void *hd) { in file_startenum()
6630 static void *file_startext(void *closure, const void *hd) { in file_startext()
[all …]
/external/curl/tests/libtest/
Dlib541.c39 int hd; in test() local
Dlib505.c42 int hd; in test() local
Dlib525.c37 int hd; in test() local
Dlib582.c230 int hd; in test() local
/external/fio/
Dhelper_thread.c72 struct helper_data *hd = data; in helper_thread_main() local
157 struct helper_data *hd; in helper_thread_create() local
/external/drm_hwcomposer/
Dhwcomposer.cpp637 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_event_control() local
700 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_display_configs() local
785 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_get_active_config() local
796 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_set_active_config() local
846 static int hwc_set_initial_config(hwc_drm_display_t *hd) { in hwc_set_initial_config()
864 hwc_drm_display_t *hd = &ctx->displays[display]; in hwc_initialize_display() local
/external/clang/test/Sema/
Dattr-flag-enum.c37 hd = ~0x2, // no-warning enumerator
/external/curl/docs/examples/
Danyauthput.c124 int hd; in main() local
/external/protobuf/php/ext/google/protobuf/
Dmessage.c88 static void *stringsink_start(void *_sink, const void *hd, size_t size_hint) { in stringsink_start()
94 static size_t stringsink_string(void *_sink, const void *hd, const char *ptr, in stringsink_string()
Dupb.c2583 bool upb_handlerattr_sethandlerdata(upb_handlerattr *attr, const void *hd) { in upb_handlerattr_sethandlerdata()
5998 static bool file_startmsg(void *r, const void *hd) { in file_startmsg()
6004 static bool file_endmsg(void *closure, const void *hd, upb_status *status) { in file_endmsg()
6012 static size_t file_onpackage(void *closure, const void *hd, const char *buf, in file_onpackage()
6023 static bool enumval_startmsg(void *closure, const void *hd) { in enumval_startmsg()
6031 static size_t enumval_onname(void *closure, const void *hd, const char *buf, in enumval_onname()
6043 static bool enumval_onnumber(void *closure, const void *hd, int32_t val) { in enumval_onnumber()
6051 static bool enumval_endmsg(void *closure, const void *hd, upb_status *status) { in enumval_endmsg()
6069 static bool enum_startmsg(void *closure, const void *hd) { in enum_startmsg()
6077 static bool enum_endmsg(void *closure, const void *hd, upb_status *status) { in enum_endmsg()
[all …]
/external/libvpx/libvpx/test/
Dadd_noise_test.cc59 const double hd = stddev6(s[i] - 99, s[i + 1] - 99, s[i + 2] - 99, in TEST_P() local
/external/syslinux/com32/chain/
Dchain.c279 int drive, hd, partition; in find_dp() local
/external/blktrace/btt/
Ddevs.c202 void dip_foreach_list(struct io *iop, enum iop_type type, struct list_head *hd) in dip_foreach_list()
/external/blktrace/
Dblktrace.c1134 struct tracer_devpath_head *hd; in free_tracer_heads() local
1155 struct tracer_devpath_head *hd; in setup_tracer_devpaths() local
1173 struct tracer_devpath_head *hd = &dpp->heads[cpu]; in add_trace_buf() local
1268 handle_list_net(__attribute__((__unused__))struct tracer_devpath_head *hd, in handle_list_net()
1322 static int handle_list_file(struct tracer_devpath_head *hd, in handle_list_file()
1396 struct tracer_devpath_head *hd = dpp->heads; in __process_trace_bufs() local
/external/clang/test/CXX/special/class.copy/
Dimplicit-move.cpp64 HasDestructor hd; in test_basic_exclusion() local
/external/syslinux/memdisk/
Dmstructs.h119 } hd; member
/external/selinux/libsemanage/src/
Dsemanage_store.c1447 int fc = -1, hd = -1, retval = -1; in hidden_def() local
/external/libusb/libusb/os/
Dwindows_winusb.c3035 struct libusb_hid_descriptor *hd; in _hid_get_config_descriptor() local
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js4494 …{a=a|0;i=a}function c_(a,b){a=a|0;b=b|0;if((r|0)==0){r=a;s=b}}function c$(a){a=a|0;E=a}function c0…