/external/compiler-rt/lib/safestack/ |
D | safestack.cc | 126 struct tinfo { struct 138 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() argument 140 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() 141 void *start_routine_arg = tinfo->start_routine_arg; in thread_start() 144 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size, in thread_start() 145 tinfo->unsafe_stack_guard); in thread_start() 195 struct tinfo *tinfo = in INTERCEPTOR() local 196 (struct tinfo *)(((char *)addr) + size - sizeof(struct tinfo)); in INTERCEPTOR() 197 tinfo->start_routine = start_routine; in INTERCEPTOR() 198 tinfo->start_routine_arg = arg; in INTERCEPTOR() [all …]
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 122 const struct xt_NFQ_info *tinfo = in NFQUEUE_print() local 124 printf(" NFQUEUE num %u", tinfo->queuenum); in NFQUEUE_print() 130 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; in NFQUEUE_print_v1() local 131 unsigned int last = tinfo->queues_total; in NFQUEUE_print_v1() 134 last += tinfo->queuenum - 1; in NFQUEUE_print_v1() 135 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last); in NFQUEUE_print_v1() 137 printf(" NFQUEUE num %u", tinfo->queuenum); in NFQUEUE_print_v1() 163 const struct xt_NFQ_info *tinfo = in NFQUEUE_save() local 166 printf(" --queue-num %u", tinfo->queuenum); in NFQUEUE_save() 171 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; in NFQUEUE_save_v1() local [all …]
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cc | 62 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local 65 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); in getDynamicTypeInfoFromVtable() 67 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr; in getDynamicTypeInfoFromVtable() 72 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable() 77 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
|
/external/valgrind/coregrind/ |
D | m_addrinfo.c | 149 VG_(initThreadInfo)(&ai->Addr.Stack.tinfo); in VG_() 150 ai->Addr.Stack.tinfo.tid = tid; in VG_() 249 VG_(initThreadInfo)(&ai->Addr.Stack.tinfo); in VG_() 250 ai->Addr.Stack.tinfo.tid = tid; in VG_() 312 void VG_(initThreadInfo) (ThreadInfo *tinfo) in VG_() 314 tinfo->tid = 0; in VG_() 315 tinfo->tnr = 0; in VG_() 383 static const HChar* opt_tnr_prefix (ThreadInfo tinfo) in opt_tnr_prefix() argument 385 if (tinfo.tnr != 0) in opt_tnr_prefix() 391 static UInt tnr_else_tid (ThreadInfo tinfo) in tnr_else_tid() argument [all …]
|
/external/valgrind/helgrind/ |
D | hg_addrdescr.c | 91 tl_assert(ai->Addr.Stack.tinfo.tid); in HG_() 93 if (thr->coretid == ai->Addr.Stack.tinfo.tid) { in HG_() 94 ai->Addr.Stack.tinfo.tnr = thr->errmsg_index; in HG_()
|
/external/valgrind/include/ |
D | pub_tool_addrinfo.h | 115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo); 137 ThreadInfo tinfo; member
|
/external/webrtc/webrtc/p2p/base/ |
D | sessiondescription.h | 140 const TransportInfo* tinfo = GetTransportInfoByName(name); in GetTransportDescriptionByName() local 141 return tinfo ? &tinfo->description : NULL; in GetTransportDescriptionByName()
|
/external/webrtc/talk/app/webrtc/ |
D | webrtcsession.cc | 196 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); in VerifyCrypto() local 197 if (!media || !tinfo) { in VerifyCrypto() 204 if (!tinfo->description.identity_fingerprint) { in VerifyCrypto() 233 const TransportInfo* tinfo = desc->GetTransportInfoByName(cinfo->name); in VerifyIceUfragPwdPresent() local 234 if (!tinfo) { in VerifyIceUfragPwdPresent() 239 if (tinfo->description.ice_ufrag.empty() || in VerifyIceUfragPwdPresent() 240 tinfo->description.ice_pwd.empty()) { in VerifyIceUfragPwdPresent() 1065 for (const TransportInfo& tinfo : sdesc->transport_infos()) { in PushdownLocalTransportDescription() local 1067 tinfo.content_name, tinfo.description, action, err)) { in PushdownLocalTransportDescription() 1085 for (const TransportInfo& tinfo : sdesc->transport_infos()) { in PushdownRemoteTransportDescription() local [all …]
|
/external/libxml2/python/ |
D | generator.py | 881 tinfo = classes_type[type] 882 if tinfo[2] == classe: 888 tinfo = classes_type[type] 889 if tinfo[2] not in classes_processed: 890 classes_list.append(tinfo[2]) 891 classes_processed[tinfo[2]] = ()
|
/external/libcxxabi/src/ |
D | cxa_exception.cpp | 223 __cxa_throw(void* thrown_object, std::type_info* tinfo, void (*dest)(void*)) in __cxa_throw() argument 230 exception_header->exceptionType = tinfo; in __cxa_throw()
|
/external/libcxxabi/include/ |
D | cxxabi.h | 43 std::type_info * tinfo, void (*dest)(void *));
|
/external/libedit/ |
D | configure.ac | 50 AC_CHECK_LIB(tinfo, tgetent,,
|
D | config.h.in | 60 /* Define to 1 if you have the `tinfo' library (-ltinfo). */
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_wm_surface_state.c | 480 const struct surface_format_info *rinfo, *tinfo; in brw_init_surface_formats() local 484 tinfo = &surface_formats[texture]; in brw_init_surface_formats() 492 if (gen >= tinfo->sampling && (gen >= tinfo->filtering || is_integer)) in brw_init_surface_formats()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.cpp | 350 std::pair<CharUnits,CharUnits> tinfo in computeBlockInfo() local 352 maxFieldAlign = std::max(maxFieldAlign, tinfo.second); in computeBlockInfo() 354 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo()
|
/external/clang/include/clang/AST/ |
D | Expr.h | 2648 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() argument 2651 tinfo->getType()->isDependentType(), in CompoundLiteralExpr() 2654 tinfo->getType()->isInstantiationDependentType()), in CompoundLiteralExpr() 2656 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr() 2675 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() argument 2676 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()
|
/external/llvm/cmake/ |
D | config-ix.cmake | 124 foreach(library tinfo terminfo curses ncurses ncursesw)
|
/external/llvm/autoconf/ |
D | configure.ac | 1662 AC_SEARCH_LIBS(setupterm,tinfo terminfo curses ncurses ncursesw,
|
/external/llvm/ |
D | configure | 9226 for ac_lib in '' tinfo terminfo curses ncurses ncursesw; do
|