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

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 38 Word16 Tm;
56 Tm = 0;
88 Tm = i;
96 /* Compute normalize correlation at delay Tm */
101 p2 = hp_wsp - Tm;
156 return (Tm);
  /external/clang/lib/Analysis/
ThreadSafetyCommon.cpp 888 auto *Tm = new (Arena) til::Goto(BB, Idx);
889 CurrentBB->setTerminator(Tm);
897 auto *Tm = new (Arena) til::Branch(C, BB1, BB2);
898 CurrentBB->setTerminator(Tm);
    [all...]
  /prebuilts/go/darwin-x86/test/
escape2.go 1379 type Tm struct {
1383 func (t *Tm) M() { // ERROR "\(\*Tm\).M t does not escape$"
1389 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1397 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1406 var t Tm
    [all...]
escape2n.go 1379 type Tm struct {
1383 func (t *Tm) M() { // ERROR "\(\*Tm\).M t does not escape$"
1389 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1397 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1406 var t Tm
    [all...]
  /prebuilts/go/linux-x86/test/
escape2.go 1379 type Tm struct {
1383 func (t *Tm) M() { // ERROR "\(\*Tm\).M t does not escape$"
1389 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1397 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1406 var t Tm
    [all...]
escape2n.go 1379 type Tm struct {
1383 func (t *Tm) M() { // ERROR "\(\*Tm\).M t does not escape$"
1389 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1397 t := new(Tm) // ERROR "new\(Tm\) escapes to heap$"
1406 var t Tm
    [all...]

Completed in 96 milliseconds