Searched refs:load (Results 201 - 225 of 314) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1166 LoadInst *load = new LoadInst(outputs[i]->getType(), Output, local
1168 Reloads.push_back(load);
1169 codeReplacer->getInstList().push_back(load);
1174 inst->replaceUsesOfWith(outputs[i], load);
/freebsd-12-stable/contrib/gdb/gdb/
H A Ddve3900-rom.c849 we can use the "Rm" command to do a fast binary load. The format
875 /* If we are not using the ethernet, use the normal monitor load,
893 state where it will accept a load command. This will cause
899 /* Output the "Rm" (load) command and respond to the subsequent "open"
905 /* Output the fast load header (number of sections and starting address). */
987 This will tell us which kind of load to use (S-records over a serial
1038 r3900_cmds.load = "r0\r";
1063 /* Override the load function, but save the address of the default
/freebsd-12-stable/contrib/googletest/googletest/test/
H A Dgoogletest-json-output-unittest.py588 actual = json.load(f)
/freebsd-12-stable/crypto/heimdal/kadmin/
H A Dload.c558 load(void *opt, int argc, char **argv) function
560 return loadit(0, "load", argc, argv);
/freebsd-12-stable/sys/contrib/ck/include/gcc/arm/
H A Dck_pr.h92 CK_PR_FENCE(load, CK_DMB)
/freebsd-12-stable/sys/contrib/ck/include/gcc/x86/
H A Dck_pr.h95 CK_PR_FENCE(load, CK_MD_X86_LFENCE)
/freebsd-12-stable/sys/geom/mirror/
H A Dg_mirror.h145 u_int load; /* Averaged queue length */ member in struct:g_mirror_disk
429 [G_MIRROR_BALANCE_LOAD] = "load",
447 [G_MIRROR_BALANCE_LOAD] = "load",
/freebsd-12-stable/crypto/openssl/crypto/rc4/asm/
H A Drc4-parisc.pl193 mtctl $acc,%cr11 ; load %sar with vshd align factor
/freebsd-12-stable/gnu/usr.bin/cc/cc_int/
H A DMakefile61 et-forest.o cfghooks.o bt-load.o pretty-print.o $(GGC) web.o passes.o \
/freebsd-12-stable/secure/lib/libcrypto/arm/
H A Darmv4-gf2m.S122 ldr r3,[sp,#32] @ load b0
/freebsd-12-stable/usr.bin/mail/
H A Dlex.c274 * for abort. A 1 or -1 aborts a load or source. A -1 aborts
686 load(char *name) function
/freebsd-12-stable/usr.sbin/ppp/
H A Dauth.c431 authp->authtimer.load = authp->cfg.fsm.timeout * SECTICKS;
H A Dprompt.c563 bgtimer.load = SECTICKS;
/freebsd-12-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c532 datatosend *load; // structure defined in lxcommon.h local
546 load=(datatosend*)data;
547 pIoctlPayload = malloc(load->datasize,TEMP,M_WAITOK);
548 AGTIAPI_PRINTK( "agtiapi_CharIoctl: old load->datasize = %d\n", load->datasize );
550 err = copyin(load->data,pIoctlPayload,load->datasize);
574 load->datasize =load->datasize - sizeof(tdDeviceInfoIOCTL_t) * (pDeviceList->deviceLength - pDeviceList->realDeviceCount);
575 AGTIAPI_PRINTK( "agtiapi_CharIoctl: new load
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp796 static OutputSection *findFirstSection(PhdrEntry *load) { argument
798 if (sec->ptLoad == load)
985 // then we simply assign section to the very first load segment.
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerLoop.cpp60 Printf("MallocFreeTracer: STOP %zd %zd (%s)\n", Mallocs.load(),
61 Frees.load(), Mallocs == Frees ? "same" : "DIFFERENT");
156 TmpMaxMutationLen = 0; // Will be set once we load the corpus.
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h538 load(ArrayRef<std::unique_ptr<CoverageMappingReader>> CoverageReaders,
545 load(ArrayRef<StringRef> ObjectFilenames, StringRef ProfileFilename,
/freebsd-12-stable/contrib/gcc/config/i386/
H A Dsol2-c1.asm98 ! Compute the address of the environment vector on the stack and load
H A Dsol2-gc1.asm111 ! Compute the address of the environment vector on the stack and load
/freebsd-12-stable/sys/dev/drm/
H A Ddrm_drv.c437 if (dev->driver->load != NULL) {
440 retcode = -dev->driver->load(dev,
/freebsd-12-stable/sys/dev/mpt/
H A Dmpt.h190 mpt_load_handler_t *load; /* configure personailty */ member in struct:mpt_personality
191 #define MPT_PERS_FIRST_HANDLER(pers) (&(pers)->load)
/freebsd-12-stable/sys/dev/ata/
H A Data-lowlevel.c147 if ((error = ch->dma.load(request, NULL, &dummy))) {
209 if ((error = ch->dma.load(request, NULL, &dummy))) {
/freebsd-12-stable/crypto/openssl/crypto/sha/asm/
H A Dkeccak1600-ppc64.pl302 ld $A[0][0],`8*0`(r3) ; load A[5][5]
445 ld $A[0][0],`8*0`(r3) ; load A[5][5]
H A Dsha1-armv4-large.pl497 &vld1_32 ("{$K\[]}","[$K_XX_XX,:32]!"); # load K_00_19
544 ldmia $ctx,{$a,$b,$c,$d,$e} @ load context
550 vld1.32 {${K}\[]},[$K_XX_XX,:32]! @ load K_00_19
H A Dsha512-armv4.pl617 vldmia $ctx,{$A-$H} @ load context
631 vldmia $ctx,{d24-d31} @ load context to temp

Completed in 489 milliseconds

1234567891011>>