Home
last modified time | relevance | path

Searched refs:tmp_code (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/puffin/src/
H A Dhuffman_table.cc97 auto tmp_code = next_code_[len]; in InitHuffmanCodes() local
100 cip.code |= tmp_code & 1U; in InitHuffmanCodes()
101 tmp_code >>= 1; in InitHuffmanCodes()
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dbytecode_transformation.py1336 tmp_code = types.CodeType(*[code_options[k] for k in keys])
1337 varname_from_oparg = tmp_code._varname_from_oparg # type: ignore[attr-defined]