Searched refs:lw (Results 1 - 2 of 2) sorted by relevance

/haiku/src/system/libroot/posix/glibc/include/arch/riscv64/
H A Dasm-syntax.h169 #define PTR_L lw
177 #define INT_L lw
227 #define LONG_L lw
250 #define REG_L lw
/haiku/src/add-ons/kernel/file_systems/ntfs/utils/
H A Dmkntfs.c3915 long long lw; local
3955 lw = ntfs_rlwrite(g_vol->dev, rl_index, (u8*)idx, i, NULL,
3958 if (lw != i) {
4646 long long lw, pos; local
4775 lw = ntfs_rlwrite(g_vol->dev, rl, (const u8*)NULL,
4779 if (lw != g_lcn_bitmap_byte_size) {
4780 ntfs_log_error("ntfs_rlwrite: %s\n", lw == -1 ?
4796 lw = 1;
4799 lw = ntfs_mst_pwrite(g_vol->dev, pos, 1, g_vol->mft_record_size, g_buf + i * g_vol->mft_record_size);
4800 if (lw !
[all...]

Completed in 47 milliseconds