Home
last modified time | relevance | path

Searched refs:ms (Results 1 – 25 of 13518) sorted by relevance

12345678910>>...541

/dports/graphics/icoutils/icoutils-0.32.3/data/resscripts/
H A Dwin98_dlls66 resource group_icon, 27: ms/cd_with_note
71 resource group_icon, 32: ms/logo_msn
74 resource group_icon, 35: ms/hand_share
356 resource group_icon, 127: ms/globe
365 resource group_icon, 19: ms/chip
372 resource group_icon, 21: ms/usb_slot
377 resource group_icon, 22: ms/fly
380 resource group_icon, 3: ms/keyboard
410 resource group_icon, 117: ms/no_sign
457 resource group_icon, 115: ms/mark
[all …]
H A Dwin98_executables15 resource group_icon, 'SC': ms/calculator
18 resource group_icon, 107: ms/cd_with_notes
42 resource group_icon, 1034: ms/chip_ic
49 resource group_icon, 116: ms/phone_black
56 resource group_icon, 1060: ms/chip_ic
123 resource group_icon, 1: ms/palette
132 resource group_icon, 2: ms/frame_empty
139 resource group_icon, '31944+13': ms/cd
234 resource group_icon, 1000: ms/charts
254 resource group_icon, 200: ms/cases
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/dsp/
H A DMSEGModulationHelper.cpp30 if (ms->loop_start > ms->n_activeSegments - 1) in rebuildCache()
32 if (ms->loop_end > ms->n_activeSegments - 1) in rebuildCache()
64 ms->envelopeModeNV1 = ms->segments[ms->n_activeSegments - 1].nv1; in rebuildCache()
89 ms->durationToLoopEnd = ms->segmentEnd[ms->loop_end]; in rebuildCache()
91 ms->segmentEnd[(ms->loop_end >= 0 ? ms->loop_end : ms->n_activeSegments - 1)] - in rebuildCache()
92 ms->segmentStart[(ms->loop_start >= 0 ? ms->loop_start : 0)]; in rebuildCache()
134 if (ms->loop_end == -1 || ms->loop_end >= ms->n_activeSegments) in valueAt()
662 else if (ms->loop_start > ms->loop_end && ms->loop_start >= 0 && ms->loop_end >= 0) in timeToSegment()
769 if (ms->loop_end < 0 || ms->loop_end == ms->n_activeSegments - 1) in extendTo()
1445 if (ms->loop_end >= 0 && ms->loop_end < ms->loop_start) in setLoopStart()
[all …]
/dports/games/toppler/toppler-1.1.6/
H A Dmenusys.cc52 ms->curr_mtime = ms->hilited = 0; in new_menu_system()
55 ms->mtime = ms->yhilitpos = ms->opt_steal_control = -1; in new_menu_system()
72 if (!ms) return ms; in add_menu_option()
121 while (!ms->mproc && ms->parent) ms = ms->parent; in draw_background()
124 (*ms->mproc)(ms); in draw_background()
252 const char *tmpbuf = (*ms->moption[ms->hilited].oproc) (ms); in menu_system_caller()
272 if (!ms) return ms; in run_menu_system()
279 ms->hilited = (ms->hilited + 1) % ms->numoptions; in run_menu_system()
292 if ((ms->curr_mtime++ >= ms->mtime) && ms->timeproc) { in run_menu_system()
539 if (!ms) return ms; in set_menu_system_timeproc()
[all …]
/dports/games/renpy/renpy-7.4.11-sdk/module/
H A Dffmedia.c690 read_packet(ms, &ms->audio_packet_queue, &pkt); in decode_audio()
821 read_packet(ms, &ms->video_packet_queue, &ms->video_pkt); in decode_video_frame()
822 ms->video_pkt_tmp = ms->video_pkt; in decode_video_frame()
854 if (ms->video_pts_offset && (ms->video_pts_offset + pts < ms->video_read_time)) { in decode_video_frame()
1014 if (ms->surface_queue->pts + ms->video_pts_offset >= ms->video_read_time) { in media_video_ready()
1073 SDL_CondWait(ms->cond, ms->lock); in media_read_video()
1229 if (!(ms->needs_decode || ms->quit)) { in decode_thread()
1230 SDL_CondWait(ms->cond, ms->lock); in decode_thread()
1253 SDL_CondWait(ms->cond, ms->lock); in decode_thread()
1402 if (!(ms->needs_decode || ms->quit)) { in media_read_sync()
[all …]
/dports/math/abs/abs-src-0.908/X11/
H A Dmyscroll.c134 l = ms->thumbmax - ms->thumbminlen - ms->thumbmin;
137 val = p / l * (ms->vmax - ms->vmin) + ms->vmin;
177 ms->backlen = ms->thumbmax - ms->thumbmin;
367 if (ms->val < ms->vmin)
368 ms->val = ms->vmin;
369 if (ms->val > ms->vmax)
370 ms->val = ms->vmax;
400 ms->thumbpos = loc * (ms->backlen - ms->thumblen) + ms->thumbmin;
408 ms->cury = ms->thumbpos;
413 ms->curx = ms->thumbpos;
[all …]
/dports/math/py-libpoly/libpoly-0.1.11/src/utils/
H A Dopen_memstream.c109 memset(ms->contents + ms->capacity, 0, newcap - ms->capacity); in memstream_grow()
133 if (ms->size < ms->position) *ms->sizeloc= ms->size= ms->position; memstream_print(ms); in memstream_write()
134 assert(ms->size < ms->capacity); in memstream_write()
152 …if (ms->size < ms->position) *ms->sizeloc= ms->size= ms->position; memstream_print(ms); memstream… in memstream_seek()
153 assert(ms->size < ms->capacity && ms->contents[ms->size] == 0); in memstream_seek()
160 ms->size= min(ms->size, ms->position); in memstream_close()
161 *ms->ptr= ms->contents; in memstream_close()
162 *ms->sizeloc= ms->size; assert(ms->size < ms->capacity); in memstream_close()
163 ms->contents[ms->size]= 0; in memstream_close()
173 ms->position= ms->size= 0; in open_memstream()
[all …]
/dports/math/libpoly/libpoly-0.1.11/src/utils/
H A Dopen_memstream.c109 memset(ms->contents + ms->capacity, 0, newcap - ms->capacity); in memstream_grow()
133 if (ms->size < ms->position) *ms->sizeloc= ms->size= ms->position; memstream_print(ms); in memstream_write()
134 assert(ms->size < ms->capacity); in memstream_write()
152 …if (ms->size < ms->position) *ms->sizeloc= ms->size= ms->position; memstream_print(ms); memstream… in memstream_seek()
153 assert(ms->size < ms->capacity && ms->contents[ms->size] == 0); in memstream_seek()
160 ms->size= min(ms->size, ms->position); in memstream_close()
161 *ms->ptr= ms->contents; in memstream_close()
162 *ms->sizeloc= ms->size; assert(ms->size < ms->capacity); in memstream_close()
163 ms->contents[ms->size]= 0; in memstream_close()
173 ms->position= ms->size= 0; in open_memstream()
[all …]
/dports/misc/mnn/MNN-1.2.0/benchmark/result/
H A D2019-6-17.md6 [ - ] resnet-v2-50.mnn max = 166.551ms min = 152.422ms avg = 154.803ms
7 [ - ] MobileNetV2_224.mnn max = 21.691ms min = 18.404ms avg = 19.157ms
8 [ - ] mobilenet-v1-1.0.mnn max = 30.621ms min = 26.497ms avg = 27.906ms
9 [ - ] SqueezeNetV1.0.mnn max = 41.334ms min = 35.704ms avg = 37.716ms
10 [ - ] inception-v3.mnn max = 286.838ms min = 267.243ms avg = 275.505ms
15 [ - ] resnet-v2-50.mnn max = 247.274ms min = 82.197ms avg = 139.041ms
16 [ - ] MobileNetV2_224.mnn max = 54.035ms min = 27.700ms avg = 31.775ms
17 [ - ] mobilenet-v1-1.0.mnn max = 50.921ms min = 26.141ms avg = 29.121ms
18 [ - ] SqueezeNetV1.0.mnn max = 57.085ms min = 21.012ms avg = 32.820ms
19 [ - ] inception-v3.mnn max = 201.750ms min = 147.030ms avg = 158.453ms
[all …]
H A D2019-5-7.md8 [ - ] resnet-v2-50.mnn max = 169.670ms min = 147.007ms avg = 148.918ms
9 [ - ] MobileNetV2_224.mnn max = 23.465ms min = 19.995ms avg = 20.839ms
10 [ - ] mobilenet-v1-1.0.mnn max = 32.795ms min = 28.456ms avg = 30.278ms
11 [ - ] SqueezeNetV1.0.mnn max = 44.857ms min = 39.232ms avg = 41.224ms
12 [ - ] vgg16.mnn max = 468.540ms min = 370.753ms avg = 418.002ms
13 [ - ] inception-v3.mnn max = 299.384ms min = 281.520ms avg = 289.363ms
18 [ - ] resnet-v2-50.mnn max = 199.011ms min = 99.652ms avg = 127.788ms
19 [ - ] MobileNetV2_224.mnn max = 85.072ms min = 28.088ms avg = 45.013ms
20 [ - ] mobilenet-v1-1.0.mnn max = 63.161ms min = 20.609ms avg = 25.864ms
21 [ - ] SqueezeNetV1.0.mnn max = 108.128ms min = 24.628ms avg = 37.555ms
[all …]
H A D2019-2-18.md10 [ - ] vgg16.mnn max = 499.545ms min = 410.570ms avg = 445.868ms
11 [ - ] SqueezeNetV1.0.mnn max = 49.437ms min = 38.759ms avg = 43.901ms
12 [ - ] MobileNetV2_224.mnn max = 26.139ms min = 20.400ms avg = 24.489ms
13 [ - ] inception-v3.mnn max = 413.265ms min = 262.142ms avg = 306.542ms
14 [ - ] resnet-v2-50.mnn max = 240.009ms min = 152.649ms avg = 176.075ms
15 [ - ] mobilenet-v1-1.0.mnn max = 89.461ms min = 29.903ms avg = 41.547ms
20 [ - ] vgg16.mnn max = 293.156ms min = 227.952ms avg = 240.050ms
21 [ - ] SqueezeNetV1.0.mnn max = 47.752ms min = 31.191ms avg = 37.727ms
22 [ - ] MobileNetV2_224.mnn max = 61.352ms min = 35.874ms avg = 46.321ms
23 [ - ] inception-v3.mnn max = 396.939ms min = 180.353ms avg = 349.952ms
[all …]
/dports/math/gap/gap-4.11.0/pkg/cvec-2.7.4/test/
H A Dscatest.results22 #1: 682 ms ==> 0.682 us/op.
23 #2: 3746 ms ==> 3.746 us/op.
25 #1: 659 ms ==> 0.659 us/op.
28 #1: 912 ms ==> 0.912 us/op.
34 #1: 235 ms ==> 2.35 us/op.
40 #1: 82 ms ==> 0.82 us/op.
41 #2: 992 ms ==> 9.92 us/op.
43 #1: 7 ms ==> 0.07 us/op.
44 #2: 29 ms ==> 0.29 us/op.
71 #1: 8 ms ==> 0.08 us/op.
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dmesh.c219 slp = &ms->log[ms->log_ix]; in dlog()
271 i = ms->log_ix - ms->n_log; in dumpslog()
323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs()
325 ms->dma_started, ms->dma_count, ms->n_msgout); in mesh_dump_regs()
564 ms->phase, ms); in mesh_start()
885 ms->msgphase, ms->phase, ms->conn_tgt); in reselected()
970 dumplog(ms, ms->conn_tgt); in reselected()
1116 dumplog(ms, ms->conn_tgt); in handle_error()
1189 ms->data_ptr += (ms->msgin[3] << 24) + ms->msgin[6] in handle_msgin()
1202 set_sdtr(ms, ms->msgout[3], ms->msgout[4]); in handle_msgin()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dmesh.c219 slp = &ms->log[ms->log_ix]; in dlog()
271 i = ms->log_ix - ms->n_log; in dumpslog()
323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs()
325 ms->dma_started, ms->dma_count, ms->n_msgout); in mesh_dump_regs()
564 ms->phase, ms); in mesh_start()
885 ms->msgphase, ms->phase, ms->conn_tgt); in reselected()
970 dumplog(ms, ms->conn_tgt); in reselected()
1116 dumplog(ms, ms->conn_tgt); in handle_error()
1189 ms->data_ptr += (ms->msgin[3] << 24) + ms->msgin[6] in handle_msgin()
1202 set_sdtr(ms, ms->msgout[3], ms->msgout[4]); in handle_msgin()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/
H A Dmesh.c219 slp = &ms->log[ms->log_ix]; in dlog()
271 i = ms->log_ix - ms->n_log; in dumpslog()
323 ms->phase, ms->msgphase, ms->conn_tgt, ms->data_ptr); in mesh_dump_regs()
325 ms->dma_started, ms->dma_count, ms->n_msgout); in mesh_dump_regs()
564 ms->phase, ms); in mesh_start()
885 ms->msgphase, ms->phase, ms->conn_tgt); in reselected()
970 dumplog(ms, ms->conn_tgt); in reselected()
1116 dumplog(ms, ms->conn_tgt); in handle_error()
1189 ms->data_ptr += (ms->msgin[3] << 24) + ms->msgin[6] in handle_msgin()
1202 set_sdtr(ms, ms->msgout[3], ms->msgout[4]); in handle_msgin()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/test/common/
H A Dmemoryreadstreamendian.h11 ms.seek(0, SEEK_SET); in test_seek_set()
13 TS_ASSERT(!ms.eos()); in test_seek_set()
15 ms.seek(1, SEEK_SET); in test_seek_set()
17 TS_ASSERT(!ms.eos()); in test_seek_set()
19 ms.seek(5, SEEK_SET); in test_seek_set()
21 TS_ASSERT(!ms.eos()); in test_seek_set()
28 ms.seek(3, SEEK_CUR); in test_seek_cur()
30 TS_ASSERT(!ms.eos()); in test_seek_cur()
34 TS_ASSERT(!ms.eos()); in test_seek_cur()
36 ms.seek(3, SEEK_CUR); in test_seek_cur()
[all …]
/dports/games/residualvm/residualvm-0.3.1/test/common/
H A Dmemoryreadstreamendian.h11 ms.seek(0, SEEK_SET); in test_seek_set()
13 TS_ASSERT(!ms.eos()); in test_seek_set()
15 ms.seek(1, SEEK_SET); in test_seek_set()
17 TS_ASSERT(!ms.eos()); in test_seek_set()
19 ms.seek(5, SEEK_SET); in test_seek_set()
21 TS_ASSERT(!ms.eos()); in test_seek_set()
28 ms.seek(3, SEEK_CUR); in test_seek_cur()
30 TS_ASSERT(!ms.eos()); in test_seek_cur()
34 TS_ASSERT(!ms.eos()); in test_seek_cur()
36 ms.seek(3, SEEK_CUR); in test_seek_cur()
[all …]
/dports/games/scummvm/scummvm-2.5.1/test/common/
H A Dmemoryreadstreamendian.h11 ms.seek(0, SEEK_SET); in test_seek_set()
13 TS_ASSERT(!ms.eos()); in test_seek_set()
15 ms.seek(1, SEEK_SET); in test_seek_set()
17 TS_ASSERT(!ms.eos()); in test_seek_set()
19 ms.seek(5, SEEK_SET); in test_seek_set()
21 TS_ASSERT(!ms.eos()); in test_seek_set()
28 ms.seek(3, SEEK_CUR); in test_seek_cur()
30 TS_ASSERT(!ms.eos()); in test_seek_cur()
34 TS_ASSERT(!ms.eos()); in test_seek_cur()
36 ms.seek(3, SEEK_CUR); in test_seek_cur()
[all …]
/dports/audio/festival/festival/src/modules/hts21_engine/
H A Dmodel.cc65 ms->durpdf = walloc(float *,ms->ndurpdf+2); in LoadModelFiles()
69 ms->durpdf[i] = walloc(float,2*ms->nstate+2); in LoadModelFiles()
70 fread(ms->durpdf[i]+2, sizeof(float), 2*ms->nstate, ms->fp[DUR]); in LoadModelFiles()
79 ms->nmceppdf = walloc(int,ms->nstate); in LoadModelFiles()
82 fread(ms->nmceppdf, sizeof(int), ms->nstate, ms->fp[MCP]); in LoadModelFiles()
84 ms->mceppdf = walloc(float **,ms->nstate+2); in LoadModelFiles()
91 fread(ms->mceppdf[i][j], sizeof(float), ms->mcepvsize*2, ms->fp[MCP]); in LoadModelFiles()
101 ms->nlf0pdf = walloc(int,ms->nstate+2); in LoadModelFiles()
103 fread(ms->nlf0pdf, sizeof(int), ms->nstate, ms->fp[LF0]); in LoadModelFiles()
105 ms->lf0pdf = walloc(float ***,ms->nstate+3); in LoadModelFiles()
[all …]
/dports/sysutils/cluster-glue/Reusable-Cluster-Components-glue--0a7add1d9996/lib/plugins/stonith/
H A Dapcmaster.c193 SEND(ms->wrfd, ms->user); in MSLogin()
198 SEND(ms->wrfd, ms->passwd); in MSLogin()
268 close(ms->wrfd); in MSLogout()
269 close(ms->rdfd); in MSLogout()
270 ms->wrfd = ms->rdfd = -1; in MSLogout()
626 ms->rdfd = ms->wrfd = fd; in MS_connect_device()
796 FREE(ms); in apcmaster_destroy()
810 memset(ms, 0, sizeof(*ms)); in apcmaster_new()
812 ms->pid = -1; in apcmaster_new()
813 ms->rdfd = -1; in apcmaster_new()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/headless/
H A DUnitTestsMSEG.cpp69 MSEGStorage ms; variable
88 resetCP(&ms);
104 MSEGStorage ms; variable
123 resetCP(&ms);
144 MSEGStorage ms; variable
159 resetCP(&ms);
191 resetCP(&ms);
221 resetCP(&ms);
271 resetCP(&ms);
336 resetCP(&ms);
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/spi/
H A Dspi-mpc52xx.c113 ms->rx_buf = ms->transfer->rx_buf; in mpc52xx_spi_start_transfer()
114 ms->tx_buf = ms->transfer->tx_buf; in mpc52xx_spi_start_transfer()
115 ms->len = ms->transfer->len; in mpc52xx_spi_start_transfer()
120 ms->cs_change = ms->transfer->cs_change; in mpc52xx_spi_start_transfer()
476 if (ms->irq0 && ms->irq1) { in mpc52xx_spi_probe()
482 free_irq(ms->irq0, ms); in mpc52xx_spi_probe()
483 free_irq(ms->irq1, ms); in mpc52xx_spi_probe()
484 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
488 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
524 free_irq(ms->irq0, ms); in mpc52xx_spi_remove()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/spi/
H A Dspi-mpc52xx.c113 ms->rx_buf = ms->transfer->rx_buf; in mpc52xx_spi_start_transfer()
114 ms->tx_buf = ms->transfer->tx_buf; in mpc52xx_spi_start_transfer()
115 ms->len = ms->transfer->len; in mpc52xx_spi_start_transfer()
120 ms->cs_change = ms->transfer->cs_change; in mpc52xx_spi_start_transfer()
476 if (ms->irq0 && ms->irq1) { in mpc52xx_spi_probe()
482 free_irq(ms->irq0, ms); in mpc52xx_spi_probe()
483 free_irq(ms->irq1, ms); in mpc52xx_spi_probe()
484 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
488 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
524 free_irq(ms->irq0, ms); in mpc52xx_spi_remove()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/spi/
H A Dspi-mpc52xx.c113 ms->rx_buf = ms->transfer->rx_buf; in mpc52xx_spi_start_transfer()
114 ms->tx_buf = ms->transfer->tx_buf; in mpc52xx_spi_start_transfer()
115 ms->len = ms->transfer->len; in mpc52xx_spi_start_transfer()
120 ms->cs_change = ms->transfer->cs_change; in mpc52xx_spi_start_transfer()
476 if (ms->irq0 && ms->irq1) { in mpc52xx_spi_probe()
482 free_irq(ms->irq0, ms); in mpc52xx_spi_probe()
483 free_irq(ms->irq1, ms); in mpc52xx_spi_probe()
484 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
488 ms->irq0 = ms->irq1 = 0; in mpc52xx_spi_probe()
524 free_irq(ms->irq0, ms); in mpc52xx_spi_remove()
[all …]
/dports/graphics/box/box-0.4.0/box/
H A Dmsgbase.c39 MsgStack *ms; in Msg_Init() local
45 ms->filter = ms->default_filter = (MsgFilter) NULL; in Msg_Init()
46 ms->flush = 0; in Msg_Init()
71 free(ms); in Msg_Destroy()
77 ms->filter = ms->default_filter = mf; in Msg_Default_Filter_Set()
114 for(i=0; i<ms->num_levels; i++) ms->level[i] = 0; in Msg_Counter_Clear_All()
140 if (ms->flush) fflush(ms->out); in Msg_Show()
145 ms->last_shown = BoxArr_Num_Items(& ms->msgs); in Msg_Show()
169 if (i < ms->last_shown) ms->last_shown = i; in Msg_Context_End()
174 ms->filter = ms->default_filter; in Msg_Context_End()
[all …]

12345678910>>...541