HomeSort by relevance Sort by last modified time
    Searched full:more_bits (Results 1 - 7 of 7) sorted by null

  /external/lldb/test/lang/c/bitfields/
main.c 58 struct MoreBits more_bits; local
60 more_bits.a = 3;
61 more_bits.b = 0;
62 more_bits.c = 1;
63 more_bits.d = 0;
TestBitfields.py 107 self.expect("frame variable --show-types more_bits", VARIABLES_DISPLAYED_CORRECTLY,
113 self.expect("expr (more_bits.a)", VARIABLES_DISPLAYED_CORRECTLY,
115 self.expect("expr (more_bits.b)", VARIABLES_DISPLAYED_CORRECTLY,
117 self.expect("expr (more_bits.c)", VARIABLES_DISPLAYED_CORRECTLY,
119 self.expect("expr (more_bits.d)", VARIABLES_DISPLAYED_CORRECTLY,
  /external/clang/lib/CodeGen/
CGRecordLayout.h 45 /// unsigned more_bits : 4;
54 /// When generating code to access more_bits, we'll generate something
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/src/
h264_utils.cpp 580 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag
581 if (!more_bits())
755 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++)
781 while ((processed_bytes + 2) < sei_unit_size && more_bits())
915 for (int i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++)
1194 bool h264_stream_parser::more_bits() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
h264_utils.cpp 538 while (!extract_bits(1) && more_bits()); // Discard VUI enable flag
539 if (!more_bits())
703 for (idx = 0; idx < hrd_param->cpb_cnt && more_bits(); idx++) {
728 while ((processed_bytes + 2) < sei_unit_size && more_bits()) {
859 for (OMX_U32 i = 0; i < sei_pic_timing.num_clock_ts && more_bits(); i++) {
1112 bool h264_stream_parser::more_bits() function in class:h264_stream_parser
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 435 inline bool more_bits();
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 435 inline bool more_bits();

Completed in 973 milliseconds