HomeSort by relevance Sort by last modified time
    Searched refs:write_byte (Results 1 - 14 of 14) sorted by null

  /external/e2fsprogs/lib/ext2fs/
io_manager.c 64 if (channel->manager->write_byte)
65 return channel->manager->write_byte(channel, offset,
test_io.c 60 void (*write_byte)(unsigned long block, int count, errcode_t err); member in struct:test_private_data
231 data->write_byte = test_io_cb_write_byte;
438 if (data->real && data->real->manager->write_byte)
440 if (data->write_byte)
441 data->write_byte(offset, count, retval);
444 "Test_io: write_byte(%lu, %d) returned %s\n",
ext2_io.h 82 errcode_t (*write_byte)(io_channel channel, unsigned long offset, member in struct:struct_io_manager
closefs.c 191 if (!fs->io->manager->write_byte || !fs->orig_super) {
undo_io.c 541 if (data->real && data->real->manager->write_byte)
  /external/qemu-pc-bios/vgabios/
vgabios.c 62 static void write_byte();
981 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MODE,mode);
985 write_byte(BIOSMEM_SEG,BIOSMEM_NB_ROWS,theightm1);
987 write_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL,(0x60|noclearmem));
988 write_byte(BIOSMEM_SEG,BIOSMEM_SWITCHES,0xF9);
989 write_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL,read_byte(BIOSMEM_SEG,BIOSMEM_MODESET_CTL)&0x7f);
992 write_byte(BIOSMEM_SEG,BIOSMEM_DCC_INDEX,0x08); // 8 is VGA should be ok for now
997 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_MSR,0x00); // Unavailable on vanilla vga, but...
998 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_PAL,0x00); // Unavailable on vanilla vga, but...
1181 write_byte(BIOSMEM_SEG,BIOSMEM_CURRENT_PAGE,page)
    [all...]
vbe.c 1026 write_byte(BIOSMEM_SEG,BIOSMEM_VIDEO_CTL,(0x60 | no_clear));
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 863 static void write_byte();
1318 write_byte(seg, offset, data)
    [all...]
  /external/chromium_org/chrome/test/perf/
perf_test.cc 83 size_t write_byte = static_cast<size_t>(io_counters.WriteTransferCount local
98 write_byte_b = write_byte;
107 write_byte_r += write_byte;
  /external/chromium_org/mojo/public/cpp/utility/tests/
run_loop_unittest.cc 343 char write_byte = kSignalMagic; local
346 &write_byte, 1, NULL, 0, MOJO_WRITE_MESSAGE_FLAG_NONE);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_mmap.py 152 # Ensuring that readonly mmap can't be write_byte() to
155 m.write_byte('d')
248 self.assertRaises(TypeError, m.write_byte, 0)
565 # Test write_byte()
568 m.write_byte(data[i])
570 self.assertRaises(ValueError, m.write_byte, "x")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_mmap.py 152 # Ensuring that readonly mmap can't be write_byte() to
155 m.write_byte('d')
248 self.assertRaises(TypeError, m.write_byte, 0)
565 # Test write_byte()
568 m.write_byte(data[i])
570 self.assertRaises(ValueError, m.write_byte, "x")
  /external/libnfc-nci/src/nfc/int/
rw_int.h 159 UINT8 write_byte; /* Index of last written byte */ member in struct:__anon8071
    [all...]
  /external/libpng/contrib/tools/
pngfix.c 1336 write_byte(struct file *file, int b) function
    [all...]

Completed in 568 milliseconds