Home
last modified time | relevance | path

Searched refs:pos_b (Results 1 - 12 of 12) sorted by relevance

/third_party/backends/backend/
H A Dmatsushita.h62 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
H A Dteco1.h70 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
H A Dteco2.h73 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
H A Dteco3.h71 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
H A Dsceptre.h70 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
H A Dleo.h66 #define MKSCSI_I2B(bits, pos_b, pos_e) ((bits) << (pos_b) & ((1<<((pos_e)-(pos_b)+1))-1))
/third_party/ffmpeg/libavcodec/
H A Dvc1_pred.c480 int pos_c, pos_b, n_adj; in ff_vc1_pred_mv_intfr() local
536 pos_b = s->block_index[n_adj] - 2 * wrap; in ff_vc1_pred_mv_intfr()
537 if (v->blk_mv_type[pos_b] && v->blk_mv_type[xy]) { in ff_vc1_pred_mv_intfr()
542 if (v->blk_mv_type[pos_b] && !v->blk_mv_type[xy]) { in ff_vc1_pred_mv_intfr()
582 pos_b = s->block_index[1]; in ff_vc1_pred_mv_intfr()
584 B[0] = s->current_picture.motion_val[dir][pos_b][0]; in ff_vc1_pred_mv_intfr()
585 B[1] = s->current_picture.motion_val[dir][pos_b][1]; in ff_vc1_pred_mv_intfr()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateFormatTest.java5505 FieldPosition pos_b = new FieldPosition(DateFormat.Field.AM_PM_MIDNIGHT_NOON); in test20741_ABFields()
5506 dateFormat.format(calendar, new StringBuffer(""), pos_b); in test20741_ABFields()
5507 assertFalse("'AM/PM/Midnight/Noon' field was not found", pos_b.getBeginIndex() == 0 && pos_b.getEndIndex() == 0); in test20741_ABFields()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateFormatTest.java5602 FieldPosition pos_b = new FieldPosition(DateFormat.Field.AM_PM_MIDNIGHT_NOON); in test20741_ABFields()
5603 dateFormat.format(calendar, new StringBuffer(""), pos_b); in test20741_ABFields()
5604 assertFalse("'AM/PM/Midnight/Noon' field was not found", pos_b.getBeginIndex() == 0 && pos_b.getEndIndex() == 0); in test20741_ABFields()
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc660 bool pos_b = (ub >> 63) == 0; in add() local
664 if ((pos_a == pos_b) && (pos_a != pos_r)) { in add()
978 bool pos_b = (ub >> 63) == 0; in sub() local
982 if ((pos_a != pos_b) && (pos_a != pos_r)) { in sub()
/third_party/vixl/src/aarch64/
H A Dlogic-aarch64.cc594 bool pos_b = (ub >> 63) == 0; in add() local
598 if ((pos_a == pos_b) && (pos_a != pos_r)) { in add()
985 bool pos_b = (ub >> 63) == 0; in sub() local
989 if ((pos_a != pos_b) && (pos_a != pos_r)) { in sub()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/
H A Dctrl_iface.c3199 char *pos_b = pos; local
3201 if (pos == pos_b) {
5442 char *pos_b = pos; local
5444 if (pos == pos_b) {

Completed in 50 milliseconds