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

/osnet-11/usr/src/tools/onbld/Checks/
H A DDbLookups.py124 def __monaco(self, crs):
128 crs: list of change request ids
149 while i < len(crs):
150 if len(crs) < ( i + maxcrs ):
151 j = len(crs)
155 crstmp=crs[i:j]
205 def lookup(self, crs):
209 crs: one change request id (may be integer, string, or list),
217 if not isinstance(crs, list):
218 crs
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Dreed_solomon.c477 grub_size_t cs, crs; local
479 crs = rs;
480 tt = cs + crs;
484 crs = ((crs * (MAX_BLOCK_SIZE / 512)) / tt) * 512;
486 encode_block (ptr, cs, rptr, crs);
488 rptr += crs;
490 rs -= crs;
513 grub_size_t cs, crs; local
515 crs
[all...]
/osnet-11/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_matching.c147 rule_component *crs; member in struct:_rule_set
173 for (rc = rs->crs; rc != NULL;) {
431 for (trc = rs->crs; trc != NULL && trc->next != NULL; trc = trc->next);
433 rs->crs = rc;
583 for (rc = rs->crs; rc != NULL; rc = rc->next) {
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c437 unsigned long crs:1; member in struct:rhine_tx_desc::VTC_tx_status_tag::__anon286

Completed in 23 milliseconds