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

  /external/bluetooth/hcidump/src/
csrsniff.c 159 struct hci_filter flt; local
237 hci_filter_clear(&flt);
238 hci_filter_set_ptype(HCI_ACLDATA_PKT, &flt);
239 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
240 hci_filter_set_event(EVT_VENDOR, &flt);
242 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
bpasniff.c 265 struct hci_filter flt; local
284 hci_filter_clear(&flt);
285 hci_filter_set_ptype(HCI_VENDOR_PKT, &flt);
286 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
287 hci_filter_set_event(EVT_VENDOR, &flt);
289 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
hcidump.c 559 struct hci_filter flt; local
606 hci_filter_clear(&flt);
607 hci_filter_all_ptypes(&flt);
608 hci_filter_all_events(&flt);
609 if (setsockopt(sk, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/qemu/
bt-host.c 159 struct hci_filter flt; local
178 hci_filter_clear(&flt);
179 hci_filter_all_ptypes(&flt);
180 hci_filter_all_events(&flt);
182 if (setsockopt(fd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /external/bluetooth/bluez/plugins/
hciops.c 321 struct hci_filter flt; local
351 hci_filter_clear(&flt);
352 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
353 hci_filter_set_event(EVT_STACK_INTERNAL, &flt);
354 if (setsockopt(sock, SOL_HCI, HCI_FILTER, &flt,
355 sizeof(flt)) < 0) {
  /external/chromium/third_party/icu/source/test/iotest/
iotest.cpp 374 volatile float flt, expectedFlt; // Use volatile in order to get around an Intel compiler issue. local
426 uBufferLenReturned = u_sscanf_u(argument, format, &flt);
427 //uFileBufferLenReturned = u_fscanf_u(testFile, format, flt);
428 if (flt != expectedFlt) {
430 i, flt, expectedFlt);
    [all...]
  /external/icu4c/test/iotest/
iotest.cpp 380 volatile float flt, expectedFlt; // Use volatile in order to get around an Intel compiler issue. local
432 uBufferLenReturned = u_sscanf_u(argument, format, &flt);
433 //uFileBufferLenReturned = u_fscanf_u(testFile, format, flt);
434 if (flt != expectedFlt) {
436 i, flt, expectedFlt);
    [all...]
  /external/libffi/darwin-x86/
ffi.h 206 float flt; member in union:__anon4953
217 float flt; member in union:__anon4954
  /external/libffi/include/
ffi_real.h 207 float flt; member in union:__anon4961
218 float flt; member in union:__anon4962
  /libcore/luni/src/main/native/
org_apache_harmony_luni_util_FloatingPointParser.cpp 1001 jfloat flt = createFloat(env, str.c_str(), e); local
1003 if (((int32_t) FLOAT_TO_INTBITS (flt)) >= 0) {
1004 return flt;
1005 } else if (((int32_t) FLOAT_TO_INTBITS (flt)) == (int32_t) - 1) {
  /external/bluetooth/bluez/src/
security.c 1115 struct hci_filter flt; local
1131 hci_filter_clear(&flt);
1132 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
1133 hci_filter_set_event(EVT_CMD_STATUS, &flt);
1134 hci_filter_set_event(EVT_CMD_COMPLETE, &flt);
1135 hci_filter_set_event(EVT_PIN_CODE_REQ, &flt);
1136 hci_filter_set_event(EVT_LINK_KEY_REQ, &flt);
1137 hci_filter_set_event(EVT_LINK_KEY_NOTIFY, &flt);
1138 hci_filter_set_event(EVT_RETURN_LINK_KEYS, &flt);
1139 hci_filter_set_event(EVT_IO_CAPABILITY_REQUEST, &flt);
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 1088 struct hci_filter flt; local
1108 hci_filter_clear(&flt);
1109 hci_filter_all_ptypes(&flt);
1110 hci_filter_all_events(&flt);
1112 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
  /libcore/luni/src/test/java/org/apache/harmony/nio/tests/java/nio/
FloatBufferTest.java 104 float flt = Float.intBitsToFloat(intBitsIn); local
105 int intBitsOut = Float.floatToRawIntBits(flt);
111 buffer.putFloat(flt);
  /external/bluetooth/bluez/tools/
hcitool.c 1077 struct hci_filter flt; local
1119 hci_filter_clear(&flt);
1120 hci_filter_set_ptype(HCI_EVENT_PKT, &flt);
1121 hci_filter_all_events(&flt);
1122 if (setsockopt(dd, SOL_HCI, HCI_FILTER, &flt, sizeof(flt)) < 0) {
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 351 milliseconds