Home
last modified time | relevance | path

Searched refs:bPtr (Results 1 – 5 of 5) 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/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DUnicodeSet.java1899 int bPtr = 0; in containsAll() local
1908 if (needB && bPtr >= bLen) { in containsAll()
1917 if (bPtr >= bLen) { in containsAll()
1921 startB = listB[bPtr++]; in containsAll()
1922 limitB = listB[bPtr++]; in containsAll()
2069 int bPtr = 0; in containsNone() local
2084 if (bPtr >= bLen) { in containsNone()
2088 startB = listB[bPtr++]; in containsNone()
2089 limitB = listB[bPtr++]; in containsNone()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DUnicodeSet.java1846 int bPtr = 0; in containsAll() local
1855 if (needB && bPtr >= bLen) { in containsAll()
1864 if (bPtr >= bLen) { in containsAll()
1868 startB = listB[bPtr++]; in containsAll()
1869 limitB = listB[bPtr++]; in containsAll()
2014 int bPtr = 0; in containsNone() local
2029 if (bPtr >= bLen) { in containsNone()
2033 startB = listB[bPtr++]; in containsNone()
2034 limitB = listB[bPtr++]; in containsNone()