HomeSort by relevance Sort by last modified time
    Searched refs:TTT (Results 1 - 13 of 13) sorted by null

  /external/libxaac/decoder/
ixheaacd_tcx_fwd_alcnx.c 157 WORD32 TTT;
353 TTT = fac_length % LEN_SUBFR;
354 if (TTT != 0)
355 ixheaacd_residual_tool_float(ptr_a, &buf[ORDER], &exc[-fac_length], TTT,
358 loop_count = (fac_length - TTT) / LEN_SUBFR;
359 ixheaacd_residual_tool_float(ptr_a, &buf[ORDER + TTT],
360 &exc[TTT - fac_length], LEN_SUBFR, loop_count);
ixheaacd_acelp_decode.c 364 WORD32 TTT;
427 TTT = fac_length % LEN_SUBFR;
428 if (TTT != 0) {
431 &xcitation_curr[fac_length - (2 * fac_length)], TTT, 1);
435 loop_count = (fac_length + TTT) / LEN_SUBFR;
436 ixheaacd_residual_tool_float(ptr_lp_filt_coeff, &xn2[fac_length + TTT],
437 &xcitation_curr[TTT - fac_length], LEN_SUBFR,
  /external/clang/test/Sema/
warn-documentation.cpp 430 // expected-warning@+1 {{template parameter 'T' not found in the template declaration}} expected-note@+1 {{did you mean 'TTT'?}}
432 template<typename TTT>
433 void test_tparam6(TTT aaa);
460 /// \tparam TTT Ccc
461 template<template<template<typename T> class TT, class C> class TTT>
    [all...]
  /external/clang/test/Index/
comment-to-html-xml-conversion.cpp 404 /// \tparam TTT Ddd
408 template<template<template<typename T> class TT, class C> class TTT>
411 // CHECK: comment-to-html-xml-conversion.cpp:[[@LINE-2]]:6: FunctionTemplate=test_cmd_tparam_5:{{.*}} FullCommentAsHTML=[<dl><dt class="tparam-name-index-0">TTT</dt><dd class="tparam-descr-index-0"> Ddd </dd><dt class="tparam-name-index-other">C</dt><dd class="tparam-descr-index-other"> Ccc </dd><dt class="tparam-name-index-other">T</dt><dd class="tparam-descr-index-other"> Aaa </dd><dt class="tparam-name-index-other">TT</dt><dd class="tparam-descr-index-other"> Bbb</dd></dl>] FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}comment-to-html-xml-conversion.cpp" line="[[@LINE-2]]" column="6"><Name>test_cmd_tparam_5</Name><USR>c:@FT@&gt;1#t&gt;2#t&gt;1#T#Ttest_cmd_tparam_5#v#</USR><Declaration>template &lt;template &lt;template &lt;typename T&gt; class TT, class C&gt; class TTT&gt;\nvoid test_cmd_tparam_5()</Declaration><TemplateParameters><Parameter><Name>TTT</Name><Index>0</Index><Discussion><Para> Ddd </Para></Discussion></Parameter><Parameter><Name>C</Name><Discussion><Para> Ccc </Para></Discussion></Parameter><Parameter><Name>T</Name><Discussion><Para> Aaa </Para></Discussion></Parameter><Parameter><Name>TT</Name><Discussion><Para> Bbb</Para></Discussion></Parameter></TemplateParameters></Function>]
416 // CHECK-NEXT: (CXComment_TParamCommand ParamName=[TTT] ParamPosition={0}
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 572 UINT32 TTT:2;
600 UINT32 TTT:2;
867 @param TTT The TT think time of the hub device.
878 IN UINT8 TTT,
888 @param TTT The TT think time of the hub device.
899 IN UINT8 TTT,
    [all...]
XhcPeim.c 519 UINT8 TTT;
735 // The bit 5,6 of HubCharacter field of Hub Descriptor is TTT.
737 TTT = (UINT8) ((HubDesc->HubCharacter & (BIT5 | BIT6)) >> 5);
749 Status = XhcPeiConfigHubContext (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
751 Status = XhcPeiConfigHubContext64 (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
    [all...]
XhciSched.c     [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue5162.go 19 onesA := [NNN]ttt{ONES}
20 onesB := [NNN]ttt{ONES}
21 twos := [NNN]ttt{TWOS}
37 onesA := [NNN]ttt{ONES}
38 onesB := [NNN]ttt{ONES}
39 twos := [NNN]ttt{TWOS}
74 src = strings.Replace(src, "TTT", strings.Title(typ), -1)
75 src = strings.Replace(src, "ttt", typ, -1)
  /prebuilts/go/linux-x86/test/fixedbugs/
issue5162.go 19 onesA := [NNN]ttt{ONES}
20 onesB := [NNN]ttt{ONES}
21 twos := [NNN]ttt{TWOS}
37 onesA := [NNN]ttt{ONES}
38 onesB := [NNN]ttt{ONES}
39 twos := [NNN]ttt{TWOS}
74 src = strings.Replace(src, "TTT", strings.Title(typ), -1)
75 src = strings.Replace(src, "ttt", typ, -1)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 576 UINT32 TTT:2;
604 UINT32 TTT:2;
965 @param TTT The TT think time of the hub device.
976 IN UINT8 TTT,
987 @param TTT The TT think time of the hub device.
998 IN UINT8 TTT,
    [all...]
Xhci.c 766 UINT8 TTT;
993 // The bit 5,6 of HubCharacter field of Hub Descriptor is TTT.
995 TTT = (UINT8)((HubDesc->HubCharacter & (BIT5 | BIT6)) >> 5);
1007 Status = XhcConfigHubContext (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
1009 Status = XhcConfigHubContext64 (Xhc, SlotId, HubDesc->NumPorts, TTT, MTT);
    [all...]
XhciSched.c     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp 390 TimerMarker TTT(TimerStack::TT_liveness, this);
    [all...]

Completed in 695 milliseconds