Searched refs:scratch (Results 1 – 13 of 13) sorted by relevance
/reactos/sdk/lib/fslib/vfatlib/check/ |
H A D | io.c | 324 void *scratch; in fs_test() local 330 scratch = alloc(readsize_aligned); in fs_test() 333 free(scratch); in fs_test() 337 scratch = alloc(size); in fs_test() 338 okay = read(fd, scratch, size) == size; in fs_test() 339 free(scratch); in fs_test() 353 void *scratch; in fs_write() local 361 scratch = alloc(readsize_aligned); in fs_write() 363 scratch = data; in fs_write() 374 memcpy((char *)scratch + seek_delta, data, size); in fs_write() [all …]
|
H A D | ChangeLog | 2859 Redoing Makefile from scratch.
|
/reactos/dll/win32/ole32/ |
H A D | storage32.c | 138 StorageBaseImpl *scratch; member 165 TransactedSnapshotImpl *scratch; member 6484 IStorage *scratch; in TransactedSnapshotImpl_Construct() local 6505 0, &scratch); in TransactedSnapshotImpl_Construct() 6506 (*result)->scratch = impl_from_IStorage(scratch); in TransactedSnapshotImpl_Construct() 6527 IStorage_Release(scratch); in TransactedSnapshotImpl_Construct() 6708 …hr = StorageBaseImpl_ReadDirEntry(&This->scratch->base, This->scratch->base.storageDirEntry, &src_… in TransactedSharedImpl_Commit() 6820 IStorage *scratch; in TransactedSharedImpl_Construct() local 6853 (*result)->scratch = (TransactedSnapshotImpl*)impl_from_IStorage(scratch); in TransactedSharedImpl_Construct() 6857 …hr = StorageBaseImpl_CopyStorageTree(&(*result)->scratch->base, (*result)->scratch->base.storageDi… in TransactedSharedImpl_Construct() [all …]
|
/reactos/drivers/storage/class/cdrom/ |
H A D | CMakeLists.txt | 15 scratch.c
|
/reactos/media/fonts/doc/UniVGA/ |
H A D | README.txt | 11 …'s vga.bdf. All the other blocks (except noted) were created mainly from scratch by me, Dmitry Bol…
|
/reactos/drivers/filesystems/btrfs/ |
H A D | flushthread.c | 5853 uint8_t* scratch; in partial_stripe_read() local 5856 if (!scratch) { in partial_stripe_read() 5890 ExFreePool(scratch); in partial_stripe_read() 5892 uint8_t* scratch; in partial_stripe_read() local 5896 if (!scratch) { in partial_stripe_read() 5948 ExFreePool(scratch); in partial_stripe_read() 6079 uint8_t* scratch; in flush_partial_stripe() local 6083 if (!scratch) { in flush_partial_stripe() 6111 ExFreePool(scratch); in flush_partial_stripe() 6121 ExFreePool(scratch); in flush_partial_stripe() [all …]
|
H A D | write.c | 739 if (!wtc->scratch) { 744 RtlCopyMemory(wtc->scratch, data, length); 868 if (!wtc->scratch) { 873 RtlCopyMemory(wtc->scratch, data, length); 1262 if (!wtc->scratch) { in prepare_raid5_write() 1679 if (!wtc->scratch) { in prepare_raid6_write() 2169 if (wtc->scratch) { in write_data() 2170 ExFreePool(wtc->scratch); in write_data() 2171 wtc->scratch = NULL; in write_data() 2354 if (wtc->scratch) in free_write_data_stripes() [all …]
|
H A D | scrub.c | 2075 uint8_t* scratch; in scrub_raid6_stripe() local 2079 scratch = ExAllocatePoolWithTag(PagedPool, len, ALLOC_TAG); in scrub_raid6_stripe() 2080 if (!scratch) { in scrub_raid6_stripe() 2085 RtlZeroMemory(scratch, len); in scrub_raid6_stripe() 2097 galois_double(scratch, len); in scrub_raid6_stripe() 2111 galois_divpower(scratch, (uint8_t)bad_stripe_num, len); in scrub_raid6_stripe() 2125 th2 = (tree_header*)scratch; in scrub_raid6_stripe() 2133 scratch, Vcb->superblock.node_size); in scrub_raid6_stripe() 2207 get_sector_csum(Vcb, scratch, hash2); in scrub_raid6_stripe() 2213 scratch, Vcb->superblock.sector_size); in scrub_raid6_stripe() [all …]
|
H A D | btrfs_drv.h | 941 uint8_t *parity1, *parity2, *scratch; member
|
H A D | fsctl.c | 102 wtc.parity1 = wtc.parity2 = wtc.scratch = NULL; in snapshot_tree_copy()
|
/reactos/boot/bootdata/ |
H A D | readme.txt | 47 All the code of ReactOS has been written from scratch by our developers.
|
/reactos/sdk/tools/widl/ |
H A D | write_msft.c | 798 int scratch; in encode_type() local 807 if (!decoded_size) decoded_size = &scratch; in encode_type() 1054 int scratch; in encode_var() local 1056 if (!decoded_size) decoded_size = &scratch; in encode_var()
|
/reactos/media/fonts/doc/FreeFont/ |
H A D | ChangeLog.txt | 745 process from scratch, it still crashed. But this "circle" glyph
|