HomeSort by: relevance | last modified time | path
    Searched refs:offsets (Results 1 - 25 of 321) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce120/
dce120_timing_generator.h 40 const struct dce110_timing_generator_offsets *offsets);
amdgpu_dce120_timing_generator.c 48 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.crtc)
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce80/
dce80_timing_generator.h 39 const struct dce110_timing_generator_offsets *offsets);
amdgpu_dce80_timing_generator.c 88 #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;
  /src/external/bsd/ntp/dist/include/
ieee754io.h 57 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);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_overlay.h 127 * 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[2] = *size
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-stdarg.h 30 int *offsets; member in struct:stdarg_info
  /src/external/gpl3/gcc.old/dist/gcc/
tree-stdarg.h 30 int *offsets; member in struct:stdarg_info
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
offsets.exp 1 # 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"
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
offsets.exp 1 # 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"
  /src/external/bsd/ntp/dist/libparse/
ieee754io.c 147 offsets_t offsets,
152 *(bufp + offsets[*fieldindex]) = val;
166 offsets_t offsets
208 val = get_byte(bufp, offsets, &fieldindex); /* fetch sign byte & first part of characteristic */
213 val = get_byte(bufp, offsets, &fieldindex); /* fetch rest of characteristic and start of mantissa */
224 mantissa_low |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
225 mantissa_low |= get_byte(bufp, offsets, &fieldindex);
233 mantissa_high |= (u_long)get_byte(bufp, offsets, &fieldindex) << 8;
234 mantissa_high |= get_byte(bufp, offsets, &fieldindex);
236 mantissa_low = (u_long)get_byte(bufp, offsets, &fieldindex) << 24
    [all...]
  /src/external/mpl/bind/dist/lib/dns/include/dns/
fixedname.h 26 * dns_fixedname_t is a convenience type containing a name, an offsets
65 dns_offsets_t offsets; member in struct:dns_fixedname
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
fixedname.h 27 * dns_fixedname_t is a convenience type containing a name, an offsets
66 dns_offsets_t offsets; member in struct:dns_fixedname
  /src/lib/libc/gen/
errlist.awk 58 offsets[number] = offset;
103 offsets[errno++] = offset;
105 printf("\t%d,\n", offsets[j]);
  /src/external/mpl/bind/dist/lib/dns/
fixedname.c 22 dns_name_init(&fixed->name, fixed->offsets);
name.c 50 if ((name)->offsets != NULL) \
51 var = (name)->offsets; \
56 if ((name)->offsets != NULL) { \
57 var = (name)->offsets; \
100 set_offsets(const dns_name_t *name, unsigned char *offsets,
105 unsigned char *ndata, *offsets; local
118 offsets = name->offsets;
127 if (offsets != NULL && offsets[nlabels] != offset)
604 unsigned char *offsets; local
716 unsigned char *offsets; local
779 unsigned char *offsets; local
1475 uint8_t *offsets = NULL; local
1658 unsigned char *ndata, *offsets; local
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
fixedname.c 22 dns_name_init(&fixed->name, fixed->offsets);
  /src/external/bsd/zstd/dist/lib/dictBuilder/
cover.h 89 size_t *offsets,
152 size_t nbCheckSamples, size_t nbSamples, ZDICT_cover_params_t params, size_t* offsets, size_t totalCompressedSize);
  /src/external/gpl3/gdb.old/dist/gdb/
ravenscar-thread.h 34 : 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
source-cache.h 34 Second, this will cache the file offsets corresponding to the start
44 /* This returns the vector of file offsets for the symtab S,
49 On success, returns true and sets *OFFSETS. This pointer is not
53 const std::vector<off_t> **offsets);
  /src/external/gpl3/gdb/dist/gdb/
ravenscar-thread.h 34 : 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
  /src/external/mpl/bind/dist/fuzz/
old.c 40 if ((name)->offsets != NULL) \
41 var = (name)->offsets; \
65 unsigned char *offsets; local
89 INIT_OFFSETS(name, offsets, odata);
144 offsets[labels] = nused;
  /src/sys/external/bsd/drm2/dist/drm/i915/gem/
i915_gem_object.c 76 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 = RB_ROOT
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
dce110_compressor.h 42 struct dce110_compressor_reg_offsets offsets; member in struct:dce110_compressor
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce112/
dce112_compressor.h 42 struct dce112_compressor_reg_offsets offsets; member in struct:dce112_compressor

Completed in 52 milliseconds

1 2 3 4 5 6 7 8 91011>>