Home
last modified time | relevance | path

Searched defs:mf (Results 1 – 25 of 68) sorted by relevance

123

/freebsd-src/contrib/xz/src/liblzma/lz/
H A Dlz_encoder_mf.c22 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) in lzma_mf_find()
107 normalize(lzma_mf *mf) in normalize()
149 move_pos(lzma_mf *mf) in move_pos()
177 move_pending(lzma_mf *mf) in move_pending()
305 lzma_mf_hc3_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_hc3_find()
338 lzma_mf_hc3_skip(lzma_mf *mf, uint32_t amount) in lzma_mf_hc3_skip()
366 lzma_mf_hc4_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_hc4_find()
417 lzma_mf_hc4_skip(lzma_mf *mf, uint32_t amount) in lzma_mf_hc4_skip()
587 lzma_mf_bt2_find(lzma_mf *mf, lzma_match *matches) in lzma_mf_bt2_find()
601 lzma_mf_bt2_skip(lzma_mf *mf, uint32_t amount) in lzma_mf_bt2_skip()
[all …]
H A Dlz_encoder.c30 lzma_mf mf; member
45 move_window(lzma_mf *mf) in move_window()
192 lz_encoder_prepare(lzma_mf *mf, const lzma_allocator *allocator, in lz_encoder_prepare()
372 lz_encoder_init(lzma_mf *mf, const lzma_allocator *allocator, in lz_encoder_init()
468 lzma_mf mf = { in lzma_lz_encoder_memusage() local
606 lzma_mf_is_supported(lzma_match_finder mf) in lzma_mf_is_supported()
H A Dlz_encoder.h245 mf_ptr(const lzma_mf *mf) in mf_ptr()
253 mf_avail(const lzma_mf *mf) in mf_avail()
262 mf_unencoded(const lzma_mf *mf) in mf_unencoded()
276 mf_position(const lzma_mf *mf) in mf_position()
291 mf_skip(lzma_mf *mf, uint32_t amount) in mf_skip()
303 mf_read(lzma_mf *mf, uint8_t *out, size_t *out_pos, size_t out_size, in mf_read()
/freebsd-src/lib/libkvm/
H A Dkvm.c114 _kvm_open(kvm_t *kd, const char *uf, const char *mf, int flag, char *errout) in _kvm_open()
226 kvm_openfiles(const char *uf, const char *mf, const char *sf __unused, int flag, in kvm_openfiles()
241 kvm_open(const char *uf, const char *mf, const char *sf __unused, int flag, in kvm_open()
257 kvm_open2(const char *uf, const char *mf, int flag, char *errout, in kvm_open2()
/freebsd-src/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder.c45 literal(lzma_lzma1_encoder *coder, lzma_mf *mf, uint32_t position) in literal()
233 encode_symbol(lzma_lzma1_encoder *coder, lzma_mf *mf, in encode_symbol()
267 encode_init(lzma_lzma1_encoder *coder, lzma_mf *mf) in encode_init()
313 lzma_lzma_encode(lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf, in lzma_lzma_encode()
440 lzma_encode(void *coder, lzma_mf *restrict mf, in lzma_encode()
H A Dlzma_encoder_optimum_fast.c21 lzma_mf *restrict mf, in lzma_lzma_optimum_fast()
H A Dlzma_encoder_optimum_normal.c271 helper1(lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf, in helper1()
804 lzma_mf *restrict mf, in lzma_lzma_optimum_normal()
H A Dlzma2_encoder.c135 lzma2_encode(void *coder_ptr, lzma_mf *restrict mf, in lzma2_encode()
/freebsd-src/lib/libc/include/
H A Dnscache.h150 #define NS_COMMON_CACHE_INFO_INITIALIZER(name, mdata, if, mf, uf) \ argument
152 #define NS_MP_CACHE_INFO_INITIALIZER(name, mdata, mf, uf) \ argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DEdgeBundles.cpp41 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
H A DRegisterClassInfo.cpp42 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { in runOnMachineFunction() argument
H A DRegAllocBasic.cpp309 MF = &mf; in runOnMachineFunction() argument
H A DBreakFalseDeps.cpp281 bool BreakFalseDeps::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
H A DDFAPacketizer.cpp118 VLIWPacketizerList::VLIWPacketizerList(MachineFunction &mf, in VLIWPacketizerList() argument
H A DInterferenceCache.cpp50 void InterferenceCache::init(MachineFunction *mf, in init() argument
H A DInterferenceCache.h103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
/freebsd-src/tools/tools/netmap/
H A Dlb.c519 struct morefrag *mf = (struct morefrag *)ring->sem; in forward_packet() local
825 struct morefrag *mf; in main() local
890 struct morefrag *mf = (struct morefrag *)rxring->sem; in main() local
975 struct morefrag *mf; in main() local
1007 struct morefrag *mf = (struct morefrag *)rxring->sem; in main() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DScheduleDAGVLIW.cpp66 ScheduleDAGVLIW(MachineFunction &mf, AAResults *aa, in ScheduleDAGVLIW()
H A DScheduleDAGFast.cpp77 ScheduleDAGFast(MachineFunction &mf) in ScheduleDAGFast() argument
655 ScheduleDAGLinearize(MachineFunction &mf) : ScheduleDAGSDNodes(mf) {} in ScheduleDAGLinearize() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430BranchSelector.cpp224 bool MSP430BSel::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
/freebsd-src/contrib/ntp/libntp/
H A Dstatestr.c417 u_short mf in res_match_flags()
/freebsd-src/sbin/restore/
H A Ddirs.c102 static FILE *df, *mf; variable
554 FILE *mf; in setdirmodes() local
/freebsd-src/lib/libpmcstat/
H A Dlibpmcstat_logging.c603 FILE *mf; in pmcstat_shutdown_logging() local
/freebsd-src/contrib/xz/src/liblzma/api/lzma/
H A Dlzma12.h376 lzma_match_finder mf; member
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64AdvSIMDScalarPass.cpp390 bool AArch64AdvSIMDScalar::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()

123