HomeSort by: relevance | last modified time | path
    Searched refs:construct (Results 1 - 23 of 23) sorted by relevancy

  /src/lib/libc/arch/vax/gen/
__setjmp14.S 50 movl 4(%ap),%r2 # construct sigcontext
55 movl 4(%ap),%r2 # construct sigcontext
  /src/common/dist/zlib/contrib/puff/
puff.c 39 * - Simplify offs[] index in construct()
56 * 1.4 31 Mar 2002 - Simplify construct() code set check
310 * Huffman code for n symbols, construct the tables required to decode those
329 * fixed() and is not verified by construct().
340 local int construct(struct huffman *h, const short *length, int n) function in typeref:typename:local int
548 /* construct lencode and distcode */
563 construct(&lencode, lengths, FIXLCODES);
568 construct(&distcode, lengths, MAXDCODES);
655 * code length code lengths, three bits each. This is used to construct the
669 int err; /* construct() return value *
    [all...]
  /src/lib/libc/arch/powerpc64/string/
bzero.S 57 rldicl 4, 4, 0, 56 # construct parallel store
  /src/usr.bin/make/unit-tests/
directive-ifdef.mk 21 # used to construct complex conditions.
opt-debug-var.mk 20 # less often as it can be visually confused with the shell construct for
varmod-indirect.mk 47 # error. Due to this parse error, this construct cannot be used reasonably
varmod-ifelse.mk 267 # from its value, it is evaluated early. It is possible though to construct
  /src/common/dist/zlib/contrib/blast/
blast.c 179 * Huffman code for n symbols, construct the tables required to decode those
191 local int construct(struct huffman *h, const unsigned char *rep, int n) function in typeref:typename:local int
317 construct(&litcode, litlen, sizeof(litlen));
318 construct(&lencode, lenlen, sizeof(lenlen));
319 construct(&distcode, distlen, sizeof(distlen));
  /src/common/lib/libc/arch/sparc/gen/
mul.S 154 or %o5, %o0, %o0 ! construct low part of result
  /src/sys/external/bsd/compiler_rt/dist/lib/profile/
InstrProfData.inc 38 * 2. To construct LLVM type arrays for the struct type:
46 * 4. To construct constant array for the initializers:
  /src/share/mk/
bsd.man.mk 236 # construct installed path
  /src/sys/external/isc/libsodium/dist/contrib/
Findsodium.cmake 117 # construct library path
  /src/sys/arch/virt68k/virt68k/
locore.s 259 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/cesfic/cesfic/
locore.s 367 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/next68k/next68k/
locore.s 388 lea %sp@(-64),%sp | construct space for %D0-%D7/%A0-%A7
  /src/sys/arch/mvme68k/mvme68k/
locore.s 645 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/x68k/x68k/
locore.s 372 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/luna68k/luna68k/
locore.s 313 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/news68k/news68k/
locore.s 430 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/atari/atari/
locore.s 1020 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/hp300/hp300/
locore.s 548 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/mac68k/mac68k/
locore.s 455 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7
  /src/sys/arch/amiga/amiga/
locore.s 1026 lea %sp@(-64),%sp | construct space for D0-D7/A0-A7

Completed in 62 milliseconds