Searched defs:load (Results 51 - 75 of 82) sorted by relevance

1234

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h59 P load() { return *loc; } function in class:kmp_flag_native
93 P load() { return loc->load(std::memory_order_acquire); } function in class:kmp_flag
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-im.c1050 tree load, store; local
1080 bsi_insert_on_edge (loop_latch_edge (loop), load); local
/freebsd-11-stable/contrib/groff/src/utils/tfmtodit/
H A Dtfmtodit.cpp275 int tfm::load(const char *file) function in class:tfm
396 int gf::load(const char *file) function in class:gf
/freebsd-11-stable/contrib/gdb/gdb/
H A Dsomsolib.c192 addr_and_unwind_t load; member in struct:__anon1607
[all...]
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dfont.cpp567 int font::load(int *not_found, int head_only) function in class:font
/freebsd-11-stable/sys/geom/mirror/
H A Dg_mirror.h143 u_int load; /* Averaged queue length */ member in struct:g_mirror_disk
/freebsd-11-stable/usr.bin/dc/
H A Dbcode.c808 load(void) function
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsboot.c919 load(void) function
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp796 static OutputSection *findFirstSection(PhdrEntry *load) { argument
H A DWriter.cpp2048 PhdrEntry *load = nullptr; local
[all...]
/freebsd-11-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c5189 load (struct module *module __unused, int cmd, void *arg __unused) function
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_cd.c3554 cdstartunit(struct cam_periph *periph, int load) argument
H A Dscsi_sa.c5119 saloadunload(struct cam_periph *periph, int load) argument
5516 scsi_load_unload(struct ccb_scsiio *csio, u_int32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), u_int8_t tag_action, int immediate, int eot, int reten, int load, u_int8_t sense_len, u_int32_t timeout) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DIRForTarget.cpp770 LoadInst *load = dyn_cast<LoadInst>(selector_load); local
931 LoadInst *load = dyn_cast<LoadInst>(class_load); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp312 auto load = new llvm::LoadInst(addr.getPointer(), name, beforeInst); local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DCOFFObjectFile.cpp1748 Error ResourceSectionRef::load(const COFFObjectFile *O) { function in class:ResourceSectionRef
1761 Error ResourceSectionRef::load(const COFFObjectFile *O, const SectionRef &S) { function in class:ResourceSectionRef
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpoint.cpp496 void Breakpoint::ModulesChanged(ModuleList &module_list, bool load, argument
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCodeExtractor.cpp1166 LoadInst *load = new LoadInst(outputs[i]->getType(), Output, local
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreISelLowering.cpp1090 SDValue load = DAG.getNode(XCoreISD::LDWSP, dl, VTs, Ops); local
[all...]
/freebsd-11-stable/sys/dev/pms/freebsd/driver/ini/src/
H A Dagtiapi.c532 datatosend *load; // structure defined in lxcommon.h local
[all...]
/freebsd-11-stable/sys/kern/
H A Dsched_ule.c577 int load; local
672 int cpu, i, hload, lload, load, total, rnd; local
2471 int load; local
[all...]
/freebsd-11-stable/sys/dev/drm/
H A DdrmP.h545 int (*load)(struct drm_device *, unsigned long flags); member in struct:drm_driver_info
/freebsd-11-stable/sys/dev/mpt/
H A Dmpt.h188 mpt_load_handler_t *load; /* configure personailty */ member in struct:mpt_personality
/freebsd-11-stable/sys/dev/ata/
H A Data-all.h369 int (*load)(struct ata_request *request, void *addr, int *nsegs); member in struct:ata_dma
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp2965 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2980 unsigned load = fieldFromInstruction(Insn, 21, 1); local
2993 unsigned load = fieldFromInstruction(Insn, 21, 1); local
3003 unsigned load = fieldFromInstruction(Insn, 21, 1); local
4295 unsigned load local
[all...]

Completed in 324 milliseconds

1234