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

  /system/bt/bta/gatt/
bta_gatts_utils.c 194 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
222 bta_gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16);
223 pt = tu;
bta_gattc_utils.c 77 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
108 bta_gatt_convert_uuid16_to_uuid128(tu, p_tar->uu.uuid16);
109 pt = tu;
  /external/wpa_supplicant_8/src/p2p/
p2p_dev_disc.c 262 * Peer is expected to be awake for at least 100 TU; try to
312 unsigned int tu; local
315 p2p_dbg(p2p, "Received GO Discoverability Request - remain awake for 100 TU");
321 /* Remain awake 100 TU on operating channel */
323 tu = 100;
324 if (p2p->cfg->start_listen(p2p->cfg->cb_ctx, rx_freq, 1024 * tu / 1000,
p2p.c 255 unsigned int r, tu; local
276 tu = (r % ((p2p->max_disc_int - p2p->min_disc_int) + 1) +
278 if (p2p->max_disc_tu >= 0 && tu > (unsigned int) p2p->max_disc_tu)
279 tu = p2p->max_disc_tu;
280 if (!dev_disc && tu < 100)
281 tu = 100; /* Need to wait in non-device discovery use cases */
282 if (p2p->cfg->max_listen && 1024 * tu / 1000 > p2p->cfg->max_listen)
283 tu = p2p->cfg->max_listen * 1000 / 1024;
285 if (tu == 0) {
286 p2p_dbg(p2p, "Skip listen state since duration was 0 TU");
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 65 float t, tu, tv; local
71 tu = sign*COORD(u, index) - u->sw*k;
72 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) {
76 if ((tu <= 0.0f) ^ (tv <= 0.0f)) {
78 t = tu/(tu-tv);
  /external/clang/test/Sema/
transparent-union.c 7 } TU __attribute__((transparent_union));
9 void f(TU); // expected-note{{passing argument to parameter here}}
17 TU tu_ip = ip; // expected-error{{incompatible type}}
18 TU tu; local
19 tu.ip = ip;
25 void fip(TU);
28 void ffp(TU);
31 void flp(TU);
34 void fvp(TU); // expected-note{{previous declaration is here}
    [all...]
  /external/wpa_supplicant_8/src/ap/
ieee802_11_shared.c 26 u32 timeout, tu; local
34 tu = (passed.sec * 1000000 + passed.usec) / 1024;
35 if (hapd->conf->assoc_sa_query_max_timeout > tu)
36 timeout = hapd->conf->assoc_sa_query_max_timeout - tu;
sta_info.c 1018 u32 tu; local
1022 tu = (passed.sec * 1000000 + passed.usec) / 1024;
1023 if (hapd->conf->assoc_sa_query_max_timeout < tu) {
    [all...]
  /art/runtime/base/
timing_logger.cc 203 TimeUnit tu = GetAppropriateTimeUnit(longest_split); local
204 uint64_t divisor = GetNsToTimeUnitDivisor(tu);
221 os << FormatDuration(exclusive_time, tu, kFractionalDigits);
224 os << "/" << FormatDuration(total_time, tu, kFractionalDigits);
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1526 u32 tu; local
    [all...]
  /external/opencv3/3rdparty/libwebp/dsp/
dec_sse2.c 820 uint8_t* const tu = u - 4; local
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 1030 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
gdb-index.cc 290 // The current CU index (negative for a TU).
292 // The language of the current CU or TU.
337 // Use a negative index to flag this as a TU instead of a CU.
885 // Read the .debug_pubnames and .debug_pubtypes tables for the CU or TU.
915 // If die is a TU, then it might correspond to a CU which we
1019 // when we encounter the die for that cu or tu.
1267 const Type_unit& tu = this->type_units_[i]; local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 872 uint8_t* const tu = u - 4; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3drmdef.h 424 D3DVALUE tu; member in struct:_D3DRMVERTEX
d3dtypes.h 232 D3DVALUE tu; member in union:_D3DTLVERTEX::__anon41828
245 tu = _tu; tv = _tv;
273 D3DVALUE tu; member in union:_D3DLVERTEX::__anon41835
308 D3DVALUE tu; member in union:_D3DVERTEX::__anon41843
321 tu = _tu; tv = _tv;
    [all...]
d3drmobj.h 186 D3DVALUE tu; member in struct:_D3DRMPICKDESC2
    [all...]
  /external/chromium-trace/catapult/tracing/third_party/d3/
d3.min.js     [all...]
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 

Completed in 795 milliseconds