Searched refs:gm (Results 1 - 24 of 24) sorted by relevance

/freebsd-current/tools/tools/hcomp/
H A Dhcomp.pl54 $header =~ s|//.*$||gm;
63 $header =~ s|^\s+||gm;
65 $header =~ s|\s+$||gm;
67 $header =~ s|[ \t]+| |gm;
/freebsd-current/usr.sbin/makefs/cd9660/
H A Dcd9660_conversion.c150 struct tm t, gm; local
153 (void)gmtime_r(&tim, &gm);
154 gm.tm_year -= t.tm_year;
155 gm.tm_yday -= t.tm_yday;
156 gm.tm_hour -= t.tm_hour;
157 gm.tm_min -= t.tm_min;
158 if (gm.tm_year < 0)
159 gm.tm_yday = -1;
160 else if (gm.tm_year > 0)
161 gm
[all...]
/freebsd-current/contrib/elftoolchain/libelf/
H A Dgelf_move.c100 gelf_update_move(Elf_Data *ed, int ndx, GElf_Move *gm) argument
113 if (d == NULL || ndx < 0 || gm == NULL ||
146 move32->m_value = gm->m_value;
147 LIBELF_COPY_U32(move32, gm, m_info);
148 LIBELF_COPY_U32(move32, gm, m_poffset);
149 move32->m_repeat = gm->m_repeat;
150 move32->m_stride = gm->m_stride;
155 *move64 = *gm;
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c128 struct gmonhdr gm; local
137 gm.lpc = image->pi_start;
138 gm.hpc = image->pi_end;
139 gm.ncnt = (pgf->pgf_nbuckets * hc_sz) + sizeof(struct gmonhdr);
140 gm.version = GMONVERSION;
141 gm.profrate = 0; /* use ticks */
143 gm.histcounter_type = WIDEHISTCOUNTER_GMONTYPE;
145 gm.histcounter_type = HISTCOUNTER_GMONTYPE;
146 gm.spare[0] = gm
[all...]
/freebsd-current/contrib/unbound/
H A Dfreebsd-sources.pl71 $SRCS =~ s/\n/ \\\n/gm;
/freebsd-current/tools/build/
H A Dfreebsd-yeet.pl68 $file =~ s=$pattern=$repl=gm;
/freebsd-current/contrib/bmake/mk/
H A Dnewlog.sh139 sed 's,\(.\)\(...\)\(...\)\(...\),ft=\1 um=\2 gm=\3 om=\4,'`
147 case "$gm" in
150 gm=`echo $gm | sed 's,s,x,;s,S,-,'`
161 echo $sm $um $gm $om |
/freebsd-current/contrib/lua/src/
H A Dlstrlib.c839 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); local
841 gm->ms.L = L;
842 for (src = gm->src; src <= gm->ms.src_end; src++) {
844 reprepstate(&gm->ms);
845 if ((e = match(&gm->ms, src, gm->p)) != NULL && e != gm->lastmatch) {
846 gm->src = gm
859 GMatchState *gm; local
[all...]
/freebsd-current/sbin/mdconfig/
H A Dmdconfig.c495 struct gmesh gm; local
509 retcode = geom_gettree(&gm);
521 gid = geom_lookupid(&gm, gsp->id);
/freebsd-current/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl614 s/_rotr(\s+)([^=]+)=([^,]+),([0-9]+)/shrp$1$2=$3,$3,$4/gm;
616 s/mux2(\s+)([^=]+)=([^,]+),\S+/mov$1 $2=$3/gm;
617 s/mux1(\s+)\S+/nop.i$1 0x0/gm if ($big_endian);
618 s/(shrp\s+X\[[^=]+)=([^,]+),([^,]+),([1-9]+)/$1=$3,$2,64-$4/gm
620 s/ld1(\s+)X\[\S+/nop.m$1 0x0/gm;
H A Dsha512-s390x.pl323 $code =~ s/(srlg\s+)(%r[0-9]+),/$1$2,$2,/gm;
H A Dsha512-armv4.pl668 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
669 $code =~ s/\bret\b/bx lr/gm;
H A Dkeccak1600-s390x.pl559 $code =~ s/(srlg\s+)(%r[0-9]+),/$1$2,$2,/gm;
/freebsd-current/sys/arm/ti/omap4/
H A Domap4_scm_padconf.c64 #define _PINDEF(r, b, gp, gm, m0, m1, m2, m3, m4, m5, m6, m7) \
67 .gpio_mode = gm, \
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-gmtime.mk42 .if ${gmtime:L:gm%=local%} != "localtime"
/freebsd-current/lib/libpmc/
H A Dlibpmc.c1381 struct pmc_op_getmsr gm; local
1383 gm.pm_pmcid = pmc;
1384 if (PMC_CALL(PMC_OP_PMCGETMSR, &gm) < 0)
1386 *msr = gm.pm_msr;
/freebsd-current/sys/arm/ti/am335x/
H A Dam335x_scm_padconf.c49 #define _PIN(r, b, gp, gm, m0, m1, m2, m3, m4, m5, m6, m7) \
52 .gpio_mode = gm, \
/freebsd-current/stand/common/
H A Dgfx_fb.c498 uint8_t rm, rp, gm, gp, bm, bp; local
526 gm = gfx_state.tg_fb.fb_mask_green >> gp;
532 ffs(gm) - 1 == 8 && gp == 8 &&
573 p->Green = (c >> gp) & gm;
598 uint8_t rm, rp, gm, gp, bm, bp; local
626 gm = gfx_state.tg_fb.fb_mask_green >> gp;
632 ffs(gm) - 1 == 8 && gp == 8 &&
656 (p->Green & gm) << gp |
/freebsd-current/sys/dev/hwpmc/
H A Dhwpmc_mod.c4276 struct pmc_op_getmsr gm; local
4281 if ((error = copyin(arg, &gm, sizeof(gm))) != 0)
4284 if ((error = pmc_find_pmc(gm.pm_pmcid, &pm)) != 0)
4328 if ((error = (*pcd->pcd_get_msr)(adjri, &gm.pm_msr)) < 0)
4331 if ((error = copyout(&gm, arg, sizeof(gm))) < 0)
/freebsd-current/contrib/openpam/misc/
H A Dgendoc.pl322 $man =~ s/\s*$/\n/gm;
/freebsd-current/crypto/openssl/crypto/rc4/asm/
H A Drc4-md5-x86_64.pl658 $code =~ s/pinsrw\s+\$0,/movd /gm;
660 $code =~ s/#md5#//gm if ($md5);
661 $code =~ s/#rc4#//gm if ($rc4);
/freebsd-current/crypto/openssl/crypto/aes/asm/
H A Daes-armv4.pl1236 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
1237 $code =~ s/\bret\b/bx\tlr/gm;
H A Daes-sparcv9.pl1191 $code =~ s/fmovs.*$//gm;
/freebsd-current/crypto/openssl/crypto/modes/asm/
H A Dghash-ia64.pl466 $code =~ s/mux1(\s+)\S+\@rev/nop.i$1 0x0/gm if ($big_endian);

Completed in 392 milliseconds