Searched refs:tmpout (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Lib/test/ |
D | test_uu.py | 169 self.tmpout = support.TESTFN + "o" 171 self.addCleanup(support.unlink, self.tmpout) 178 with open(self.tmpout, 'wb') as fout: 181 with open(self.tmpout, 'rb') as fout: 186 uu.encode(self.tmpin, self.tmpout, self.tmpin, mode=0o644) 187 with open(self.tmpout, 'rb') as fout: 193 f.write(encodedtextwrapped(0o644, self.tmpout)) 198 with open(self.tmpout, 'rb') as f: 205 f.write(encodedtextwrapped(0o644, self.tmpout)) 209 with open(self.tmpout, 'rb') as f: [all …]
|
/external/python/cpython2/Lib/test/ |
D | test_uu.py | 114 self.tmpout = support.TESTFN + "o" 116 self.addCleanup(support.unlink, self.tmpout) 123 with open(self.tmpout, 'w') as fout: 126 with open(self.tmpout, 'r') as fout: 131 uu.encode(self.tmpin, self.tmpout, self.tmpin, mode=0o644) 132 with open(self.tmpout, 'r') as fout: 138 f.write(encodedtextwrapped % (0o644, self.tmpout)) 143 with open(self.tmpout, 'r') as f: 150 f.write(encodedtextwrapped % (0o644, self.tmpout)) 154 with open(self.tmpout, 'r') as f: [all …]
|
/external/openssh/openbsd-compat/ |
D | bcrypt_pbkdf.c | 117 u_int8_t tmpout[BCRYPT_HASHSIZE]; in bcrypt_pbkdf() local 149 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf() 150 memcpy(out, tmpout, sizeof(out)); in bcrypt_pbkdf() 154 crypto_hash_sha512(sha2salt, tmpout, sizeof(tmpout)); in bcrypt_pbkdf() 155 bcrypt_hash(sha2pass, sha2salt, tmpout); in bcrypt_pbkdf() 157 out[j] ^= tmpout[j]; in bcrypt_pbkdf()
|
/external/webrtc/webrtc/common_audio/signal_processing/ |
D | filter_ar_fast_q12_mips.c | 22 int coefptr, outptr, tmpout, inptr; in WebRtcSpl_FilterARFastQ12() local 130 [coefptr] "=&r" (coefptr), [tmpout] "=&r" (tmpout) in WebRtcSpl_FilterARFastQ12()
|