Searched refs:rstatus (Results 1 - 9 of 9) sorted by path

/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A DdecNumber.c2837 uInt rstatus; /* .. */ local
3020 rstatus=0; /* clear status */
3022 decCopyFit(a, a, &approxset, &residue, &rstatus); /* reduce (if needed) */
3023 decFinish(a, &approxset, &residue, &rstatus); /* clean and finalize */
3027 if (rstatus&DEC_Overflow) {
3028 status=rstatus; /* use the status as-is */
3034 status|=(rstatus & ~(DEC_Rounded|DEC_Inexact));
/macosx-10.10.1/ICU-531.30/icuSources/test/intltest/
H A Drbbitst.cpp4286 int32_t offset, rstatus, iterationCount; local
4293 rstatus = brkiter->getRuleStatus();
4294 (void)rstatus; // Suppress set but not used warning.
4306 rstatus = brkiterPOSIX->getRuleStatus();
4307 (void)rstatus; // Suppress set but not used warning.
/macosx-10.10.1/IOPCIFamily-239.1.2/
H A DIOPCIBridge.cpp2896 uint32_t correctable, source, rstatus, status, severity; local
2902 rstatus = root->fISRErrors[root->fAERReadIndex].status;
2909 DLOG("%s: AER root status %x\n", fLogName, rstatus);
2912 if (!((correctable ? 1 : 4) & rstatus)) continue;
/macosx-10.10.1/cxxfilt-11/cxxfilt/bfd/
H A Delf32-hppa.c3673 bfd_reloc_status_type rstatus; local
4259 rstatus = final_link_relocate (input_section, contents, rela, relocation,
4262 if (rstatus == bfd_reloc_ok)
4280 if (rstatus == bfd_reloc_undefined || rstatus == bfd_reloc_notsupported)
4282 if (rstatus == bfd_reloc_notsupported || !warned_undef)
/macosx-10.10.1/ntp-92/ntpq/
H A Dlibntpq.c194 u_short rstatus; local
197 res = doquery(VARSET,association,0,0, (char *)0, &rstatus, &dsize, &datap);
421 u_short rstatus; local
427 res = doquery(CTL_OP_READVAR, associd, 0, 0, (char *)0, &rstatus,
496 u_short rstatus; local
498 res = doquery(CTL_OP_READVAR, 0, 0, 0, (char *)0, &rstatus,
674 u_short rstatus; local
676 res = ntpq_doquerylist(ntpq_varlist, CTL_OP_READCLOCK, associd, 0, &rstatus, &dsize, &datap);
H A Dlibntpq_subs.c46 int ntpq_doquerylist(struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap ) argument
48 return doquerylist(vlist, op, associd, auth, rstatus, dsize, &*datap );
H A Dntpq-subs.c396 u_short *rstatus,
407 return doquery(op, associd, auth, datalen, data, rstatus,
508 u_short rstatus; local
520 res = doquerylist(vlist, op, associd, 0, &rstatus, &dsize, &datap);
540 printvars(dsize, datap, (int)rstatus, type, quiet, fp);
584 u_short rstatus; local
596 res = doquerylist(g_varlist, CTL_OP_WRITEVAR, associd, 1, &rstatus,
608 printvars(dsize, datap, (int)rstatus,
657 u_short rstatus; local
669 res = doquerylist(tmplist, CTL_OP_WRITEVAR, associd, 1, &rstatus,
391 doquerylist( struct varlist *vlist, int op, int associd, int auth, u_short *rstatus, int *dsize, char **datap ) argument
880 u_short rstatus; local
1176 u_short rstatus; local
1212 u_short rstatus; local
1244 u_short rstatus; local
1417 doprintpeers( struct varlist *pvl, int associd, int rstatus, int datalen, char *data, FILE *fp, int af ) argument
1637 u_short rstatus; local
1854 u_short rstatus; local
1914 u_short rstatus; local
[all...]
H A Dntpq.c831 u_short *rstatus,
857 if (rstatus)
858 *rstatus = 0;
1182 if (rstatus != 0)
1183 *rstatus = ntohs(rpkt.status);
1335 u_short *rstatus,
1365 res = getresponse(opcode, associd, rstatus, rsize, rdata, done);
828 getresponse( int opcode, int associd, u_short *rstatus, int *rsize, char **rdata, int timeo ) argument
1329 doquery( int opcode, int associd, int auth, int qsize, char *qdata, u_short *rstatus, int *rsize, char **rdata ) argument
/macosx-10.10.1/ruby-106/ruby/ext/openssl/
H A Dossl_ocsp.c460 int error, i, rstatus = 0; local
475 tmp = rb_protect(rb_Integer, revtime, &rstatus);
476 if(rstatus) goto err;
479 tmp = rb_protect(rb_Integer, thisupd, &rstatus);
480 if(rstatus) goto err;
482 tmp = rb_protect(rb_Integer, nextupd, &rstatus);
483 if(rstatus) goto err;
513 if(rstatus) rb_jump_tag(rstatus);

Completed in 385 milliseconds