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

/freebsd-11.0-release/usr.sbin/lpr/lpc/
H A Dmovejobs.c111 touch_jqe(void *myinfo, struct jobqueue *jq, struct jobspec *jspec) argument
122 if (jq == NULL) {
141 jq->job_matched = 0;
142 if (jq->job_processed) {
143 printf("\tmoved %s earlier\n", jq->job_cfname);
146 jq->job_processed = 1;
152 ret = utimes(jq->job_cfname, tvp);
157 printf("\tmoved %s (user %s)\n", jq->job_cfname,
160 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.0-release/usr.sbin/lpr/common_source/
H A Dmatchjobs.c401 match_jobspec(struct jobqueue *jq, struct jobspec *jspec) argument
408 printf("\t [ match-js checking %s ]\n", jq->job_cfname);
411 if (jspec == NULL || jq == NULL)
418 if (jq->job_matched)
421 jnum = calc_jobnum(jq->job_cfname, &cf_hoststr);
453 cfinf = ctl_readcf("fakeq", jq->job_cfname);
462 jq->job_matched = 1; /* avoid matching the job twice */
/freebsd-11.0-release/contrib/llvm/lib/Target/AMDGPU/
H A DAMDGPUISelLowering.cpp1581 SDValue jq = DAG.getConstant(1, DL, IntVT); local
1584 // char|short jq = ia ^ ib;
1585 jq = DAG.getNode(ISD::XOR, DL, VT, LHS, RHS);
1587 // jq = jq >> (bitsize - 2)
1588 jq = DAG.getNode(ISD::SRA, DL, VT, jq,
1591 // jq = jq | 0x1
1592 jq
[all...]

Completed in 124 milliseconds