Home
last modified time | relevance | path

Searched refs:bval (Results 1 – 24 of 24) sorted by relevance

/dragonfly/sys/dev/disk/amd/
H A Damd.c861 u_int8_t bval;
1088 u_int8_t bval; in amd_DataInPhase0() local
1119 while (bval & 0x1f) { in amd_DataInPhase0()
1153 *ptr = bval; in amd_DataInPhase0()
1630 bval = FAST_CLK;
2152 u_int bval; in amd_EEpromOutDI() local
2154 bval = 0; in amd_EEpromOutDI()
2156 bval = 0x40; in amd_EEpromOutDI()
2161 bval |= 0x80; in amd_EEpromOutDI()
2279 u_int bval; in amd_init() local
[all …]
/dragonfly/lib/libc/db/recno/
H A Drec_get.c171 int bval, ch; in __rec_vpipe() local
174 bval = t->bt_bval; in __rec_vpipe()
178 if ((ch = getc(t->bt_rfp)) == EOF || ch == bval) { in __rec_vpipe()
271 int bval; in __rec_vmap() local
275 bval = t->bt_bval; in __rec_vmap()
282 for (data.data = sp; sp < ep && *sp != bval; ++sp); in __rec_vmap()
H A Drec_open.c101 t->bt_bval = openinfo->bval; in __rec_open()
/dragonfly/sys/dev/disk/trm/
H A Dtrm.c1366 u_int8_t bval; in trm_MsgOutPhase1() local
1387 bval = MSG_ABORT; in trm_MsgOutPhase1()
1695 u_int8_t bval; in trm_DataIO_transfer() local
2281 u_int8_t bval; in trm_SetXferRate() local
2303 bval = pDCB->TargetID; in trm_SetXferRate()
2550 bval--; in trm_SRBdone()
2933 bval = 0xC0; in trm_initDCB()
2936 bval = 0x80; in trm_initDCB()
2939 bval |= target_lun; in trm_initDCB()
2940 pDCB->IdentifyMsg = bval; in trm_initDCB()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/cp/
H A Dname-lookup.c454 tree bval = binding->value; in supplement_binding_1() local
502 binding->type = bval; in supplement_binding_1()
545 && TREE_CODE (bval) == NAMESPACE_DECL in supplement_binding_1()
547 && DECL_NAMESPACE_ALIAS (bval) in supplement_binding_1()
3104 tree bval = binding->value; in push_class_level_binding_1() local
3121 binding->type = bval; in push_class_level_binding_1()
3127 old_decl = bval; in push_class_level_binding_1()
3137 old_decl = bval; in push_class_level_binding_1()
3141 USING_DECL_SCOPE (bval))) in push_class_level_binding_1()
3148 && DECL_DEPENDENT_P (bval)) in push_class_level_binding_1()
[all …]
/dragonfly/contrib/tcsh-6/
H A Dsh.time.c717 pdtimet(time_t eval, time_t bval) in pdtimet() argument
720 pdtimet(clock_t eval, clock_t bval) in pdtimet()
733 val = (eval - bval) * 100 / HZ; in pdtimet()
735 val = (eval - bval) * 100 / clk_tck; in pdtimet()
/dragonfly/contrib/gcc-8.0/gcc/cp/
H A Dname-lookup.c2151 tree bval = binding->value; in supplement_binding_1() local
2198 binding->type = bval; in supplement_binding_1()
2243 && DECL_NAMESPACE_ALIAS (bval) in supplement_binding_1()
2254 if (!error_operand_p (bval)) in supplement_binding_1()
2277 inform (location_of (bval), "previous declaration %q#D", bval); in diagnose_name_conflict()
4676 tree bval = binding->value; in push_class_level_binding_1() local
4693 binding->type = bval; in push_class_level_binding_1()
4699 old_decl = bval; in push_class_level_binding_1()
4709 old_decl = bval; in push_class_level_binding_1()
4713 USING_DECL_SCOPE (bval))) in push_class_level_binding_1()
[all …]
/dragonfly/games/rogue/
H A Droom.c59 boolean *bval; member
561 *(options[i].bval) = (((ch == 't') || (ch == 'T')) ? 1 : 0); in edit_opts()
623 s = *(opt->bval) ? "True" : "False"; in opt_show()
/dragonfly/include/
H A Ddb.h154 unsigned char bval; /* delimiting byte (variable-length records */ member
/dragonfly/contrib/gdb-7/gdb/
H A Dada-exp.c348 struct block *bval; member
2535 { (yyval.tval) = write_var_or_type ((yyvsp[(1) - (2)].bval), (yyvsp[(2) - (2)].sval)); }
2556 (yyval.tval) = write_var_or_type ((yyvsp[(1) - (3)].bval), (yyvsp[(2) - (3)].sval));
2568 { (yyval.bval) = block_lookup (NULL, (yyvsp[(1) - (2)].sval).ptr); }
2575 { (yyval.bval) = block_lookup ((yyvsp[(1) - (3)].bval), (yyvsp[(2) - (3)].sval).ptr); }
H A Dm2-exp.y141 struct block *bval; member
152 %type <bval> block
H A Dc-exp.y155 struct block *bval; member
268 %token <bval> FILENAME
269 %type <bval> block
2784 yylval.bval = BLOCKVECTOR_BLOCK (BLOCKVECTOR (symtab), STATIC_BLOCK); in classify_name()
H A Dada-exp.y180 struct block *bval; member
193 %type <bval> block
H A Dp-exp.y151 struct block *bval; member
234 %type <bval> block
H A Df-exp.y150 struct block *bval; member
H A Djv-exp.y149 struct block *bval; member
/dragonfly/contrib/dialog/
H A Ddialog.c1650 bool bval; in process_common_options() local
1676 #define TraceBVal (bval ? "TRUE" : "FALSE") in process_common_options()
1688 bval = optionBool(argv[offset], data); in process_common_options()
1690 *(bool *) (target + data->offset) = bval; in process_common_options()
/dragonfly/lib/libc/db/test/
H A Ddbtest.c632 rh.bval = atoi(eq); in setinfo()
/dragonfly/contrib/binutils-2.27/gas/doc/
H A Dc-z8k.texi182 @kindex bval
183 @item bval
/dragonfly/sys/dev/drm/i915/
H A Dintel_sdvo.c226 u32 bval = val, cval = val; in intel_sdvo_write_sdvox() local
246 bval = I915_READ(GEN3_SDVOB); in intel_sdvo_write_sdvox()
255 I915_WRITE(GEN3_SDVOB, bval); in intel_sdvo_write_sdvox()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dsimplify-rtx.c2963 HOST_WIDE_INT bval = INTVAL (b); in simplify_binary_operation_1() local
2975 gen_int_mode ((bval & xcval) ^ dval, in simplify_binary_operation_1()
2992 HOST_WIDE_INT bval = INTVAL (b); in simplify_binary_operation_1() local
3004 if ((~cval & bval) == 0) in simplify_binary_operation_1()
3023 gen_int_mode (~bval & cval, mode)); in simplify_binary_operation_1()
3031 gen_int_mode (~cval & bval, in simplify_binary_operation_1()
3034 gen_int_mode (~bval & cval, in simplify_binary_operation_1()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dsimplify-rtx.c2660 HOST_WIDE_INT bval = INTVAL (b); in simplify_binary_operation_1() local
2667 if ((~cval & bval) == 0) in simplify_binary_operation_1()
2672 GEN_INT (~bval & cval)); in simplify_binary_operation_1()
2680 GEN_INT (~cval & bval)); in simplify_binary_operation_1()
2682 GEN_INT (~bval & cval)); in simplify_binary_operation_1()
/dragonfly/contrib/nvi2/common/
H A Dexf.c229 oinfo.bval = '\n'; /* Always set. */ in file_init()
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtrouble.texi903 int bval;
927 @code{strdup}), @samp{bval}, and @samp{name} again.