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

  /external/bluetooth/bluedroid/bta/gatt/
bta_gatts_utils.c 195 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
223 bta_gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16);
224 pt = tu;
bta_gattc_utils.c 75 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
106 bta_gatt_convert_uuid16_to_uuid128(tu, p_tar->uu.uuid16);
107 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 243 unsigned int r, tu; local
264 tu = (r % ((p2p->max_disc_int - p2p->min_disc_int) + 1) +
266 if (p2p->max_disc_tu >= 0 && tu > (unsigned int) p2p->max_disc_tu)
267 tu = p2p->max_disc_tu;
268 if (!dev_disc && tu < 100)
269 tu = 100; /* Need to wait in non-device discovery use cases */
270 if (p2p->cfg->max_listen && 1024 * tu / 1000 > p2p->cfg->max_listen)
271 tu = p2p->cfg->max_listen * 1000 / 1024;
273 if (tu == 0) {
274 p2p_dbg(p2p, "Skip listen state since duration was 0 TU");
    [all...]
  /frameworks/base/core/jni/android/opengl/
poly_clip.cpp 66 float t, tu, tv; local
72 tu = sign*COORD(u, index) - u->sw*k;
73 for (v= &p->vert[0], i=p->n; i>0; i--, u=v, tu=tv, v++) {
77 if ((tu <= 0.0f) ^ (tv <= 0.0f)) {
79 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 861 u32 tu; local
865 tu = (passed.sec * 1000000 + passed.usec) / 1024;
866 if (hapd->conf->assoc_sa_query_max_timeout < tu) {
  /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/yaffs2/yaffs2/utils/
mkyaffsimage.c 189 yaffs_TagsUnion *tu = (yaffs_TagsUnion *)tagsPtr; local
193 sparePtr->tagByte0 = tu->asBytes[0];
194 sparePtr->tagByte1 = tu->asBytes[1];
195 sparePtr->tagByte2 = tu->asBytes[2];
196 sparePtr->tagByte3 = tu->asBytes[3];
197 sparePtr->tagByte4 = tu->asBytes[4];
198 sparePtr->tagByte5 = tu->asBytes[5];
199 sparePtr->tagByte6 = tu->asBytes[6];
200 sparePtr->tagByte7 = tu->asBytes[7];
  /external/yaffs2/yaffs2/
yaffs_tagscompat.c 123 yaffs_TagsUnion *tu = (yaffs_TagsUnion *) tagsPtr; local
127 sparePtr->tagByte0 = tu->asBytes[0];
128 sparePtr->tagByte1 = tu->asBytes[1];
129 sparePtr->tagByte2 = tu->asBytes[2];
130 sparePtr->tagByte3 = tu->asBytes[3];
131 sparePtr->tagByte4 = tu->asBytes[4];
132 sparePtr->tagByte5 = tu->asBytes[5];
133 sparePtr->tagByte6 = tu->asBytes[6];
134 sparePtr->tagByte7 = tu->asBytes[7];
140 yaffs_TagsUnion *tu = (yaffs_TagsUnion *) tagsPtr local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
sme.c 1263 u32 tu; local
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 1002 UINT8 su[LEN_UUID_128], tu[LEN_UUID_128]; local
1041 gatt_convert_uuid16_to_uuid128(tu, tar.uu.uuid16);
1042 pt = tu;
1047 gatt_convert_uuid32_to_uuid128(tu, tar.uu.uuid32);
1048 pt = tu;
    [all...]
  /external/chromium_org/third_party/libwebp/dsp/
dec_sse2.c 889 uint8_t* const tu = u - 4; local
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 889 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::__anon28620
245 tu = _tu; tv = _tv;
273 D3DVALUE tu; member in union:_D3DLVERTEX::__anon28627
308 D3DVALUE tu; member in union:_D3DVERTEX::__anon28635
321 tu = _tu; tv = _tv;
    [all...]
d3drmobj.h 186 D3DVALUE tu; member in struct:_D3DRMPICKDESC2
    [all...]
  /external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js 277 function tu(a,b){a.b=null;a.d.lastIndex=0;return gl(a.d,a.c,b)}
316 function Ye(a,b,c){Xe();var d,e;e=new yu(b);d=new uu(e.c,e.b,a);return tu(d,c)}
396 function Jo(a){Io();var b;b=tu(wu(Ho,a),'\u2063');b=tu(wu(Go,b),fv);b=Jp(b,'[ \u2063]+',qv);b=_e(b);return Lp(b,'[ ]+',0)}
    [all...]

Completed in 574 milliseconds