Searched refs:bh2 (Results 1 – 7 of 7) sorted by relevance
/third_party/e2fsprogs/e2fsck/ |
D | revoke.c | 354 struct buffer_head *bh2; in jbd2_journal_revoke() local 358 bh2 = __find_get_block(bdev, blocknr, journal->j_blocksize); in jbd2_journal_revoke() 359 if (bh2) { in jbd2_journal_revoke() 361 if (bh2 != bh && buffer_revokevalid(bh2)) in jbd2_journal_revoke() 368 J_ASSERT_BH(bh2, buffer_revoked(bh2)); in jbd2_journal_revoke() 369 put_bh(bh2); in jbd2_journal_revoke() 468 struct buffer_head *bh2; in jbd2_journal_cancel_revoke() local 469 bh2 = __find_get_block(bh->b_bdev, bh->b_blocknr, bh->b_size); in jbd2_journal_cancel_revoke() 470 if (bh2) { in jbd2_journal_cancel_revoke() 471 if (bh2 != bh) in jbd2_journal_cancel_revoke() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | zmbv.c | 87 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_8() local 105 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_8() 121 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_8() 140 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_8() 166 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_16() local 179 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_16() 195 for (j = 0; j < bh2; j++) { in zmbv_decode_xor_16() 214 for (j = 0; j < bh2; j++){ in zmbv_decode_xor_16() 243 int d, dx, dy, bw2, bh2; in zmbv_decode_xor_24() local 258 bh2 = ((c->height - y) > c->bh) ? c->bh : (c->height - y); in zmbv_decode_xor_24() [all …]
|
D | zmbvenc.c | 223 int x, y, bh2, bw2, xored; in encode_frame() local 235 bh2 = FFMIN(avctx->height - y, ZMBV_BLOCK); in encode_frame() 247 for(j = 0; j < bh2; j++){ in encode_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
D | interworking.c | 2436 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local 2440 bh2 = cred_below_min_backhaul(wpa_s, cred2, bss); in pick_best_roaming_partner() 2444 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner() 2445 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
D | interworking.c | 2408 int bh1, bh2, load1, load2, conn1, conn2; in pick_best_roaming_partner() local 2412 bh2 = cred_below_min_backhaul(wpa_s, cred2, bss); in pick_best_roaming_partner() 2416 bh1, load1, conn1, bh2, load2, conn2); in pick_best_roaming_partner() 2417 if (bh1 || load1 || conn1 || !(bh2 || load2 || conn2)) { in pick_best_roaming_partner()
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl-fast.js | 1452 bh0, bh1, bh2, bh3, bh4, bh5, bh6, bh7, 1484 bh2 = ah2; 1592 ah3 = bh2;
|
/third_party/python/Lib/test/ |
D | mime.types | 401 application/vnd.fujitsu.oasysprs bh2
|