/external/OpenCL-CTS/test_conformance/math_brute_force/ |
D | binary_i_double.cpp | 153 tinfo; // An array of thread specific information for each worker thread member 333 test_info.tinfo = in TestFunc_Double_Double_Int() 334 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double_Int() 335 if (NULL == test_info.tinfo) in TestFunc_Double_Double_Int() 342 memset(test_info.tinfo, 0, in TestFunc_Double_Double_Int() 343 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double_Int() 350 test_info.tinfo[i].inBuf = in TestFunc_Double_Double_Int() 353 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Double_Double_Int() 363 test_info.tinfo[i].inBuf2 = in TestFunc_Double_Double_Int() 366 if (error || NULL == test_info.tinfo[i].inBuf2) in TestFunc_Double_Double_Int() [all …]
|
D | binary_i_float.cpp | 151 tinfo; // An array of thread specific information for each worker thread member 326 test_info.tinfo = in TestFunc_Float_Float_Int() 327 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float_Int() 328 if (NULL == test_info.tinfo) in TestFunc_Float_Float_Int() 335 memset(test_info.tinfo, 0, in TestFunc_Float_Float_Int() 336 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float_Int() 343 test_info.tinfo[i].inBuf = in TestFunc_Float_Float_Int() 346 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Float_Float_Int() 356 test_info.tinfo[i].inBuf2 = in TestFunc_Float_Float_Int() 359 if (error || NULL == test_info.tinfo[i].inBuf2) in TestFunc_Float_Float_Int() [all …]
|
D | unary_double.cpp | 141 tinfo; // An array of thread specific information for each worker thread member 203 test_info.tinfo = in TestFunc_Double_Double() 204 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double() 205 if (NULL == test_info.tinfo) in TestFunc_Double_Double() 212 memset(test_info.tinfo, 0, in TestFunc_Double_Double() 213 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double() 220 test_info.tinfo[i].inBuf = in TestFunc_Double_Double() 223 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Double_Double() 233 test_info.tinfo[i].outBuf[j] = clCreateSubBuffer( in TestFunc_Double_Double() 236 if (error || NULL == test_info.tinfo[i].outBuf[j]) in TestFunc_Double_Double() [all …]
|
D | binary_operator_double.cpp | 153 tinfo; // An array of thread specific information for each worker thread member 329 test_info.tinfo = in TestFunc_Double_Double_Double_Operator() 330 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double_Double_Operator() 331 if (NULL == test_info.tinfo) in TestFunc_Double_Double_Double_Operator() 338 memset(test_info.tinfo, 0, in TestFunc_Double_Double_Double_Operator() 339 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double_Double_Operator() 346 test_info.tinfo[i].inBuf = in TestFunc_Double_Double_Double_Operator() 349 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Double_Double_Double_Operator() 356 test_info.tinfo[i].inBuf2 = in TestFunc_Double_Double_Double_Operator() 359 if (error || NULL == test_info.tinfo[i].inBuf2) in TestFunc_Double_Double_Double_Operator() [all …]
|
D | macro_binary_float.cpp | 145 tinfo; // An array of thread specific information for each worker thread member 305 test_info.tinfo = in TestMacro_Int_Float_Float() 306 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Float_Float() 307 if (NULL == test_info.tinfo) in TestMacro_Int_Float_Float() 314 memset(test_info.tinfo, 0, in TestMacro_Int_Float_Float() 315 test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Float_Float() 322 test_info.tinfo[i].inBuf = in TestMacro_Int_Float_Float() 325 if (error || NULL == test_info.tinfo[i].inBuf) in TestMacro_Int_Float_Float() 332 test_info.tinfo[i].inBuf2 = in TestMacro_Int_Float_Float() 335 if (error || NULL == test_info.tinfo[i].inBuf2) in TestMacro_Int_Float_Float() [all …]
|
D | macro_unary_double.cpp | 139 tinfo; // An array of thread specific information for each worker thread member 192 test_info.tinfo = in TestMacro_Int_Double() 193 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Double() 194 if (NULL == test_info.tinfo) in TestMacro_Int_Double() 201 memset(test_info.tinfo, 0, in TestMacro_Int_Double() 202 test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Double() 209 test_info.tinfo[i].inBuf = in TestMacro_Int_Double() 212 if (error || NULL == test_info.tinfo[i].inBuf) in TestMacro_Int_Double() 222 test_info.tinfo[i].outBuf[j] = clCreateSubBuffer( in TestMacro_Int_Double() 225 if (error || NULL == test_info.tinfo[i].outBuf[j]) in TestMacro_Int_Double() [all …]
|
D | binary_double.cpp | 154 tinfo; // An array of thread specific information for each worker thread member 335 test_info.tinfo = in TestFunc_Double_Double_Double() 336 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double_Double() 337 if (NULL == test_info.tinfo) in TestFunc_Double_Double_Double() 344 memset(test_info.tinfo, 0, in TestFunc_Double_Double_Double() 345 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Double_Double_Double() 352 test_info.tinfo[i].inBuf = in TestFunc_Double_Double_Double() 355 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Double_Double_Double() 362 test_info.tinfo[i].inBuf2 = in TestFunc_Double_Double_Double() 365 if (error || NULL == test_info.tinfo[i].inBuf2) in TestFunc_Double_Double_Double() [all …]
|
D | macro_unary_float.cpp | 138 tinfo; // An array of thread specific information for each worker thread member 192 test_info.tinfo = in TestMacro_Int_Float() 193 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Float() 194 if (NULL == test_info.tinfo) in TestMacro_Int_Float() 201 memset(test_info.tinfo, 0, in TestMacro_Int_Float() 202 test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Float() 209 test_info.tinfo[i].inBuf = in TestMacro_Int_Float() 212 if (error || NULL == test_info.tinfo[i].inBuf) in TestMacro_Int_Float() 222 test_info.tinfo[i].outBuf[j] = clCreateSubBuffer( in TestMacro_Int_Float() 225 if (error || NULL == test_info.tinfo[i].outBuf[j]) in TestMacro_Int_Float() [all …]
|
D | binary_float.cpp | 152 tinfo; // An array of thread specific information for each worker thread member 326 test_info.tinfo = in TestFunc_Float_Float_Float() 327 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float_Float() 328 if (NULL == test_info.tinfo) in TestFunc_Float_Float_Float() 335 memset(test_info.tinfo, 0, in TestFunc_Float_Float_Float() 336 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float_Float() 343 test_info.tinfo[i].inBuf = in TestFunc_Float_Float_Float() 346 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Float_Float_Float() 353 test_info.tinfo[i].inBuf2 = in TestFunc_Float_Float_Float() 356 if (error || NULL == test_info.tinfo[i].inBuf2) in TestFunc_Float_Float_Float() [all …]
|
D | unary_float.cpp | 139 tinfo; // An array of thread specific information for each worker thread member 203 test_info.tinfo = in TestFunc_Float_Float() 204 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float() 205 if (NULL == test_info.tinfo) in TestFunc_Float_Float() 212 memset(test_info.tinfo, 0, in TestFunc_Float_Float() 213 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float() 220 test_info.tinfo[i].inBuf = in TestFunc_Float_Float() 223 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Float_Float() 233 test_info.tinfo[i].outBuf[j] = clCreateSubBuffer( in TestFunc_Float_Float() 236 if (error || NULL == test_info.tinfo[i].outBuf[j]) in TestFunc_Float_Float() [all …]
|
D | macro_binary_double.cpp | 147 tinfo; // An array of thread specific information for each worker thread member 314 test_info.tinfo = in TestMacro_Int_Double_Double() 315 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Double_Double() 316 if (NULL == test_info.tinfo) in TestMacro_Int_Double_Double() 323 memset(test_info.tinfo, 0, in TestMacro_Int_Double_Double() 324 test_info.threadCount * sizeof(*test_info.tinfo)); in TestMacro_Int_Double_Double() 331 test_info.tinfo[i].inBuf = in TestMacro_Int_Double_Double() 334 if (error || NULL == test_info.tinfo[i].inBuf) in TestMacro_Int_Double_Double() 341 test_info.tinfo[i].inBuf2 = in TestMacro_Int_Double_Double() 344 if (error || NULL == test_info.tinfo[i].inBuf2) in TestMacro_Int_Double_Double() [all …]
|
D | binary_operator_float.cpp | 151 tinfo; // An array of thread specific information for each worker thread member 321 test_info.tinfo = in TestFunc_Float_Float_Float_Operator() 322 (ThreadInfo *)malloc(test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float_Float_Operator() 323 if (NULL == test_info.tinfo) in TestFunc_Float_Float_Float_Operator() 330 memset(test_info.tinfo, 0, in TestFunc_Float_Float_Float_Operator() 331 test_info.threadCount * sizeof(*test_info.tinfo)); in TestFunc_Float_Float_Float_Operator() 338 test_info.tinfo[i].inBuf = in TestFunc_Float_Float_Float_Operator() 341 if (error || NULL == test_info.tinfo[i].inBuf) in TestFunc_Float_Float_Float_Operator() 348 test_info.tinfo[i].inBuf2 = in TestFunc_Float_Float_Float_Operator() 351 if (error || NULL == test_info.tinfo[i].inBuf2) in TestFunc_Float_Float_Float_Operator() [all …]
|
/external/compiler-rt/lib/safestack/ |
D | safestack.cc | 126 struct tinfo { struct 138 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local 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/llvm-project/compiler-rt/lib/safestack/ |
D | safestack.cpp | 116 struct tinfo { struct 128 struct tinfo *tinfo = (struct tinfo *)arg; in thread_start() local 130 void *(*start_routine)(void *) = tinfo->start_routine; in thread_start() 131 void *start_routine_arg = tinfo->start_routine_arg; in thread_start() 134 unsafe_stack_setup(tinfo->unsafe_stack_start, tinfo->unsafe_stack_size, in thread_start() 135 tinfo->unsafe_stack_guard); in thread_start() 233 struct tinfo *tinfo = in INTERCEPTOR() local 234 (struct tinfo *)(((char *)addr) + size - sizeof(struct tinfo)); in INTERCEPTOR() 235 tinfo->start_routine = start_routine; in INTERCEPTOR() 236 tinfo->start_routine_arg = arg; in INTERCEPTOR() [all …]
|
/external/iptables/extensions/ |
D | libxt_NFQUEUE.c | 158 const struct xt_NFQ_info *tinfo = in NFQUEUE_print() local 160 printf(" NFQUEUE num %u", tinfo->queuenum); in NFQUEUE_print() 166 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; in NFQUEUE_print_v1() local 167 unsigned int last = tinfo->queues_total; in NFQUEUE_print_v1() 170 last += tinfo->queuenum - 1; in NFQUEUE_print_v1() 171 printf(" NFQUEUE balance %u:%u", tinfo->queuenum, last); in NFQUEUE_print_v1() 173 printf(" NFQUEUE num %u", tinfo->queuenum); in NFQUEUE_print_v1() 214 const struct xt_NFQ_info *tinfo = in NFQUEUE_save() local 217 printf(" --queue-num %u", tinfo->queuenum); in NFQUEUE_save() 222 const struct xt_NFQ_info_v1 *tinfo = (const void *)target->data; in NFQUEUE_save_v1() local [all …]
|
/external/perfetto/src/trace_processor/importers/fuchsia/ |
D | fuchsia_trace_parser.cc | 111 fuchsia_trace_utils::ThreadInfo tinfo; in ParseTracePacket() local 113 if (!cursor.ReadInlineThread(&tinfo)) { in ParseTracePacket() 118 tinfo = record->GetThread(thread_ref); in ParseTracePacket() 263 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid), in ParseTracePacket() 264 static_cast<uint32_t>(tinfo.pid)); in ParseTracePacket() 277 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid), in ParseTracePacket() 278 static_cast<uint32_t>(tinfo.pid)); in ParseTracePacket() 333 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid), in ParseTracePacket() 334 static_cast<uint32_t>(tinfo.pid)); in ParseTracePacket() 341 procs->UpdateThread(static_cast<uint32_t>(tinfo.tid), in ParseTracePacket() [all …]
|
/external/python/pybind11/include/pybind11/detail/ |
D | class.h | 209 auto *tinfo = found_type->second[0]; in pybind11_meta_dealloc() local 210 auto tindex = std::type_index(*tinfo->cpptype); in pybind11_meta_dealloc() 213 if (tinfo->module_local) in pybind11_meta_dealloc() 217 internals.registered_types_py.erase(tinfo->type); in pybind11_meta_dealloc() 222 if (it->first == (PyObject *) tinfo->type) in pybind11_meta_dealloc() 228 delete tinfo; in pybind11_meta_dealloc() local 280 inline void traverse_offset_bases(void *valueptr, const detail::type_info *tinfo, instance *self, in traverse_offset_bases() argument 282 for (handle h : reinterpret_borrow<tuple>(tinfo->type->tp_bases)) { in traverse_offset_bases() 285 if (c.first == tinfo->cpptype) { in traverse_offset_bases() 313 inline void register_instance(instance *self, void *valptr, const type_info *tinfo) { in register_instance() argument [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/llvm-project/compiler-rt/lib/ubsan/ |
D | ubsan_type_hash_win.cpp | 61 std::type_info *tinfo; in getDynamicTypeInfoFromVtable() local 64 tinfo = (std::type_info *)(image_base + obj_locator->rtti_addr); in getDynamicTypeInfoFromVtable() 66 tinfo = ((CompleteObjectLocatorAbs *)obj_locator)->rtti_addr; in getDynamicTypeInfoFromVtable() 71 if (!IsAccessibleMemoryRange((uptr)tinfo, sizeof(std::type_info))) in getDynamicTypeInfoFromVtable() 76 return DynamicTypeInfo(tinfo->name(), obj_locator->offset_to_top, in getDynamicTypeInfoFromVtable()
|
/external/libcups/cups/ |
D | testcreds.c | 35 tinfo[1024]; /* String for trust store credentials */ in main() local 105 httpCredentialsString(tcreds, tinfo, sizeof(tinfo)); in main() 110 printf(" String: \"%s\"\n", tinfo); in main()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_llvm_helper.cpp | 127 radv_llvm_per_thread_info &tinfo = radv_llvm_per_thread_list.back(); in radv_init_llvm_compiler() local 129 if (!tinfo.init()) { in radv_init_llvm_compiler() 134 *info = tinfo.llvm_info; in radv_init_llvm_compiler()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-misc.cc | 141 struct timeval tinfo; in TEST_F() local 142 tinfo.tv_sec = 0; in TEST_F() 143 tinfo.tv_usec = 0; in TEST_F() 150 pt = ares_timeout(channel_, &tmax, &tinfo); in TEST_F() 155 pt = ares_timeout(channel_, nullptr, &tinfo); in TEST_F() 162 pt = ares_timeout(channel_, &tmax, &tinfo); in TEST_F() 168 pt = ares_timeout(channel_, &tmax, &tinfo); in TEST_F() 169 EXPECT_EQ(&tinfo, pt); in TEST_F() 171 pt = ares_timeout(channel_, nullptr, &tinfo); in TEST_F() 172 EXPECT_EQ(&tinfo, pt); in TEST_F()
|
/external/python/pybind11/include/pybind11/ |
D | pybind11.h | 336 if (auto tinfo = detail::get_type_info(*t)) { in PYBIND11_NAMESPACE_BEGIN() local 337 handle th((PyObject *) tinfo->type); in PYBIND11_NAMESPACE_BEGIN() 562 const auto tinfo = get_type_info((PyTypeObject *) overloads->scope.ptr()); in PYBIND11_NAMESPACE_BEGIN() local 564 self_value_and_holder = pi->get_value_and_holder(tinfo, true); in PYBIND11_NAMESPACE_BEGIN() 1095 auto *tinfo = new detail::type_info(); in PYBIND11_NAMESPACE_BEGIN() local 1096 tinfo->type = (PyTypeObject *) m_ptr; in PYBIND11_NAMESPACE_BEGIN() 1097 tinfo->cpptype = rec.type; in PYBIND11_NAMESPACE_BEGIN() 1098 tinfo->type_size = rec.type_size; in PYBIND11_NAMESPACE_BEGIN() 1099 tinfo->type_align = rec.type_align; in PYBIND11_NAMESPACE_BEGIN() 1100 tinfo->operator_new = rec.operator_new; in PYBIND11_NAMESPACE_BEGIN() [all …]
|
D | cast.h | 113 for (auto *tinfo : it->second) { in all_type_info_populate() 119 if (known == tinfo) { found = true; break; } in all_type_info_populate() 121 if (!found) bases.push_back(tinfo); in all_type_info_populate() 270 const type_vec &tinfo; member 273 values_and_holders(instance *inst) : inst{inst}, tinfo(all_type_info(Py_TYPE(inst))) {} in values_and_holders() 281 iterator(instance *inst, const type_vec *tinfo) in iterator() 282 : inst{inst}, types{tinfo}, in iterator() 304 iterator begin() { return iterator(inst, &tinfo); } in begin() 305 iterator end() { return iterator(tinfo.size()); } in end() 313 size_t size() { return tinfo.size(); } in size() [all …]
|
/external/perfetto/src/kallsyms/ |
D | kernel_symbol_map.cc | 312 for (TokenMapPtr tinfo : tokens_by_freq) { in Parse() local 313 tinfo->second.id = tokens_.Add(tinfo->first); in Parse()
|