Searched defs:vb (Results 1 - 21 of 21) sorted by path

/freebsd-9.3-release/contrib/binutils/ld/
H A Dpe-dll.c383 reloc_sort (const void *va, const void *vb) argument
392 pe_export_sort (const void *va, const void *vb) argument
/freebsd-9.3-release/contrib/gcc/cp/
H A Dcp-gimplify.c622 cxx_int_tree_map_eq (const void *va, const void *vb) argument
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias.c2885 used_part_map_eq (const void *va, const void *vb) argument
H A Dtree-ssa-loop-manip.c56 tree vb, va; local
H A Dtree-ssa.c812 int_tree_map_eq (const void *va, const void *vb) argument
H A Dtree.c3914 tree_map_eq(const void *va, const void *vb) argument
3943 tree_int_map_eq(const void *va, const void *vb) argument
4150 type_hash_eq(const void *va, const void *vb) argument
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dtracepoint.c1084 memrange_cmp (const void *va, const void *vb) argument
/freebsd-9.3-release/contrib/nvi/cl/
H A Dcl_bsd.c34 static char *vb; /* Visible bell string. */ variable
/freebsd-9.3-release/lib/libc/string/
H A Dstrlen.c87 long va, vb; local
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/common/acl/
H A Dacl_common.c1247 acevals_compare(const void *va, const void *vb) argument
/freebsd-9.3-release/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dvdev_disk.c639 vdev_buf_t *vb = (vdev_buf_t *)bp; local
683 vdev_buf_t *vb; local
/freebsd-9.3-release/sys/compat/linux/
H A Dlinux_ioctl.c2697 linux_to_bsd_v4l_buffer(struct l_video_buffer *lvb, struct video_buffer *vb) argument
2708 bsd_to_linux_v4l_buffer(struct video_buffer *vb, struct l_video_buffer *lvb) argument
3028 linux_to_bsd_v4l2_buffer(struct l_v4l2_buffer *lvb, struct v4l2_buffer *vb) argument
3052 bsd_to_linux_v4l2_buffer(struct v4l2_buffer *vb, struct l_v4l2_buffer *lvb) argument
[all...]
/freebsd-9.3-release/sys/dev/drm/
H A Dr600_blit.c1719 u32 *vb; local
1920 u32 *vb; local
[all...]
H A Dvia_dma.c274 uint32_t *vb; local
400 via_align_buffer(drm_via_private_t * dev_priv, uint32_t * vb, int qw_count) argument
510 uint32_t *vb; local
595 uint32_t *vb; local
605 uint32_t *vb = via_get_dma(dev_priv); local
[all...]
/freebsd-9.3-release/sys/dev/drm2/radeon/
H A Dr600.c2677 struct radeon_sa_bo *vb = NULL; local
H A Dr600_blit.c601 u32 *vb; local
797 u32 *vb; local
[all...]
H A Dr600_blit_kms.c632 r600_blit_prepare_copy(struct radeon_device *rdev, unsigned num_gpu_pages, struct radeon_fence **fence, struct radeon_sa_bo **vb, struct radeon_semaphore **sem) argument
686 r600_blit_done_copy(struct radeon_device *rdev, struct radeon_fence **fence, struct radeon_sa_bo *vb, struct radeon_semaphore *sem) argument
703 r600_kms_blit_copy(struct radeon_device *rdev, u64 src_gpu_addr, u64 dst_gpu_addr, unsigned num_gpu_pages, struct radeon_sa_bo *vb) argument
/freebsd-9.3-release/sys/dev/vt/
H A Dvt_buf.c66 vthistory_seek(struct vt_buf *vb, int offset, int whence) argument
119 vthistory_addlines(struct vt_buf *vb, int offset) argument
132 vthistory_getpos(const struct vt_buf *vb, unsigned int *offset) argument
141 vtbuf_wth(struct vt_buf *vb, int row) argument
150 vtbuf_htw(struct vt_buf *vb, int row) argument
164 vtbuf_iscursor(struct vt_buf *vb, int row, int col) argument
231 vtbuf_dirty(struct vt_buf *vb, const term_rect_t *area) argument
251 vtbuf_dirty_cell(struct vt_buf *vb, const term_pos_t *p) argument
262 vtbuf_make_undirty(struct vt_buf *vb) argument
271 vtbuf_undirty(struct vt_buf *vb, term_rect_t *r, struct vt_bufmask *m) argument
282 vtbuf_copy(struct vt_buf *vb, const term_rect_t *r, const term_pos_t *p2) argument
342 vtbuf_fill(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
357 vtbuf_fill_locked(struct vt_buf *vb, const term_rect_t *r, term_char_t c) argument
381 vtbuf_init_rows(struct vt_buf *vb) argument
393 vtbuf_init_early(struct vt_buf *vb) argument
413 vtbuf_init(struct vt_buf *vb, const term_pos_t *p) argument
432 vtbuf_sethistory_size(struct vt_buf *vb, int size) argument
443 vtbuf_grow(struct vt_buf *vb, const term_pos_t *p, int history_size) argument
502 vtbuf_putchar(struct vt_buf *vb, const term_pos_t *p, term_char_t c) argument
524 vtbuf_cursor_position(struct vt_buf *vb, const term_pos_t *p) argument
538 vtbuf_mouse_cursor_position(struct vt_buf *vb, int col, int row) argument
550 vtbuf_flush_mark(struct vt_buf *vb) argument
573 vtbuf_get_marked_len(struct vt_buf *vb) argument
600 vtbuf_extract_marked(struct vt_buf *vb, term_char_t *buf, int sz) argument
633 vtbuf_set_mark(struct vt_buf *vb, int type, int col, int row) argument
700 vtbuf_cursor_visibility(struct vt_buf *vb, int yes) argument
718 vtbuf_scroll_mode(struct vt_buf *vb, int yes) argument
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_acl.c151 xfs_acl_entry_compare( const void *va, const void *vb) argument
/freebsd-9.3-release/sys/libkern/
H A Dbcmp.c62 ul va, vb; local
H A Dstrlen.c86 long va, vb; local

Completed in 239 milliseconds