/external/e2fsprogs/lib/ext2fs/ |
D | icount.c | 72 void ext2fs_free_icount(ext2_icount_t icount) in ext2fs_free_icount() argument 74 if (!icount) in ext2fs_free_icount() 77 icount->magic = 0; in ext2fs_free_icount() 78 if (icount->list) in ext2fs_free_icount() 79 ext2fs_free_mem(&icount->list); in ext2fs_free_icount() 80 if (icount->single) in ext2fs_free_icount() 81 ext2fs_free_inode_bitmap(icount->single); in ext2fs_free_icount() 82 if (icount->multiple) in ext2fs_free_icount() 83 ext2fs_free_inode_bitmap(icount->multiple); in ext2fs_free_icount() 84 if (icount->tdb) in ext2fs_free_icount() [all …]
|
D | ext2fs.h | 971 extern void ext2fs_free_icount(ext2_icount_t icount); 980 extern errcode_t ext2fs_icount_fetch(ext2_icount_t icount, ext2_ino_t ino, 982 extern errcode_t ext2fs_icount_increment(ext2_icount_t icount, ext2_ino_t ino, 984 extern errcode_t ext2fs_icount_decrement(ext2_icount_t icount, ext2_ino_t ino, 986 extern errcode_t ext2fs_icount_store(ext2_icount_t icount, ext2_ino_t ino, 988 extern ext2_ino_t ext2fs_get_icount_size(ext2_icount_t icount); 989 errcode_t ext2fs_icount_validate(ext2_icount_t icount, FILE *);
|
D | Android.mk | 36 icount.c \
|
D | Makefile.in | 52 icount.o \ 113 $(srcdir)/icount.c \ 206 tst_icount: $(srcdir)/icount.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR) 208 $(Q) $(CC) -o tst_icount $(srcdir)/icount.c -DDEBUG $(ALL_CFLAGS) \ 557 icount.o: $(srcdir)/icount.c $(srcdir)/ext2_fs.h \
|
D | ext2_err.et.in | 51 "Wrong magic number for icount structure"
|
/external/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 10 request do_create_icount, "Create an icount structure", 13 request do_free_icount, "Free an icount structure", 16 request do_fetch, "Fetch an icount entry", 19 request do_increment, "Increment an icount entry", 22 request do_decrement, "Decrement an icount entry", 25 request do_store, "Store an icount entry", 28 request do_get_size, "Get the size of the icount structure", 31 request do_dump, "Dump the icount structure", 34 request do_validate, "Validate the icount structure",
|
/external/opencv/cv/src/ |
D | cvsegmentation.cpp | 460 double icount; in cvPyrMeanShiftFiltering() local 518 icount = 1./count; in cvPyrMeanShiftFiltering() 519 x1 = cvRound(sx*icount); in cvPyrMeanShiftFiltering() 520 y1 = cvRound(sy*icount); in cvPyrMeanShiftFiltering() 521 s0 = cvRound(s0*icount); in cvPyrMeanShiftFiltering() 522 s1 = cvRound(s1*icount); in cvPyrMeanShiftFiltering() 523 s2 = cvRound(s2*icount); in cvPyrMeanShiftFiltering()
|
D | cvcalibinit.cpp | 378 int icount = count; in cvFindChessboardCorners() local 387 PRINTF("Orig count: %d After ordering: %d\n", icount, count); in cvFindChessboardCorners() 423 … PRINTF("Connected group: %d orig count: %d cleaned: %d\n", group_idx, icount, count); in cvFindChessboardCorners() 426 PRINTF("Connected group: %d count: %d cleaned: %d\n", group_idx, icount, count); in cvFindChessboardCorners()
|
/external/e2fsprogs/tests/progs/test_data/ |
D | expect.icount | 59 Size of icount is: 5 148 Size of icount is: 105 191 Size of icount is: 105
|
D | test.icount | 2 # This is the test script for the icount abstraction
|
/external/kernel-headers/original/linux/ |
D | serial_core.h | 235 struct uart_icount icount; /* statistics */ member 460 port->icount.dcd++; in uart_handle_dcd_change() 486 port->icount.cts++; in uart_handle_cts_change()
|
D | mroute6.h | 104 unsigned long icount; /* In packets */ member
|
/external/e2fsprogs/tests/defaults/ |
D | e_script | 25 elif [ "$class" = icount ]; then
|
/external/e2fsprogs/doc/ |
D | libext2fs.texinfo | 1205 The icount abstraction is a specialized data type used by @code{e2fsck} 1219 Creates an icount stucture for a filesystem @var{fs}, with initial space 1222 indicates that icount structure should be able to increment inode counts 1223 quickly. The icount structure is returned in @var{ret}. The returned 1224 icount structure initially has a count of zero for all inodes. 1227 icount structure which is used to initialize the array of inodes whose 1229 that the icount structure can determine in advance which inodes are 1233 @deftypefun void ext2fs_free_icount (ext2_icount_t @var{icount}) 1235 Frees an icount structure. 1238 @deftypefun errcode_t ext2fs_icount_fetch (ext2_icount_t @var{icount}, ext2_ino_t @var{ino}, __u16 … [all …]
|
/external/qemu/ |
D | qemu-timer.c | 1377 int64_t icount; in cpu_get_icount() local 1380 icount = qemu_icount; in cpu_get_icount() 1385 icount -= (env->icount_decr.u16.low + env->icount_extra); in cpu_get_icount() 1387 return qemu_icount_bias + (icount << icount_time_shift); in cpu_get_icount()
|
D | translate-all.c | 192 env->icount_decr.u16.low += tb->icount; in cpu_restore_state()
|
D | exec-all.h | 174 uint32_t icount; member
|
D | qemu-options.hx | 1534 DEF("icount", HAS_ARG, QEMU_OPTION_icount, \ 1535 "-icount [N|auto]\n" \ 1539 @item -icount [N|auto]
|
/external/e2fsprogs/po/ |
D | de.po | 1352 #. @-expanded: error allocating icount link information: %m\n 1355 msgid "@A icount link information: %m\n" 1356 msgstr "@A icount link information: %m\n" 1448 msgstr "@A icount structure: %m\n" 1935 #. @-expanded: error allocating icount structure: %m\n 1938 msgid "@A icount structure: %m\n" 1939 msgstr "@A icount structure: %m\n"
|
D | it.po | 1372 #. @-expanded: error allocating icount link information: %m\n 1375 msgid "@A icount link information: %m\n" 1376 msgstr "@A le informazioni del collegamento icount: %m\n" 1474 msgstr "@A la struttura icount: %m\n" 1985 #. @-expanded: error allocating icount structure: %m\n 1988 msgid "@A icount structure: %m\n" 1989 msgstr "@A la struttura icount: %m\n"
|
D | nl.po | 1369 #. @-expanded: error allocating icount link information: %m\n 1372 msgid "@A icount link information: %m\n" 1373 msgstr "Fout tijdens reserveren van 'icount'-link-informatie: %m\n" 1972 #. @-expanded: error allocating icount structure: %m\n 1975 msgid "@A icount structure: %m\n" 1976 msgstr "Fout tijdens reserveren van 'icount'-structuur: %m\n"
|
D | sv.po | 1347 #. @-expanded: error allocating icount link information: %m\n 1350 msgid "@A icount link information: %m\n" 1351 msgstr "Fel vid allokering av icount-l�nkinformation: %m\n" 1925 #. @-expanded: error allocating icount structure: %m\n 1928 msgid "@A icount structure: %m\n" 1929 msgstr "Fel vid allokering av icount-struktur: %m\n"
|
D | id.po | 1333 #. @-expanded: error allocating icount link information: %m\n 1336 msgid "@A icount link information: %m\n" 1337 msgstr "@A icount link informasi: %m\n" 1909 #. @-expanded: error allocating icount structure: %m\n 1912 msgid "@A icount structure: %m\n" 1913 msgstr "struktur @A icount: %m\n"
|
D | pl.po | 1331 #. @-expanded: error allocating icount link information: %m\n 1334 msgid "@A icount link information: %m\n" 1335 msgstr "@A informacji o liczniku dowi�za� (icount): %m\n" 1910 #. @-expanded: error allocating icount structure: %m\n 1913 msgid "@A icount structure: %m\n" 1914 msgstr "@A struktury icount: %m\n"
|
D | e2fsprogs.pot | 1337 #. @-expanded: error allocating icount link information: %m\n 1338 msgid "@A icount link information: %m\n" 1890 #. @-expanded: error allocating icount structure: %m\n 1891 msgid "@A icount structure: %m\n"
|