HomeSort by relevance Sort by last modified time
    Searched full:blknum (Results 1 - 10 of 10) sorted by null

  /external/f2fs-tools/tools/
fibmap.c 93 __u32 blknum; local
125 blknum = 0;
126 if (ioctl(fd, FIBMAP, &blknum) < 0) {
132 ext.start_blk = blknum;
133 ext.end_blk = blknum;
137 blknum = i;
139 if (ioctl(fd, FIBMAP, &blknum) < 0) {
145 if ((blknum == 0 && blknum == ext.end_blk) || (ext.end_blk + 1) == blknum) {
    [all...]
  /external/llvm/include/llvm/Transforms/Utils/
SSAUpdaterImpl.h 50 int BlkNum; // Postorder number.
57 : BB(ThisBB), AvailableVal(V), DefBB(V ? this : nullptr), BlkNum(0),
154 unsigned BlkNum = 1;
160 Info->BlkNum = -1;
167 if (Info->BlkNum == -2) {
169 Info->BlkNum = BlkNum++;
177 // Leave this entry on the worklist, but set its BlkNum to mark that its
181 Info->BlkNum = -2;
188 if (!SuccInfo || SuccInfo->BlkNum)
    [all...]
  /external/e2fsprogs/lib/ext2fs/
Android.mk 15 blknum.c \
blknum.c 2 * blknum.c --- Functions to handle blk64_t and high/low 64-bit block
ext2fs.h 806 /* blknum.c */
    [all...]
Makefile.in 31 blknum.o \
    [all...]
  /external/libnfc-nxp/src/
phFriNfc_TopazDynamicMap.c 945 if (ps_tpz_info->CurrentBlock == ps_locktlv_info->BlkNum)
954 " ps_locktlv_info->BlkNum ".
    [all...]
phFriNfc_NdefMap.h 676 uint16_t BlkNum;
711 uint16_t BlkNum;
    [all...]
phFriNfc_MifULFormat.c 583 ps_locktlv_info->BlkNum = (ps_locktlv_info->ByteAddr /
    [all...]
  /device/samsung/manta/gps/
gpsd 

Completed in 394 milliseconds