Home
last modified time | relevance | path

Searched defs:d (Results 201 – 225 of 79643) sorted by relevance

12345678910>>...3186

/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaCXX/
H A Dwarn-return-std-move.cpp108 Derived ok1() { Derived d; return d; } in ok1() local
149 Base testParam2(Derived d) { in testParam2()
173 ConvertFromBase testParam6(Derived d) { in testParam6()
181 Derived testRParam1(Derived&& d) { in testRParam1()
187 Base testRParam2(Derived&& d) { in testRParam2()
226 Derived d; in testParens1() local
233 Derived d; in testParens2() local
320 void test_throw1(Derived&& d) { in test_throw1()
328 Derived d; in ok_throw1() local
331 void ok_throw2(Derived d) { throw d; } in ok_throw2()
[all …]
/dports/shells/wcd/wcd-6.0.3/src/c3po/
H A Ddirnode.c61 dirnode d; in copyDirnode() local
101 expfun text dirnodeGetName(dirnode d) in dirnodeGetName()
108 expfun int dirnodeGetX(dirnode d) in dirnodeGetX()
115 expfun int dirnodeGetY(dirnode d) in dirnodeGetY()
136 expfun dirnode dirnodeGetUp(dirnode d) in dirnodeGetUp()
150 expfun c3po_bool dirnodeFold(dirnode d) in dirnodeFold()
164 expfun dirnode dirnodeSetX(int x, in dirnodeSetX()
171 expfun dirnode dirnodeSetY(int y, in dirnodeSetY()
315 expfun void addToDirnode(dirnode d, in addToDirnode()
416 dirnode d, in printDirnode()
[all …]
/dports/math/dune-uggrid/dune-uggrid-bc2d1229420367563410ce9e519f5ff82b45266f/dune/uggrid/parallel/ddd/ctrl/
H A Dstat.h164 # define STAT_TIMER(d) argument
165 # define STAT_TIMER1(d) argument
166 # define STAT_TIMER2(d) argument
167 # define STAT_TIMER3(d) argument
168 # define STAT_TIMER4(d) argument
170 # define STAT_INCTIMER(d) argument
171 # define STAT_INCTIMER1(d) argument
172 # define STAT_INCTIMER2(d) argument
173 # define STAT_INCTIMER3(d) argument
174 # define STAT_INCTIMER4(d) argument
[all …]
/dports/emulators/qemu/qemu-6.2.0/meson/test cases/common/98 subproject subdir/
H A Dmeson.build13 d = dependency('sub', version : '>=2.0', required : false) variable
18 d = dependency('sub2', fallback: ['sub', 'libSub']) variable
26 d = dependency('sub-notfound', fallback : 'sub_novar', required : false) variable
30 d = dependency('sub_implicit', default_options: 'opt=overriden') variable
35 d = dependency('sub_implicit_provide1') variable
41 d = dependency('sub_implicit_provide2') variable
47 d = dependency('glib-2.0', required : false) variable
55 d = dependency('gobject-2.0', required : false) variable
60 d = dependency('subsub') variable
66 d = dependency('subsubsub') variable
/dports/www/lagrange/lagrange-1.7.3/lib/the_Foundation/src/
H A Dintset.c38 iIntSet *d = new_IntSet(); in iDefineTypeConstruction() local
43 void init_IntSet(iIntSet *d) { in init_IntSet()
51 void deinit_IntSet(iIntSet *d) { in deinit_IntSet()
55 iIntSet *copy_IntSet(const iIntSet *d) { in copy_IntSet()
59 iBool contains_IntSet(const iIntSet *d, int value) { in contains_IntSet()
67 iBool insert_IntSet(iIntSet *d, int value) { in insert_IntSet()
71 iBool remove_IntSet(iIntSet *d, int value) { in remove_IntSet()
76 int at_IntSet(const iIntSet *d, size_t pos) { in at_IntSet()
87 void deserialize_IntSet(iIntSet *d, iStream *ins) { in deserialize_IntSet()
101 void next_IntSetIterator(iIntSetIterator *d) { in next_IntSetIterator()
[all …]
H A Dmap.c59 static iMapNode *sibling_MapNode_(iMapNode *d) { in sibling_MapNode_()
64 static iMapNode *uncle_MapNode_(iMapNode *d) { in uncle_MapNode_()
70 static int verify_MapNode_(iMapNode *d) { in verify_MapNode_()
93 static iMapNode **downLink_MapNode_(iMapNode *d) { in downLink_MapNode_()
316 void init_Map(iMap *d, iMapNodeCmpFunc cmp) { in init_Map()
322 void deinit_Map(iMap *d) { in deinit_Map()
344 void clear_Map(iMap *d) { in clear_Map()
349 iMapNode *insert_Map(iMap *d, iMapNode *node) { in insert_Map()
367 iMapNode *remove_Map(iMap *d, iMapKey key) { in remove_Map()
422 void next_MapIterator(iMapIterator *d) { in next_MapIterator()
[all …]
H A Dblock.c52 iBlockData *d = iMalloc(BlockData); in new_BlockData_() local
122 iBlock *d = new_Block(size); in newData_Block() local
128 iBlock *d = iMalloc(Block); in newPrealloc_Block() local
133 iBlock *copy_Block(const iBlock *d) { in copy_Block()
180 void deinit_Block(iBlock *d) { in deinit_Block()
200 size_t size_Block(const iBlock *d) { in size_Block()
209 char front_Block(const iBlock *d) { in front_Block()
213 char back_Block(const iBlock *d) { in back_Block()
239 void *data_Block(iBlock *d) { in data_Block()
244 void clear_Block(iBlock *d) { in clear_Block()
[all …]
/dports/lang/elk/elk-3.99.8/lib/xlib/
H A Ddisplay.c53 Object d; in Make_Display() local
82 Object P_Close_Display (Object d) { in P_Close_Display()
151 static Object P_Display_String (Object d) { in P_Display_String()
159 static Object P_Display_Vendor (Object d) { in P_Display_Vendor()
191 static Object P_Display_Bitmap_Unit (Object d) { in P_Display_Bitmap_Unit()
202 static Object P_Display_Bitmap_Pad (Object d) { in P_Display_Bitmap_Pad()
207 static Object P_Display_Width (Object d) { in P_Display_Width()
213 static Object P_Display_Height (Object d) { in P_Display_Height()
219 static Object P_Display_Width_Mm (Object d) { in P_Display_Width_Mm()
225 static Object P_Display_Height_Mm (Object d) { in P_Display_Height_Mm()
[all …]
/dports/astro/stellarium/stellarium-0.21.3/src/core/modules/
H A DRotationElements.cpp41 const double d=(JDE-J2000); in updatePlanetCorrections() local
237 double RotationElements::corrWMoon(const double d, const double T) in corrWMoon()
259 double RotationElements::corrWMars(const double d, const double T) in corrWMars()
327 double RotationElements::corrWIo(const double d, const double T) in corrWIo()
357 double RotationElements::corrWThebe(const double d, const double T) in corrWThebe()
363 double RotationElements::corrWMimas(const double d, const double T) in corrWMimas()
374 double RotationElements::corrWRhea(const double d, const double T) in corrWRhea()
380 double RotationElements::corrWJanus(const double d, const double T) in corrWJanus()
446 double RotationElements::corrWPuck(const double d, const double T) in corrWPuck()
452 double RotationElements::corrWAriel(const double d, const double T) in corrWAriel()
[all …]
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/network/
H A Dmultimsgs.h39 #define ADD_DATA(d) do { Assert((static_cast<size_t>(packet_size) + sizeof(d)) < MAX_PACKET_SIZE); … argument
50 #define ADD_ORIENT(d) { Assert((packet_size + 17) < MAX_PACKET_SIZE); ubyte dt[17]; multi_pack_orie… argument
51 #define ADD_VECTOR(d) do { vec3d tmpvec = ZERO_VECTOR; tmpvec.xyz.x = INTEL_FLOAT(&d.xyz.x); tmpvec… argument
53 #define GET_DATA(d) do { memcpy(&d, data+offset, sizeof(d) ); offset += sizeof(d); } while(false) argument
55 #define GET_SHORT(d) do { std::int16_t swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_SHOR… argument
56 #define GET_USHORT(d) do { std::uint16_t swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_SH… argument
57 #define GET_INT(d) do { std::int32_t swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_INT(sw… argument
58 #define GET_UINT(d) do { std::uint32_t swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_INT(… argument
59 #define GET_ULONG(d) do { std::uint64_t swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_LON… argument
60 #define GET_FLOAT(d) do { float swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_FLOAT(&swap… argument
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/tests/
H A Dnpc_talk_test.cpp122 dialogue d; variable
132 dialogue d; variable
142 dialogue d; variable
176 dialogue d; variable
201 dialogue d; variable
247 dialogue d; variable
268 dialogue d; variable
291 dialogue d; variable
315 dialogue d; variable
330 dialogue d; variable
[all …]
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/tests/
H A Dnpc_talk_test.cpp122 dialogue d; variable
132 dialogue d; variable
142 dialogue d; variable
176 dialogue d; variable
201 dialogue d; variable
247 dialogue d; variable
268 dialogue d; variable
291 dialogue d; variable
315 dialogue d; variable
330 dialogue d; variable
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/scxmleditor/plugin_interface/
H A Dserializer.cpp48 void Serializer::append(double d) in append()
67 void Serializer::append(const QRectF &d) in append()
71 void Serializer::append(const QRect &d) in append()
75 void Serializer::append(const QPointF &d) in append()
79 void Serializer::append(const QPoint &d) in append()
84 void Serializer::read(QPolygonF &d) in read()
88 void Serializer::read(QPolygon &d) in read()
92 void Serializer::read(QRectF &d) in read()
96 void Serializer::read(QRect &d) in read()
100 void Serializer::read(QPointF &d) in read()
[all …]
/dports/databases/R-cran-cachem/cachem/tests/testthat/
H A Dtest-cache-mem.R7 d <- cache_mem() globalVar
17 d <- cache_mem(missing = NULL) globalVar
27 d <- cache_mem(missing = stop("Missing key")) globalVar
42 d <- cache_mem(missing = !!expr) globalVar
50 d <- cache_mem(max_n = 3) globalVar
111 d <- cache_mem(max_n = 2) globalVar
125 d <- cache_mem(max_n = 2, evict = "lru") globalVar
136 d <- cache_mem(max_n = 2, evict = "fifo") globalVar
150 d <- cache_mem(max_n = 2, evict = "fifo") globalVar
163 d <- cache_mem(max_age = 0.25*time_factor) globalVar
[all …]
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/network/
H A Dmultimsgs.h35 #define ADD_DATA(d) do { Assert((packet_size + sizeof(d)) < MAX_PACKET_SIZE); memcpy(data+packet_si… argument
38 #define ADD_INT(d) do { Assert((packet_size + sizeof(d)) < MAX_PACKET_SIZE); int swap = INTEL_INT(d… argument
39 #define ADD_UINT(d) do { Assert((packet_size + sizeof(d)) < MAX_PACKET_SIZE); uint swap = INTEL_INT… argument
42 #define ADD_ORIENT(d) { Assert((packet_size + 17) < MAX_PACKET_SIZE); ubyte dt[17]; multi_pack_orie… argument
45 #define GET_DATA(d) do { memcpy(&d, data+offset, sizeof(d) ); offset += sizeof(d); } while(0) argument
46 #define GET_SHORT(d) do { short swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_SHORT(swap)… argument
47 #define GET_USHORT(d) do { ushort swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_SHORT(swa… argument
48 #define GET_INT(d) do { int swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_INT(swap); offs… argument
49 #define GET_UINT(d) do { uint swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_INT(swap); of… argument
50 #define GET_FLOAT(d) do { float swap; memcpy(&swap, data+offset, sizeof(d) ); d = INTEL_FLOAT(&swap… argument
[all …]
/dports/devel/p5-Data-MessagePack-Stream/Data-MessagePack-Stream-0.07/msgpack-0.5.7/src/msgpack/
H A Dpack.hpp176 inline packer<Stream>& packer<Stream>::pack_uint8(uint8_t d) in pack_uint8()
180 inline packer<Stream>& packer<Stream>::pack_uint16(uint16_t d) in pack_uint16()
192 inline packer<Stream>& packer<Stream>::pack_int8(int8_t d) in pack_int8()
196 inline packer<Stream>& packer<Stream>::pack_int16(int16_t d) in pack_int16()
200 inline packer<Stream>& packer<Stream>::pack_int32(int32_t d) in pack_int32()
204 inline packer<Stream>& packer<Stream>::pack_int64(int64_t d) in pack_int64()
242 inline packer<Stream>& packer<Stream>::pack_short(short d) in pack_short()
246 inline packer<Stream>& packer<Stream>::pack_int(int d) in pack_int()
250 inline packer<Stream>& packer<Stream>::pack_long(long d) in pack_long()
275 inline packer<Stream>& packer<Stream>::pack_float(float d) in pack_float()
[all …]
/dports/science/siconos/siconos-4.4.0/numerics/src/GenericMechanical/test/
H A Dtest_solvers_1.c42 for(int d =0; d <n_data; d++) in build_test_collection() local
60 for(int d =0; d <n_data; d++) in build_test_collection() local
74 for(int d =0; d <n_data; d++) in build_test_collection() local
87 for(int d =0; d <n_data-3; d++) // warning : ignore GMP 4 to 6 .dat in build_test_collection() local
100 for(int d =0; d <n_data; d++) in build_test_collection() local
113 for(int d =0; d <n_data; d++) in build_test_collection() local
127 for(int d =0; d <n_data; d++) in build_test_collection() local
140 for(int d =0; d <n_data; d++) in build_test_collection() local
153 for(int d =0; d <n_data; d++) in build_test_collection() local
169 for(int d =0; d <n_data; d++) in build_test_collection() local
/dports/cad/verilator/verilator-4.216/test_regress/t/
H A Dt_dpi_open_query.cpp37 int cSvLeft1(const svOpenArrayHandle h, int d) { return svLeft(h, d); } in cSvLeft1()
39 int cSvLow1(const svOpenArrayHandle h, int d) { return svLow(h, d); } in cSvLow1()
40 int cSvHigh1(const svOpenArrayHandle h, int d) { return svHigh(h, d); } in cSvHigh1()
42 int cSvSize1(const svOpenArrayHandle h, int d) { return svSize(h, d); } in cSvSize1()
46 int cSvLeft2(const svOpenArrayHandle h, int d) { return svLeft(h, d); } in cSvLeft2()
48 int cSvLow2(const svOpenArrayHandle h, int d) { return svLow(h, d); } in cSvLow2()
49 int cSvHigh2(const svOpenArrayHandle h, int d) { return svHigh(h, d); } in cSvHigh2()
51 int cSvSize2(const svOpenArrayHandle h, int d) { return svSize(h, d); } in cSvSize2()
55 int cSvLeft3(const svOpenArrayHandle h, int d) { return svLeft(h, d); } in cSvLeft3()
57 int cSvLow3(const svOpenArrayHandle h, int d) { return svLow(h, d); } in cSvLow3()
[all …]
/dports/databases/elixir-ecto/ecto-2.2.10/lib/ecto/
H A Duuid.ex101 defp d(?0), do: 0 function
102 defp d(?1), do: 1 function
103 defp d(?2), do: 2 function
104 defp d(?3), do: 3 function
105 defp d(?4), do: 4 function
106 defp d(?5), do: 5 function
107 defp d(?6), do: 6 function
108 defp d(?7), do: 7 function
109 defp d(?8), do: 8 function
110 defp d(?9), do: 9 function
[all …]
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Dwidget.c106 void releaseChildren_Widget(iWidget *d) { in releaseChildren_Widget()
140 iWidget *d = ptr; in visualOffsetAnimation_Widget_() local
150 void deinit_Widget(iWidget *d) { in deinit_Widget()
196 void destroy_Widget(iWidget *d) { in destroy_Widget()
217 int64_t flags_Widget(const iWidget *d) { in flags_Widget()
278 iWidget *root_Widget(const iWidget *d) { in root_Widget()
849 void arrange_Widget(iWidget *d) { in arrange_Widget()
1561 void draw_Widget(const iWidget *d) { in draw_Widget()
1890 void setFocus_Widget(iWidget *d) { in setFocus_Widget()
1910 void setHover_Widget(iWidget *d) { in setHover_Widget()
[all …]
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/msgpack/
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
619 unsigned char d = 0x90 | n; in msgpack_pack_array() local
[all …]
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/msgpack/
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
626 unsigned char d = 0x90 | n; in msgpack_pack_array() local
[all …]
/dports/devel/py-srsly/srsly-2.4.2/srsly/msgpack/
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
626 unsigned char d = 0x90 | n; in msgpack_pack_array() local
[all …]
/dports/devel/py-msgpack/msgpack-1.0.3/msgpack/
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
619 unsigned char d = 0x90 | n; in msgpack_pack_array() local
[all …]
/dports/databases/kexi/kexi-3.2.0/src/formeditor/
H A Dcommands.h128 Private * const d; variable
162 Private * const d; variable
190 Private * const d; variable
229 Private * const d; variable
257 Private * const d; variable
300 Private * const d; variable
352 Private * const d; variable
378 Private * const d; variable
405 Private * const d; variable
455 Private * const d; variable
[all …]

12345678910>>...3186