HomeSort by relevance Sort by last modified time
    Searched full:tloc (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
refiner.c 43 int16_t tloc,tloc2,i,st,en,fraction; local
100 tloc=WebRtcSpl_MaxIndexW32(corrVecUps, (int16_t) (ENH_UPS0*corrdim));
104 *updStartPos = (int16_t)WEBRTC_SPL_MUL_16_16(searchSegStartPos,4) + tloc + 4;
106 tloc2 = WEBRTC_SPL_RSHIFT_W16((tloc+3), 2);
130 fraction=(int16_t)WEBRTC_SPL_MUL_16_16(tloc2,ENH_UPS0)-tloc;
  /external/clang/lib/ARCMigrate/
TransARCAssign.cpp 61 TypeLoc TLoc = var->getTypeSourceInfo()->getTypeLoc();
62 Pass.TA.insert(TLoc.getBeginLoc(), "__strong ");
  /external/libunwind/tests/
Gia64-test-stack.c 145 panic ("\tloc%d is unexpectedly a NaT!\n", l);
148 panic ("\tloc%d expected to be %lx, found to be %lx\n",
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_locale.py 25 for tloc in tlocs:
27 locale.setlocale(locale.LC_NUMERIC, tloc)
34 enUS_locale = tloc
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_locale.py 25 for tloc in tlocs:
27 locale.setlocale(locale.LC_NUMERIC, tloc)
34 enUS_locale = tloc
  /external/clang/utils/
token-delta.py 106 kTokenRE = re.compile(r"""([a-z_]+) '(.*)'\t(.*)\tLoc=<(.*):(.*):(.*)>""",
  /external/clang/include/clang/ASTMatchers/
ASTMatchersInternal.h     [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc 203 PRE_SYSCALL(time)(void *tloc) {}
205 POST_SYSCALL(time)(long res, void *tloc) {
207 if (tloc) POST_WRITE(tloc, sizeof(long));
    [all...]
  /external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h 24 #define __sanitizer_syscall_pre_time(tloc) \
25 __sanitizer_syscall_pre_impl_time((long)(tloc))
26 #define __sanitizer_syscall_post_time(res, tloc) \
27 __sanitizer_syscall_post_impl_time(res, (long)(tloc))
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 209 llvm::errs() << "\tLoc=<";
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 557 SourceLocation TLoc = TInfo->getTypeLoc().getLocStart();
558 TInfo = Context.getTrivialTypeSourceInfo(T, TLoc);
    [all...]
SemaType.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp     [all...]
  /external/clang/include/clang/AST/
ASTContext.h     [all...]

Completed in 2795 milliseconds