Home
last modified time | relevance | path

Searched refs:gm (Results 1 – 25 of 86) sorted by relevance

1234

/netbsd/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c156 struct tm t, gm; in cd9660_compute_gm_offset() local
159 (void)gmtime_r(&tim, &gm); in cd9660_compute_gm_offset()
160 gm.tm_year -= t.tm_year; in cd9660_compute_gm_offset()
161 gm.tm_yday -= t.tm_yday; in cd9660_compute_gm_offset()
162 gm.tm_hour -= t.tm_hour; in cd9660_compute_gm_offset()
163 gm.tm_min -= t.tm_min; in cd9660_compute_gm_offset()
164 if (gm.tm_year < 0) in cd9660_compute_gm_offset()
165 gm.tm_yday = -1; in cd9660_compute_gm_offset()
166 else if (gm.tm_year > 0) in cd9660_compute_gm_offset()
167 gm.tm_yday = 1; in cd9660_compute_gm_offset()
[all …]
/netbsd/sys/arch/mac68k/dev/
H A Dgrf_subr.c49 struct grfmode *gm = &sc->curr_mode; in grf_establish() local
53 printf("%s: %d x %d, ", device_xname(sc->sc_dev), gm->width, gm->height); in grf_establish()
54 if (gm->psize == 1) in grf_establish()
57 printf("%hu-bpp color\n", gm->psize); in grf_establish()
61 ga.ga_grfmode = gm; in grf_establish()
H A Dgenfb_grfbus.c234 struct grfmode *gm = ga->ga_grfmode; in genfb_grfbus_attach() local
238 sc->sc_width = gm->width; in genfb_grfbus_attach()
239 sc->sc_height = gm->height; in genfb_grfbus_attach()
244 sc->sc_depth = gm->psize == 16 ? 15 : gm->psize; in genfb_grfbus_attach()
246 sc->sc_stride = gm->rowbytes; in genfb_grfbus_attach()
247 sc->sc_paddr = ga->ga_phys + gm->fboff; in genfb_grfbus_attach()
248 sc->sc_vaddr = (vaddr_t)gm->fbbase + gm->fboff; in genfb_grfbus_attach()
H A Dgrf_compat.c218 struct grfmode *gm; in grfioctl() local
266 gm = (struct grfmode *)data; in grfioctl()
267 memset(gm, 0, sizeof(struct grfmode)); in grfioctl()
268 gm->fbbase = (char *)dc->dc_vaddr; in grfioctl()
269 gm->fbsize = dc->dc_size; in grfioctl()
270 gm->fboff = dc->dc_offset; in grfioctl()
271 gm->rowbytes = dc->dc_rowbytes; in grfioctl()
272 gm->width = dc->dc_wid; in grfioctl()
273 gm->height = dc->dc_ht; in grfioctl()
274 gm->psize = dc->dc_depth; in grfioctl()
H A Dmacfb.c194 struct grfmode *gm = ga->ga_grfmode; in macfb_attach() local
211 sc->sc_dc->dc_vaddr = (vaddr_t)gm->fbbase; in macfb_attach()
213 sc->sc_dc->dc_size = gm->fbsize; in macfb_attach()
215 sc->sc_dc->dc_wid = gm->width; in macfb_attach()
216 sc->sc_dc->dc_ht = gm->height; in macfb_attach()
217 sc->sc_dc->dc_depth = gm->psize; in macfb_attach()
218 sc->sc_dc->dc_rowbytes = gm->rowbytes; in macfb_attach()
220 sc->sc_dc->dc_offset = gm->fboff; in macfb_attach()
/netbsd/external/bsd/elftoolchain/dist/libelf/
H A Dgelf_move.c109 gelf_update_move(Elf_Data *ed, int ndx, GElf_Move *gm) in gelf_update_move() argument
122 if (d == NULL || ndx < 0 || gm == NULL || in gelf_update_move()
155 move32->m_value = gm->m_value; in gelf_update_move()
156 LIBELF_COPY_U32(move32, gm, m_info); in gelf_update_move()
157 LIBELF_COPY_U32(move32, gm, m_poffset); in gelf_update_move()
158 move32->m_repeat = gm->m_repeat; in gelf_update_move()
159 move32->m_stride = gm->m_stride; in gelf_update_move()
164 *move64 = *gm; in gelf_update_move()
/netbsd/sys/arch/mac68k/obio/
H A Dgrf_obio.c198 struct grfmode *gm; in grfiv_attach() local
360 gm = &(sc->curr_mode); in grfiv_attach()
361 gm->mode_id = 0; in grfiv_attach()
362 gm->psize = mac68k_video.mv_depth; in grfiv_attach()
363 gm->ptype = 0; in grfiv_attach()
364 gm->width = mac68k_video.mv_width; in grfiv_attach()
365 gm->height = mac68k_video.mv_height; in grfiv_attach()
367 gm->hres = 80; /* XXX hack */ in grfiv_attach()
368 gm->vres = 80; /* XXX hack */ in grfiv_attach()
369 gm->fbsize = gm->height * gm->rowbytes; in grfiv_attach()
[all …]
/netbsd/sys/external/bsd/drm2/dist/drm/i915/gvt/
H A Daperture_gm.c56 node = &vgpu->gm.high_gm_node; in alloc_gm()
62 node = &vgpu->gm.low_gm_node; in alloc_gm()
107 drm_mm_remove_node(&vgpu->gm.low_gm_node); in alloc_vgpu_gm()
117 drm_mm_remove_node(&vgpu->gm.low_gm_node); in free_vgpu_gm()
118 drm_mm_remove_node(&vgpu->gm.high_gm_node); in free_vgpu_gm()
237 gvt->gm.vgpu_allocated_low_gm_size -= vgpu_aperture_sz(vgpu); in free_resource()
238 gvt->gm.vgpu_allocated_high_gm_size -= vgpu_hidden_sz(vgpu); in free_resource()
256 taken = gvt->gm.vgpu_allocated_low_gm_size; in alloc_resource()
267 taken = gvt->gm.vgpu_allocated_high_gm_size; in alloc_resource()
287 gvt->gm.vgpu_allocated_low_gm_size += MB_TO_BYTES(param->low_gm_sz); in alloc_resource()
[all …]
H A Dgvt.h188 struct intel_vgpu_gm gm; member
315 struct intel_gvt_gm gm; member
402 #define vgpu_aperture_offset(vgpu) ((vgpu)->gm.low_gm_node.start)
403 #define vgpu_hidden_offset(vgpu) ((vgpu)->gm.high_gm_node.start)
404 #define vgpu_aperture_sz(vgpu) ((vgpu)->gm.aperture_sz)
405 #define vgpu_hidden_sz(vgpu) ((vgpu)->gm.hidden_sz)
410 #define vgpu_ggtt_gm_sz(vgpu) ((vgpu)->gm.aperture_sz + (vgpu)->gm.hidden_sz)
/netbsd/sys/arch/mac68k/nubus/
H A Dgrf_nubus.c138 struct grfmode *gm; in grfmv_attach() local
201 gm = &sc->curr_mode; in grfmv_attach()
202 gm->mode_id = mode; in grfmv_attach()
203 gm->ptype = image.pixelType; in grfmv_attach()
204 gm->psize = image.pixelSize; in grfmv_attach()
205 gm->width = image.right - image.left; in grfmv_attach()
207 gm->rowbytes = image.rowbytes; in grfmv_attach()
208 gm->hres = image.hRes; in grfmv_attach()
209 gm->vres = image.vRes; in grfmv_attach()
210 gm->fbsize = gm->height * gm->rowbytes; in grfmv_attach()
[all …]
/netbsd/external/gpl3/gdb/dist/elfcpp/
H A DChangeLog-20181 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
5 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
9 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
14 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/external/gpl3/binutils/dist/elfcpp/
H A DChangeLog-20181 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
5 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
9 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
14 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/external/gpl3/binutils.old/dist/elfcpp/
H A DChangeLog-20181 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
5 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
9 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
14 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/external/gpl3/gdb.old/dist/elfcpp/
H A DChangeLog-20181 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
5 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
9 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
14 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/sys/arch/macppc/dev/
H A Dofb.c254 struct grfinfo *gm; in ofb_ioctl() local
282 gm = (void *)data; in ofb_ioctl()
283 memset(gm, 0, sizeof(struct grfinfo)); in ofb_ioctl()
284 gm->gd_fbaddr = (void *)sc->sc_fbaddr; in ofb_ioctl()
285 gm->gd_fbrowbytes = ms->scr_ri.ri_stride; in ofb_ioctl()
/netbsd/external/mit/lua/dist/src/
H A Dlstrlib.c847 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); in gmatch_aux() local
849 gm->ms.L = L; in gmatch_aux()
850 for (src = gm->src; src <= gm->ms.src_end; src++) { in gmatch_aux()
852 reprepstate(&gm->ms); in gmatch_aux()
853 if ((e = match(&gm->ms, src, gm->p)) != NULL && e != gm->lastmatch) { in gmatch_aux()
854 gm->src = gm->lastmatch = e; in gmatch_aux()
855 return push_captures(&gm->ms, src, e); in gmatch_aux()
867 GMatchState *gm; in gmatch() local
869 gm = (GMatchState *)lua_newuserdatauv(L, sizeof(GMatchState), 0); in gmatch()
872 prepstate(&gm->ms, L, s, ls, p, lp); in gmatch()
[all …]
/netbsd/share/man/man4/man4.macppc/
H A DMakefile3 MAN= autoconf.4 awacs.4 bm.4 gm.4 intro.4 \
/netbsd/external/gpl3/gdb/dist/include/
H A DChangeLog-2018320 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
325 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
330 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
339 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
345 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
351 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
466 2018-07-27 Chenghua Xu <paul.hua.gm@gmail.com>
487 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/external/gpl3/gdb.old/dist/include/
H A DChangeLog-2018320 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
325 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
330 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
339 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
345 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
351 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
466 2018-07-27 Chenghua Xu <paul.hua.gm@gmail.com>
487 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/external/gpl3/binutils/dist/include/
H A DChangeLog-2018320 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
325 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
330 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
339 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
345 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
351 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
466 2018-07-27 Chenghua Xu <paul.hua.gm@gmail.com>
487 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/external/gpl3/binutils.old/dist/include/
H A DChangeLog-2018320 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
325 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
330 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
339 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
345 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
351 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
466 2018-07-27 Chenghua Xu <paul.hua.gm@gmail.com>
487 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
/netbsd/games/backgammon/common_source/
H A Dinit.c70 struct move gm; variable
/netbsd/usr.bin/make/unit-tests/
H A Dvarmod-gmtime.mk42 .if ${gmtime:L:gm%=local%} != "localtime"
H A Dvarmod-localtime.mk42 .if ${localtime:L:local%=gm%} != "gmtime"
/netbsd/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Dsshtest-2014020217 /gm/yk9G7Gq1CSYQR4cnbsa3BxQYbxW+ICokAGg8beFRAGgZUmaBTT53gT33JLTz

1234