Searched refs:tmpInt (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/hfs-226.1.1/CopyHFSMeta/
H A DSparseBundle.c287 int tmpInt; local
320 if (CFNumberGetValue(cfVal, kCFNumberIntType, &tmpInt) == false) {
324 *bandSize = tmpInt;
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/dted/
H A Ddted.c622 Int tmpInt; local
636 tmpInt = (Int)(tmpShort * m[c] + t[c] + 0.5);
639 *bufPtr, tmpShort, tmpInt);
641 if (tmpInt < MIN_SHORT) {
643 } else if (tmpInt > MAX_SHORT) {
646 *bufPtr = tmpInt;
/macosx-10.9.5/tcl-102/tcl_ext/snack/snack/generic/
H A DjkSoundEdit.c173 int tmpInt; local
180 tmpInt = s1->nblks;
182 s2->nblks = tmpInt;
184 tmpInt = s1->exact;
186 s2->exact = tmpInt;
188 tmpInt = s1->maxlength;
190 s2->maxlength = tmpInt;
1601 int tmpInt; local
1641 tmpInt = s->length;
1643 t->length = tmpInt;
[all...]

Completed in 160 milliseconds