HomeSort by relevance Sort by last modified time
    Searched defs:write_bit (Results 1 - 3 of 3) sorted by null

  /external/syslinux/gpxe/src/drivers/bitbash/
bitbash.c 39 void write_bit ( struct bit_basher *basher, unsigned int bit_id, function
  /external/mesa3d/src/gallium/state_trackers/va/
picture_mpeg4.c 129 write_bit(struct bit_stream *writer, unsigned int bit) function
142 write_bit(writer, bits>>i);
167 write_bit(&bs_gvop, 1); /* marker_bit */
169 write_bit(&bs_gvop, 0); /* closed_gov */ /* TODO replace magic */
170 write_bit(&bs_gvop, 0); /* broken_link */
171 write_bit(&bs_gvop, 0); /* padding */
183 write_bit(&bs_vop, 1); /* modulo_time_base */
184 write_bit(&bs_vop, 0); /* modulo_time_base */
186 write_bit(&bs_vop, 1); /* marker_bit */
190 write_bit(&bs_vop, 1); /* marker_bit *
    [all...]
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/util/
hex_float.h 927 uint_type write_bit = (number & 0x8) ? 0x1 : 0x0; local
955 uint_type write_bit = (number & 0x8) ? 0x01 : 0x00; local
    [all...]

Completed in 135 milliseconds