Searched refs:byteCount (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | decompress_bunzip2.c | 109 int byteCount[256]; member 162 i, j, k, t, runPos, symCount, symTotal, nSelectors, *byteCount; in get_next_block() local 169 byteCount = bd->byteCount; in get_next_block() 353 byteCount[i] = 0; in get_next_block() 445 byteCount[uc] += t; in get_next_block() 476 byteCount[uc]++; in get_next_block() 489 k = j+byteCount[i]; in get_next_block() 490 byteCount[i] = j; in get_next_block() 496 dbuf[byteCount[uc]] |= (i << 8); in get_next_block() 497 byteCount[uc]++; in get_next_block()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qt_image.cpp | 61 auto img = std::make_unique<uint8_t[]>(image.byteCount()); in decodeImage() 62 memcpy(img.get(), image.constBits(), image.byteCount()); in decodeImage()
|
| H A D | qmapboxgl.cpp | 144 auto img = std::make_unique<uint8_t[]>(swapped.byteCount()); in toStyleImage() 145 memcpy(img.get(), swapped.constBits(), swapped.byteCount()); in toStyleImage()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | hsa-brig-format.h | 103 uint16_t byteCount; member 364 uint64_t byteCount; member 630 uint64_t byteCount; member 883 uint32_t byteCount; member
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | hsa-brig-format.h | 103 uint16_t byteCount; member 364 uint64_t byteCount; member 630 uint64_t byteCount; member 883 uint32_t byteCount; member
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | aachba.c | 1230 readcmd2->byteCount = cpu_to_le32(count * in aac_read_raw_io() 1358 writecmd2->byteCount = cpu_to_le32(count * in aac_write_raw_io()
|
| H A D | aacraid.h | 1922 __le32 byteCount; member
|