Searched refs:bPtr (Results 1 - 6 of 6) sorted by relevance

/external/clang/test/FixIt/
H A Ddereference-addressof.c12 void f2(int *aPtr, int a, float *bPtr, char c) { argument
17 fp(*bPtr); // expected-error{{passing 'float' to parameter of incompatible type 'float *'; remove *}}
18 f(bPtr); // expected-error{{passing 'float *' to parameter of incompatible type 'float'; dereference with *}}
20 fl = bPtr + a; // expected-error{{assigning to 'float' from incompatible type 'float *'; dereference with *}}
21 bPtr = bPtr[a]; // expected-error{{assigning to 'float *' from incompatible type 'float'; take the address with &}}
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLoopDependenceAnalysis.cpp228 Value *bPtr = GetPointerOperand(P->B); local
230 switch (UnderlyingObjectsAlias(AA, aPtr, bPtr)) {
247 const GEPOperator *bGEP = dyn_cast<GEPOperator>(bPtr);
/external/dng_sdk/source/
H A Ddng_reference.cpp2290 int16 *bPtr = gPtr + sPlaneStep; local
2300 uint32 b = bPtr [col] + 32768;
2314 bPtr [col] = (int16) (b - 32768);
2320 bPtr += sRowStep;
2334 int16 *bPtr = aPtr + sPlaneStep; local
2335 int16 *cPtr = bPtr + sPlaneStep;
2345 uint32 b = bPtr [col] + 32768;
2362 bPtr [col] = (int16) (b - 32768);
2369 bPtr += sRowStep;
2481 real32 *bPtr local
2523 real32 *bPtr = aPtr + sPlaneStep; local
[all...]
H A Ddng_string.cpp2331 const char *bPtr = s.Get ();
2333 while (*aPtr || *bPtr)
2336 if (!bPtr)
2347 uint32 b = DecodeUTF8 (bPtr);
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeSet.java1854 int bPtr = 0;
1863 if (needB && bPtr >= bLen) {
1872 if (bPtr >= bLen) {
1876 startB = listB[bPtr++];
1877 limitB = listB[bPtr++];
2022 int bPtr = 0;
2037 if (bPtr >= bLen) {
2041 startB = listB[bPtr++];
2042 limitB = listB[bPtr++];
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeSet.java1907 int bPtr = 0;
1916 if (needB && bPtr >= bLen) {
1925 if (bPtr >= bLen) {
1929 startB = listB[bPtr++];
1930 limitB = listB[bPtr++];
2077 int bPtr = 0;
2092 if (bPtr >= bLen) {
2096 startB = listB[bPtr++];
2097 limitB = listB[bPtr++];

Completed in 461 milliseconds