Home
last modified time | relevance | path

Searched defs:d (Results 101 – 125 of 52507) sorted by relevance

12345678910>>...2101

/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c20 char d[4]; variable
22 void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
27 void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
32 void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
37 void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
43 void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
65 void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
70 void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
93 void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
98 void* test_memcpy_e0_1 (void *d) in test_memcpy_e0_1()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A DWarray-bounds-39.c22 char d[4]; variable
24 NOIPA void* test_memcpy_s0_1 (void *d) in test_memcpy_s0_1()
29 NOIPA void* test_memcpy_s0_2 (void *d) in test_memcpy_s0_2()
34 NOIPA void* test_memcpy_s0_0_1 (void *d) in test_memcpy_s0_0_1()
39 NOIPA void* test_memcpy_s0_0_2 (void *d) in test_memcpy_s0_0_2()
45 NOIPA void* test_memcpy_s0_1_1 (void *d) in test_memcpy_s0_1_1()
50 NOIPA void* test_memcpy_s0_1_2 (void *d) in test_memcpy_s0_1_2()
67 NOIPA void* test_memmove_s0_1 (void *d) in test_memmove_s0_1()
72 NOIPA void* test_memmove_s0_2 (void *d) in test_memmove_s0_2()
95 NOIPA void* test_memcpy_e_1 (void *d) in test_memcpy_e_1()
[all …]
/dports/misc/thrill/thrill-12c5b59bca66df93b66628b3829027bd0f110dd9/extlib/tlx/tests/
H A Ddelegate_test.cpp30 TestDelegate d = TestDelegate::make<func1>(); in test_plain_functions() local
35 TestDelegate d = TestDelegate(func1); in test_plain_functions() local
40 TestDelegate d = TestDelegate::make(func1); in test_plain_functions() local
91 TestDelegate d = TestDelegate(&a, &A::func); in test_class_methods() local
96 TestDelegate d = TestDelegate(&a, &A::const_func); in test_class_methods() local
101 TestDelegate d = TestDelegate(a, &A::func); in test_class_methods() local
106 TestDelegate d = TestDelegate(a, &A::const_func); in test_class_methods() local
122 TestDelegate d = TestDelegate::make(a, &A::func); in test_class_methods() local
169 TestDelegate d = TestDelegate(f); in test_functor_class() local
174 TestDelegate d = TestDelegate::make(f); in test_functor_class() local
[all …]
/dports/devel/tlx/tlx-0.5.20200222-5-g8982a9d/tests/
H A Ddelegate_test.cpp30 TestDelegate d = TestDelegate::make<func1>(); in test_plain_functions() local
35 TestDelegate d = TestDelegate(func1); in test_plain_functions() local
40 TestDelegate d = TestDelegate::make(func1); in test_plain_functions() local
91 TestDelegate d = TestDelegate(&a, &A::func); in test_class_methods() local
96 TestDelegate d = TestDelegate(&a, &A::const_func); in test_class_methods() local
101 TestDelegate d = TestDelegate(a, &A::func); in test_class_methods() local
106 TestDelegate d = TestDelegate(a, &A::const_func); in test_class_methods() local
122 TestDelegate d = TestDelegate::make(a, &A::func); in test_class_methods() local
169 TestDelegate d = TestDelegate(f); in test_functor_class() local
174 TestDelegate d = TestDelegate::make(f); in test_functor_class() local
[all …]
/dports/lang/cython/Cython-0.29.24/tests/run/
H A Diterdict.pyx8 def dict_iteritems(dict d):
19 def dict_iterkeys(dict d):
30 def dict_itervalues(dict d):
43 def items(dict d):
57 def iteritems(dict d):
73 def optimistic_iteritems(d): argument
112 def iteritems_int(dict d):
198 def iterkeys(dict d):
254 def iterkeys_int(dict d):
274 def iterdict(dict d):
[all …]
/dports/misc/usd/USD-21.11/pxr/usd/usd/testenv/
H A DtestUsdCreateAttributeCpp.cpp248 { double d; TF_VERIFY(!attr.Get<double>(&d)); } in TestValueMutation() local
249 { double d; TF_VERIFY(!attr.Get<double>(&d, 1.0)); } in TestValueMutation() local
250 { double d; TF_VERIFY(!attr.Get<double>(&d, 2.0)); } in TestValueMutation() local
262 { double d; TF_VERIFY(!attr.Get<double>(&d)); } in TestValueMutation() local
263 { double d; TF_VERIFY(!attr.Get<double>(&d, 1.0)); } in TestValueMutation() local
264 { double d; TF_VERIFY(!attr.Get<double>(&d, 2.0)); } in TestValueMutation() local
292 { double d; TF_VERIFY(!attr.Get<double>(&d, 1.0)); } in TestValueMutation() local
394 { double d; TF_VERIFY(!attr.Get<double>(&d)); } in TestValueMutation() local
420 { double d; TF_VERIFY(!attr.Get<double>(&d)); } in TestValueMutation() local
436 { double d; TF_VERIFY(!attr.Get<double>(&d)); } in TestValueMutation() local
[all …]
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/test/
H A DThriftStructs-inl.h34 thrift::benchmark::SmallInt d; variable
41 thrift::benchmark::BigInt d; variable
48 thrift::benchmark::SmallString d; variable
55 thrift::benchmark::BigString d; variable
64 thrift::benchmark::BigBinary d; variable
73 thrift::benchmark::LargeBinary d; variable
80 thrift::benchmark::Mixed d; variable
95 thrift::benchmark::SmallListInt d; variable
107 thrift::benchmark::BigListInt d; variable
180 thrift::benchmark::LargeMixed d; variable
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/common/
H A Dmacros.c1267 asprintf(&mac->x[MACRO_TOTALHOSTSUP], "%d", hosts_up); macro
1649 *output = (char *)mkstr("%d", temp_host->current_state); macro
1655 *output = (char *)mkstr("%d", temp_host->last_state); macro
1685 *output = (char *)mkstr("%d", temp_host->max_attempts); macro
1822 (char *)mkstr("%d", total_host_services); macro
1824 (char *)mkstr("%d", total_host_services_ok); macro
1826 (char *)mkstr("%d", total_host_services_warning); macro
1828 (char *)mkstr("%d", total_host_services_unknown); macro
1830 (char *)mkstr("%d", total_host_services_critical); macro
3185 asprintf(&macro_name, "ARG%d", x + 1); macro
[all …]
/dports/games/maxr/maxr-0.2.9/src/utility/
H A Dfixedvector.h121 for (std::size_t d = 0; d < D; ++d) in cFixedVector() local
148 for (std::size_t d = 0; d < D; ++d) variable
160 for (std::size_t d = 0; d < D; ++d) variable
172 for (std::size_t d = 0; d < D; ++d) variable
184 for (std::size_t d = 0; d < D; ++d) variable
195 for (std::size_t d = 0; d < D; ++d) variable
206 for (std::size_t d = 0; d < D; ++d) variable
217 for (std::size_t d = 0; d < D; ++d) variable
228 for (std::size_t d = 0; d < D; ++d) variable
239 for (std::size_t d = 0; d < D; ++d) variable
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/21_strings/basic_string/operations/starts_with/wchar_t/
H A D1.cc21 // basic_string begins_with
23 #include <string>
26 void
27 test01()
29 const wchar_t cstr_dir[] = L"slugs/";
34 const std::wstring s_test(L"slugs/slimy.jpg");
50
51 int
52 main()
53 {
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/share/qtcreator/debugger/
H A Dstdtypes.py34 def qdump__std__array(d, value): argument
62 def qdump__std__complex(d, value): argument
77 def qdump__std__deque(d, value): argument
216 def qdump__std__list(d, value): argument
298 def qdump__std__map(d, value): argument
484 def qdump__std__set(d, value): argument
543 def std1TreeMin(d, node): argument
563 def std1TreeNext(d, node): argument
1234 def qdump__string(d, value): argument
1294 def qdump__wstring(d, value): argument
[all …]
H A Dcreatortypes.py40 def extractPointerType(d, value): argument
56 def readTemplateName(d, value): argument
75 def readLiteral(d, value): argument
89 def dumpLiteral(d, value): argument
93 def qdump__Utils__Id(d, value): argument
161 def kindName(d, value): argument
222 def qdump__Utils__FilePath(d, value): argument
256 def qdump__Utils__Port(d, value): argument
294 def qdump__Utf8String(d, value): argument
324 def qdump__ProString(d, value): argument
[all …]
/dports/devel/libx86/libx86-1.1/x86emu/x86emu/
H A Dprim_ops.h142 #define aaa_word(d) aaa_word_asm(&M.x86.R_EFLG,d) argument
143 #define aas_word(d) aas_word_asm(&M.x86.R_EFLG,d) argument
144 #define aad_word(d) aad_word_asm(&M.x86.R_EFLG,d) argument
145 #define aam_word(d) aam_word_asm(&M.x86.R_EFLG,d) argument
158 #define daa_byte(d) daa_byte_asm(&M.x86.R_EFLG,d) argument
159 #define das_byte(d) das_byte_asm(&M.x86.R_EFLG,d) argument
160 #define dec_byte(d) dec_byte_asm(&M.x86.R_EFLG,d) argument
161 #define dec_word(d) dec_word_asm(&M.x86.R_EFLG,d) argument
162 #define dec_long(d) dec_long_asm(&M.x86.R_EFLG,d) argument
163 #define inc_byte(d) inc_byte_asm(&M.x86.R_EFLG,d) argument
[all …]
/dports/devel/py-ddtrace/ddtrace-0.56.1/ddtrace/internal/
H A Dpack_template.h20 #define TAKE8_8(d) ((uint8_t*)&d)[0] argument
21 #define TAKE8_16(d) ((uint8_t*)&d)[0] argument
22 #define TAKE8_32(d) ((uint8_t*)&d)[0] argument
23 #define TAKE8_64(d) ((uint8_t*)&d)[0] argument
25 #define TAKE8_8(d) ((uint8_t*)&d)[0] argument
26 #define TAKE8_16(d) ((uint8_t*)&d)[1] argument
27 #define TAKE8_32(d) ((uint8_t*)&d)[3] argument
28 #define TAKE8_64(d) ((uint8_t*)&d)[7] argument
40 #define msgpack_pack_real_uint8(x, d) \ argument
584 unsigned char d = 0x90 | n; in msgpack_pack_array() local
[all …]
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Dobjectlist.c39 void deinit_ObjectList(iObjectList *d) { in deinit_ObjectList()
43 iObjectList *copy_ObjectList(const iObjectList *d) { in copy_ObjectList()
51 iObject *front_ObjectList(const iObjectList *d) { in front_ObjectList()
56 iObject *back_ObjectList(const iObjectList *d) { in back_ObjectList()
61 void clear_ObjectList(iObjectList *d) { in clear_ObjectList()
68 iObjectListNode *d = iMalloc(ObjectListNode); in new_ObjectListNode_() local
75 iObjectListNode *d = any; in delete_ObjectListNode_() local
105 void popFront_ObjectList(iObjectList *d) { in popFront_ObjectList()
109 void popBack_ObjectList(iObjectList *d) { in popBack_ObjectList()
123 void next_ObjectListIterator(iObjectListIterator *d) { in next_ObjectListIterator()
[all …]
H A Darray.c68 static void rebalance_Array_(iArray *d) { in rebalance_Array_()
86 iArray *d = iMalloc(Array); in copy_Array() local
105 void deinit_Array(iArray *d) { in deinit_Array()
109 void *data_Array(iArray *d) { in data_Array()
119 size_t size_Array(const iArray *d) { in size_Array()
130 void *at_Array(iArray *d, size_t pos) { in at_Array()
140 void *end_Array(iArray *d) { in end_Array()
144 const void *constEnd_Array(const iArray *d) { in constEnd_Array()
166 void clear_Array(iArray *d) { in clear_Array()
170 void resize_Array(iArray *d, size_t size) { in resize_Array()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.core/src/com/sun/mirror/util/
H A DDeclarationVisitor.java58 public void visitDeclaration(Declaration d); in visitDeclaration()
64 public void visitPackageDeclaration(PackageDeclaration d); in visitPackageDeclaration()
70 public void visitMemberDeclaration(MemberDeclaration d); in visitMemberDeclaration()
76 public void visitTypeDeclaration(TypeDeclaration d); in visitTypeDeclaration()
82 public void visitClassDeclaration(ClassDeclaration d); in visitClassDeclaration()
88 public void visitEnumDeclaration(EnumDeclaration d); in visitEnumDeclaration()
94 public void visitInterfaceDeclaration(InterfaceDeclaration d); in visitInterfaceDeclaration()
106 public void visitFieldDeclaration(FieldDeclaration d); in visitFieldDeclaration()
130 public void visitMethodDeclaration(MethodDeclaration d); in visitMethodDeclaration()
137 AnnotationTypeElementDeclaration d); in visitAnnotationTypeElementDeclaration()
[all …]
/dports/lang/cython-devel/cython-2b1e743/tests/run/
H A Diterdict.pyx8 def dict_iteritems(dict d):
19 def dict_iterkeys(dict d):
30 def dict_itervalues(dict d):
43 def items(dict d):
57 def iteritems(dict d):
73 def optimistic_iteritems(d): argument
112 def iteritems_int(dict d):
198 def iterkeys(dict d):
254 def iterkeys_int(dict d):
274 def iterdict(dict d):
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/sql/testng/test/sql/
H A DDateTests.java61 Date d = Date.valueOf("1961-08-30"); in test01() local
71 Date d = Date.valueOf("1961-08-30"); in test2() local
82 Date d = Date.valueOf("1961-08-30"); in test3() local
93 Date d = Date.valueOf("1961-08-30"); in test4() local
104 Date d = Date.valueOf("1961-08-30"); in test5() local
114 Date d = Date.valueOf("1961-08-30"); in test6() local
125 Date d = Date.valueOf("1961-08-30"); in test7() local
136 Date d = Date.valueOf("1961-08-30"); in test8() local
148 Date d = Date.valueOf("1961-08-30"); in test9() local
158 Date d = Date.valueOf("1961-08-30"); in test10() local
[all …]

12345678910>>...2101