Home
last modified time | relevance | path

Searched refs:cc (Results 1 – 11 of 11) sorted by relevance

/hardware/interfaces/bluetooth/1.0/default/
DAndroid.bp22 "bluetooth_hci.cc",
23 "bluetooth_address.cc",
24 "vendor_interface.cc",
47 "async_fd_watcher.cc",
60 "hci_packetizer.cc",
61 "hci_protocol.cc",
62 "h4_protocol.cc",
63 "mct_protocol.cc",
79 "test/async_fd_watcher_unittest.cc",
80 "test/h4_protocol_unittest.cc",
[all …]
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/
Dml_math_func.c826 long xx, cc; in inv_fast_sqrt() local
846 cc = x0 - (1L<<30); in inv_fast_sqrt()
847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt()
852 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt()
853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
856 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt()
857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
/hardware/invensense/6515/libsensors_iio/software/core/mllite/
Dml_math_func.c826 long xx, cc; in inv_fast_sqrt() local
846 cc = x0 - (1L<<30); in inv_fast_sqrt()
847 xx = x0 - (inv_q30_mult(x0, cc)>>1); in inv_fast_sqrt()
852 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt()
853 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
856 cc = inv_q30_mult( cc, inv_q30_mult(cc, (cc>>1) - one_pt5) ) >> 1; in inv_fast_sqrt()
857 xx = xx - (inv_q30_mult(xx, cc)>>1); in inv_fast_sqrt()
/hardware/intel/common/libmix/mix_common/
DINSTALL162 ./configure CC="cc -Ae"
171 ./configure CC="cc"
175 ./configure CC="cc -nodtk"
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c2210 #define FORMALIZE(var) {cc += (var & 0x80000000) ? 1 : 0; var &= 0x7fffffff;} in bcm_uint64_multiple_add()
2212 uint32 a1, a0, b1, b0, t, cc = 0; in bcm_uint64_multiple_add() local
2239 r0 |= (cc % 2) ? 0x80000000 : 0; in bcm_uint64_multiple_add()
2240 r1 = a1 * b1 + ((a1 * b0) >> 16) + ((b1 * a0) >> 16) + (cc / 2); in bcm_uint64_multiple_add()
/hardware/qcom/bt/msm8996/libbt-vendor/src/
Dhw_ar3k.c273 evt_cmd_complete *cc = (void *)event; in read_ps_event() local
277 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
/hardware/qcom/bt/msm8992/libbt-vendor/src/
Dhw_ar3k.c271 evt_cmd_complete *cc = (void *)event; in read_ps_event() local
275 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
/hardware/qcom/bt/msm8909/libbt-vendor/src/
Dhw_ar3k.c271 evt_cmd_complete *cc = (void *)event; in read_ps_event() local
275 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
/hardware/qcom/bt/msm8998/libbt-vendor/src/
Dhw_ar3k.c274 evt_cmd_complete *cc = (void *)event; in read_ps_event() local
278 if (cc->opcode == opcode && event[0] == HCI_EV_SUCCESS) in read_ps_event()
/hardware/intel/common/libva/
Dconfigure.ac182 if ${CC-cc} -Werror -S conftest.c -o conftest.s >/dev/null 2>&1; then
/hardware/intel/common/libva/doc/
DDoxyfile615 # *.c *.cc *.cxx *.cpp *.c++ *.d *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh