Home
last modified time | relevance | path

Searched refs:bd (Results 1 – 25 of 43) sorted by relevance

12

/dragonfly/contrib/cvs-1.12/src/
H A Dzlib.c151 bd = cb->buf->data; in compress_buffer_input()
152 if (bd == NULL) in compress_buffer_input()
155 if (bd == NULL) in compress_buffer_input()
158 if (bd->text == NULL) in compress_buffer_input()
160 free (bd); in compress_buffer_input()
163 bd->bufp = bd->text; in compress_buffer_input()
164 bd->size = 0; in compress_buffer_input()
165 cb->buf->data = bd; in compress_buffer_input()
222 assert (bd->size == 0); in compress_buffer_input()
259 bd->bufp = bd->text; in compress_buffer_input()
[all …]
/dragonfly/contrib/gcc-4.7/gcc/
H A Ddomwalk.c143 void *bd = NULL; in walk_dominator_tree() local
167 bd = VEC_pop (void_p, walk_data->free_block_data); in walk_dominator_tree()
172 bd = xcalloc (1, walk_data->block_local_data_size); in walk_dominator_tree()
177 VEC_safe_push (void_p, heap, walk_data->block_data_stack, bd); in walk_dominator_tree()
215 bd = VEC_pop (void_p, walk_data->block_data_stack); in walk_dominator_tree()
217 VEC_safe_push (void_p, heap, walk_data->free_block_data, bd); in walk_dominator_tree()
/dragonfly/contrib/diffutils/lib/
H A Ddiffseq.h184 OFFSET *const bd = ctxt->bdiag; /* Additional help for the compiler. */ in diag() local
205 bd[bmid] = xlim; in diag()
236 if (odd && bmin <= d && d <= bmax && bd[d] <= x) in diag()
247 bd[--bmin - 1] = OFFSET_MAX; in diag()
251 bd[++bmax + 1] = OFFSET_MAX; in diag()
258 OFFSET tlo = bd[d - 1]; in diag()
259 OFFSET thi = bd[d + 1]; in diag()
268 bd[d] = x; in diag()
342 OFFSET x = bd[d]; in diag()
407 OFFSET x = MAX (xoff, bd[d]); in diag()
/dragonfly/sys/netbt/
H A Dhci_ioctl.c49 #define BDADDR(bd) (bd).b[5], (bd).b[4], (bd).b[3], \ argument
50 (bd).b[2], (bd).b[1], (bd).b[0]
/dragonfly/sys/dev/drm/radeon/
H A Dradeon_legacy_encoders.c320 if (bd->props.brightness < 0)
370 struct backlight_device *bd; in radeon_legacy_backlight_init()
399 if (IS_ERR(bd)) { in radeon_legacy_backlight_init()
435 lvds->bl_dev = bd; in radeon_legacy_backlight_init()
438 lvds->bl_dev = bd; in radeon_legacy_backlight_init()
441 bd->props.brightness = radeon_legacy_backlight_get_brightness(bd); in radeon_legacy_backlight_init()
443 backlight_update_status(bd); in radeon_legacy_backlight_init()
468 bd = lvds->bl_dev; in radeon_legacy_backlight_exit()
472 bd = lvds->bl_dev; in radeon_legacy_backlight_exit()
476 if (bd) { in radeon_legacy_backlight_exit()
[all …]
H A Datombios_encoders.c145 if (bd->props.brightness < 0)
150 level = bd->props.brightness;
226 struct backlight_device *bd; in radeon_atom_backlight_init()
264 if (IS_ERR(bd)) { in radeon_atom_backlight_init()
274 dig->bl_dev = bd; in radeon_atom_backlight_init()
276 bd->props.brightness = radeon_atom_backlight_get_brightness(bd); in radeon_atom_backlight_init()
282 if (bd->props.brightness == 0) in radeon_atom_backlight_init()
285 backlight_update_status(bd); in radeon_atom_backlight_init()
329 bd = dig->bl_dev; in radeon_atom_backlight_exit()
332 if (bd) { in radeon_atom_backlight_exit()
[all …]
/dragonfly/contrib/gdtoa/
H A Dstrtod.c102 Bigint *bb, *bb1, *bd, *bd0, *bs, *delta; local
490 Bfree(bd);
580 bd = Balloc(bd0->k);
581 Bcopy(bd, bd0);
654 bd = pow5mult(bd, bd5);
656 bd = lshift(bd, bd2);
659 delta = diff(bb, bd);
1028 Bfree(bd);
1033 Bfree(bd);
H A Dstrtodg.c334 Bigint *ab, *bb, *bb1, *bd, *bd0, *bs, *delta, *rvb, *rvb0; local
715 bd = Balloc(bd0->k);
716 Bcopy(bd, bd0);
762 bd = pow5mult(bd, bd5);
764 bd = lshift(bd, bd2);
769 delta = diff(bb, bd);
986 Bfree(bd);
999 Bfree(bd);
/dragonfly/contrib/cvs-1.12/diff/
H A Danalyze.c103 int *const bd = bdiag; /* Additional help for the compiler. */ local
117 bd[bmid] = xlim;
142 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
152 bmin > dmin ? bd[--bmin - 1] = INT_MAX : ++bmin;
153 bmax < dmax ? bd[++bmax + 1] = INT_MAX : --bmax;
156 int x, y, oldx, tlo = bd[d - 1], thi = bd[d + 1];
168 bd[d] = x;
232 int x = bd[d];
292 int x = max (xoff, bd[d]);
/dragonfly/contrib/gmp/mpn/generic/
H A Dbdiv_dbm1c.c31 mpn_bdiv_dbm1c (mp_ptr qp, mp_srcptr ap, mp_size_t n, mp_limb_t bd, mp_limb_t h) in mpn_bdiv_dbm1c() argument
39 umul_ppmm (p1, p0, a, bd << GMP_NAIL_BITS); in mpn_bdiv_dbm1c()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Datombios_encoders.c126 if (bd->props.brightness < 0)
131 level = bd->props.brightness;
209 struct backlight_device *bd; in amdgpu_atombios_encoder_init_backlight()
246 if (IS_ERR(bd)) { in amdgpu_atombios_encoder_init_backlight()
258 dig->bl_dev = bd; in amdgpu_atombios_encoder_init_backlight()
260 bd->props.brightness = amdgpu_atombios_encoder_get_backlight_brightness(bd); in amdgpu_atombios_encoder_init_backlight()
262 backlight_update_status(bd); in amdgpu_atombios_encoder_init_backlight()
311 bd = dig->bl_dev; in amdgpu_atombios_encoder_fini_backlight()
314 if (bd) { in amdgpu_atombios_encoder_fini_backlight()
317 pdata = bl_get_data(bd); in amdgpu_atombios_encoder_fini_backlight()
[all …]
/dragonfly/stand/boot/pc32/libi386/
H A Dbiosdisk.c112 static int bd_int13probe(struct bdinfo *bd);
212 bd_int13probe(struct bdinfo *bd) in bd_int13probe() argument
217 v86.edx = bd->bd_unit; in bd_int13probe()
221 ((v86.edx & 0xff) > ((unsigned)bd->bd_unit & 0x7f))) { /* unit # OK */ in bd_int13probe()
227 DEBUG("Invalid geometry for unit %d", bd->bd_unit); in bd_int13probe()
230 bd->bd_flags |= BD_MODEINT13; in bd_int13probe()
231 bd->bd_type = v86.ebx & 0xff; in bd_int13probe()
237 v86.edx = bd->bd_unit; in bd_int13probe()
243 bd->bd_flags |= BD_MODEEDD1; in bd_int13probe()
245 bd->bd_flags |= BD_MODEEDD3; in bd_int13probe()
/dragonfly/sys/gnu/dev/misc/apple_gmux/
H A Dapple-gmux.c380 gmux_get_brightness(struct backlight_device *bd)
382 struct apple_gmux_softc *sc = bl_get_data(bd);
388 gmux_update_status(struct backlight_device *bd)
390 struct apple_gmux_softc *sc = bl_get_data(bd);
391 u32 brightness = bd->props.brightness;
393 if (bd->props.state & BL_CORE_SUSPENDED)
/dragonfly/games/hack/
H A Dhack.read.c240 int bd = confused ? 5 : 1; in doread() local
243 for (i = -bd; i <= bd; i++) in doread()
244 for (j = -bd; j <= bd; j++) in doread()
/dragonfly/bin/dd/
H A Dref.ibm7 00000050 d7 d8 d9 e2 e3 e4 e5 e6 e7 e8 e9 ad e0 bd 5f 6d |.............._m|
16 000000e0 b8 b9 ba bb bc bd be bf ca cb cc cd ce cf da db |................|
H A Dref.oldibm7 00000050 d7 d8 d9 e2 e3 e4 e5 e6 e7 e8 e9 ad e0 bd 5f 6d |.............._m|
16 000000e0 b8 b9 ba bb bc bd be bf ca cb cc cd ce cf da db |................|
H A Dref.pareven5 00000030 30 b1 b2 33 b4 35 36 b7 b8 39 3a bb 3c bd be 3f |0..3.56..9:.<..?|
13 000000b0 30 b1 b2 33 b4 35 36 b7 b8 39 3a bb 3c bd be 3f |0..3.56..9:.<..?|
H A Dref.parset5 00000030 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf |................|
13 000000b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf |................|
H A Dref.ascii9 00000070 ba bb bc bd be bf c0 c1 c2 60 3a 23 40 27 3d 22 |.........`:#@'="|
H A Dref.lcase13 000000b0 b0 b1 b2 b3 b4 b5 b6 b7 b8 b9 ba bb bc bd be bf |................|
H A Dref.oldascii9 00000070 ba bb bc bd be bf c0 c1 c2 60 3a 23 40 27 3d 22 |.........`:#@'="|
/dragonfly/sys/dev/drm/i915/
H A Dintel_panel.c1188 static int intel_backlight_device_update_status(struct backlight_device *bd)
1190 struct intel_connector *connector = bl_get_data(bd);
1196 bd->props.brightness, bd->props.max_brightness);
1197 intel_panel_set_backlight(connector->base.state, bd->props.brightness,
1198 bd->props.max_brightness);
1208 bool enable = bd->props.power == FB_BLANK_UNBLANK &&
1209 bd->props.brightness != 0;
1213 bd->props.power = FB_BLANK_POWERDOWN;
1220 static int intel_backlight_device_get_brightness(struct backlight_device *bd)
1222 struct intel_connector *connector = bl_get_data(bd);
[all …]
/dragonfly/etc/etc.x86_64/
H A Ddisktab168 :pd#216000:od#53200:td=4.2BSD:bd#4096:fd#512: \
176 :pd#21000:od#63000:bd#8192:fd#1024:td=4.2BSD: \
184 :pd#201600:od#100800:bd#8192:fd#1024:td=4.2BSD: \
/dragonfly/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_lz4.c380 unsigned char flag, bd; in lz4_filter_read_descriptor() local
410 bd = (unsigned char)read_buf[1]; in lz4_filter_read_descriptor()
412 if (bd & 0x8f) in lz4_filter_read_descriptor()
/dragonfly/share/misc/
H A Dlatin120 | b8 � | b9 � | ba � | bb � | bc � | bd � | be � | bf � |

12