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

  /external/e2fsprogs/resize/
resize2fs.c 44 static errcode_t adjust_superblock(ext2_resize_t rfs, blk_t new_size);
45 static errcode_t blocks_to_move(ext2_resize_t rfs);
46 static errcode_t block_mover(ext2_resize_t rfs);
47 static errcode_t inode_scan_and_fix(ext2_resize_t rfs);
48 static errcode_t inode_ref_fix(ext2_resize_t rfs);
49 static errcode_t move_itables(ext2_resize_t rfs);
76 errcode_t (*progress)(ext2_resize_t rfs, int pass,
80 ext2_resize_t rfs; local
94 retval = ext2fs_get_mem(sizeof(struct ext2_resize_struct), &rfs);
97 memset(rfs, 0, sizeof(struct ext2_resize_struct))
1080 ext2_resize_t rfs = (ext2_resize_t) fs->priv_data; local
1233 ext2_resize_t rfs; member in struct:process_block_struct
1285 ext2_resize_t rfs = (ext2_resize_t) priv_data; local
1461 ext2_resize_t rfs; member in struct:istruct
    [all...]
resize2fs.h 108 errcode_t (*progress)(ext2_resize_t rfs, int pass,
126 errcode_t (*progress)(ext2_resize_t rfs,
main.c 48 static errcode_t resize_progress_func(ext2_resize_t rfs, int pass,
55 progress = (ext2_sim_progmeter) rfs->prog_data;
87 rfs->prog_data = (void *) progress;
95 rfs->prog_data = 0;
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapRfcommTransport.java 31 public BluetoothMapRfcommTransport(BluetoothSocket rfs) {
33 this.mSocket = rfs;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapRfcommTransport.java 48 public BluetoothPbapRfcommTransport(BluetoothSocket rfs) {
50 this.mSocket = rfs;
  /external/libvpx/libvpx/vp9/common/
vp9_pred_common.c 183 MV_REFERENCE_FRAME rfs = a_sg ? vrfa : vrfl; local
184 if (vrfc == cm->comp_var_ref[1] && rfs != cm->comp_var_ref[1])
186 else if (rfs == cm->comp_var_ref[1] && vrfc != cm->comp_var_ref[1])
249 const MV_REFERENCE_FRAME rfs = !has_second_ref(above_mbmi) ? local
256 if (rfs == LAST_FRAME)
335 const MV_REFERENCE_FRAME rfs = !has_second_ref(above_mbmi) ? local
342 if (rfs == GOLDEN_FRAME)
344 else if (rfs == ALTREF_FRAME)
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 513 milliseconds