HomeSort by relevance Sort by last modified time
    Searched refs:TP (Results 76 - 100 of 112) sorted by null

1 2 34 5

  /external/strace/
syscall.c 77 #define TP TRACE_PROCESS
119 #undef TP
  /external/swiftshader/third_party/LLVM/utils/TableGen/
DAGISelMatcherGen.cpp 171 // TP - Get *SOME* tree pattern, we don't care which. It is only used for
173 TreePattern &TP = *CGP.pf_begin()->second;
178 MadeChange = PatWithNoTypes->ApplyTypeConstraints(TP,
    [all...]
  /external/syslinux/gpxe/src/drivers/net/
tg3.c 42 /* (GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5705 ? \
149 static void tg3_disable_ints(struct tg3 *tp)
152 (tp->misc_host_ctrl | MISC_HOST_CTRL_MASK_PCI_INT));
156 static void tg3_switch_clocks(struct tg3 *tp)
164 tp->pci_clock_ctrl = clock_ctrl;
166 if ((GET_ASIC_REV(tp->pci_chip_rev_id) != ASIC_REV_5705) &&
167 (!((GET_ASIC_REV(tp->pci_chip_rev_id) == ASIC_REV_5750)
168 && (tp->tg3_flags & TG3_FLAG_ENABLE_ASF))) &&
180 static int tg3_readphy(struct tg3 *tp, int reg, uint32_t *val)
185 tw32_carefully(MAC_MI_MODE, tp->mi_mode & ~MAC_MI_MODE_AUTO_POLL)
3104 struct tg3 *tp = &tg3; local
3169 struct tg3 *tp; local
3220 struct tg3 *tp = &tg3; local
3266 struct tg3 *tp = &tg3; local
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AsmWriter.cpp     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclTemplate.h 419 const TemplateParameterList *const TP = getTemplateParameters();
420 return TP ? TP->getRequiresClause() : nullptr;
    [all...]
  /external/selinux/mcstrans/share/examples/nato/setrans.d/
rel.conf 662 ~c200,~c404=TP # Sao Tome and Principe
  /external/webrtc/talk/app/webrtc/
peerconnection.cc 430 template <typename TI, typename T, typename TP, typename S>
435 TP::Create(signaling_thread_, T::Create(track_id, source)));
    [all...]
  /external/dlmalloc/
malloc.c 4287 tchunkptr tp = (tchunkptr)p; local
4795 tchunkptr tp = (tchunkptr)p; local
5736 tchunkptr tp = (tchunkptr)p; local
    [all...]
  /external/python/cpython2/Modules/_ctypes/libffi/src/
dlmalloc.c 3633 tchunkptr tp = (tchunkptr)p; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/v8/src/s390/
simulator-s390.h 1174 EVALUATE(TP);
  /external/llvm/lib/IR/
AsmWriter.cpp     [all...]
  /external/valgrind/drd/tests/
tsan_unittest.cpp 109 // - TP (true positive) : a race exists and reported.
115 // TP and FP tests are annotated with ANNOTATE_EXPECT_RACE,
332 // test01: TP. Simple race (write vs write). {{{1
349 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test01. TP.");
669 // test09: TP. Simple race (read vs write). {{{1
686 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test09. TP.");
723 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test10. TP. FN in MSMHelgrind.");
1124 // test20: TP. Incorrect synchronization via AwaitWhen(), timeout. {{{1
1147 ANNOTATE_EXPECT_RACE_FOR_TSAN(&GLOB, "test20. TP.");
1155 // test21: TP. Incorrect synchronization via LockWhenWithTimeout(). {{{
    [all...]
  /external/clang/lib/Sema/
SemaExprObjC.cpp     [all...]
  /external/eigen/blas/testing/
cblat2.f     [all...]
dblat2.f     [all...]
sblat2.f     [all...]

Completed in 2265 milliseconds

1 2 34 5