Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 75) sorted by relevance

123

/device/generic/goldfish/camera/
DConverters.h94 #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
DEmulatedCameraCommon.h57 #define min(a,b) (((a) < (b)) ? (a) : (b)) argument
58 #define max(a,b) (((a) > (b)) ? (a) : (b)) argument
/device/google/contexthub/lib/nanohub/
Dsha2.c37 #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
Drsa.c112 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()
Daes.c136 #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/
DEmailPolicy.java216 Bundle b = new Bundle(); in getPolicy() local
234 Bundle b = new Bundle(); in getPolicy() local
/device/google/contexthub/firmware/external/arm/
Darm_sin_cos_f32.c214 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/
Ddrc_math.h29 #define max(a, b) ({ __typeof__(a) _a = (a); \ argument
35 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
Ddsp_util.c9 #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/
DColorWheel.java151 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/
Dcmpraw.c17 static inline double max(double a, double b) in max()
Ddrc_test.c15 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
Deq2_test.c16 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
Dcrossover_test.c18 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
Dcrossover2_test.c18 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
Deq_test.c16 #define min(a, b) ({ __typeof__(a) _a = (a); \ argument
/device/huawei/angler/camera/QCamera2/HAL3/
DQCamera3HALHeader.h41 #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/
DQCamera3HALHeader.h41 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument
42 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
/device/google/dragon/sensor_hub/
Dcros_ec_sensors.cpp38 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/
Dsha2.h35 uint8_t b[SHA2_BLOCK_SIZE]; member
/device/google/contexthub/firmware/src/cpu/cortexm4f/
DcpuMath.c23 static uint64_t __attribute__((naked)) cpuMathUint64TimesUint64Lsr64(uint64_t a, uint64_t b) in cpuMathUint64TimesUint64Lsr64()
/device/google/contexthub/firmware/inc/platform/stm32f4xx/cmsis/
Dcore_cm0.h240 } 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
Dcore_sc000.h246 } 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
Dcore_cm0plus.h251 } 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/
Dmath_private.h325 #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

123