Searched refs:bPtr (Results 1 – 5 of 5) sorted by relevance
12 void f2(int *aPtr, int a, float *bPtr, char c) { in f2() argument17 …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()21 …bPtr = bPtr[a]; // expected-error{{assigning to 'float *' from incompatible type 'float'; take the… in f2()
2290 int16 *bPtr = gPtr + sPlaneStep; in RefVignette16() local2300 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() local2335 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 …]
2331 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()
1899 int bPtr = 0; in containsAll() local1908 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() local2084 if (bPtr >= bLen) { in containsNone()2088 startB = listB[bPtr++]; in containsNone()2089 limitB = listB[bPtr++]; in containsNone()
1846 int bPtr = 0; in containsAll() local1855 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() local2029 if (bPtr >= bLen) { in containsNone()2033 startB = listB[bPtr++]; in containsNone()2034 limitB = listB[bPtr++]; in containsNone()