Home
last modified time | relevance | path

Searched refs:jip (Results 26 – 50 of 327) sorted by relevance

12345678910>>...14

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/gpu/jit/ngen/
H A Dngen_asm.hpp444 (void) jip.getID(labelManager); in opX()
448 (void) jip.getID(labelManager); in opX()
604 (void) jip.getID(labelManager); in brc()
612 (void) jip.getID(labelManager); in brd()
613 opX(Opcode::brd, mod, jip); in brd()
619 (void) jip.getID(labelManager); in break_()
731 else_(mod, jip, jip); in else_()
768 goto_(mod, jip, jip); in goto_()
776 halt(mod, jip, jip); in halt()
784 if_(mod, jip, jip); in if_()
[all …]
H A Dngen.hpp450 jip.setRegion(0, 1, 0); in call()
564 else_(mod, jip, jip); in else_()
597 goto_(mod, jip, jip); in goto_()
603 halt(mod, jip, jip); in halt()
610 if_(mod, jip, jip); in if_()
627 if (!isXe && jip.getType() != DataType::d && jip.getType() != DataType::invalid) in jmpi()
2090 i.branches.jip = jip; in opBranch()
2112 i.branches.jip = jip; in opBranch()
2135 i.branches.jip = jip; in opBranch()
2155 i.branches.jip = jip; in opBranch()
[all …]
H A Dngen_auto_swsb.hpp801 int jip = -1, uip = -1; in getBasicBlocks() local
802 auto dests = insn.destinations(jip, uip); in getBasicBlocks()
810 if (dests & DestJIP) std::cerr << " " << n + jip; in getBasicBlocks()
816 if (dests & DestJIP) heads.insert({n + jip, 0}); in getBasicBlocks()
858 int jip = 0, uip = 0; in getBasicBlocks() local
859 auto dests = insn.destinations(jip, uip); in getBasicBlocks()
866 if (dests & DestJIP) addSuccessor(jip + ntail); in getBasicBlocks()
1155 int jip, uip; in analyze() local
1156 if (insn.destinations(jip, uip) & DestUnknown) { in analyze()
1591 int jip = -1, uip = -1; in adjustTargets() local
[all …]
H A Dngen_xe.hpp247 int32_t jip; member
266 void shiftJIP(int32_t shift) { branches.jip += shift * sizeof(Instruction12); } in shiftJIP()
269 inline autoswsb::DestinationMask destinations(int &jip, int &uip) const;
718 autoswsb::DestinationMask Instruction12::destinations(int &jip, int &uip) const in destinations() argument
754 if (mask & DestJIP) jip = branches.jip / sizeof(Instruction12); in destinations()
/dports/games/brumbrumrally/brumbrumrally-0.7/src/
H A DNetwork.cpp198 if (jip.timeout <= now) in step()
567 jip.reservedPlayers = 1; in handleMessage()
569 jip.reservedCars = 0; in handleMessage()
572 jip.noMore = false; in handleMessage()
603 if (jip.noMore) in handleMessage()
614 jip.cars.push_back(car); in handleMessage()
615 jip.reservedCars |= carBit; in handleMessage()
620 jip.reservedPlayers < jip.maxPlayers) in handleMessage()
623 ++jip.reservedPlayers; in handleMessage()
629 jip.noMore = true; in handleMessage()
[all …]
/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/ngen/
H A Dngen_asm.hpp477 (void) jip.getID(labelManager); in opX()
481 (void) jip.getID(labelManager); in opX()
676 (void) jip.getID(labelManager); in brc()
684 (void) jip.getID(labelManager); in brd()
685 opX(Opcode::brd, mod, jip); in brd()
691 (void) jip.getID(labelManager); in break_()
809 else_(mod, jip, jip); in else_()
846 goto_(mod, jip, jip); in goto_()
854 halt(mod, jip, jip); in halt()
862 if_(mod, jip, jip); in if_()
[all …]
H A Dngen.hpp499 jip.setRegion(0, 1, 0); in call()
621 else_(mod, jip, jip); in else_()
654 goto_(mod, jip, jip); in goto_()
660 halt(mod, jip, jip); in halt()
667 if_(mod, jip, jip); in if_()
684 if (!isGen12 && jip.getType() != DataType::d && jip.getType() != DataType::invalid) in jmpi()
2455 i.branches.jip = jip; in opBranch()
2479 i.branches.jip = jip; in opBranch()
2502 i.branches.jip = jip; in opBranch()
2524 i.branches.jip = jip; in opBranch()
[all …]
H A Dngen_auto_swsb.hpp908 int jip = -1, uip = -1; in getBasicBlocks() local
909 auto dests = insn.destinations(jip, uip); in getBasicBlocks()
917 if (dests & DestJIP) std::cerr << " " << n + jip; in getBasicBlocks()
923 if (dests & DestJIP) heads.insert({n + jip, 0}); in getBasicBlocks()
968 int jip = 0, uip = 0; in getBasicBlocks() local
969 auto dests = insn.destinations(jip, uip); in getBasicBlocks()
976 if (dests & DestJIP) addSuccessor(jip + ntail); in getBasicBlocks()
1290 int jip, uip; in analyze() local
1291 if (insn.destinations(jip, uip) & DestUnknown) { in analyze()
1738 int jip = -1, uip = -1; in adjustTargets() local
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/mapred/
H A DTestJobInProgressListener.java244 JobInProgress jip = event.getJobInProgress(); in jobUpdated() local
245 String jobId = jip.getJobID().toString(); in jobUpdated()
246 if (jip.isComplete()) { in jobUpdated()
249 wjobs.remove(jip); in jobUpdated()
251 jobs.remove(jip); in jobUpdated()
256 wjobs.remove(jip); in jobUpdated()
257 jobs.add(jip); in jobUpdated()
H A DTestJobHistory.java547 JobInProgress jip = jt.getJob(job.getID()); in validateJobLevelKeyValues() local
552 "match the expected value", jip.getStartTime() == in validateJobLevelKeyValues()
581 jip.getCounters(c); in validateJobLevelKeyValues()
586 jip.getMapCounters(m); in validateJobLevelKeyValues()
591 jip.getReduceCounters(r); in validateJobLevelKeyValues()
608 Integer.parseInt(finMaps) == jip.finishedMaps()); in validateJobLevelKeyValues()
629 JobInProgress jip = jt.getJob(job.getID()); in validateTaskLevelKeyValues() local
645 TaskInProgress setups[] = jip.getTasks(TaskType.JOB_SETUP); in validateTaskLevelKeyValues()
678 TaskInProgress tip = jip.getTaskInProgress(taskId); in validateTaskLevelKeyValues()
711 JobInProgress jip = jt.getJob(job.getID()); in validateTaskAttemptLevelKeyValues() local
[all …]
H A DTestSetupAndCleanupFailure.java159 JobInProgress jip = jt.getJob(job.getID()); in launchJobWithWaitingSetupAndCleanup() local
160 while (!jip.inited()) { in launchJobWithWaitingSetupAndCleanup()
186 JobInProgress jip = jt.getJob(job.getID()); in testSetupAndCleanupKill() local
189 getRunningTaskID(jip.getTasks(TaskType.JOB_SETUP)); in testSetupAndCleanupKill()
207 getRunningTaskID(jip.getTasks(TaskType.JOB_CLEANUP)); in testSetupAndCleanupKill()
H A DTestJobTrackerRestart.java452 JobInProgress jip = mr.getJobTrackerRunner().getJobTracker().getJob(id); in testJobRecoveryWithEmptyHistory() local
454 mr.getJobTrackerRunner().getJobTracker().initJob(jip); in testJobRecoveryWithEmptyHistory()
458 JobHistory.JobInfo.getJobHistoryFileName(jip.getJobConf(), id); in testJobRecoveryWithEmptyHistory()
467 while (jip.runningMaps() == 0) { in testJobRecoveryWithEmptyHistory()
472 jip = mr.getJobTrackerRunner().getJobTracker().getJob(id); in testJobRecoveryWithEmptyHistory()
474 mr.getJobTrackerRunner().getJobTracker().initJob(jip); in testJobRecoveryWithEmptyHistory()
477 while (!jip.isCleanupLaunched()) { in testJobRecoveryWithEmptyHistory()
H A DTestLostTracker.java105 JobInProgress jip = mr.getJobTrackerRunner().getJobTracker().getJob(id); in testLostTracker() local
109 if (!jip.getHistoryFile().equals("")) { in testLostTracker()
120 assertFalse("Job history file needs to be set for further validation", jip in testLostTracker()
H A DTestJobQueueInformation.java75 for (JobInProgress jip : jips) { in assignTasks()
76 jip.setSchedulingInfo(JOB_SCHEDULING_INFO); in assignTasks()
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/job/
H A Djobtracker.jsp248 JobSummaryInfo(JobInProgress jip) {
250 JobProfile jobProfile = jip.getProfile();
255 jobPriority = jip.getPriority().toString();
257 JobStatus jobStatus = jip.getStatus();
259 …mapStats = new JobTaskStats(jip.finishedMaps(), jip.desiredMaps(), jobStatus.mapProgress() * 100.0…
260 …reduceStats = new JobTaskStats(jip.finishedReduces(), jip.desiredReduces(), jobStatus.reduceProgre…
262 jobSchedulingInfo = jip.getStatus().getSchedulingInfo();
284 for (JobInProgress jip : jips) {
285 jsis.add(new JobSummaryInfo(jip));
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Djobtracker.jsp248 JobSummaryInfo(JobInProgress jip) {
250 JobProfile jobProfile = jip.getProfile();
255 jobPriority = jip.getPriority().toString();
257 JobStatus jobStatus = jip.getStatus();
259 …mapStats = new JobTaskStats(jip.finishedMaps(), jip.desiredMaps(), jobStatus.mapProgress() * 100.0…
260 …reduceStats = new JobTaskStats(jip.finishedReduces(), jip.desiredReduces(), jobStatus.reduceProgre…
262 jobSchedulingInfo = jip.getStatus().getSchedulingInfo();
284 for (JobInProgress jip : jips) {
285 jsis.add(new JobSummaryInfo(jip));
/dports/sysutils/jadm/jadm-1.0/
H A Djadm705 jip = raw_input('Jail IP Address:> ')
706 if jip == "!":
711 if ch_ipv4(jip) == False:
725 if str(jip) == str(jgw):
730 jip = str(jip) + str(brnet)[-3:]
732 if jip in jails[3]:
1763 jip = ji
1768 if jip in jails[3]:
1871 jcl[jb+5] = '$jip = "%s";' % (jip)
3293 jip = r_jip
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapred/
H A DJobQueueJobInProgressListener.java44 public JobSchedulingInfo(JobInProgress jip) { in JobSchedulingInfo() argument
45 this(jip.getStatus()); in JobSchedulingInfo()
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_java/
H A Djava_native_methods.c610 jstring jip; in Java_org_siprouter_SipMsg_getSrcAddress() local
635 jip = (*jenv)->NewStringUTF(jenv, ip); in Java_org_siprouter_SipMsg_getSrcAddress()
649 jenv, ippair_cls, ippair_cls_id, (jstring)jip, (jint)port); in Java_org_siprouter_SipMsg_getSrcAddress()
673 jstring jip; in Java_org_siprouter_SipMsg_getDstAddress() local
698 jip = (*jenv)->NewStringUTF(jenv, ip); in Java_org_siprouter_SipMsg_getDstAddress()
712 jenv, ippair_cls, ippair_cls_id, (jstring)jip, (jint)port); in Java_org_siprouter_SipMsg_getDstAddress()
/dports/x11-drivers/xf86-video-intel/xf86-video-intel-31486f40f8e8f8923ca0799aea84b58799754564/src/sna/brw/
H A Dbrw_eu_emit.c729 insn->bits3.break_cont.jip = 0; in brw_IF()
858 if_inst->bits3.break_cont.jip = br * (endif_inst - if_inst); in patch_IF_ELSE()
885 if_inst->bits3.break_cont.jip = br * (else_inst - if_inst + 1); in patch_IF_ELSE()
888 else_inst->bits3.break_cont.jip = br * (endif_inst - else_inst); in patch_IF_ELSE()
913 insn->bits3.break_cont.jip = 0; in brw_ELSE()
974 insn->bits3.break_cont.jip = 2; in brw_ENDIF()
1087 insn->bits3.break_cont.jip = br * (do_insn - insn); in brw_WHILE()
1941 int jip = p->gen <= 070 ? insn->bits1.branch_gen6.jump_count in brw_find_loop_end() local
1942 : insn->bits3.break_cont.jip; in brw_find_loop_end()
1943 if (ip + jip / br <= start) in brw_find_loop_end()
[all …]
/dports/sysutils/py-ploy_ezjail/ploy_ezjail-1.5.1/ploy_ezjail/
H A D__init__.py408 jip = jails.get(instance._name, {}).get('ip', 'unknown ip')
409 if status == 'running' and jip != sip:
410 sip = "%s != configured %s" % (jip, sip)
413 jip = jails[sid].get('ip', 'unknown ip')
414 log.warn("Unknown jail found: %-20s %15s" % (sid, jip))
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu.cpp494 int jip; in brw_label_assembly() local
496 jip = brw_inst_jip(devinfo, inst); in brw_label_assembly()
498 jip = brw_inst_gfx6_jump_count(devinfo, inst); in brw_label_assembly()
501 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()
/dports/lang/clover/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu.cpp494 int jip; in brw_label_assembly() local
496 jip = brw_inst_jip(devinfo, inst); in brw_label_assembly()
498 jip = brw_inst_gfx6_jump_count(devinfo, inst); in brw_label_assembly()
501 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()
/dports/graphics/libosmesa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu.cpp494 int jip; in brw_label_assembly() local
496 jip = brw_inst_jip(devinfo, inst); in brw_label_assembly()
498 jip = brw_inst_gfx6_jump_count(devinfo, inst); in brw_label_assembly()
501 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/intel/compiler/
H A Dbrw_eu.cpp494 int jip; in brw_label_assembly() local
496 jip = brw_inst_jip(devinfo, inst); in brw_label_assembly()
498 jip = brw_inst_gfx6_jump_count(devinfo, inst); in brw_label_assembly()
501 brw_create_label(&root_label, offset + jip * to_bytes_scale, mem_ctx); in brw_label_assembly()

12345678910>>...14