Searched refs:pb (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/nawk-20071023/ |
D | run.c | 1747 char *sptr, *pb, *q; in sub() local 1769 pb = buf; in sub() 1771 *pb++ = *sptr++; in sub() 1774 adjbuf(&buf, &bufsz, 5+pb-buf, recsize, &pb, "sub"); in sub() 1776 backsub(&pb, &sptr); in sub() 1779 adjbuf(&buf, &bufsz, 1+patlen+pb-buf, recsize, &pb, "sub"); in sub() 1781 *pb++ = *q++; in sub() 1783 *pb++ = *sptr++; in sub() 1785 *pb = '\0'; in sub() 1786 if (pb > buf + bufsz) in sub() [all …]
|
D | proto.h | 149 extern int adjbuf(char **pb, int *sz, int min, int q, char **pbp, const char *what);
|
/ndk/tests/device/b16355858/jni/ |
D | sample_lib.c | 4 const int pb = b - c; in Sub3() local 6 return abs(pb) - abs(pa); in Sub3()
|
/ndk/tests/device/test-stlport/unit/ |
D | type_traits_test.cpp | 263 base *pb = &b; in manips() local 277 CPPUNIT_CHECK( is_cv_convertible(pd, pb) == 1 ); in manips() 278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 ); in manips()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | type_traits_test.cpp | 263 base *pb = &b; in manips() local 277 CPPUNIT_CHECK( is_cv_convertible(pd, pb) == 1 ); in manips() 278 CPPUNIT_CHECK( is_cv_convertible(pcd, pb) == 0 ); in manips()
|