Searched refs:temp (Results 1 – 4 of 4) sorted by relevance
344 ByteArrayOutputStream temp = new ByteArrayOutputStream(); in signWholeOutputFile() local351 temp.write(message); in signWholeOutputFile()352 temp.write(0); in signWholeOutputFile()353 writeSignatureBlock(signature, publicKey, temp); in signWholeOutputFile()354 int total_size = temp.size() + 6; in signWholeOutputFile()360 temp.write(signature_start & 0xff); in signWholeOutputFile()361 temp.write((signature_start >> 8) & 0xff); in signWholeOutputFile()369 temp.write(0xff); in signWholeOutputFile()370 temp.write(0xff); in signWholeOutputFile()371 temp.write(total_size & 0xff); in signWholeOutputFile()[all …]
89 int* temp = error; error = next_error; next_error = temp; in to_565_raw_dither() local
353 temp = tempfile.NamedTemporaryFile()354 sign_name = temp.name377 temp.close()
193 $(INTERNAL_CTS_TARGET): TMP_DIR := $(cts_dir)/temp