Home
last modified time | relevance | path

Searched refs:tinfo (Results 1 – 16 of 16) sorted by relevance

/external/iptables/extensions/
Dlibxt_NFQUEUE.c122 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/valgrind/coregrind/
Dm_addrinfo.c149 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_()
308 void VG_(initThreadInfo) (ThreadInfo *tinfo) in VG_()
310 tinfo->tid = 0; in VG_()
311 tinfo->tnr = 0; in VG_()
379 static const HChar* opt_tnr_prefix (ThreadInfo tinfo) in opt_tnr_prefix() argument
381 if (tinfo.tnr != 0) in opt_tnr_prefix()
387 static UInt tnr_else_tid (ThreadInfo tinfo) in tnr_else_tid() argument
[all …]
/external/valgrind/helgrind/
Dhg_addrdescr.c91 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/
Dpub_tool_addrinfo.h115 extern void VG_(initThreadInfo) (ThreadInfo *tinfo);
137 ThreadInfo tinfo; member
/external/libxml2/python/
Dgenerator.py881 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/
Dcxa_exception.cpp223 __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/
Dcxxabi.h43 std::type_info * tinfo, void (*dest)(void *));
/external/libcxx/include/
Dcxxabi.h43 std::type_info * tinfo, void (*dest)(void *));
/external/clang/lib/CodeGen/
DCGBlocks.cpp369 std::pair<CharUnits,CharUnits> tinfo in computeBlockInfo() local
371 maxFieldAlign = std::max(maxFieldAlign, tinfo.second); in computeBlockInfo()
373 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo()
390 std::pair<CharUnits,CharUnits> tinfo in computeBlockInfo() local
392 maxFieldAlign = std::max(maxFieldAlign, tinfo.second); in computeBlockInfo()
394 layout.push_back(BlockLayoutChunk(tinfo.second, tinfo.first, in computeBlockInfo()
/external/libedit/
Dconfigure.ac50 AC_CHECK_LIB(tinfo, tgetent,,
Dconfig.h.in60 /* Define to 1 if you have the `tinfo' library (-ltinfo). */
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_surface_state.c480 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/include/clang/AST/
DExpr.h2601 CompoundLiteralExpr(SourceLocation lparenloc, TypeSourceInfo *tinfo, in CompoundLiteralExpr() argument
2604 tinfo->getType()->isDependentType(), in CompoundLiteralExpr()
2607 tinfo->getType()->isInstantiationDependentType()), in CompoundLiteralExpr()
2609 LParenLoc(lparenloc), TInfoAndScope(tinfo, fileScope), Init(init) {} in CompoundLiteralExpr()
2628 void setTypeSourceInfo(TypeSourceInfo *tinfo) { in setTypeSourceInfo() argument
2629 TInfoAndScope.setPointer(tinfo); in setTypeSourceInfo()
/external/llvm/cmake/
Dconfig-ix.cmake119 foreach(library tinfo terminfo curses ncurses ncursesw)
/external/llvm/autoconf/
Dconfigure.ac1630 AC_SEARCH_LIBS(setupterm,tinfo terminfo curses ncurses ncursesw,
/external/llvm/
Dconfigure9100 for ac_lib in '' tinfo terminfo curses ncurses ncursesw; do