/aosp12/bionic/libc/kernel/uapi/linux/byteorder/ |
H A D | big_endian.h | 57 #define __cpu_to_le64s(x) __swab64s((x)) argument 58 #define __le64_to_cpus(x) __swab64s((x)) argument 59 #define __cpu_to_le32s(x) __swab32s((x)) argument 60 #define __le32_to_cpus(x) __swab32s((x)) argument 61 #define __cpu_to_le16s(x) __swab16s((x)) argument 62 #define __le16_to_cpus(x) __swab16s((x)) argument 63 #define __cpu_to_be64s(x) do { (void) (x); } while(0) argument 64 #define __be64_to_cpus(x) do { (void) (x); } while(0) argument 65 #define __cpu_to_be32s(x) do { (void) (x); } while(0) argument 66 #define __be32_to_cpus(x) do { (void) (x); } while(0) argument [all …]
|
H A D | little_endian.h | 57 #define __cpu_to_le64s(x) do { (void) (x); } while(0) argument 58 #define __le64_to_cpus(x) do { (void) (x); } while(0) argument 59 #define __cpu_to_le32s(x) do { (void) (x); } while(0) argument 60 #define __le32_to_cpus(x) do { (void) (x); } while(0) argument 61 #define __cpu_to_le16s(x) do { (void) (x); } while(0) argument 63 #define __cpu_to_be64s(x) __swab64s((x)) argument 64 #define __be64_to_cpus(x) __swab64s((x)) argument 65 #define __cpu_to_be32s(x) __swab32s((x)) argument 66 #define __be32_to_cpus(x) __swab32s((x)) argument 67 #define __cpu_to_be16s(x) __swab16s((x)) argument [all …]
|
/aosp12/system/libbase/include/android-base/ |
H A D | endian.h | 37 #define htonq(x) htobe64(x) argument 38 #define ntohq(x) be64toh(x) argument 82 #define htole16(x) (x) argument 83 #define htole32(x) (x) argument 84 #define htole64(x) (x) argument 86 #define letoh16(x) (x) argument 87 #define letoh32(x) (x) argument 88 #define letoh64(x) (x) argument 94 #define le16toh(x) (x) argument 95 #define le32toh(x) (x) argument [all …]
|
H A D | logging.h | 195 #define ABORT_AFTER_LOG_EXPR_IF(c, x) (x) argument 278 #define CHECK_EQ(x, y) CHECK_OP(x, y, == ) argument 281 #define CHECK_LT(x, y) CHECK_OP(x, y, < ) argument 283 #define CHECK_GT(x, y) CHECK_OP(x, y, > ) argument 321 #define DCHECK(x) \ argument 323 #define DCHECK_EQ(x, y) \ argument 325 #define DCHECK_NE(x, y) \ argument 327 #define DCHECK_LE(x, y) \ argument 329 #define DCHECK_LT(x, y) \ argument 331 #define DCHECK_GE(x, y) \ argument [all …]
|
/aosp12/bionic/libc/include/sys/ |
H A D | endian.h | 58 #define htonl(x) __swap32(x) argument 59 #define htons(x) __swap16(x) argument 60 #define ntohl(x) __swap32(x) argument 61 #define ntohs(x) __swap16(x) argument 64 #define htonq(x) __swap64(x) argument 85 #define htole16(x) (x) argument 86 #define htole32(x) (x) argument 87 #define htole64(x) (x) argument 88 #define letoh16(x) (x) argument 89 #define letoh32(x) (x) argument [all …]
|
/aosp12/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 55 #define ceil(x) ml_ceil(x) argument 60 #define cos(x) ml_cos(x) argument 61 #define sin(x) ml_sin(x) argument 62 #define acos(x) ml_acos(x) argument 68 #define cosf(x) ml_cos(x) argument 69 #define sinf(x) ml_sin(x) argument [all …]
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/core/driver/include/ |
H A D | mlmath.h | 50 #define sqrt(x) ml_sqrt(x) argument 51 #define log(x) ml_log(x) argument 52 #define asin(x) ml_asin(x) argument 53 #define atan(x) ml_atan(x) argument 55 #define ceil(x) ml_ceil(x) argument 60 #define cos(x) ml_cos(x) argument 61 #define sin(x) ml_sin(x) argument 62 #define acos(x) ml_acos(x) argument 68 #define cosf(x) ml_cos(x) argument 69 #define sinf(x) ml_sin(x) argument [all …]
|
/aosp12/bionic/libm/ |
H A D | builtins.cpp | 21 double fabs(double x) { in fabs() 35 float fabsf(float x) { in fabsf() 42 long double fabsl(long double x) { in fabsl() 49 float ceilf(float x) { return __builtin_ceilf(x); } in ceilf() 50 double ceil(double x) { return __builtin_ceil(x); } in ceil() 52 float floorf(float x) { return __builtin_floorf(x); } in floorf() 53 double floor(double x) { return __builtin_floor(x); } in floor() 64 float rintf(float x) { return __builtin_rintf(x); } in rintf() 65 double rint(double x) { return __builtin_rint(x); } in rint() 67 float roundf(float x) { return __builtin_roundf(x); } in roundf() [all …]
|
/aosp12/system/bt/stack/include/ |
H A D | hcidefs.h | 956 #define HCI_SWITCH_SUPPORTED(x) ((x)[0] & 0x20) argument 961 #define HCI_RSSI_SUPPORTED(x) ((x)[1] & 0x02) argument 991 #define HCI_LE_SPT_SUPPORTED(x) ((x)[4] & 0x40) argument 1019 #define HCI_LE_HOST_SUPPORTED(x) ((x)[0] & 0x02) argument 1021 #define HCI_SC_HOST_SUPPORTED(x) ((x)[0] & 0x08) argument 1031 #define HCI_PING_SUPPORTED(x) ((x)[1] & 0x02) argument 1048 #define HCI_LE_CIS_CENTRAL(x) ((x)[3] & 0x10) argument 1049 #define HCI_LE_CIS_PERIPHERAL(x) ((x)[3] & 0x20) argument 1056 #define HCI_INQUIRY_SUPPORTED(x) ((x)[0] & 0x01) argument 1102 #define HCI_RESET_SUPPORTED(x) ((x)[5] & 0x80) argument [all …]
|
/aosp12/art/test/661-checker-simd-reduc/src/ |
H A D | Main.java | 31 private static byte reductionByte(byte[] x) { in reductionByte() 39 private static short reductionShort(short[] x) { in reductionShort() 47 private static char reductionChar(char[] x) { in reductionChar() 116 private static int reductionInt(int[] x) { in reductionInt() 260 private static int reductionIntToLoop(int[] x) { in reductionIntToLoop() 307 private static long reductionLong(long[] x) { in reductionLong() 315 private static byte reductionByteM1(byte[] x) { in reductionByteM1() 331 private static char reductionCharM1(char[] x) { in reductionCharM1() 384 private static int reductionIntM1(int[] x) { in reductionIntM1() 427 private static long reductionLongM1(long[] x) { in reductionLongM1() [all …]
|
/aosp12/system/memory/libmeminfo/ |
H A D | meminfo_private.h | 27 #define _BITS(x, offset, bits) (((x) >> (offset)) & ((1LL << (bits)) - 1)) argument 30 #define PAGE_PRESENT(x) (_BITS(x, 63, 1)) argument 31 #define PAGE_SWAPPED(x) (_BITS(x, 62, 1)) argument 32 #define PAGE_SHIFT(x) (_BITS(x, 55, 6)) argument 33 #define PAGE_PFN(x) (_BITS(x, 0, 55)) argument 34 #define PAGE_SWAP_OFFSET(x) (_BITS(x, 5, 50)) argument 35 #define PAGE_SWAP_TYPE(x) (_BITS(x, 0, 5)) argument 38 #define KPAGEFLAG_THP(x) (_BITS(x, 22, 1)) argument
|
/aosp12/art/test/530-checker-loops1/src/ |
H A D | Main.java | 34 private static int linear(int[] x) { in linear() 48 private static int linearDown(int[] x) { in linearDown() 62 private static int linearObscure(int[] x) { in linearObscure() 77 private static int linearVeryObscure(int[] x) { in linearVeryObscure() 109 private static int linearWhile(int[] x) { in linearWhile() 124 private static int linearThreeWayPhi(int[] x) { in linearThreeWayPhi() 142 private static int linearFourWayPhi(int[] x) { in linearFourWayPhi() 203 int[] x = new int[n]; in linearWithParameter() local 216 private static int[] linearCopy(int x[]) { in linearCopy() 232 private static int linearByTwo(int x[]) { in linearByTwo() [all …]
|
/aosp12/art/test/567-checker-builder-intrinsics/src/ |
H A D | TestCompare.java | 114 private static int compareBytes(byte x, byte y) { in compareBytes() 125 private static int compareShorts(short x, short y) { in compareShorts() 136 private static int compareChars(char x, char y) { in compareChars() 147 private static int compareInts(int x, int y) { in compareInts() 158 private static int compareLongs(long x, long y) { in compareLongs() 181 public static int compareByteChar(byte x, char y) { in compareByteChar() 192 public static int compareByteInt(byte x, int y) { in compareByteInt() 226 public static int compareShortInt(short x, int y) { in compareShortInt() 260 public static int compareCharInt(char x, int y) { in compareCharInt() 272 public static int compareIntByte(int x, byte y) { in compareIntByte() [all …]
|
/aosp12/system/core/libutils/include/utils/ |
H A D | ByteOrder.h | 39 #define dtohl(x) (x) argument 40 #define dtohs(x) (x) argument 41 #define htodl(x) (x) argument 42 #define htods(x) (x) argument 44 #define fromlel(x) (x) argument 45 #define tolel(x) (x) argument
|
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/ |
H A D | ADebug.h | 53 #define LITERAL_TO_STRING_INTERNAL(x) #x argument 83 #define CHECK_EQ(x,y) CHECK_OP(x,y,EQ,==) argument 84 #define CHECK_NE(x,y) CHECK_OP(x,y,NE,!=) argument 86 #define CHECK_LT(x,y) CHECK_OP(x,y,LT,<) argument 88 #define CHECK_GT(x,y) CHECK_OP(x,y,GT,>) argument 108 #define CHECK_EQ_DBG(x,y) argument 109 #define CHECK_NE_DBG(x,y) argument 110 #define CHECK_LE_DBG(x,y) argument 111 #define CHECK_LT_DBG(x,y) argument 112 #define CHECK_GE_DBG(x,y) argument [all …]
|
/aosp12/art/test/570-checker-select/src/ |
H A D | Main.java | 37 public static int $noinline$BoolCond_IntVarVar(boolean cond, int x, int y) { in $noinline$BoolCond_IntVarVar() 59 public static int $noinline$BoolCond_IntVarCst(boolean cond, int x) { in $noinline$BoolCond_IntVarCst() 104 public static long $noinline$BoolCond_LongVarVar(boolean cond, long x, long y) { in $noinline$BoolCond_LongVarVar() 127 public static long $noinline$BoolCond_LongVarCst(boolean cond, long x) { in $noinline$BoolCond_LongVarCst() 162 public static float $noinline$BoolCond_FloatVarVar(boolean cond, float x, float y) { in $noinline$BoolCond_FloatVarVar() 174 public static float $noinline$BoolCond_FloatVarCst(boolean cond, float x) { in $noinline$BoolCond_FloatVarCst() 209 public static int $noinline$IntNonmatCond_IntVarVar(int a, int b, int x, int y) { in $noinline$IntNonmatCond_IntVarVar() 235 public static int $noinline$IntMatCond_IntVarVar(int a, int b, int x, int y) { in $noinline$IntMatCond_IntVarVar() 293 public static long $noinline$IntMatCond_LongVarVar(int a, int b, long x, long y) { in $noinline$IntMatCond_LongVarVar() 335 public static long $noinline$LongNonmatCondCst_LongVarVar(long a, long x, long y) { in $noinline$LongNonmatCondCst_LongVarVar() [all …]
|
/aosp12/art/test/474-checker-boolean-input/src/ |
H A D | Main.java | 37 public static boolean InlinePhi(int x) { in InlinePhi() 41 public static boolean TestPhiAsBoolean(int x) { in TestPhiAsBoolean() 54 public static boolean InlineAnd(boolean x, boolean y) { in InlineAnd() 58 public static boolean TestAndAsBoolean(boolean x, boolean y) { in TestAndAsBoolean() 71 public static boolean InlineOr(boolean x, boolean y) { in InlineOr() 75 public static boolean TestOrAsBoolean(boolean x, boolean y) { in TestOrAsBoolean() 88 public static boolean InlineXor(boolean x, boolean y) { in InlineXor() 92 public static boolean TestXorAsBoolean(boolean x, boolean y) { in TestXorAsBoolean()
|
/aosp12/art/test/463-checker-boolean-simplifier/src-art/ |
H A D | Main.java | 61 public static boolean GreaterThan(int x, int y) { in GreaterThan() 89 public static boolean LessThan(int x, int y) { in LessThan() 105 public static int SimpleTrueBlock(boolean x, int y) { in SimpleTrueBlock() 121 public static int SimpleFalseBlock(boolean x, int y) { in SimpleFalseBlock() 139 public static int SimpleBothBlocks(boolean x, int y, int z) { in SimpleBothBlocks() 153 public static int ThreeBlocks(boolean x, boolean y) { in ThreeBlocks() 176 public int TrueBlockWithTooManyInstructions(boolean x) { in TrueBlockWithTooManyInstructions() 193 public int FalseBlockWithTooManyInstructions(boolean x) { in FalseBlockWithTooManyInstructions() 209 public int TrueBlockWithSideEffects(boolean x) { in TrueBlockWithSideEffects() 225 public int FalseBlockWithSideEffects(boolean x) { in FalseBlockWithSideEffects()
|
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | swab.h | 25 #define ___constant_swab16(x) ((__u16) ((((__u16) (x) & (__u16) 0x00ffU) << 8) | (((__u16) (x) & (_… argument 26 #define ___constant_swab32(x) ((__u32) ((((__u32) (x) & (__u32) 0x000000ffUL) << 24) | (((__u32) (x… argument 27 #define ___constant_swab64(x) ((__u64) ((((__u64) (x) & (__u64) 0x00000000000000ffULL) << 56) | (((… argument 28 #define ___constant_swahw32(x) ((__u32) ((((__u32) (x) & (__u32) 0x0000ffffUL) << 16) | (((__u32) (… argument 29 #define ___constant_swahb32(x) ((__u32) ((((__u32) (x) & (__u32) 0x00ff00ffUL) << 8) | (((__u32) (x… argument 54 #define __swab16(x) (__u16) __builtin_bswap16((__u16) (x)) argument 55 #define __swab32(x) (__u32) __builtin_bswap32((__u32) (x)) argument 56 #define __swab64(x) (__u64) __builtin_bswap64((__u64) (x)) argument 60 #define __swahw32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahw32(x) : __fswahw32(x)) argument 61 #define __swahb32(x) (__builtin_constant_p((__u32) (x)) ? ___constant_swahb32(x) : __fswahb32(x)) argument
|
/aosp12/art/test/530-checker-loops2/src/ |
H A D | Main.java | 54 int[] x = { 1, 3 }; in periodicIdiom() local 72 int[] x = { 1, 3 }; in periodicSequence2() local 96 int[] x = { 1, 3, 5, 7 }; in periodicSequence4() local 121 int[] x = { 1, 3 }; in periodicXorSequence() local 139 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightUp1() local 154 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightUp2() local 169 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justRightUp3() local 186 int[] x = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10 }; in justOOBUp() local 266 private static void lowerOOB(int[] x) { in lowerOOB() 281 private static void upperOOB(int[] x) { in upperOOB() [all …]
|
/aosp12/frameworks/base/lowpan/java/android/net/lowpan/ |
H A D | LowpanBeaconInfo.java | 50 public Builder setLowpanIdentity(LowpanIdentity x) { in setLowpanIdentity() 55 public Builder setName(String x) { in setName() 60 public Builder setXpanid(byte x[]) { in setXpanid() 65 public Builder setPanid(int x) { in setPanid() 70 public Builder setChannel(int x) { in setChannel() 75 public Builder setType(String x) { in setType() 80 public Builder setRssi(int x) { in setRssi() 85 public Builder setLqi(int x) { in setLqi() 90 public Builder setBeaconAddress(byte x[]) { in setBeaconAddress() 95 public Builder setFlag(int x) { in setFlag() [all …]
|
/aosp12/art/test/480-checker-dead-blocks/src/ |
H A D | Main.java | 53 public static int testTrueBranch(int x, int y) { in testTrueBranch() 85 public static int testFalseBranch(int x, int y) { in testFalseBranch() 103 public static int testRemoveLoop(int x) { in testRemoveLoop() 120 public static int testInfiniteLoop(int x) { in testInfiniteLoop() 139 public static int testDeadLoop(int x) { in testDeadLoop() 159 public static int testUpdateLoopInformation(int x) { in testUpdateLoopInformation() 179 public static int testRemoveSuspendCheck(int x, int y) { in testRemoveSuspendCheck()
|
/aosp12/bionic/linker/ |
H A D | linker_debug.h | 71 #define _PRINTVF(v, x...) \ argument 76 #define PRINT(x...) _PRINTVF(LINKER_VERBOSITY_PRINT, x) argument 77 #define INFO(x...) _PRINTVF(LINKER_VERBOSITY_INFO, x) argument 78 #define TRACE(x...) _PRINTVF(LINKER_VERBOSITY_TRACE, x) argument 81 #define DEBUG(x...) _PRINTVF(LINKER_VERBOSITY_DEBUG, "DEBUG: " x) argument 83 #define DEBUG(x...) do {} while (0) argument 86 #define TRACE_TYPE(t, x...) do { if (DO_TRACE_##t) { TRACE(x); } } while (0) argument
|
/aosp12/art/test/564-checker-bitcount/src/ |
H A D | Main.java | 27 private static int $noinline$BitCountBoolean(boolean x) { in $noinline$BitCountBoolean() 35 private static int $noinline$BitCountByte(byte x) { in $noinline$BitCountByte() 43 private static int $noinline$BitCountShort(short x) { in $noinline$BitCountShort() 51 private static int $noinline$BitCountChar(char x) { in $noinline$BitCountChar() 59 private static int $noinline$BitCountInt(int x) { in $noinline$BitCountInt() 67 private static int $noinline$BitCountLong(long x) { in $noinline$BitCountLong()
|
/aosp12/hardware/qcom/gps/msm8909w_3100/utils/platform_lib_abstractions/loc_pla/include/ |
H A D | platform_lib_macros.h | 49 #define TS_PRINTF(format, x...) \ argument 61 #define ALOGE(format, x...) TS_PRINTF("E/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 62 #define ALOGW(format, x...) TS_PRINTF("W/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 63 #define ALOGI(format, x...) TS_PRINTF("I/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 64 #define ALOGD(format, x...) TS_PRINTF("D/%s (%d): " format , LOG_TAG, getpid(), ##x) argument 65 #define ALOGV(format, x...) TS_PRINTF("V/%s (%d): " format , LOG_TAG, getpid(), ##x) argument
|