| /netbsd-src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/src/ |
| H A D | main.c | 103 for (int64_t TID=active_threads; TID<number_of_threads; TID++) in main() local 105 thread_data_arguments[TID].do_work = false; in main() 107 for (int64_t TID=0; TID<active_threads; TID++) in main() local 109 thread_data_arguments[TID].thread_id = TID; in main() 110 thread_data_arguments[TID].verbose = verbose; in main() 111 thread_data_arguments[TID].do_work = true; in main() 112 thread_data_arguments[TID].repeat_count = repeat_count; in main() 115 TID, rows_per_thread, remainder_rows, in main() 116 &thread_data_arguments[TID].row_index_start, in main() 117 &thread_data_arguments[TID].row_index_end); in main() [all …]
|
| H A D | workload.c | 63 void determine_work_per_thread (int64_t TID, int64_t rows_per_thread, in determine_work_per_thread() argument 70 if (TID < remainder_rows) in determine_work_per_thread() 73 *row_index_start = TID * chunk_per_thread; in determine_work_per_thread() 74 *row_index_end = (TID + 1) * chunk_per_thread - 1; in determine_work_per_thread() 80 + (TID - remainder_rows) * chunk_per_thread; in determine_work_per_thread() 82 + (TID - remainder_rows) * chunk_per_thread in determine_work_per_thread() 89 TID, *row_index_start, *row_index_end); in determine_work_per_thread()
|
| H A D | mydefs.h | 98 void determine_work_per_thread (int64_t TID,
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/XRay/ |
| H A D | FDRTraceExpander.cpp | 45 CurrentRecord.TId = TID; in visit() 60 CurrentRecord.TId = TID; in visit() 75 CurrentRecord.TId = TID; in visit() 98 TID = R.tid(); in visit() 118 CurrentRecord.TId = TID; in visit()
|
| H A D | Profile.cpp | 389 const auto &TID = ThreadPaths.first; in profileFromTrace() local 392 TID, in profileFromTrace()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | ResourcePriorityQueue.cpp | 440 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in SUSchedulingCost() local 441 if (TID.isCall()) in SUSchedulingCost() 542 const MCInstrDesc &TID = TII->get(N->getMachineOpcode()); in initNumRegDefsLeft() local 548 NodeNumDefs = std::min(N->getNumValues(), TID.getNumDefs()); in initNumRegDefsLeft()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/XRay/ |
| H A D | FDRRecords.h | 337 int32_t TID = 0; variable 348 TID(T) {} in NewBufferRecord() 350 int32_t tid() const { return TID; } in tid()
|
| H A D | FDRTraceExpander.h | 27 int32_t TID = 0; variable
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | j_thread_example.txt | 6 TIME PID/TID -- THREAD
|
| H A D | crash_example.txt | 17 TID: 1
|
| H A D | php_flowinfo_example.txt | 7 C PID/TID DELTA(us) FILE:LINE TYPE -- FUNC
|
| H A D | php_syscolors_example.txt | 15 C PID/TID DELTA(us) FILE:LINE TYPE -- NAME
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | j_thread_example.txt | 6 TIME PID/TID -- THREAD
|
| H A D | crash_example.txt | 17 TID: 1
|
| H A D | php_flowinfo_example.txt | 7 C PID/TID DELTA(us) FILE:LINE TYPE -- FUNC
|
| H A D | php_syscolors_example.txt | 15 C PID/TID DELTA(us) FILE:LINE TYPE -- NAME
|
| /netbsd-src/sys/dev/ic/ |
| H A D | aic79xxvar.h | 88 (((scsiid) & TID) >> TID_SHIFT) 117 ((((tcl) >> 4) & TID) >> 4) 121 ((lun) | (((scsiid) & TID) << 4)) 141 (scb)->hscb->scsiid = ((col_idx) << TID_SHIFT) & TID; \
|
| H A D | aic7xxxvar.h | 170 (((scsiid) & ((((ahc)->features & AHC_TWIN) != 0) ? TWIN_TID : TID)) \ 201 ((((tcl) >> 4) & TID) >> 4) 205 ((lun) | (((scsiid) & TID) << 4))
|
| H A D | aic7xxx_osm.h | 87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
|
| H A D | aic79xx_osm.h | 87 ((((target_id) << TID_SHIFT) & TID) | (our_id))
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPromoteAlloca.cpp | 943 Value *TID = Builder.CreateAdd(Tmp0, Tmp1); in handleAlloca() local 944 TID = Builder.CreateAdd(TID, TIdZ); in handleAlloca() 948 TID in handleAlloca()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Type.cpp | 621 VectorType::VectorType(Type *ElType, unsigned EQ, Type::TypeID TID) in VectorType() argument 622 : Type(ElType->getContext(), TID), ContainedType(ElType), in VectorType()
|
| H A D | AsmWriter.cpp | 1098 for (const auto &TID : TheIndex->typeIds()) in processIndex() local 1099 CreateTypeIdSlot(TID.second.first); in processIndex() 2951 for (const auto &TID : TheIndex->typeIds()) { in printModuleSummaryIndex() local 2952 Out << "^" << Machine.getTypeIdSlot(TID.second.first) in printModuleSummaryIndex() 2953 << " = typeid: (name: \"" << TID.second.first << "\""; in printModuleSummaryIndex() 2954 printTypeIdSummary(TID.second.second); in printModuleSummaryIndex() 2955 Out << ") ; guid = " << TID.first << "\n"; in printModuleSummaryIndex()
|
| /netbsd-src/external/gpl3/binutils/dist/include/opcode/ |
| H A D | convex.h | 65 #define TID 21 macro 1015 {0,0,rxl,S,TID,0}, /* mov */ 1016 {0,0,lr,TID,S,0}, /* mov */
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/opcode/ |
| H A D | convex.h | 65 #define TID 21 macro 1015 {0,0,rxl,S,TID,0}, /* mov */ 1016 {0,0,lr,TID,S,0}, /* mov */
|