/minix3/external/public-domain/xz/dist/src/liblzma/lz/ |
H A D | lz_encoder_mf.c | 23 lzma_mf_find(lzma_mf *mf, uint32_t *count_ptr, lzma_match *matches) in lzma_mf_find() 108 normalize(lzma_mf *mf) in normalize() 150 move_pos(lzma_mf *mf) in move_pos() 178 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 | 31 lzma_mf mf; member 46 move_window(lzma_mf *mf) in move_window() 191 lz_encoder_prepare(lzma_mf *mf, const lzma_allocator *allocator, in lz_encoder_prepare() 369 lz_encoder_init(lzma_mf *mf, const lzma_allocator *allocator, in lz_encoder_init() 465 lzma_mf mf = { in lzma_lz_encoder_memusage() local 575 lzma_mf_is_supported(lzma_match_finder mf) in lzma_mf_is_supported()
|
H A D | lz_encoder.h | 222 mf_ptr(const lzma_mf *mf) in mf_ptr() 230 mf_avail(const lzma_mf *mf) in mf_avail() 239 mf_unencoded(const lzma_mf *mf) in mf_unencoded() 253 mf_position(const lzma_mf *mf) in mf_position() 268 mf_skip(lzma_mf *mf, uint32_t amount) in mf_skip() 280 mf_read(lzma_mf *mf, uint8_t *out, size_t *out_pos, size_t out_size, in mf_read()
|
/minix3/external/bsd/llvm/dist/clang/test/Frontend/ |
H A D | ast-main.cpp | 12 T *S<T>::mf() { in mf() function in S
|
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.spec/temp.explicit/ |
H A D | p5.cpp | 5 void mf() { } in mf() function in N::Y
|
H A D | p2.cpp | 4 template<class T> class Array { void mf() { } }; in mf() function in Array
|
/minix3/external/bsd/bind/dist/lib/dns/rdata/generic/ |
H A D | mf_4.c | 132 dns_rdata_mf_t *mf = source; in fromstruct_mf() local 149 dns_rdata_mf_t *mf = target; in tostruct_mf() local 172 dns_rdata_mf_t *mf = source; in freestruct_mf() local
|
H A D | mf_4.h | 29 dns_name_t mf; member
|
/minix3/external/public-domain/xz/dist/src/liblzma/lzma/ |
H A D | lzma_encoder.c | 46 literal(lzma_coder *coder, lzma_mf *mf, uint32_t position) in literal() 234 encode_symbol(lzma_coder *coder, lzma_mf *mf, in encode_symbol() 268 encode_init(lzma_coder *coder, lzma_mf *mf) in encode_init() 312 lzma_lzma_encode(lzma_coder *restrict coder, lzma_mf *restrict mf, in lzma_lzma_encode() 405 lzma_encode(lzma_coder *restrict coder, lzma_mf *restrict mf, in lzma_encode()
|
H A D | lzma_encoder_optimum_fast.c | 21 lzma_lzma_optimum_fast(lzma_coder *restrict coder, lzma_mf *restrict mf, in lzma_lzma_optimum_fast()
|
H A D | lzma2_encoder.c | 136 lzma2_encode(lzma_coder *restrict coder, lzma_mf *restrict mf, in lzma2_encode()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | CalcSpillWeights.h | 64 : MF(mf), LIS(lis), Loops(loops), MBFI(mbfi), normalize(norm) {} in MF() argument
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/ |
H A D | EdgeBundles.cpp | 39 bool EdgeBundles::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
H A D | RegisterClassInfo.cpp | 35 void RegisterClassInfo::runOnMachineFunction(const MachineFunction &mf) { in runOnMachineFunction()
|
H A D | RegAllocBasic.cpp | 269 bool RABasic::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
H A D | LiveDebugVariables.cpp | 479 bool LDVImpl::collectDebugValues(MachineFunction &mf) { in collectDebugValues() 702 bool LDVImpl::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction() 719 static void removeDebugValues(MachineFunction &mf) { in removeDebugValues() 731 bool LiveDebugVariables::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
H A D | InterferenceCache.cpp | 42 void InterferenceCache::init(MachineFunction *mf, in init()
|
H A D | InterferenceCache.h | 99 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) { in clear()
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/ |
H A D | AArch64StorePairSuppress.cpp | 118 bool AArch64StorePairSuppress::runOnMachineFunction(MachineFunction &mf) { in runOnMachineFunction()
|
/minix3/lib/libkvm/ |
H A D | kvm.c | 226 _kvm_open(kvm_t *kd, const char *uf, const char *mf, const char *sf, int flag, in _kvm_open() 695 kvm_openfiles(const char *uf, const char *mf, const char *sf, in kvm_openfiles() 709 kvm_open(const char *uf, const char *mf, const char *sf, int flag, in kvm_open()
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | ScheduleDAGVLIW.cpp | 71 ScheduleDAGVLIW(MachineFunction &mf, in ScheduleDAGVLIW()
|
/minix3/external/bsd/llvm/dist/clang/test/Analysis/ |
H A D | stack-addr-ps.cpp | 70 int *mf() { in mf() function
|
/minix3/external/bsd/bind/dist/bin/tests/ |
H A D | rdata_test.c | 163 static dns_rdata_mf_t mf; in viastruct() local 435 static dns_rdata_mf_t mf; in viastruct() local
|
/minix3/usr.bin/netstat/ |
H A D | main.c | 331 prepare_kvmd(const char *nf, const char *mf, char *errbuf) in prepare_kvmd() 342 prepare(const char *nf, const char *mf, struct protox *tp) in prepare()
|
/minix3/common/lib/libprop/ |
H A D | prop_object.c | 912 struct _prop_object_internalize_mapped_file *mf; in _prop_object_internalize_map_file() local 984 struct _prop_object_internalize_mapped_file *mf) in _prop_object_internalize_unmap_file()
|