Home
last modified time | relevance | path

Searched refs:_a (Results 1 – 17 of 17) sorted by relevance

/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/
DLlvm_int_lib.h95 #define COUNT_LEADING_ZEROS(_a) __builtin_clz((_a)) argument
96 #define COUNT_TRAILING_ZEROS(_a) __builtin_ctz((_a)) argument
/device/google/dragon/audio/hal/dsp/
Ddrc_math.h29 #define max(a, b) ({ __typeof__(a) _a = (a); \
31 _a > _b ? _a : _b; })
35 #define min(a, b) ({ __typeof__(a) _a = (a); \
37 _a < _b ? _a : _b; })
Ddsp_util.c9 #define max(a, b) ({ __typeof__(a) _a = (a); \
11 _a > _b ? _a : _b; })
15 #define min(a, b) ({ __typeof__(a) _a = (a); \
17 _a < _b ? _a : _b; })
Dbiquad.c15 #define max(a, b) ({ __typeof__(a) _a = (a); \
17 _a > _b ? _a : _b; })
21 #define min(a, b) ({ __typeof__(a) _a = (a); \
23 _a < _b ? _a : _b; })
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
Drexpr.h5 typedef struct _a { struct
6 struct _a *track; /* track mem allocation */ argument
8 struct _a *next; argument
/device/google/dragon/audio/hal/dsp/tests/
Dcrossover2_test.c18 #define min(a, b) ({ __typeof__(a) _a = (a); \
20 _a < _b ? _a : _b; })
Deq2_test.c16 #define min(a, b) ({ __typeof__(a) _a = (a); \
18 _a < _b ? _a : _b; })
Dcrossover_test.c18 #define min(a, b) ({ __typeof__(a) _a = (a); \
20 _a < _b ? _a : _b; })
Ddrc_test.c15 #define min(a, b) ({ __typeof__(a) _a = (a); \
17 _a < _b ? _a : _b; })
Deq_test.c16 #define min(a, b) ({ __typeof__(a) _a = (a); \
18 _a < _b ? _a : _b; })
/device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Common/
DUefiBaseTypes.h140 #define EFIERR(_a) ENCODE_ERROR(_a) argument
/device/linaro/bootloader/edk2/MdePkg/Include/Uefi/
DUefiBaseType.h165 #define EFIERR(_a) ENCODE_ERROR(_a) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_bytes.py1041 _a, _b = ByteArraySubclass(a), ByteArraySubclass(b)
1044 self.assertTrue(_a == _a)
1045 self.assertTrue(_a != _b)
1046 self.assertTrue(_a < _b)
1047 self.assertTrue(_a <= _b)
1048 self.assertTrue(_b >= _a)
1049 self.assertTrue(_b > _a)
1050 self.assertTrue(_a is not a)
1053 self.assertEqual(a + b, _a + _b)
1055 self.assertEqual(a + b, _a + b)
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dparser.dlg980 $[_a-zA-Z][_a-zA-Z0-9]*
1084 #[_a-zA-Z][_a-zA-Z0-9]*
1382 [a-zA-Z_][_a-zA-Z0-9]*
Dantlr.g367 #token "$[_a-zA-Z][_a-zA-Z0-9]*"
454 #token "#[_a-zA-Z][_a-zA-Z0-9]*"
2261 #token ID "[a-zA-Z_][_a-zA-Z0-9]*"
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmDisassemblerLib/
DArmDisassembler.c40 #define COND(_a) gCondition[((_a) >> 28)] argument
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Usb/DwUsbHostDxe/
DDwcHw.h59 #define DPTXFSIZN(_a) HSOTG_REG(0x104 + (((_a) - 1) * 4)) argument