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

12345

/external/bluetooth/bluez/lib/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/Source/WebCore/html/canvas/
H A DCanvasPattern.idl30 ImplementationUUID=82f5d713-3d17-44dd-aa4a-7766fe345940
/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/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.h37 void dtoa(DtoaBuffer result, double dd, bool& sign, int& exponent, unsigned& precision);
38 void dtoaRoundSF(DtoaBuffer result, double dd, int ndigits, bool& sign, int& exponent, unsigned& precision);
39 void dtoaRoundDP(DtoaBuffer result, double dd, int ndigits, bool& sign, int& exponent, unsigned& precision);
/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/bluetooth/bluez/tools/
H A Dhcitool.c553 int i, n, l, opt, dd, cc, nc; local
637 dd = hci_open_dev(dev_id);
638 if (dd < 0) {
670 if (hci_read_remote_name_with_clock_offset(dd,
708 if (ioctl(dd, HCIGETCONNINFO, (unsigned long) cr) < 0) {
719 if (hci_create_connection(dd, &(info+i)->bdaddr,
730 if (hci_read_remote_name_with_clock_offset(dd,
763 if (hci_read_remote_version(dd, handle, &version, 20000) == 0) {
775 if (hci_read_remote_features(dd, handle, features, 20000) == 0) {
789 hci_disconnect(dd, handl
816 int opt, dd; local
869 int i, opt, dd, cc = 0; local
1005 int opt, dd; local
1059 int opt, dd; local
1106 int i, opt, len, dd; local
1223 int dd, opt; local
1284 int opt, dd; local
1349 int opt, dd; local
1411 int opt, dd; local
1479 int opt, dd; local
1548 int opt, dd; local
1619 int opt, dd; local
1699 int dd, opt; local
1778 int opt, dd; local
1871 int opt, dd; local
1955 int opt, dd; local
2021 int opt, dd; local
2088 int opt, dd; local
2154 int opt, dd; local
2224 int opt, dd; local
2349 print_advertising_devices(int dd, uint8_t filter_type) argument
2426 int err, opt, dd; local
2511 int err, opt, dd; local
2584 int err, opt, dd; local
2634 int err, opt, dd; local
2680 int err, dd, opt; local
2726 int err, dd, opt; local
2769 int err, opt, dd; local
2829 int opt, dd, base; local
[all...]
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 Dhciconfig.c79 int dd = hci_open_dev(di.dev_id); local
80 hci_read_bd_addr(dd, &di.bdaddr, 1000);
81 hci_close_dev(dd);
203 int dd, err, ret; local
211 dd = hci_open_dev(hdev);
212 if (dd < 0) {
231 ret = hci_send_req(dd, &rq, 1000);
238 hci_close_dev(dd);
246 int dd, ret; local
251 dd
292 int err, dd; local
548 int i, dd; local
596 int dd; local
986 int dd; local
1023 int dd; local
1055 int i, dd; local
1086 int i, n, dd; local
1125 int dd; local
1161 int dd; local
1196 int dd; local
1245 int i, dd; local
1351 int dd; local
1591 int dd; local
1624 int dd; local
1656 print_rev_ericsson(int dd) argument
1678 print_rev_csr(int dd, uint16_t rev) argument
1702 print_rev_digianswer(int dd) argument
1742 int dd; local
1786 int dd; local
1811 int dd; local
2004 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/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/lib/
H A Dhci.c812 int hci_for_each_dev(int flag, int (*func)(int dd, int dev_id, long arg), argument
861 static int __other_bdaddr(int dd, int dev_id, long arg) argument
865 if (ioctl(dd, HCIGETDEVINFO, (void *) &di))
874 static int __same_bdaddr(int dd, int dev_id, long arg) argument
878 if (ioctl(dd, HCIGETDEVINFO, (void *) &di))
910 int dd, err, ret; local
912 dd = socket(AF_BLUETOOTH, SOCK_RAW, BTPROTO_HCI);
913 if (dd < 0)
914 return dd;
919 ret = ioctl(dd, HCIGETDEVINF
953 int dd, size, err, ret = -1; local
1021 int dd, err; local
1045 hci_close_dev(int dd) argument
1053 hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param) argument
1083 hci_send_req(int dd, struct hci_request *r, int to) argument
1229 hci_create_connection(int dd, const bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to) argument
1265 hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to) argument
1294 hci_le_add_white_list(int dd, const bdaddr_t *bdaddr, uint8_t type, int to) argument
1323 hci_le_rm_white_list(int dd, const bdaddr_t *bdaddr, uint8_t type, int to) argument
1352 hci_le_read_white_list_size(int dd, uint8_t *size, int to) argument
1379 hci_le_clear_white_list(int dd, int to) argument
1401 hci_read_local_name(int dd, int len, char *name, int to) argument
1425 hci_write_local_name(int dd, const char *name, int to) argument
1445 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
1481 hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to) argument
1488 hci_read_remote_name_cancel(int dd, const bdaddr_t *bdaddr, int to) argument
1508 hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to) argument
1541 hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to) argument
1573 hci_read_remote_ext_features(int dd, uint16_t handle, uint8_t page, uint8_t *max_page, uint8_t *features, int to) argument
1611 hci_read_clock_offset(int dd, uint16_t handle, uint16_t *clkoffset, int to) argument
1641 hci_read_local_version(int dd, struct hci_version *ver, int to) argument
1668 hci_read_local_commands(int dd, uint8_t *commands, int to) argument
1693 hci_read_local_features(int dd, uint8_t *features, int to) argument
1718 hci_read_local_ext_features(int dd, uint8_t page, uint8_t *max_page, uint8_t *features, int to) argument
1752 hci_read_bd_addr(int dd, bdaddr_t *bdaddr, int to) argument
1777 hci_read_class_of_dev(int dd, uint8_t *cls, int to) argument
1800 hci_write_class_of_dev(int dd, uint32_t cls, int to) argument
1816 hci_read_voice_setting(int dd, uint16_t *vs, int to) argument
1839 hci_write_voice_setting(int dd, uint16_t vs, int to) argument
1854 hci_read_current_iac_lap(int dd, uint8_t *num_iac, uint8_t *lap, int to) argument
1878 hci_write_current_iac_lap(int dd, uint8_t num_iac, uint8_t *lap, int to) argument
1896 hci_read_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to) argument
1914 hci_write_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t *key, int to) argument
1933 hci_delete_stored_link_key(int dd, bdaddr_t *bdaddr, uint8_t all, int to) argument
1951 hci_authenticate_link(int dd, uint16_t handle, int to) argument
1978 hci_encrypt_link(int dd, uint16_t handle, uint8_t encrypt, int to) argument
2006 hci_change_link_key(int dd, uint16_t handle, int to) argument
2033 hci_switch_role(int dd, bdaddr_t *bdaddr, uint8_t role, int to) argument
2060 hci_park_mode(int dd, uint16_t handle, uint16_t max_interval, uint16_t min_interval, int to) argument
2092 hci_exit_park_mode(int dd, uint16_t handle, int to) argument
2121 hci_read_inquiry_scan_type(int dd, uint8_t *type, int to) argument
2144 hci_write_inquiry_scan_type(int dd, uint8_t type, int to) argument
2172 hci_read_inquiry_mode(int dd, uint8_t *mode, int to) argument
2195 hci_write_inquiry_mode(int dd, uint8_t mode, int to) argument
2223 hci_read_afh_mode(int dd, uint8_t *mode, int to) argument
2246 hci_write_afh_mode(int dd, uint8_t mode, int to) argument
2274 hci_read_ext_inquiry_response(int dd, uint8_t *fec, uint8_t *data, int to) argument
2299 hci_write_ext_inquiry_response(int dd, uint8_t fec, uint8_t *data, int to) argument
2328 hci_read_simple_pairing_mode(int dd, uint8_t *mode, int to) argument
2351 hci_write_simple_pairing_mode(int dd, uint8_t mode, int to) argument
2379 hci_read_local_oob_data(int dd, uint8_t *hash, uint8_t *randomizer, int to) argument
2403 hci_read_inq_response_tx_power_level(int dd, int8_t *level, int to) argument
2426 hci_read_inquiry_transmit_power_level(int dd, int8_t *level, int to) argument
2431 hci_write_inquiry_transmit_power_level(int dd, int8_t level, int to) argument
2459 hci_read_transmit_power_level(int dd, uint16_t handle, uint8_t type, int8_t *level, int to) argument
2490 hci_read_link_policy(int dd, uint16_t handle, uint16_t *policy, int to) argument
2515 hci_write_link_policy(int dd, uint16_t handle, uint16_t policy, int to) argument
2544 hci_read_link_supervision_timeout(int dd, uint16_t handle, uint16_t *timeout, int to) argument
2570 hci_write_link_supervision_timeout(int dd, uint16_t handle, uint16_t timeout, int to) argument
2600 hci_set_afh_classification(int dd, uint8_t *map, int to) argument
2628 hci_read_link_quality(int dd, uint16_t handle, uint8_t *link_quality, int to) argument
2654 hci_read_rssi(int dd, uint16_t handle, int8_t *rssi, int to) argument
2679 hci_read_afh_map(int dd, uint16_t handle, uint8_t *mode, uint8_t *map, int to) argument
2706 hci_read_clock(int dd, uint16_t handle, uint8_t which, uint32_t *clock, uint16_t *accuracy, int to) argument
2738 hci_le_set_scan_enable(int dd, uint8_t enable, uint8_t filter_dup, int to) argument
2767 hci_le_set_scan_parameters(int dd, uint8_t type, uint16_t interval, uint16_t window, uint8_t own_type, uint8_t filter, int to) argument
2801 hci_le_set_advertise_enable(int dd, uint8_t enable, int to) argument
2829 hci_le_create_conn(int dd, uint16_t interval, uint16_t window, uint8_t initiator_filter, uint8_t peer_bdaddr_type, bdaddr_t peer_bdaddr, uint8_t own_bdaddr_type, uint16_t min_interval, uint16_t max_interval, uint16_t latency, uint16_t supervision_timeout, uint16_t min_ce_length, uint16_t max_ce_length, uint16_t *handle, int to) argument
2878 hci_le_conn_update(int dd, uint16_t handle, uint16_t min_interval, uint16_t max_interval, uint16_t latency, uint16_t supervision_timeout, int to) argument
[all...]
/external/clang/test/SemaCXX/
H A Ddeleted-function.cpp31 WithDel dd; // expected-error {{call to deleted constructor of 'WithDel'}} local
/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/libvpx/vp8/encoder/x86/
H A Dsad_ssse3.asm173 dd vp8_sad16x16x3_ssse3_aligned_by_0 - vp8_sad16x16x3_ssse3_do_jump
174 dd vp8_sad16x16x3_ssse3_aligned_by_1 - vp8_sad16x16x3_ssse3_do_jump
175 dd vp8_sad16x16x3_ssse3_aligned_by_2 - vp8_sad16x16x3_ssse3_do_jump
176 dd vp8_sad16x16x3_ssse3_aligned_by_3 - vp8_sad16x16x3_ssse3_do_jump
177 dd vp8_sad16x16x3_ssse3_aligned_by_4 - vp8_sad16x16x3_ssse3_do_jump
178 dd vp8_sad16x16x3_ssse3_aligned_by_5 - vp8_sad16x16x3_ssse3_do_jump
179 dd vp8_sad16x16x3_ssse3_aligned_by_6 - vp8_sad16x16x3_ssse3_do_jump
180 dd vp8_sad16x16x3_ssse3_aligned_by_7 - vp8_sad16x16x3_ssse3_do_jump
181 dd vp8_sad16x16x3_ssse3_aligned_by_8 - vp8_sad16x16x3_ssse3_do_jump
182 dd vp8_sad16x16x3_ssse3_aligned_by_
[all...]
/external/webkit/Source/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/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/webkit/Source/WebCore/inspector/front-end/
H A DImageView.js94 var dd = document.createElement("dd");
95 dd.textContent = imageProperties[i].value;
96 infoListElement.appendChild(dd);
101 var dd = document.createElement("dd"); variable
102 dd.appendChild(WebInspector.linkifyURLAsNode(this.resource.url));
103 infoListElement.appendChild(dd);

Completed in 381 milliseconds

12345