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

  /external/chromium_org/device/hid/
hid_report_descriptor_unittest.cc 38 0x81, 0x02, // Input (Dat|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
50 0x81, 0x02, // Input (Dat|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
53 0x81, 0x03, // Input (Con|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
62 0x81, 0x02, // Input (Dat|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
71 0x81, 0x02, // Input (Dat|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
77 0x81, 0x40, // Input (Dat|Var|Rel|NoWrp|Lin|Prf|Null|BitF)
79 0x81, 0x01, // Input (Con|Var|Rel|NoWrp|Lin|Prf|NoNull|BitF)
88 0x81, 0x02, // Input (Dat|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
98 0x81, 0x02, // Input (Dat|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
100 0x81, 0x03, // Input (Con|Arr|Rel|NoWrp|Lin|Prf|NoNull|BitF)
    [all...]
  /external/clang/test/Sema/
expr-address-of.c 2 struct xx { int bitf:1; }; member in struct:xx
6 int bitf:1; }; member in struct:entry
13 add_one(&p->bitf); // expected-error {{address of bit-field requested}}
14 add_one(&pvalue.bitf); // expected-error {{address of bit-field requested}}
15 add_one(&p->whatever->bitf); // expected-error {{address of bit-field requested}}
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AddressingModes.h 600 uint8_t BitF = (Imm & 0x0000000000ff0000ULL) != 0;
614 EncVal |= BitF;
649 uint8_t BitF = (Imm & 0x00200000ULL) != 0;
663 EncVal |= BitF;
698 uint8_t BitF = (Imm & 0x0004000000000000ULL) != 0;
712 EncVal |= BitF;

Completed in 307 milliseconds