Home
last modified time | relevance | path

Searched refs:udps (Results 1 – 25 of 27) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java204 udps.getPropertyValue("Hinweis")); in check()
207 udps.getPropertyValue("Warnung")); in check()
360 udps.getPropertyValue("FrobDuration"))); in check()
362 udps.getPropertyValue("FrobDuration2"))); in check()
364 udps.getPropertyValue("FrobEndDate"))); in check()
366 udps.getPropertyValue("FrobStartTime"))); in check()
374 udps.getPropertyValue("Removed"); in check()
402 udps.getPropertyValue("FrobDuration"))); in check()
410 udps.getPropertyValue("FrobEndDate"))); in check()
418 udps.getPropertyValue("Removed"); in check()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/qa/complex/sfx2/
H A DDocumentProperties.java204 udps.getPropertyValue("Hinweis")); in check()
207 udps.getPropertyValue("Warnung")); in check()
360 udps.getPropertyValue("FrobDuration"))); in check()
362 udps.getPropertyValue("FrobDuration2"))); in check()
364 udps.getPropertyValue("FrobEndDate"))); in check()
366 udps.getPropertyValue("FrobStartTime"))); in check()
374 udps.getPropertyValue("Removed"); in check()
402 udps.getPropertyValue("FrobDuration"))); in check()
410 udps.getPropertyValue("FrobEndDate"))); in check()
418 udps.getPropertyValue("Removed"); in check()
[all …]
/dports/cad/iverilog/verilog-11.0/tgt-vlog95/
H A Dudp.c231 static ivl_udp_t *udps = 0; variable
239 if ((ivl_udp_lineno(udp) == ivl_udp_lineno(udps[idx])) && in add_udp_to_list()
240 (strcmp(ivl_udp_name(udp), ivl_udp_name(udps[idx])) == 0)) { in add_udp_to_list()
245 udps = realloc(udps, num_udps * sizeof(ivl_udp_t)); in add_udp_to_list()
246 udps[num_udps-1] = udp; in add_udp_to_list()
253 emit_udp(udps[idx]); in emit_udp_list()
255 free(udps); in emit_udp_list()
256 udps = 0; in emit_udp_list()
/dports/games/libretro-prboom/libretro-prboom-cc80175/src/
H A Dd_ipxgate.c125 int ipxs, udps; variable
154 write(udps,p,sizeof(packet_header_t)+len+1); in send_udp_packet()
262 void loop(int ipxs, int udps) { in loop() argument
270 FD_SET(udps,&fds); in loop()
271 rc = select(ipxs+udps,&fds,NULL,NULL,&wt); in loop()
279 if (FD_ISSET(udps,&fds)) in loop()
280 udp_receive(udps); in loop()
287 udps = udp_socket(argv[1]); in main()
288 loop(ipxs,udps); in main()
/dports/net/zerotier/ZeroTierOne-1.8.3/osdep/
H A DBinder.hpp130 PhySocket *udps, *tcps; in refresh() local
408 PhySocket* const udps = _bindings[b].udpSock; in refresh() local
412 phy.close(udps, false); in refresh()
426udps = phy.udpBind(reinterpret_cast<const struct sockaddr*>(&(ii->first)), (void*)0, ZT_UDP_DESIRE… in refresh()
428 if ((udps) && (tcps)) { in refresh()
434 int fd = (int)Phy<PHY_HANDLER_TYPE>::getDescriptor(udps); in refresh()
443 _bindings[_bindingCount].udpSock = udps; in refresh()
446 phy.setIfName(udps, (char*)ii->second.c_str(), (int)ii->second.length()); in refresh()
451 phy.close(udps, false); in refresh()
/dports/sysutils/busybox/busybox-1.26.2/networking/
H A Ddnsd.c510 int udps, opts; in dnsd_main() local
533 udps = xsocket(lsa->u.sa.sa_family, SOCK_DGRAM, 0); in dnsd_main()
534 xbind(udps, &lsa->u.sa, lsa->len); in dnsd_main()
535 socket_want_pktinfo(udps); /* needed for recv_from_to to work */ in dnsd_main()
554 r = recv_from_to(udps, buf, MAX_PACK_LEN + 1, 0, &from->u.sa, &to->u.sa, lsa->len); in dnsd_main()
565 send_to_from(udps, buf, r, 0, &from->u.sa, &to->u.sa, lsa->len); in dnsd_main()
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/capacity.tst/
H A Dlfsr5udp.plg13 Approximately 396822 bytes storage allocated (excluding udps).
63 Flattened Design: 6056 instances, 5000 udps, 10503 gates and 0 assigns.
67 Approximately 592391 bytes storage allocated (excluding udps).
69 Approximately 1610239 bytes storage allocated (excluding udps).
H A Dlfsr.plg15 Approximately 399377 bytes storage allocated (excluding udps).
70 Flattened Design: 387556 instances (352000 of cells), 0 udps (0 in cells),
75 Approximately 25440791 bytes storage allocated (excluding udps).
78 Approximately 148483376 bytes storage allocated (excluding udps).
H A DREADME21 coded using udps.
/dports/databases/opentsdb/opentsdb-2.3.0/src/query/expression/
H A DUnionIterator.java186 ExpressionDataPoint[] udps = ordered_union.get(key); in computeUnion() local
187 if (udps == null) { in computeUnion()
188 udps = new ExpressionDataPoint[queries.size()]; in computeUnion()
189 ordered_union.put(key, udps); in computeUnion()
191 udps[sub.getIndex()] = dps[i]; in computeUnion()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMSpring.h47 void setUseDampingPS(bool udps) in setUseDampingPS() argument
49 if(udps == true) return; in setUseDampingPS()
50 fprintf(mFile,"\tsetAttr \".udps\" %i;\n", udps); in setUseDampingPS()
/dports/cad/gplcver/gplcver-2.12a.src/tests_and_examples/install.tst/
H A DREADME70 updjkff.v - a test using 2, 6 state udps from the Vcmp Valid SIM library.
132 Flattened Design: 610 instances, 0 udps, 13800 gates and 1 assigns.
141 Approximately 396636 bytes storage allocated (excluding udps).
143 Approximately 718978 bytes storage allocated (excluding udps).
/dports/cad/iverilog/verilog-11.0/tgt-vvp/
H A Dvvp_scope.c841 static ivl_udp_t *udps = 0x0; in draw_udp_in_scope() local
851 if (udps[i] == udp) break; in draw_udp_in_scope()
855 udps = realloc(udps, (nudps+1)*sizeof(ivl_udp_t)); in draw_udp_in_scope()
856 udps[nudps++] = udp; in draw_udp_in_scope()
/dports/dns/pdnsd/pdnsd-1.2.9a/src/
H A Ddns_answer.c2127 pthread_t udps; local
2129 if (pthread_create(&udps,&attr_detached,udp_server_thread,NULL)) {
2133 udps_thrid=udps;
/dports/cad/iverilog/verilog-11.0/
H A Dt-dll.cc1431 static map<perm_string,ivl_udp_t> udps; in udp() local
1434 if (udps.find(net->udp_name()) != udps.end()) { in udp()
1435 u = udps[net->udp_name()]; in udp()
1462 udps[net->udp_name()] = u; in udp()
/dports/cad/gplcver/gplcver-2.12a.src/doc/
H A Dcver.hlp273 simulation even more by recoding most common cells as udps. Option
/dports/astro/pykep/pykep-2.6/doc/sphinx/examples/
H A Dex3.ipynb9 …mediate fly-by as a global optimization problem (using the module trajopt udps) and it then attemp…
/dports/astro/py-pykep/pykep-2.6/doc/sphinx/examples/
H A Dex3.ipynb9 …mediate fly-by as a global optimization problem (using the module trajopt udps) and it then attemp…
/dports/japanese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in64834 udps 羜 0
/dports/chinese/wenju/wenju-1.6/src/tim/tables/
H A Dwubi.tim62413 udps=羜
/dports/chinese/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in64834 udps 羜 0
/dports/textproc/scim-table-imengine/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in64834 udps 羜 0
/dports/korean/scim-tables/scim-tables-0.5.10/tables/zh/
H A DWubi.txt.in64834 udps 羜 0
/dports/chinese/ibus-table-chinese/ibus-table-chinese-1.8.3/tables/wubi-haifeng/
H A DGBK.tab16435 9937 C171 羜 udps 3 . . . . upsh 3 . . . . 43111344512 . 0
/dports/chinese/brise/brise-brise-0.35/supplement/
H A Dwubi86.dict.yaml110497udps 40200

12