Searched defs:jh (Results 1 - 4 of 4) sorted by relevance

/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.unique/
H A Dunique_copy.pass.cpp93 int jh[sh] = {-1}; local
94 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh));
95 assert(base(r) == jh + 2);
96 assert(jh[0] == 0);
97 assert(jh[1] == 1);
H A Dunique_copy_pred.pass.cpp117 int jh[sh] = {-1}; local
119 r = std::unique_copy(InIter(ih), InIter(ih+sh), OutIter(jh), count_equal());
120 assert(base(r) == jh + 2);
121 assert(jh[0] == 0);
122 assert(jh[1] == 1);
/external/e2fsprogs/debugfs/
H A Drevoke.c426 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh) argument
432 struct buffer_head *bh = jh2bh(jh);
434 jbd_debug(4, "journal_head %p, cancelling revoke\n", jh);
463 J_ASSERT_JH(jh, record == NULL);
/external/e2fsprogs/e2fsck/
H A Drevoke.c426 int journal_cancel_revoke(handle_t *handle, struct journal_head *jh) argument
432 struct buffer_head *bh = jh2bh(jh);
434 jbd_debug(4, "journal_head %p, cancelling revoke\n", jh);
463 J_ASSERT_JH(jh, record == NULL);

Completed in 831 milliseconds