Searched refs:dd (Results 1 - 25 of 77) sorted by relevance

1234

/external/bluetooth/bluez/include/bluetooth/
H A Dhci_lib.h52 int hci_close_dev(int dd);
53 int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param);
54 int hci_send_req(int dd, struct hci_request *req, int timeout);
56 int hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to);
57 int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to);
64 int hci_read_local_name(int dd, int len, char *name, int to);
65 int hci_write_local_name(int dd, const char *name, int to);
66 int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to);
67 int hci_read_remote_name_with_clock_offset(int dd, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *name, int to);
68 int hci_read_remote_name_cancel(int dd, cons
[all...]
/external/webkit/WebCore/html/canvas/
H A DCanvasPattern.idl30 ImplementationUUID=82f5d713-3d17-44dd-aa4a-7766fe345940,
/external/bluetooth/bluez/plugins/
H A Dhciops.c91 int dd; local
99 dd = hci_open_dev(index);
100 if (dd < 0) {
114 hci_send_cmd(dd, OGF_HOST_CTL, OCF_CHANGE_LOCAL_NAME,
135 hci_send_cmd(dd, OGF_HOST_CTL, OCF_WRITE_CLASS_OF_DEV,
144 hci_send_cmd(dd, OGF_HOST_CTL, OCF_WRITE_PAGE_TIMEOUT,
150 hci_send_cmd(dd, OGF_LINK_POLICY,
153 hci_close_dev(dd);
161 int dd; local
177 dd
452 int dd; local
475 int dd; local
498 int dd; local
518 int dd; local
535 int dd; local
553 int dd, err = 0; local
598 int dd, err = 0; local
639 int dd, err = 0; local
665 int dd, err = 0; local
688 int dd, err = 0; local
709 int dd, err = 0; local
727 int dd, err = 0; local
[all...]
H A Dhal.c46 int dd; local
78 dd = hci_open_dev(adapter_get_dev_id(adapter));
79 if (dd < 0)
82 if (hci_read_class_of_dev(dd, cls, 500) < 0) {
83 hci_close_dev(dd);
93 hci_close_dev(dd);
/external/bluetooth/bluez/test/
H A Dlmptest.c48 static int ericsson_send_lmp(int dd, uint16_t handle, uint8_t length, uint8_t *data)
66 if (hci_send_req(dd, &rq, 1000) < 0)
81 static int ericsson_write_events(int dd, uint8_t mask) argument
99 if (hci_send_req(dd, &rq, 1000) < 0)
121 int dd, opt, dev = 0; local
144 dd = hci_open_dev(dev);
145 if (dd < 0) {
151 if (hci_read_local_version(dd, &ver, 1000) < 0) {
154 hci_close_dev(dd);
161 hci_close_dev(dd);
[all...]
H A Dbdaddr.c43 static int generic_reset_device(int dd) argument
48 err = hci_send_cmd(dd, 0x03, 0x0003, 0, NULL);
52 return hci_read_bd_addr(dd, &bdaddr, 10000);
61 static int ericsson_write_bd_addr(int dd, bdaddr_t *bdaddr) argument
77 if (hci_send_req(dd, &rq, 1000) < 0)
91 static int ericsson_store_in_flash(int dd, uint8_t user_id, uint8_t flash_length, uint8_t *flash_data) argument
110 if (hci_send_req(dd, &rq, 1000) < 0)
116 static int csr_write_bd_addr(int dd, bdaddr_t *bdaddr) argument
150 if (hci_send_req(dd, &rq, 2000) < 0)
166 static int csr_reset_device(int dd) argument
203 ti_write_bd_addr(int dd, bdaddr_t *bdaddr) argument
231 bcm_write_bd_addr(int dd, bdaddr_t *bdaddr) argument
259 zeevo_write_bd_addr(int dd, bdaddr_t *bdaddr) argument
281 st_write_bd_addr(int dd, bdaddr_t *bdaddr) argument
322 int i, dd, opt, dev = 0, reset = 0; local
[all...]
/external/dropbear/libtomcrypt/src/hashes/
H A Drmd128.c89 ulong32 aa,bb,cc,dd,aaa,bbb,ccc,ddd,X[16]; local
101 dd = ddd = md->rmd128.state[3];
104 FF(aa, bb, cc, dd, X[ 0], 11);
105 FF(dd, aa, bb, cc, X[ 1], 14);
106 FF(cc, dd, aa, bb, X[ 2], 15);
107 FF(bb, cc, dd, aa, X[ 3], 12);
108 FF(aa, bb, cc, dd, X[ 4], 5);
109 FF(dd, aa, bb, cc, X[ 5], 8);
110 FF(cc, dd, aa, bb, X[ 6], 7);
111 FF(bb, cc, dd, a
[all...]
H A Drmd320.c103 ulong32 aa,bb,cc,dd,ee,aaa,bbb,ccc,ddd,eee,tmp,X[16]; local
115 dd = md->rmd320.state[3];
124 FF(aa, bb, cc, dd, ee, X[ 0], 11);
125 FF(ee, aa, bb, cc, dd, X[ 1], 14);
126 FF(dd, ee, aa, bb, cc, X[ 2], 15);
127 FF(cc, dd, ee, aa, bb, X[ 3], 12);
128 FF(bb, cc, dd, ee, aa, X[ 4], 5);
129 FF(aa, bb, cc, dd, ee, X[ 5], 8);
130 FF(ee, aa, bb, cc, dd, X[ 6], 7);
131 FF(dd, e
[all...]
H A Drmd160.c109 ulong32 aa,bb,cc,dd,ee,aaa,bbb,ccc,ddd,eee,X[16]; local
121 dd = ddd = md->rmd160.state[3];
125 FF(aa, bb, cc, dd, ee, X[ 0], 11);
126 FF(ee, aa, bb, cc, dd, X[ 1], 14);
127 FF(dd, ee, aa, bb, cc, X[ 2], 15);
128 FF(cc, dd, ee, aa, bb, X[ 3], 12);
129 FF(bb, cc, dd, ee, aa, X[ 4], 5);
130 FF(aa, bb, cc, dd, ee, X[ 5], 8);
131 FF(ee, aa, bb, cc, dd, X[ 6], 7);
132 FF(dd, e
[all...]
H A Drmd256.c83 ulong32 aa,bb,cc,dd,aaa,bbb,ccc,ddd,tmp,X[16]; local
95 dd = md->rmd256.state[3];
102 FF(aa, bb, cc, dd, X[ 0], 11);
103 FF(dd, aa, bb, cc, X[ 1], 14);
104 FF(cc, dd, aa, bb, X[ 2], 15);
105 FF(bb, cc, dd, aa, X[ 3], 12);
106 FF(aa, bb, cc, dd, X[ 4], 5);
107 FF(dd, aa, bb, cc, X[ 5], 8);
108 FF(cc, dd, aa, bb, X[ 6], 7);
109 FF(bb, cc, dd, a
[all...]
/external/quake/quake/src/QW/client/
H A Dd_varsa.asm245 _d_sdivzstepu dd 0
246 _d_tdivzstepu dd 0
247 _d_zistepu dd 0
248 _d_sdivzstepv dd 0
249 _d_tdivzstepv dd 0
250 _d_zistepv dd 0
251 _d_sdivzorigin dd 0
252 _d_tdivzorigin dd 0
253 _d_ziorigin dd 0
258 _sadjust dd
[all...]
/external/bluetooth/hcidump/src/
H A Dcsrsniff.c162 int dd, opt, dev = 0; local
197 dd = hci_open_dev(dev);
198 if (dd < 0) {
207 hci_close_dev(dd);
211 if (hci_read_local_version(dd, &ver, 1000) < 0) {
214 hci_close_dev(dd);
221 hci_close_dev(dd);
226 if (hci_read_bd_addr(dd, &bdaddr, 1000) < 0) {
229 hci_close_dev(dd);
242 if (setsockopt(dd, SOL_HC
[all...]
H A Dbpasniff.c58 static int read_revision(int dd, char *revision, int size) argument
72 if (hci_send_req(dd, &rq, 1000) < 0)
86 static int enable_sniffer(int dd, uint8_t enable) argument
100 if (hci_send_req(dd, &rq, 1000) < 0)
111 static int enable_sync(int dd, uint8_t enable, bdaddr_t *bdaddr) argument
126 hci_send_req(dd, &rq, 1000);
267 int dd, size = 2048; local
276 dd = hci_open_dev(dev);
277 if (dd < 0) {
289 if (setsockopt(dd, SOL_HC
366 int dd, opt, dev = 0; local
[all...]
/external/bluetooth/bluez/tools/
H A Dcsr_hci.c41 static int dd = -1; variable
57 dd = hci_open_dev(dev);
58 if (dd < 0) {
67 hci_close_dev(dd);
71 if (hci_read_local_version(dd, &ver, 1000) < 0) {
74 hci_close_dev(dd);
80 hci_close_dev(dd);
117 return hci_send_cmd(dd, OGF_VENDOR_CMD, 0x00, (size * 2) + 1, cp);
129 if (hci_send_req(dd, &rq, 2000) < 0)
159 hci_close_dev(dd);
[all...]
H A Dhcieventmask.c48 int dd, opt, dev = 0; local
62 dd = hci_open_dev(dev);
63 if (dd < 0) {
72 hci_close_dev(dd);
76 if (hci_read_local_version(dd, &ver, 1000) < 0) {
79 hci_close_dev(dd);
83 hci_close_dev(dd);
H A Dhcitool.c514 int i, n, l, opt, dd, cc, nc; local
597 dd = hci_open_dev(dev_id);
598 if (dd < 0) {
628 if (hci_read_remote_name_with_clock_offset(dd,
666 if (ioctl(dd, HCIGETCONNINFO, (unsigned long) cr) < 0) {
677 if (hci_create_connection(dd, &(info+i)->bdaddr,
688 if (hci_read_remote_name_with_clock_offset(dd,
721 if (hci_read_remote_version(dd, handle, &version, 20000) == 0) {
733 if (hci_read_remote_features(dd, handle, features, 20000) == 0) {
747 hci_disconnect(dd, handl
774 int opt, dd; local
833 int i, opt, dd, cc = 0; local
975 int opt, dd; local
1028 int opt, dd; local
1074 int i, opt, len, dd; local
1196 int dd, opt; local
1263 int opt, dd; local
1334 int opt, dd; local
1402 int opt, dd; local
1476 int opt, dd; local
1551 int opt, dd; local
1628 int opt, dd; local
1714 int dd, opt; local
1799 int opt, dd; local
1898 int opt, dd; local
1988 int opt, dd; local
2060 int opt, dd; local
2133 int opt, dd; local
2205 int opt, dd; local
2281 int opt, dd; local
[all...]
H A Dhciconfig.c78 int dd = hci_open_dev(di.dev_id); local
79 hci_read_bd_addr(dd, &di.bdaddr, 1000);
80 hci_close_dev(dd);
369 int i, dd; local
377 dd = hci_open_dev(hdev);
378 if (dd < 0) {
384 if (hci_read_local_ext_features(dd, 0, &max_page, features, 1000) < 0) {
402 if (hci_read_local_ext_features(dd, i, NULL,
412 hci_close_dev(dd);
417 int dd; local
789 int dd; local
826 int dd; local
858 int i, dd; local
889 int i, n, dd; local
928 int dd; local
963 int dd; local
998 int dd; local
1047 int i, dd; local
1149 int dd; local
1387 int dd; local
1420 int dd; local
1451 print_rev_ericsson(int dd) argument
1472 print_rev_csr(int dd, uint16_t rev) argument
1496 print_rev_digianswer(int dd) argument
1534 int dd; local
1735 int dd = hci_open_dev(di.dev_id); local
[all...]
H A Dhciattach_st.c119 static int load_file(int dd, uint16_t version, const char *suffix) argument
181 len = do_command(dd, 0xff, 0x002e, cmd, size + 1, buf, sizeof(buf));
198 int stlc2500_init(int dd, bdaddr_t *bdaddr) argument
207 len = do_command(dd, 0xff, 0x000f, NULL, 0, buf, sizeof(buf));
214 len = do_command(dd, 0x04, 0x0001, NULL, 0, buf, sizeof(buf));
220 err = load_file(dd, version, ".ptc");
228 err = load_file(dd, buf[2] << 8 | buf[1], ".ssf");
241 len = do_command(dd, 0xff, 0x0022, cmd, 8, buf, sizeof(buf));
246 len = do_command(dd, 0x03, 0x0003, NULL, 0, buf, sizeof(buf));
253 int bgb2xx_init(int dd, bdaddr_ argument
[all...]
/external/libffi/testsuite/libffi.call/
H A Dnested_struct.c19 double dd; member in struct:cls_struct_16byte2
34 result.d.a = b0.a + b1.dd + b2.d.a;
38 result.e.dd = b0.a + b1.dd + b2.e.dd;
43 b1.ii, b1.dd, b1.ff,
45 b2.e.ii, b2.e.dd, b2.e.ff,
47 result.e.ii, result.e.dd, result.e.ff);
139 CHECK( res_dbl.d.a == (e_dbl.a + f_dbl.dd + g_dbl.d.a));
143 CHECK( res_dbl.e.dd
[all...]
H A Dnested_struct1.c19 double dd; member in struct:cls_struct_16byte2
35 result.d.a = b0.a + b1.dd + b2.d.a;
39 result.e.dd = b0.a + b1.dd + b2.e.dd;
44 b1.ii, b1.dd, b1.ff,
46 b2.e.ii, b2.e.dd, b2.e.ff,
49 result.e.ii, result.e.dd, result.e.ff);
146 CHECK( res_dbl.d.a == (e_dbl.a + f_dbl.dd + g_dbl.d.a));
150 CHECK( res_dbl.e.dd
[all...]
/external/webkit/JavaScriptCore/tests/mozilla/
H A DjsDriver.pl112 dd ("Testing engine '$opt_engine_type'");
199 &dd ("executing: " . $shell_command . $file_param . $path);
228 &dd ("Test case expects exit code $expected_exit");
269 &dd ("exit code $got_exit, exit signal $exit_signal.");
280 &dd ("Writing output to $opt_output_file.");
373 &dd ("checking command line options.");
381 &dd ("opt: running with architecture $value.");
386 &dd ("opt: setting bugurl to '$value'.");
390 &dd ("opt: setting classpath to '$value'.");
394 &dd ("op
1306 sub dd { subroutine
[all...]
/external/bluetooth/bluez/lib/
H A Dhci.c720 int hci_for_each_dev(int flag, int (*func)(int dd, int dev_id, long arg), long arg) argument
768 static int __other_bdaddr(int dd, int dev_id, long arg) argument
772 if (ioctl(dd, HCIGETDEVINFO, (void *) &di))
781 static int __same_bdaddr(int dd, int dev_id, long arg) argument
785 if (ioctl(dd, HCIGETDEVINFO, (void *) &di))
817 int dd, err, ret; local
819 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
820 if (dd < 0)
821 return dd;
826 ret = ioctl(dd, HCIGETDEVINF
859 int dd, size, err, ret = -1; local
927 int dd, err; local
951 hci_close_dev(int dd) argument
959 hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) argument
989 hci_send_req(int dd, struct hci_request *r, int to) argument
1121 hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to) argument
1155 hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to) argument
1184 hci_read_local_name(int dd, int len, char *name, int to) argument
1208 hci_write_local_name(int dd, const char *name, int to) argument
1228 hci_read_remote_name_with_clock_offset(int dd, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *name, int to) argument
1261 hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to) argument
1266 hci_read_remote_name_cancel(int dd, const bdaddr_t *bdaddr, int to) argument
1286 hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to) argument
1318 hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to) argument
1350 hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to) argument
1386 hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to) argument
1416 hci_read_local_version(int dd, struct hci_version *ver, int to) argument
1443 hci_read_local_commands(int dd, uint8_t *commands, int to) argument
1468 hci_read_local_features(int dd, uint8_t *features, int to) argument
1493 hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to) argument
1526 hci_read_bd_addr(int dd, bdaddr_t *bdaddr, int to) argument
1551 hci_read_class_of_dev(int dd, uint8_t *cls, int to) argument
1574 hci_write_class_of_dev(int dd, uint32_t cls, int to) argument
1590 hci_read_voice_setting(int dd, uint16_t *vs, int to) argument
1613 hci_write_voice_setting(int dd, uint16_t vs, int to) argument
1628 hci_read_current_iac_lap(int dd, uint8_t *num_iac, uint8_t *lap, int to) argument
1652 hci_write_current_iac_lap(int dd, uint8_t num_iac, uint8_t *lap, int to) argument
1670 hci_read_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to) argument
1688 hci_write_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t *key, int to) argument
1707 hci_delete_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to) argument
1725 hci_authenticate_link(int dd, uint16_t handle, int to) argument
1752 hci_encrypt_link(int dd, uint16_t handle, uint8_t encrypt, int to) argument
1780 hci_change_link_key(int dd, uint16_t handle, int to) argument
1807 hci_switch_role(int dd, bdaddr_t *bdaddr, uint8_t role, int to) argument
1834 hci_park_mode(int dd, uint16_t handle, uint16_t max_interval, uint16_t min_interval, int to) argument
1865 hci_exit_park_mode(int dd, uint16_t handle, int to) argument
1894 hci_read_inquiry_scan_type(int dd, uint8_t *type, int to) argument
1917 hci_write_inquiry_scan_type(int dd, uint8_t type, int to) argument
1945 hci_read_inquiry_mode(int dd, uint8_t *mode, int to) argument
1968 hci_write_inquiry_mode(int dd, uint8_t mode, int to) argument
1996 hci_read_afh_mode(int dd, uint8_t *mode, int to) argument
2019 hci_write_afh_mode(int dd, uint8_t mode, int to) argument
2047 hci_read_ext_inquiry_response(int dd, uint8_t *fec, uint8_t *data, int to) argument
2072 hci_write_ext_inquiry_response(int dd, uint8_t fec, uint8_t *data, int to) argument
2101 hci_read_simple_pairing_mode(int dd, uint8_t *mode, int to) argument
2124 hci_write_simple_pairing_mode(int dd, uint8_t mode, int to) argument
2152 hci_read_local_oob_data(int dd, uint8_t *hash, uint8_t *randomizer, int to) argument
2176 hci_read_inquiry_transmit_power_level(int dd, int8_t *level, int to) argument
2199 hci_write_inquiry_transmit_power_level(int dd, int8_t level, int to) argument
2227 hci_read_transmit_power_level(int dd, uint16_t handle, uint8_t type, int8_t *level, int to) argument
2257 hci_read_link_policy(int dd, uint16_t handle, uint16_t *policy, int to) argument
2282 hci_write_link_policy(int dd, uint16_t handle, uint16_t policy, int to) argument
2311 hci_read_link_supervision_timeout(int dd, uint16_t handle, uint16_t *timeout, int to) argument
2336 hci_write_link_supervision_timeout(int dd, uint16_t handle, uint16_t timeout, int to) argument
2365 hci_set_afh_classification(int dd, uint8_t *map, int to) argument
2393 hci_read_link_quality(int dd, uint16_t handle, uint8_t *link_quality, int to) argument
2418 hci_read_rssi(int dd, uint16_t handle, int8_t *rssi, int to) argument
2443 hci_read_afh_map(int dd, uint16_t handle, uint8_t *mode, uint8_t *map, int to) argument
2469 hci_read_clock(int dd, uint16_t handle, uint8_t which, uint32_t *clock, uint16_t *accuracy, int to) argument
[all...]
/external/zlib/contrib/masm686/
H A Dmatch.asm37 ds_strm dd ?
38 ds_status dd ?
39 ds_pending_buf dd ?
40 ds_pending_buf_size dd ?
41 ds_pending_out dd ?
42 ds_pending dd ?
43 ds_wrap dd ?
45 ds_gzhead dd ?
46 ds_gzindex dd ?
51 ds_last_flush dd
[all...]
/external/bluetooth/bluez/src/
H A Ddbus-hci.c222 int dd; local
225 dd = hci_open_dev(dev_id);
226 if (dd < 0) {
235 hci_send_cmd(dd, OGF_LINK_CTL, OCF_USER_CONFIRM_NEG_REPLY,
238 hci_send_cmd(dd, OGF_LINK_CTL, OCF_USER_CONFIRM_REPLY,
241 hci_close_dev(dd);
251 int dd; local
254 dd = hci_open_dev(dev_id);
255 if (dd < 0) {
267 hci_send_cmd(dd, OGF_LINK_CT
282 int dd; local
309 int err, dd, dev_id; local
353 int dd; local
394 int dd; local
780 int dd = -1; local
829 int dd; local
862 int dd; local
[all...]
/external/openssl/crypto/mdc2/
H A Dmdc2dgst.c132 DES_LONG d[2],dd[2]; local
139 c2l(in,tin0); d[0]=dd[0]=tin0;
140 c2l(in,tin1); d[1]=dd[1]=tin1;
150 DES_encrypt1(dd,&k,1);
152 ttin0=tin0^dd[0];
153 ttin1=tin1^dd[1];

Completed in 305 milliseconds

1234