| /device/generic/goldfish/camera/ |
| D | Converters.h | 94 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(b) << 6) | g) << 5) | r) argument 96 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(b) << 8) | g) << 8) | r) argument 111 #define RGB565(r, g, b) static_cast<uint16_t>((((static_cast<uint16_t>(r) << 6) | g) << 5) | b) argument 113 #define RGB32(r, g, b) static_cast<uint32_t>((((static_cast<uint32_t>(r) << 8) | g) << 8) | b) argument 122 uint8_t r; uint8_t g; uint8_t b; uint8_t a; member 147 #define RGB2Y(r, g, b) (uint8_t)(((66 * (r) + 129 * (g) + 25 * (b) + 128) >> 8) + 16) argument 148 #define RGB2U(r, g, b) (uint8_t)(((-38 * (r) - 74 * (g) + 112 * (b) + 128) >> 8) + 128) argument 149 #define RGB2V(r, g, b) (uint8_t)(((112 * (r) - 94 * (g) - 18 * (b) + 128) >> 8) + 128) argument 153 R8G8B8ToYUV(uint8_t r, uint8_t g, uint8_t b, uint8_t* y, uint8_t* u, uint8_t* v) in R8G8B8ToYUV() 212 const uint16_t b = (YUV2BO(y,u,v) >> 3) & 0x1f; in YUVToRGB565() local
|
| D | EmulatedCameraCommon.h | 57 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument 58 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
|
| /device/google/contexthub/lib/nanohub/ |
| D | sha2.c | 37 #define STRINFIGY2(b) #b argument 38 #define STRINGIFY(b) STRINFIGY2(b) argument 39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument 68 uint32_t i, a, b, c, d, e, f, g, h; in sha2processBlock() local
|
| D | rsa.c | 112 static void biMulIterative(uint32_t *ret, const uint32_t *a, const uint32_t *b, uint32_t step) //re… in biMulIterative() 236 static void biMul(uint32_t *ret, const uint32_t *a, const uint32_t *b) in biMul() 244 const uint32_t* rsaPrivOp(struct RsaState* state, const uint32_t *a, const uint32_t *b, const uint3… in rsaPrivOp()
|
| D | aes.c | 136 #define STRINFIGY2(b) #b argument 137 #define STRINGIFY(b) STRINFIGY2(b) argument 138 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… argument
|
| /device/sample/apps/SampleEmailPolicy/src/com/android/email/policy/ |
| D | EmailPolicy.java | 216 Bundle b = new Bundle(); in getPolicy() local 234 Bundle b = new Bundle(); in getPolicy() local
|
| /device/google/contexthub/firmware/external/arm/ |
| D | arm_sin_cos_f32.c | 214 float32_t a, b; /* Two nearest output values */ in arm_sin_f32() local 303 float32_t a, b; /* Two nearest output values */ in arm_cos_f32() local
|
| /device/google/dragon/audio/hal/dsp/ |
| D | drc_math.h | 29 #define max(a, b) ({ __typeof__(a) _a = (a); \ argument 35 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| D | dsp_util.c | 9 #define max(a, b) ({ __typeof__(a) _a = (a); \ argument 15 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| /device/google/accessory/demokit/app/src/com/google/android/DemoKit/ |
| D | ColorWheel.java | 151 int b = ave(Color.blue(c0), Color.blue(c1), p); in interpColor() local 160 int b = Color.blue(color); in rotateColor() local
|
| /device/google/dragon/audio/hal/dsp/tests/ |
| D | cmpraw.c | 17 static inline double max(double a, double b) in max()
|
| D | drc_test.c | 15 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| D | eq2_test.c | 16 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| D | crossover_test.c | 18 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| D | crossover2_test.c | 18 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| D | eq_test.c | 16 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
|
| /device/huawei/angler/camera/QCamera2/HAL3/ |
| D | QCamera3HALHeader.h | 41 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 42 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
| /device/lge/bullhead/camera/QCamera2/HAL3/ |
| D | QCamera3HALHeader.h | 41 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 42 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
| /device/google/dragon/sensor_hub/ |
| D | cros_ec_sensors.cpp | 38 static int max(int a, int b) { in max() 41 static int min(int a, int b) { in min()
|
| /device/google/contexthub/lib/include/nanohub/ |
| D | sha2.h | 35 uint8_t b[SHA2_BLOCK_SIZE]; member
|
| /device/google/contexthub/firmware/src/cpu/cortexm4f/ |
| D | cpuMath.c | 23 static uint64_t __attribute__((naked)) cpuMathUint64TimesUint64Lsr64(uint64_t a, uint64_t b) in cpuMathUint64TimesUint64Lsr64()
|
| /device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/ |
| D | core_cm0.h | 240 } b; /*!< Structure used for bit access */ member 253 } b; /*!< Structure used for bit access */ member 279 } b; /*!< Structure used for bit access */ member 294 } b; /*!< Structure used for bit access */ member
|
| D | core_sc000.h | 246 } b; /*!< Structure used for bit access */ member 259 } b; /*!< Structure used for bit access */ member 285 } b; /*!< Structure used for bit access */ member 300 } b; /*!< Structure used for bit access */ member
|
| D | core_cm0plus.h | 251 } b; /*!< Structure used for bit access */ member 264 } b; /*!< Structure used for bit access */ member 290 } b; /*!< Structure used for bit access */ member 305 } b; /*!< Structure used for bit access */ member
|
| /device/google/contexthub/firmware/external/freebsd/lib/msun/src/ |
| D | math_private.h | 325 #define _2sum(a, b) do { \ argument 363 #define _2sumF(a, b) do { \ argument 383 #define _2sumF(a, b) do { \ argument 416 #define _3sumF(a, b, c) do { \ argument
|