Home
last modified time | relevance | path

Searched refs:tgt (Results 1 – 25 of 5305) sorted by relevance

12345678910>>...213

/dports/textproc/msort/msort-8.53/
H A Dconversions.c38 wchar_t *tgt; in StripDiacritics() local
40 tgt = src = s; in StripDiacritics()
802 *tgt++ = c; in StripDiacritics()
806 *tgt = L'\0'; in StripDiacritics()
812 wchar_t *tgt; in ConvertEnclosed() local
1003 *tgt++ = c; in ConvertEnclosed()
1007 *tgt = L'\0'; in ConvertEnclosed()
1013 wchar_t *tgt; in ConvertStylistic() local
1038 tgt = new; in ConvertStylistic()
1048 *tgt++ = 0x21; in ConvertStylistic()
[all …]
/dports/cad/iverilog/verilog-11.0/
H A Demit.cc44 tgt->logic(this); in emit_node()
50 tgt->udp(this); in emit_node()
56 tgt->lpm_abs(this); in emit_node()
122 tgt->lpm_ff(this); in emit_node()
151 tgt->lpm_mux(this); in emit_node()
427 tgt->scope(this); in emit_scope()
430 tgt->event(cur); in emit_scope()
559 tgt->errors += 1; in emit()
561 tgt->errors += 1; in emit()
563 tgt->errors += 1; in emit()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c589 if ((tgt) && (tgt->port == port)) { in bnx2fc_tgt_lookup()
738 tgt->xferq_mem_size, &tgt->xferq_dma, in bnx2fc_alloc_session_resc()
752 tgt->confq_mem_size, &tgt->confq_dma, in bnx2fc_alloc_session_resc()
843 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()
849 tgt->conn_db, tgt->conn_db_dma); in bnx2fc_free_session_resc()
860 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()
866 tgt->xferq, tgt->xferq_dma); in bnx2fc_free_session_resc()
872 tgt->rq_pbl, tgt->rq_pbl_dma); in bnx2fc_free_session_resc()
877 tgt->rq, tgt->rq_dma); in bnx2fc_free_session_resc()
883 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c589 if ((tgt) && (tgt->port == port)) { in bnx2fc_tgt_lookup()
738 tgt->xferq_mem_size, &tgt->xferq_dma, in bnx2fc_alloc_session_resc()
752 tgt->confq_mem_size, &tgt->confq_dma, in bnx2fc_alloc_session_resc()
843 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()
849 tgt->conn_db, tgt->conn_db_dma); in bnx2fc_free_session_resc()
860 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()
866 tgt->xferq, tgt->xferq_dma); in bnx2fc_free_session_resc()
872 tgt->rq_pbl, tgt->rq_pbl_dma); in bnx2fc_free_session_resc()
877 tgt->rq, tgt->rq_dma); in bnx2fc_free_session_resc()
883 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/bnx2fc/
H A Dbnx2fc_tgt.c589 if ((tgt) && (tgt->port == port)) { in bnx2fc_tgt_lookup()
738 tgt->xferq_mem_size, &tgt->xferq_dma, in bnx2fc_alloc_session_resc()
752 tgt->confq_mem_size, &tgt->confq_dma, in bnx2fc_alloc_session_resc()
843 tgt->lcq, tgt->lcq_dma); in bnx2fc_free_session_resc()
849 tgt->conn_db, tgt->conn_db_dma); in bnx2fc_free_session_resc()
860 tgt->confq, tgt->confq_dma); in bnx2fc_free_session_resc()
866 tgt->xferq, tgt->xferq_dma); in bnx2fc_free_session_resc()
872 tgt->rq_pbl, tgt->rq_pbl_dma); in bnx2fc_free_session_resc()
877 tgt->rq, tgt->rq_dma); in bnx2fc_free_session_resc()
883 tgt->cq, tgt->cq_dma); in bnx2fc_free_session_resc()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/tools/aloadimage/
H A Dimgload.c46 if (tgt->out) in imgload_spawn()
47 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
49 tgt->out = mmap(NULL, tgt->buf_lim, in imgload_spawn()
63 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
257 if (!tgt->proc || !tgt->out) in imgload_poll()
277 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
280 snprintf((char*)tgt->msg, sizeof(tgt->msg), in imgload_poll()
300 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
307 tgt->out->x = tgt->out->y = 0; in imgload_poll()
325 tgt->fname, out_sz, tgt->buf_lim, ntr); in imgload_poll()
[all …]
/dports/sysutils/acfgfs/arcan-0.6.1/src/tools/aloadimage/
H A Dimgload.c46 if (tgt->out) in imgload_spawn()
47 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
49 tgt->out = mmap(NULL, tgt->buf_lim, in imgload_spawn()
63 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
257 if (!tgt->proc || !tgt->out) in imgload_poll()
277 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
280 snprintf((char*)tgt->msg, sizeof(tgt->msg), in imgload_poll()
300 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
307 tgt->out->x = tgt->out->y = 0; in imgload_poll()
325 tgt->fname, out_sz, tgt->buf_lim, ntr); in imgload_poll()
[all …]
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dimgload.c46 if (tgt->out) in imgload_spawn()
47 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
49 tgt->out = mmap(NULL, tgt->buf_lim, in imgload_spawn()
63 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
257 if (!tgt->proc || !tgt->out) in imgload_poll()
277 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
280 snprintf((char*)tgt->msg, sizeof(tgt->msg), in imgload_poll()
300 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
307 tgt->out->x = tgt->out->y = 0; in imgload_poll()
325 tgt->fname, out_sz, tgt->buf_lim, ntr); in imgload_poll()
[all …]
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Dimgload.c46 if (tgt->out) in imgload_spawn()
47 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
49 tgt->out = mmap(NULL, tgt->buf_lim, in imgload_spawn()
63 munmap((void*)tgt->out, tgt->buf_lim); in imgload_spawn()
257 if (!tgt->proc || !tgt->out) in imgload_poll()
277 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
280 snprintf((char*)tgt->msg, sizeof(tgt->msg), in imgload_poll()
300 munmap((void*)tgt->out, tgt->buf_lim); in imgload_poll()
307 tgt->out->x = tgt->out->y = 0; in imgload_poll()
325 tgt->fname, out_sz, tgt->buf_lim, ntr); in imgload_poll()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/mips/jitter/machine/
H A Djitter-machine.h298 (tgt), "")
307 (tgt), "")
570 ("beq", (opd0), ", %[jitter_operand1]", (opd1), (tgt))
573 ("bne", (opd0), ", %[jitter_operand1]", (opd1), (tgt))
595 (((jitter_int) (opd0) < (jitter_int) (opd1)), (tgt))
598 (((jitter_int) (opd1) < (jitter_int) (opd0)), (tgt))
601 (((jitter_int) (opd0) < (jitter_int) (opd1)), (tgt))
604 (((jitter_int) (opd1) < (jitter_int) (opd0)), (tgt))
607 (((jitter_uint) (opd0) < (jitter_uint) (opd1)), (tgt))
610 (((jitter_uint) (opd1) < (jitter_uint) (opd0)), (tgt))
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/m68k/jitter/machine/
H A Djitter-machine.h204 "tstl", "beql", (tgt))
207 "tstl", "bnel", (tgt))
210 "tstl", "bltl", (tgt))
213 "tstl", "bgel", (tgt))
216 "tstl", "bgtl", (tgt))
219 "tstl", "blel", (tgt))
226 "cmpl", "beql", (tgt))
231 "cmpl", "bnel", (tgt))
238 "cmpl", "bgtl", (tgt))
310 "bftst", branch_insn, (tgt))
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/powerpc/jitter/machine/
H A Djitter-machine.h237 ("cmpi", "beq", (opd0), (tgt))
240 ("cmpi", "bne", (opd0), (tgt))
243 ("cmpi", "blt", (opd0), (tgt))
246 ("cmpi", "bge", (opd0), (tgt))
249 ("cmpi", "bgt", (opd0), (tgt))
252 ("cmpi", "ble", (opd0), (tgt))
257 ("cmp", "beq", (opd0), (opd1), (tgt))
260 ("cmp", "bne", (opd0), (opd1), (tgt))
265 ("cmp", "blt", (opd0), (opd1), (tgt))
268 ("cmp", "bgt", (opd0), (opd1), (tgt))
[all …]
/dports/lang/cparser/cparser-0.9.14/
H A Djump_target.c6 if (!tgt->block) { in jump_from_block_to_target()
7 tgt->block = block; in jump_from_block_to_target()
8 tgt->first = true; in jump_from_block_to_target()
10 } else if (tgt->first) { in jump_from_block_to_target()
13 tgt->first = false; in jump_from_block_to_target()
29 if (!tgt->block) { in add_pred_to_jump_target()
31 } else if (tgt->first) { in add_pred_to_jump_target()
34 tgt->first = false; in add_pred_to_jump_target()
43 if (block && !tgt->first) in enter_jump_target()
57 } else if (tgt->first) { in enter_immature_jump_target()
[all …]
/dports/editors/poke/poke-1.0/jitter/machine/x86_64/jitter/machine/
H A Djitter-machine.h218 ("cmpq", "jz", "rm", (opd0), "e", (0), (tgt))
221 ("cmpq", "jnz", "rm", (opd0), "e", (0), (tgt))
225 ("cmpq", "jg", "rm", (opd0), "e", (0), (tgt))
228 ("cmpq", "jle", "rm", (opd0), "e", (0), (tgt))
231 ("cmpq", "js", "rm", (opd0), "e", (0), (tgt))
234 ("cmpq", "jns", "rm", (opd0), "e", (0), (tgt))
238 ("cmpq", "je", "rm", (opd0), "er", (opd1), (tgt))
245 ("cmpq", "jb", "rm", (opd0), "er", (opd1), (tgt))
317 (res, "addq", (opd0), (opd1), (tgt))
321 (res, "subq", (opd0), (opd1), (tgt))
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/grpc/src/templates/tools/run_tests/generated/
H A Dsources_and_headers.json.template16 for tgt in targets:
17 yield ('target', tgt)
18 for tgt in libs:
19 yield ('lib', tgt)
20 for tgt in filegroups:
21 yield ('filegroup', tgt)
38 ${json.dumps([{"name": tgt.name,
42 "third_party": tgt.boringssl or tgt.zlib,
49 tgt.own_headers +
55 [{"name": tgt.name,
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/discovery/marathon/
H A Dmarathon_test.go122 tgt := tg.Targets[0]
217 tgt := tg.Targets[0]
224 tgt = tg.Targets[1]
353 tgt := tg.Targets[0]
363 tgt = tg.Targets[1]
425 tgt := tg.Targets[0]
435 tgt = tg.Targets[1]
502 tgt = tg.Targets[1]
578 tgt = tg.Targets[1]
654 tgt = tg.Targets[1]
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/prometheus/prometheus/discovery/marathon/
H A Dmarathon_test.go123 tgt := tg.Targets[0]
218 tgt := tg.Targets[0]
225 tgt = tg.Targets[1]
354 tgt := tg.Targets[0]
364 tgt = tg.Targets[1]
426 tgt := tg.Targets[0]
436 tgt = tg.Targets[1]
503 tgt = tg.Targets[1]
579 tgt = tg.Targets[1]
655 tgt = tg.Targets[1]
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/prometheus/prometheus/discovery/marathon/
H A Dmarathon_test.go123 tgt := tg.Targets[0]
218 tgt := tg.Targets[0]
225 tgt = tg.Targets[1]
354 tgt := tg.Targets[0]
364 tgt = tg.Targets[1]
426 tgt := tg.Targets[0]
436 tgt = tg.Targets[1]
503 tgt = tg.Targets[1]
579 tgt = tg.Targets[1]
655 tgt = tg.Targets[1]
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/discovery/marathon/
H A Dmarathon_test.go123 tgt := tg.Targets[0]
218 tgt := tg.Targets[0]
225 tgt = tg.Targets[1]
354 tgt := tg.Targets[0]
364 tgt = tg.Targets[1]
426 tgt := tg.Targets[0]
436 tgt = tg.Targets[1]
503 tgt = tg.Targets[1]
579 tgt = tg.Targets[1]
655 tgt = tg.Targets[1]
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/discovery/marathon/
H A Dmarathon_test.go122 tgt := tg.Targets[0]
217 tgt := tg.Targets[0]
224 tgt = tg.Targets[1]
353 tgt := tg.Targets[0]
363 tgt = tg.Targets[1]
425 tgt := tg.Targets[0]
435 tgt = tg.Targets[1]
502 tgt = tg.Targets[1]
578 tgt = tg.Targets[1]
654 tgt = tg.Targets[1]
[all …]
/dports/editors/poke/poke-1.0/jitter/jitter/
H A Djitter-fast-branch.h73 # define _JITTER_LOW_LEVEL_BRANCH_FAST_(tgt) \ argument
77 tgt, \
81 # define _JITTER_LOW_LEVEL_BRANCH_FAST_(tgt) \ argument
86 JITTER_BRANCH(tgt)
107 (tgt))
118 (tgt))
248 _JITTER_MINUS_BRANCH_FAST_IF_OVERFLOW((res), 0, (opd0), tgt)
249 #define _JITTER_BRANCH_FAST_IF_NEGATE_OVERFLOWS(opd0, tgt) \ argument
250 _JITTER_BRANCH_FAST_IF_MINUS_OVERFLOWS(0, (opd0), tgt)
261 # define _JITTER_BRANCH_FAST(tgt) \ argument
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic_disc.c195 tgt = NULL; in snic_tgt_lookup()
198 return tgt; in snic_tgt_lookup()
215 kfree(tgt); in snic_tgt_dev_release()
256 if (tgt) { in snic_tgt_create()
258 return tgt; in snic_tgt_create()
261 tgt = kzalloc(sizeof(*tgt), GFP_KERNEL); in snic_tgt_create()
262 if (!tgt) { in snic_tgt_create()
289 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
294 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
300 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic_disc.c195 tgt = NULL; in snic_tgt_lookup()
198 return tgt; in snic_tgt_lookup()
215 kfree(tgt); in snic_tgt_dev_release()
256 if (tgt) { in snic_tgt_create()
258 return tgt; in snic_tgt_create()
261 tgt = kzalloc(sizeof(*tgt), GFP_KERNEL); in snic_tgt_create()
262 if (!tgt) { in snic_tgt_create()
289 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
294 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
300 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/snic/
H A Dsnic_disc.c195 tgt = NULL; in snic_tgt_lookup()
198 return tgt; in snic_tgt_lookup()
215 kfree(tgt); in snic_tgt_dev_release()
256 if (tgt) { in snic_tgt_create()
258 return tgt; in snic_tgt_create()
261 tgt = kzalloc(sizeof(*tgt), GFP_KERNEL); in snic_tgt_create()
262 if (!tgt) { in snic_tgt_create()
289 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
294 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
300 snic->shost->host_no, tgt->channel, tgt->id); in snic_tgt_create()
[all …]
/dports/audio/gogglesmm/gogglesmm-1.2.2/cfox/include/
H A DFXDataTarget.h107 FXDataTarget(FXObject* tgt,FXSelector sel):data(NULL),target(tgt),message(sel),type(DT_VOID){} in FXDataTarget() argument
125 …FXDataTarget(FXint& value,FXObject* tgt=NULL,FXSelector sel=0):data(&value),target(tgt),message(se…
208 void connect(FXObject* tgt,FXSelector sel){ data=NULL; target=tgt; message=sel; type=DT_VOID; } in connect() argument
211 …void connect(FXbool& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; ty… in connect() argument
214 …void connect(FXchar& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; ty… in connect() argument
217 …void connect(FXuchar& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; t… in connect() argument
220 …void connect(FXshort& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; t… in connect() argument
226 …void connect(FXint& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; typ… in connect() argument
229 …void connect(FXuint& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; ty… in connect() argument
232 …void connect(FXlong& value,FXObject* tgt,FXSelector sel){ data=&value; target=tgt; message=sel; ty… in connect() argument
[all …]

12345678910>>...213