/freebsd-src/contrib/xz/src/liblzma/lz/ |
H A D | lz_encoder_mf.c | 22 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 D | lz_encoder.c | 30 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 D | lz_encoder.h | 245 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 D | kvm.c | 114 _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 D | lzma_encoder.c | 45 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 D | lzma_encoder_optimum_fast.c | 21 lzma_mf *restrict mf, in lzma_lzma_optimum_fast()
|
H A D | lzma_encoder_optimum_normal.c | 271 helper1(lzma_lzma1_encoder *restrict coder, lzma_mf *restrict mf, in helper1() 804 lzma_mf *restrict mf, in lzma_lzma_optimum_normal()
|
H A D | lzma2_encoder.c | 135 lzma2_encode(void *coder_ptr, lzma_mf *restrict mf, in lzma2_encode()
|
/freebsd-src/lib/libc/include/ |
H A D | nscache.h | 150 #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 D | EdgeBundles.cpp | 41 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
H A D | RegisterClassInfo.cpp | 42 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { in runOnMachineFunction() argument
|
H A D | RegAllocBasic.cpp | 309 MF = &mf; in runOnMachineFunction() argument
|
H A D | BreakFalseDeps.cpp | 281 bool BreakFalseDeps::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
H A D | DFAPacketizer.cpp | 118 VLIWPacketizerList::VLIWPacketizerList(MachineFunction &mf, in VLIWPacketizerList() argument
|
H A D | InterferenceCache.cpp | 50 void InterferenceCache::init(MachineFunction *mf, in init() argument
|
H A D | InterferenceCache.h | 103 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
|
/freebsd-src/tools/tools/netmap/ |
H A D | lb.c | 519 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 D | ScheduleDAGVLIW.cpp | 66 ScheduleDAGVLIW(MachineFunction &mf, AAResults *aa, in ScheduleDAGVLIW()
|
H A D | ScheduleDAGFast.cpp | 77 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 D | MSP430BranchSelector.cpp | 224 bool MSP430BSel::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
/freebsd-src/contrib/ntp/libntp/ |
H A D | statestr.c | 417 u_short mf in res_match_flags()
|
/freebsd-src/sbin/restore/ |
H A D | dirs.c | 102 static FILE *df, *mf; variable 554 FILE *mf; in setdirmodes() local
|
/freebsd-src/lib/libpmcstat/ |
H A D | libpmcstat_logging.c | 603 FILE *mf; in pmcstat_shutdown_logging() local
|
/freebsd-src/contrib/xz/src/liblzma/api/lzma/ |
H A D | lzma12.h | 376 lzma_match_finder mf; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64AdvSIMDScalarPass.cpp | 390 bool AArch64AdvSIMDScalar::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|