Home
last modified time | relevance | path

Searched refs:short_value (Results 1 – 4 of 4) sorted by relevance

/external/harfbuzz_ng/src/
Dgen-arabic-table.py63 short_value = {}
66 assert short not in short_value.values()
67 short_value[value] = short
70 for value,short in short_value.items():
116 print ("%s," % short_value[value], end="")
147 for value,short in short_value.items():
/external/google-breakpad/src/client/
Dminidump_file_writer_unittest.cc64 unsigned short short_value; member
92 local.short_value = i + 1; in WriteFile()
105 local.short_value = i + 1; in WriteFile()
/external/libxaac/decoder/
Dixheaacd_arith_dec.c1737 WORD32 short_value, i = 16; in ixheaacd_arith_decode() local
1741 short_value = ixheaacd_read_bits_buf(it_bit_buff, it_bit_buff->cnt_bits); in ixheaacd_arith_decode()
1742 short_value <<= shift_value; in ixheaacd_arith_decode()
1745 short_value = ixheaacd_read_bits_buf(it_bit_buff, 16); in ixheaacd_arith_decode()
1790 value = (value << 1) | ((short_value >> i) & 1); in ixheaacd_arith_decode()
/external/ImageMagick/coders/
Dmiff.c1887 short_value; in PopRunlengthPacket() local
1891 short_value=ScaleQuantumToShort(ClampToQuantum(pixel->alpha)); in PopRunlengthPacket()
1892 pixels=PopShortPixel(MSBEndian,short_value,pixels); in PopRunlengthPacket()