Home
last modified time | relevance | path

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

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