Searched refs:buf2 (Results 1 – 3 of 3) sorted by relevance
| /rocksdb-6.9/db/ |
| D | db_tailing_iter_test.cc | 78 char buf2[32]; in TEST_F() local 88 snprintf(buf2, sizeof(buf2), "00a0%016d", i * 5 - 2); in TEST_F() 89 Slice target(buf2, 20); in TEST_F() 105 char buf2[32]; in TEST_F() local 115 snprintf(buf2, sizeof(buf2), "00a0%016d", i * 5 - 2); in TEST_F() 116 Slice target(buf2, 20); in TEST_F() 168 char buf2[32]; in TEST_F() local 199 snprintf(buf2, sizeof(buf2), "00a0%016d", i * 5 - 2); in TEST_F() 200 Slice target(buf2, 20); in TEST_F() 240 char buf2[32]; in TEST_F() local [all …]
|
| D | internal_stats.cc | 1407 char buf2[5000]; in DumpCFFileHistogram() local 1408 snprintf(buf2, sizeof(buf2), in DumpCFFileHistogram() 1411 value->append(buf2); in DumpCFFileHistogram()
|
| /rocksdb-6.9/util/ |
| D | crc32c_ppc.c | 71 unsigned char *buf2; in crc32c_ppc() local 74 buf2 = (unsigned char *)malloc(len); in crc32c_ppc() 75 bzero(buf2, len); in crc32c_ppc() 76 crc = crc32_vpmsum(crc, buf2, len); in crc32c_ppc() 77 free(buf2); in crc32c_ppc()
|