Searched refs:gcount (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/ |
| H A D | png_reader.cpp | 45 std::streamsize read_count = fin->gcount(); in png_read_data() 71 if (stream.gcount() != 8) in decodePNG()
|
| H A D | jpeg_reader.cpp | 31 std::streamsize size = wrap->stream->gcount(); in fill_input_buffer()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | istream | 80 * function; see gcount(). 269 gcount() const 286 * by gcount(). 405 * is extracted (and therefore counted in @c gcount()) but not stored 518 * are extracted, the next call to @c gcount() will return 0, 534 * are extracted, the next call to @c gcount() will return 0, 553 * call to @c gcount(). 567 * call to @c gcount(). At variance with putback, unget and 583 * not affect the next call to @c gcount(). 599 * not affect the next call to @c gcount().
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | istream | 80 * function; see gcount(). 269 gcount() const 286 * by gcount(). 405 * is extracted (and therefore counted in @c gcount()) but not stored 518 * are extracted, the next call to @c gcount() will return 0, 534 * are extracted, the next call to @c gcount() will return 0, 553 * call to @c gcount(). 567 * call to @c gcount(). At variance with putback, unget and 583 * not affect the next call to @c gcount(). 599 * not affect the next call to @c gcount().
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/ |
| H A D | istream | 62 streamsize gcount() const; 250 streamsize gcount() const {return __gc_;}
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/ |
| H A D | istream | 62 streamsize gcount() const; 250 streamsize gcount() const {return __gc_;}
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 5312 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local 5330 gshift = stbi__high_bit(mg)-7; gcount = stbi__bitcount(mg); in stbi__bmp_load() 5352 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mg, gshift, gcount)); in stbi__bmp_load()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 5312 int rshift=0,gshift=0,bshift=0,ashift=0,rcount=0,gcount=0,bcount=0,acount=0; in stbi__bmp_load() local 5330 gshift = stbi__high_bit(mg)-7; gcount = stbi__bitcount(mg); in stbi__bmp_load() 5352 out[z++] = STBI__BYTECAST(stbi__shiftsigned(v & mg, gshift, gcount)); in stbi__bmp_load()
|