Searched refs:jq (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/usr.sbin/lpr/lpc/
H A Dmovejobs.c113 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec) argument
124 if (jq == NULL) {
143 jq->job_matched = 0;
144 if (jq->job_processed) {
145 printf("\tmoved %s earlier\n", jq->job_cfname);
148 jq->job_processed = 1;
154 ret = utimes(jq->job_cfname, tvp);
159 printf("\tmoved %s (user %s)\n", jq->job_cfname,
162 printf("\tmoved %s\n", jq->job_cfname);
H A Dcmds.c1224 touch(struct jobqueue *jq) argument
1232 ret = utimes(jq->job_cfname, tvp);
/freebsd-11-stable/usr.sbin/lpr/common_source/
H A Dmatchjobs.c403 match_jobspec(struct jobqueue *jq, struct jobspec *jspec) argument
410 printf("\t [ match-js checking %s ]\n", jq->job_cfname);
413 if (jspec == NULL || jq == NULL)
420 if (jq->job_matched)
423 jnum = calc_jobnum(jq->job_cfname, &cf_hoststr);
455 cfinf = ctl_readcf("fakeq", jq->job_cfname);
464 jq->job_matched = 1; /* avoid matching the job twice */
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1552 SDValue jq = DAG.getConstant(1, DL, IntVT); local
1555 // char|short jq = ia ^ ib;
1556 jq = DAG.getNode(ISD::XOR, DL, VT, LHS, RHS);
1558 // jq = jq >> (bitsize - 2)
1559 jq = DAG.getNode(ISD::SRA, DL, VT, jq,
1562 // jq = jq | 0x1
1563 jq
[all...]

Completed in 128 milliseconds