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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/util/
H A Dextract-names.pl6 s/\n/ /gm;
/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c2694 #define gm (&_gm_) macro
3154 static void pre_fork(void) { ACQUIRE_LOCK(&(gm)->mutex); }
3155 static void post_fork_parent(void) { RELEASE_LOCK(&(gm)->mutex); }
3156 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); }
3212 gm->mflags = mparams.default_mflags;
3213 (void)INITIAL_LOCK(&gm->mutex);
3866 ((m == gm)? dlmalloc(b) : mspace_malloc(m, b))
3868 if (m == gm) dlfree(mem); else mspace_free(m,mem);
4632 if (!PREACTION(gm)) {
4640 smallbits = gm
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-armv4-large.pl226 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
H A Dsha512-ia64.pl594 $code =~ s/_rotr(\s+)([^=]+)=([^,]+),([0-9]+)/shrp$1$2=$3,$3,$4/gm;
596 $code =~ s/mux2(\s+)\S+/nop.i$1 0x0/gm;
597 $code =~ s/mux1(\s+)\S+/nop.i$1 0x0/gm if ($big_endian);
598 $code =~ s/(shrp\s+X\[[^=]+)=([^,]+),([^,]+),([1-9]+)/$1=$3,$2,64-$4/gm
600 $code =~ s/ld1(\s+)X\[\S+/nop.m$1 0x0/gm;
H A Dsha256-armv4.pl184 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
H A Dsha512-s390x.pl298 $code =~ s/(srlg\s+)(%r[0-9]+),/$1$2,$2,/gm;
H A Dsha512-armv4.pl401 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/asm/
H A Darmv4-mont.pl201 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-armv4.pl1028 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4

Completed in 131 milliseconds