Home
last modified time | relevance | path

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

/aosp_15_r20/external/toybox/scripts/prereq/generated/
H A Dflags.h487 #define FLAG_A (1LL<<2) macro
601 #define FLAG_A (1LL<<29) macro
631 #define FLAG_A (1LL<<1) macro
/aosp_15_r20/external/toybox/android/device/generated/
H A Dflags.h3983 #define FLAG_A (FORCED_FLAG<<1) macro
4004 #define FLAG_A (FORCED_FLAG<<5) macro
4469 #define FLAG_A (FORCED_FLAG<<7) macro
4504 #define FLAG_A (FORCED_FLAG<<26) macro
4605 #define FLAG_A (FORCED_FLAG<<16) macro
4631 #define FLAG_A (FORCED_FLAG<<12) macro
4943 #define FLAG_A (FORCED_FLAG<<7) macro
5128 #define FLAG_A (1LL<<2) macro
5490 #define FLAG_A (1LL<<14) macro
5729 #define FLAG_A (1LL<<29) macro
[all …]
/aosp_15_r20/external/toybox/android/linux/generated/
H A Dflags.h3983 #define FLAG_A (FORCED_FLAG<<1) macro
4004 #define FLAG_A (FORCED_FLAG<<5) macro
4469 #define FLAG_A (FORCED_FLAG<<7) macro
4504 #define FLAG_A (FORCED_FLAG<<26) macro
4605 #define FLAG_A (FORCED_FLAG<<16) macro
4631 #define FLAG_A (FORCED_FLAG<<12) macro
4943 #define FLAG_A (FORCED_FLAG<<7) macro
5128 #define FLAG_A (1LL<<2) macro
5490 #define FLAG_A (FORCED_FLAG<<14) macro
5729 #define FLAG_A (1LL<<29) macro
[all …]
/aosp_15_r20/external/toybox/android/mac/generated/
H A Dflags.h3983 #define FLAG_A (FORCED_FLAG<<1) macro
4004 #define FLAG_A (FORCED_FLAG<<5) macro
4469 #define FLAG_A (FORCED_FLAG<<7) macro
4504 #define FLAG_A (FORCED_FLAG<<26) macro
4605 #define FLAG_A (FORCED_FLAG<<16) macro
4631 #define FLAG_A (FORCED_FLAG<<12) macro
4943 #define FLAG_A (FORCED_FLAG<<7) macro
5128 #define FLAG_A (1LL<<2) macro
5490 #define FLAG_A (FORCED_FLAG<<14) macro
5729 #define FLAG_A (1LL<<29) macro
[all …]
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/bitflags/tests/compile-pass/visibility/
Dbits_field.rs5 const FLAG_A = 0b00000001; constant
Dpub_in.rs7 const FLAG_A = 0b00000001; constant
/aosp_15_r20/external/rust/android-crates-io/extra_versions/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