Home
last modified time | relevance | path

Searched defs:FLAG_A (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/bitflags/tests/compile-pass/visibility/
Dbits_field.rs5 const FLAG_A = 0b00000001; constant
Dpub_in.rs7 const FLAG_A = 0b00000001; constant
/external/rust/crates/bitflags/tests/compile-fail/visibility/
Dpub_const.rs5 pub const FLAG_A = 0b00000001; constant
Dprivate_field.rs6 const FLAG_A = 0b00000001; constant
Dprivate_flags.rs6 const FLAG_A = 0b00000001; constant
/external/toybox/android/device/generated/
Dflags.h3881 #define FLAG_A (FORCED_FLAG<<1) macro
3902 #define FLAG_A (FORCED_FLAG<<5) macro
4326 #define FLAG_A (FORCED_FLAG<<7) macro
4361 #define FLAG_A (FORCED_FLAG<<26) macro
4459 #define FLAG_A (FORCED_FLAG<<16) macro
4485 #define FLAG_A (FORCED_FLAG<<12) macro
4795 #define FLAG_A (FORCED_FLAG<<7) macro
4980 #define FLAG_A (1LL<<2) macro
5331 #define FLAG_A (1LL<<14) macro
5562 #define FLAG_A (1LL<<29) macro
[all …]
/external/toybox/android/mac/generated/
Dflags.h3881 #define FLAG_A (FORCED_FLAG<<1) macro
3902 #define FLAG_A (FORCED_FLAG<<5) macro
4326 #define FLAG_A (FORCED_FLAG<<7) macro
4361 #define FLAG_A (FORCED_FLAG<<26) macro
4459 #define FLAG_A (FORCED_FLAG<<16) macro
4485 #define FLAG_A (FORCED_FLAG<<12) macro
4795 #define FLAG_A (FORCED_FLAG<<7) macro
4980 #define FLAG_A (1LL<<2) macro
5331 #define FLAG_A (FORCED_FLAG<<14) macro
5562 #define FLAG_A (1LL<<29) macro
[all …]
/external/toybox/android/linux/generated/
Dflags.h3881 #define FLAG_A (FORCED_FLAG<<1) macro
3902 #define FLAG_A (FORCED_FLAG<<5) macro
4326 #define FLAG_A (FORCED_FLAG<<7) macro
4361 #define FLAG_A (FORCED_FLAG<<26) macro
4459 #define FLAG_A (FORCED_FLAG<<16) macro
4485 #define FLAG_A (FORCED_FLAG<<12) macro
4795 #define FLAG_A (FORCED_FLAG<<7) macro
4980 #define FLAG_A (1LL<<2) macro
5331 #define FLAG_A (FORCED_FLAG<<14) macro
5562 #define FLAG_A (1LL<<29) macro
[all …]