Searched refs:offsets (Results 1 - 25 of 290) sorted by relevance

1234567891011>>

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
H A Ddce120_timing_generator.h40 const struct dce110_timing_generator_offsets *offsets);
H A Damdgpu_dce120_timing_generator.c48 generic_reg_update_soc15(tg110->base.ctx, tg110->offsets.crtc, reg_name, n, __VA_ARGS__)
51 generic_reg_set_soc15(tg110->base.ctx, tg110->offsets.crtc, reg_name, n, __VA_ARGS__)
98 tg110->offsets.crtc);
181 tg110->offsets.crtc);
197 tg110->offsets.crtc);
208 tg110->offsets.crtc);
258 tg110->offsets.crtc);
266 dm_write_reg_soc15(tg->ctx, mmCRTC0_CRTC_GSL_WINDOW, tg110->offsets.crtc, 0);
320 tg110->offsets.crtc);
382 tg110->offsets
1250 dce120_timing_generator_construct( struct dce110_timing_generator *tg110, struct dc_context *ctx, uint32_t instance, const struct dce110_timing_generator_offsets *offsets) argument
[all...]
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
H A Ddce80_timing_generator.h39 const struct dce110_timing_generator_offsets *offsets);
H A Damdgpu_dce80_timing_generator.c88 #define CRTC_REG(reg) (reg + tg110->offsets.crtc)
89 #define DCP_REG(reg) (reg + tg110->offsets.dcp)
90 #define DMIF_REG(reg) (reg + tg110->offsets.dmif)
96 + DCE110TG_FROM_TG(tg)->offsets.dmif;
233 const struct dce110_timing_generator_offsets *offsets)
237 tg110->offsets = *offsets;
229 dce80_timing_generator_construct( struct dce110_timing_generator *tg110, struct dc_context *ctx, uint32_t instance, const struct dce110_timing_generator_offsets *offsets) argument
/netbsd-current/external/bsd/ntp/dist/include/
H A Dieee754io.h57 int fetch_ieee754 (unsigned char **bufp, int size, l_fp *lfpp, offsets_t offsets);
58 int put_ieee754 (unsigned char **bufpp, int size, l_fp *lfpp, offsets_t offsets);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
H A Dsvga_overlay.h127 * Computes the size, pitches and offsets for YUV frames.
133 * Pitches and offsets for the given YUV frame are put in 'pitches'
134 * and 'offsets' respectively. They are both optional though.
145 uint32 *offsets) /* OUT (optional) */
151 if (offsets) {
152 offsets[0] = 0;
164 if (offsets) {
165 offsets[1] = *size;
177 if (offsets) {
178 offsets[
140 VMwareVideoGetAttributes(const SVGAOverlayFormat format, uint32 *width, uint32 *height, uint32 *size, uint32 *pitches, uint32 *offsets) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-stdarg.h30 int *offsets; member in struct:stdarg_info
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-stdarg.h30 int *offsets; member in struct:stdarg_info
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Doffsets.exp1 # Test big offsets
18 standard_testfile offsets.c
20 if { [prepare_for_testing "failed to prepare for testing large offsets" \
39 pass "big offsets"
41 fail "big offsets"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Doffsets.exp1 # Test big offsets
18 standard_testfile offsets.c
20 if { [prepare_for_testing "failed to prepare for testing large offsets" \
39 pass "big offsets"
41 fail "big offsets"
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/cris/
H A Drd-v10_32o-2.d4 # Check that branch offsets are computed as for v32. The
H A Drd-dtpoffd1.s2 ; module-local) and local symbols with offsets.
/netbsd-current/external/bsd/ntp/dist/libparse/
H A Dieee754io.c149 offsets_t offsets,
154 *(bufp + offsets[*fieldindex]) = val;
168 offsets_t offsets
210 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
215 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */
226 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
227 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
235 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
236 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
238 mantissa_low = (u_long)get_byte(bufp, offsets,
147 put_byte( unsigned char *bufp, offsets_t offsets, int *fieldindex, unsigned char val ) argument
[all...]
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
H A Dfixedname.h27 * dns_fixedname_t is a convenience type containing a name, an offsets
66 dns_offsets_t offsets; member in struct:dns_fixedname
/netbsd-current/external/mpl/bind/dist/lib/dns/include/dns/
H A Dfixedname.h26 * dns_fixedname_t is a convenience type containing a name, an offsets
65 dns_offsets_t offsets; member in struct:dns_fixedname
/netbsd-current/lib/libc/gen/
H A Derrlist.awk58 offsets[number] = offset;
103 offsets[errno++] = offset;
105 printf("\t%d,\n", offsets[j]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/tui/
H A Dtui-source.c61 const std::vector<off_t> *offsets; local
64 || !g_source_cache.get_line_charpos (s, &offsets))
86 double l = log10 ((double) offsets->size ());
152 const std::vector<off_t> *offsets; local
153 if (g_source_cache.get_line_charpos (s, &offsets)
154 && line_no > offsets->size ())
/netbsd-current/external/mpl/bind/dist/lib/dns/
H A Dfixedname.c22 dns_name_init(&fixed->name, fixed->offsets);
/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/
H A Dfixedname.c22 dns_name_init(&fixed->name, fixed->offsets);
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dgot-page-5.s4 # The mergeable entries collapse to one, but the offsets
9 # offsets in mergeable sections are handled correctly.
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/z80/
H A Doffset.s1 ;;; various instructions involving offsets
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dravenscar-thread.h34 : offsets (offsets_),
90 are offsets. The offsets are either in the thread descriptor or
93 const gdb::array_view<const int> offsets; member in struct:ravenscar_arch_ops
H A Dsource-cache.c119 std::vector<off_t> offsets; local
120 offsets.push_back (0);
130 offsets.push_back (offset);
133 offsets.shrink_to_fit ();
134 m_offset_cache.emplace (fullname, std::move (offsets));
206 /* This should always hold, because we create the file offsets
296 const std::vector<off_t> **offsets)
310 *offsets = &iter->second;
295 get_line_charpos(struct symtab *s, const std::vector<off_t> **offsets) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_object.c76 memset(obj->mmo.offsets, 0, sizeof(obj->mmo.offsets));
78 obj->mmo.offsets = RB_ROOT;
137 if ((mmo = obj->mmo.offsets[t]) == NULL)
143 rbtree_postorder_for_each_entry_safe(mmo, mn, &obj->mmo.offsets, offset)
233 if ((mmo = obj->mmo.offsets[t]) == NULL)
240 memset(obj->mmo.offsets, 0, sizeof(obj->mmo.offsets));
243 &obj->mmo.offsets,
249 obj->mmo.offsets
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dsource-cache.c77 std::vector<off_t> offsets; local
78 offsets.push_back (0);
88 offsets.push_back (offset);
91 offsets.shrink_to_fit ();
92 m_offset_cache.emplace (fullname, std::move (offsets));
165 offsets when reading the file, and never free them
251 const std::vector<off_t> **offsets)
265 *offsets = &iter->second;
250 get_line_charpos(struct symtab *s, const std::vector<off_t> **offsets) argument

Completed in 383 milliseconds

1234567891011>>