Searched refs:pcount (Results 1 – 10 of 10) sorted by relevance
23 assert(sb.pcount() == 0); in main()25 assert(sb.pcount() == 1); in main()27 assert(sb.pcount() == 2); in main()29 assert(sb.pcount() == 2); in main()
9 extern "C" _Unwind_Ptr dl_unwind_find_exidx(_Unwind_Ptr pc, int *pcount);10 extern "C" _Unwind_Ptr __gnu_Unwind_Find_exidx(_Unwind_Ptr pc, int *pcount) in __gnu_Unwind_Find_exidx() argument14 ret_pc = dl_unwind_find_exidx(pc, pcount); in __gnu_Unwind_Find_exidx()15 printf("%p %d\n", ret_pc, *pcount); in __gnu_Unwind_Find_exidx()
23 assert(out.pcount() == 0); in main()25 assert(out.pcount() == 11); in main()
24 assert(s.pcount() == 0); in main()29 assert(s.pcount() == 0); in main()
71 int pcount() const;130 int pcount() const;152 int pcount() const;
40 int pcount() const;94 int pcount() const;119 int pcount() const;167 int pcount() const;331 int pcount() const {return __sb_.pcount();}390 int pcount() const {return __sb_.pcount();}
112 int strstreambuf::pcount() const { in pcount() function in strstreambuf350 int ostrstream::pcount() const { in pcount() function in ostrstream351 return _M_buf.pcount(); in pcount()379 int strstream::pcount() const { in pcount() function in strstream380 return _M_buf.pcount(); in pcount()
145 strstreambuf::pcount() const in pcount() function in strstreambuf
2181 unsigned int pcount = 1; in find_char_unquote() local2187 ++pcount; in find_char_unquote()2189 if (--pcount == 0) in find_char_unquote()