/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/ |
AcpiTablePlatform.h | 72 #define FLAG ( EFI_ACPI_4_0_WBINVD | EFI_ACPI_4_0_SLP_BUTTON | EFI_ACPI_4_0_RESET_REG_SUP | EFI_ACPI_4_0_RTC_S4)
|
/external/clang/test/Sema/ |
type-spec-struct-union.c | 56 SQUAT, FLAG, DICT4, DICT3, DICT2, DICT1, DICT0, HOP, CHECK4, CHECK3, CHECK2, CHECK1, DONE, BAD
|
/external/harfbuzz_ng/src/ |
hb-ot-shape-complex-use.cc | 426 (FLAG (virama_terminated_cluster) | 427 FLAG (standard_cluster) | 428 FLAG (broken_cluster) | 434 #define BASE_FLAGS (FLAG (USE_B) | FLAG (USE_GB)) 462 uint32_t flag = FLAG_UNSAFE (info[i].use_category()); 463 if ((flag & (BASE_FLAGS)) || is_halant (info[i])) 472 else if (((flag) & (FLAG (USE_VPre) | FLAG (USE_VMPre))) & [all...] |
hb-ot-shape-complex-indic.cc | 223 else if ((FLAG_SAFE (cat) & (FLAG (OT_SM) | FLAG (OT_VD) | FLAG (OT_A) | FLAG (OT_Symbol)))) 246 * instead of adding a new flag in these structs. 931 if ((FLAG_SAFE (info[i].indic_category()) & (JOINER_FLAGS | FLAG (OT_N) | FLAG (OT_RS) | MEDIAL_FLAGS | HALANT_OR_COENG_FLAGS))) [all...] |
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/Facp/ |
Facp.aslc | 79 IAPC_BOOT_ARCH, // IA-PCI Boot Architecture Flag
81 FLAG,
|
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Fadt/ |
Fadt.h | 62 #define FLAG (EFI_ACPI_1_0_WBINVD | EFI_ACPI_1_0_PROC_C1 | EFI_ACPI_1_0_SLP_BUTTON | EFI_ACPI_1_0_RTC_S4)
|
/external/dhcpcd-6.8.2/ |
dhcp-common.h | 58 #define FLAG (1 << 15)
|
/external/freetype/src/gzip/ |
inflate.c | 14 FLAG, /* waiting for flag byte */ 46 int nowrap; /* flag for no wrapper */ 176 z->state->mode = FLAG; 177 case FLAG:
|
/external/opencv/cxcore/src/ |
cxcopy.cpp | 247 #define CV_DEF_INIT_COPYSET_TAB_2D( FUNCNAME, FLAG ) \ 248 static void icvInit##FUNCNAME##FLAG##Table( CvBtFuncTable* table ) \ 250 table->fn_2d[1] = (void*)icv##FUNCNAME##_8u_C1##FLAG; \ 251 table->fn_2d[2] = (void*)icv##FUNCNAME##_16s_C1##FLAG; \ 252 table->fn_2d[3] = (void*)icv##FUNCNAME##_8u_C3##FLAG; \ 253 table->fn_2d[4] = (void*)icv##FUNCNAME##_8u_C4##FLAG; \ 254 table->fn_2d[6] = (void*)icv##FUNCNAME##_16s_C3##FLAG; \ 255 table->fn_2d[8] = (void*)icv##FUNCNAME##_16s_C4##FLAG; \ 256 table->fn_2d[12] = (void*)icv##FUNCNAME##_32f_C3##FLAG; \ 257 table->fn_2d[16] = (void*)icv##FUNCNAME##_32f_C4##FLAG; \ [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/ |
AttributeInfo.java | 30 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG; 50 * possible flag or enum values, whether it's deprecated and its javadoc. 60 /** Values for flag. null for other types. */ 216 if (mFormats.contains(FLAG)) { 290 if (mFormats.contains(FLAG) && mFlagValues != null) {
|
/frameworks/av/media/libstagefright/foundation/tests/ |
Flagged_test.cpp | 136 enum FLAG : int32_t { 237 // mask_of<T, Flag> 304 static_assert(helper::getShift(0u, 0u, 0u, 0, 0u) == 0, "no flag require no shift"); 435 // note: cannot create a flagged type with signed flag and shift 505 // can_combine<T, Flag, MASK, [SHARED_MASK], [SHIFT] 550 static_assert(helper::min_shift<Flagged<i32, FLAG, (FLAG)0x80808040>, 551 FLAG, (FLAG)0x80007F80, (FLAG)0x80000000>::value == 0, "") [all...] |
/external/ltp/testcases/kernel/syscalls/asyncio/ |
asyncio02.c | 101 #define FLAG O_RDWR | O_CREAT | O_TRUNC /* Flags used when opening temp tile */ 119 int testrun(int flag, int bytes, int ti); 144 int eok; /* everything is ok flag */ 210 int testrun(int flag, int bytes, int ti) 221 if ((fildes = open(filename, flag, MODE)) == -1) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleter.java | 28 import static com.android.ide.common.api.IAttributeInfo.Format.FLAG; 52 * for Android properties, completing resource strings, flag values, enum 123 if (formats.contains(FLAG)) { 126 // Flag completion
|
/toolchain/binutils/binutils-2.25/include/opcode/ |
m88k.h | 71 #define FLAG unsigned 223 FLAG jump_pending:1;
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
cpuctl_def_task01.c | 151 FLAG = 0;
|
cpuctl_def_task02.c | 163 FLAG = 0;
|
cpuctl_def_task03.c | 158 FLAG = 0;
|
cpuctl_def_task04.c | 168 FLAG = 0;
|
cpuctl_test01.c | 156 FLAG = 0;
|
cpuctl_test03.c | 163 FLAG = 0;
|
cpuctl_test04.c | 174 FLAG = 0;
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_state_init.c | 188 #define CHECK( NM, FLAG, ADD ) \ 191 return FLAG ? atom->cmd_size + (ADD) : 0; \ 194 #define TCL_CHECK( NM, FLAG, ADD ) \ 198 return (!rmesa->radeon.TclFallback && (FLAG)) ? atom->cmd_size + (ADD) : 0; \ 514 #define ALLOC_STATE_IDX( ATOM, CHK, SZ, NM, FLAG, IDX ) \ 520 rmesa->hw.ATOM.is_tcl = FLAG; \ 527 #define ALLOC_STATE( ATOM, CHK, SZ, NM, FLAG ) \ 528 ALLOC_STATE_IDX(ATOM, CHK, SZ, NM, FLAG, 0) [all...] |
/packages/apps/Messaging/build/ |
gcheckstyle.mk | 37 # FLAG: It may be more efficient to cache individual file results rather than grouping them all together
|
/toolchain/binutils/binutils-2.25/gas/config/ |
rx-parse.y | 139 %type <regno> REG FLAG CREG BCND BMCND SCCND 140 %type <regno> flag bwl bw memex 143 %token REG FLAG CREG 484 | SETPSW flag 486 | CLRPSW flag 906 flag : { need_flag = 1; } FLAG { need_flag = 0; $$ = $2; } label 994 { "c", FLAG, 0 }, 995 { "z", FLAG, 1 }, 996 { "s", FLAG, 2 } [all...] |
rl78-parse.y | 143 %type <regno> regb regb_na regw regw_na FLAG sfr 152 %token FLAG SP CY 1249 { "c", FLAG, 0 }, 1250 { "z", FLAG, 1 }, 1251 { "s", FLAG, 2 }, 1252 { "o", FLAG, 3 }, 1253 { "i", FLAG, 8 }, 1254 { "u", FLAG, 9 }, [all...] |