OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tnew
(Results
1 - 6
of
6
) sorted by null
/external/webrtc/src/modules/audio_processing/aec/main/source/
resampler.c
83
float be,
tnew
, interp;
local
102
tnew
= be * mm + obj->position;
103
tn = (int)
tnew
;
108
interp = y[tn] + (
tnew
- tn) * (y[tn+1] - y[tn]);
120
tnew
= be * mm + obj->position;
121
tn = (int)
tnew
;
/dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java
89
sb.append("Old\
tNew
\n");
/external/llvm/include/llvm/ADT/
ImmutableSet.h
603
TreeTy *getCanonicalTree(TreeTy *
TNew
) {
604
if (!
TNew
)
607
if (
TNew
->IsCanonicalized)
608
return
TNew
;
612
unsigned digest =
TNew
->computeDigest();
618
// Compare the Contents('T') with Contents('
TNew
')
620
if (!compareTreeWithSection(
TNew
, TI, TE))
623
continue; // T has more contents than
TNew
.
625
if (
TNew
->refCount == 0)
626
TNew
->destroy()
[
all
...]
/external/valgrind/main/coregrind/m_aspacemgr/
aspacemgr-aix5.c
910
void add_pri_text_and_data_segs ( AixSegment*
tnew
, AixSegment* dnew )
913
aspacem_assert(
tnew
->kind == ASkMText);
916
aspacem_assert(
tnew
->sibling == dnew->start);
917
aspacem_assert(dnew->sibling ==
tnew
->start);
918
add_asegment(&asegs_pri,
tnew
);
921
aspacem_assert(
tnew
->sibling == 0);
922
add_asegment(&asegs_pri,
tnew
);
[
all
...]
/external/clang/lib/Sema/
DeclSpec.cpp
322
template <class T> static bool BadSpecifier(T
TNew
, T TPrev,
326
DiagID = (
TNew
== TPrev ? diag::ext_duplicate_declspec
[
all
...]
/external/llvm/lib/CodeGen/
RegisterCoalescer.cpp
[
all
...]
Completed in 110 milliseconds