Searched refs:flagB (Results 1 – 4 of 4) sorted by relevance
/external/google-java-format/core/src/test/resources/com/google/googlejavaformat/java/testdata/ |
D | B21283374.input | 2 …void f(boolean flagA, boolean flagB, boolean flagC, boolean flagD, boolean flagE, boolean flagF, b… 7 /*flagB=*/Boolean.FALSE, 20 /*flagB=*/ Boolean.FALSE,
|
D | B21283374.output | 4 boolean flagB, 18 /*flagB=*/ Boolean.FALSE, 31 /*flagB=*/ Boolean.FALSE,
|
/external/llvm-project/lldb/test/API/functionalities/data-formatter/data-formatter-synth/ |
D | main.cpp | 49 Plenty(int N, bool flagA, bool flagB) : in Plenty() 53 bitfield( (flagA ? 0x01 : 0x00) | (flagB ? 0x10 : 0x00) ) in Plenty()
|
/external/aac/libAACdec/src/ |
D | aacdec_hcrs.cpp | 1140 UINT flagB; in Hcr_State_BODY_SIGN_ESC__SIGN() local 1217 flagB = 0; /* for second possible escape sequence */ in Hcr_State_BODY_SIGN_ESC__SIGN() 1219 flagB = 1; in Hcr_State_BODY_SIGN_ESC__SIGN() 1224 if (!flagA && !flagB) { in Hcr_State_BODY_SIGN_ESC__SIGN() 1234 flags |= (flagB << POSITION_OF_FLAG_B); in Hcr_State_BODY_SIGN_ESC__SIGN() 1247 if (!flagA && flagB) { in Hcr_State_BODY_SIGN_ESC__SIGN() 1422 UINT flagB; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() local 1503 flagB = pEscapeSequenceInfo[codewordOffset] & MASK_FLAG_B; in Hcr_State_BODY_SIGN_ESC__ESC_WORD() 1518 if (flagB == 0) { in Hcr_State_BODY_SIGN_ESC__ESC_WORD()
|