| /src/crypto/external/apache2/openssl/dist/crypto/idea/ |
| i_skey.c | 24 register IDEA_INT *kt, *kf, r0, r1, r2; local 36 kf = kt; 39 r2 = kf[1]; 40 r1 = kf[2]; 42 r0 = kf[3]; 44 r1 = kf[4]; 46 r0 = kf[5]; 48 r1 = kf[6]; 50 r0 = kf[7]; 52 r1 = kf[0] [all...] |
| /src/crypto/external/bsd/openssl/dist/crypto/idea/ |
| i_skey.c | 25 register IDEA_INT *kt, *kf, r0, r1, r2; local 37 kf = kt; 40 r2 = kf[1]; 41 r1 = kf[2]; 43 r0 = kf[3]; 45 r1 = kf[4]; 47 r0 = kf[5]; 49 r1 = kf[6]; 51 r0 = kf[7]; 53 r1 = kf[0] [all...] |
| /src/crypto/external/bsd/openssl.old/dist/crypto/idea/ |
| i_skey.c | 18 register IDEA_INT *kt, *kf, r0, r1, r2; local 30 kf = kt; 33 r2 = kf[1]; 34 r1 = kf[2]; 36 r0 = kf[3]; 38 r1 = kf[4]; 40 r0 = kf[5]; 42 r1 = kf[6]; 44 r0 = kf[7]; 46 r1 = kf[0] [all...] |
| /src/sys/arch/m68k/m68k/ |
| compat_16_machdep.c | 92 struct sigframe_sigcontext *fp = getframe(l, sig, &onstack), kf; local 107 kf.sf_ra = (int)p->p_sigctx.ps_sigcode; 111 kf.sf_ra = (int)ps->sa_sigdesc[sig].sd_tramp; 119 kf.sf_signum = sig; 120 kf.sf_code = code; 121 kf.sf_scp = &fp->sf_sc; 129 kf.sf_state.ss_flags = SS_USERREGS; 130 memcpy(kf.sf_state.ss_frame.f_regs, frame->f_regs, 137 kf.sf_state.ss_flags |= SS_RTEFRAME; 138 kf.sf_state.ss_frame.f_format = frame->f_format [all...] |
| sunos_machdep.c | 104 struct sunos_sigframe *fp = getframe(l, sig, &onstack), kf; local 133 kf.sf_signum = sig; 134 kf.sf_code = code; 135 kf.sf_scp = &fp->sf_sc; 136 kf.sf_addr = ~0; /* means: not computable */ 139 kf.sf_sc.sc_sp = frame->f_regs[SP]; 140 kf.sf_sc.sc_pc = frame->f_pc; 141 kf.sf_sc.sc_ps = frame->f_sr; 144 kf.sf_sc.sc_onstack = l->l_sigstk.ss_flags & SS_ONSTACK; 147 native_sigset_to_sigset13(mask, &kf.sf_sc.sc_mask) [all...] |
| sig_machdep.c | 156 struct sigframe_siginfo *fp = getframe(l, sig, &onstack), kf; local 161 memset(&kf, 0, sizeof(kf)); 162 kf.sf_ra = (int)ps->sa_sigdesc[sig].sd_tramp; 163 kf.sf_signum = sig; 164 kf.sf_sip = &fp->sf_si; 165 kf.sf_ucp = &fp->sf_uc; 166 kf.sf_si._info = ksi->ksi_info; 167 kf.sf_uc.uc_flags = _UC_SIGMASK; 168 kf.sf_uc.uc_sigmask = *mask [all...] |
| /src/sys/compat/linux/arch/m68k/ |
| linux_machdep.c | 105 struct linux_sigframe *fp, kf; local 121 memset(&kf, 0, sizeof(kf)); 124 kf.sf_psigtramp = fp->sf_sigtramp; /* return addr for handler */ 125 kf.sf_signum = native_to_linux_signo[sig]; 126 kf.sf_code = frame->f_vector; /* Does anyone use it? */ 127 kf.sf_scp = &fp->sf_c.c_sc; 130 kf.sf_sigtramp[0] = LINUX_SF_SIGTRAMP0; 131 kf.sf_sigtramp[1] = LINUX_SF_SIGTRAMP1; 139 kf.sf_c.c_sc.sc_d0 = frame->f_regs[D0] 269 struct linux_rt_sigframe *fp, kf; local [all...] |
| /src/external/gpl3/gcc/dist/gcc/analyzer/ |
| known-function-manager.cc | 61 std::unique_ptr<known_function> kf) 65 m_map_id_to_kf.put (id, kf.release ()); 70 std::unique_ptr<known_function> kf) 74 m_std_ns_map_id_to_kf.put (id, kf.release ()); 79 std::unique_ptr<known_function> kf) 83 m_combined_fns_arr[name] = kf.release (); 88 std::unique_ptr<known_function> kf) 92 m_combined_fns_arr[ifn + END_BUILTINS] = kf.release ();
|
| known-function-manager.h | 46 void add (const char *name, std::unique_ptr<known_function> kf); 47 void add_std_ns (const char *name, std::unique_ptr<known_function> kf); 48 void add (enum built_in_function name, std::unique_ptr<known_function> kf); 49 void add (enum internal_fn ifn, std::unique_ptr<known_function> kf);
|
| /src/external/lgpl3/mpfr/dist/src/ |
| ui_pow_ui.c | 84 mpfr_t kf; local 99 mpfr_init2 (kf, size_k); 100 inexact = mpfr_set_ui (kf, k, MPFR_RNDN); 104 MPFR_BLOCK (flags, inexact = mpfr_pow_z (x, kf, z, rnd);); 106 mpfr_clear (kf);
|
| /src/sys/arch/x68k/dev/ |
| ite_tv.c | 312 volatile uint16_t *kf; local 320 kf = (volatile uint16_t *)tv_kfont[hi]; 321 kf += lo * FONTHEIGHT; 324 *(uint16_t *)p = *kf++; 340 volatile uint16_t *kf; local 348 kf = (volatile uint16_t *)tv_kfont[hi]; 349 kf += lo * FONTHEIGHT; 352 *(uint16_t *)p = ~*kf++; 369 volatile uint16_t *kf; local 377 kf = (volatile uint16_t *)tv_kfont[hi] 417 volatile uint16_t *kf; local 454 volatile uint16_t *kf; local 486 volatile uint16_t *kf; local 523 volatile uint16_t *kf; local 570 volatile uint16_t *kf; local [all...] |
| /src/crypto/external/bsd/heimdal/dist/etc/ |
| services.append | 24 kf 2110/tcp # forward credentials
|
| /src/sys/miscfs/kernfs/ |
| kernfs.h | 170 #define KERNFS_ALLOCTYPE(kf) kernfs_alloctype(sizeof((kf)) / \ 171 sizeof((kf)[0]), (kf))
|
| kernfs_vnops.c | 255 kernfs_alloctype(int nkf, const struct kernfs_fileop *kf) 274 skf.kf_fileop = kf[i].kf_fileop; 276 fkf->kf_vop = kf[i].kf_vop; 285 struct kernfs_fileop *kf, skf; local 289 if ((kf = SPLAY_FIND(kfsfileoptree, &kfsfileoptree, &skf))) 290 if (kf->kf_vop) 291 return kf->kf_vop(v); 299 struct kernfs_fileop *kf, skf; local 303 if ((kf = SPLAY_FIND(kfsfileoptree, &kfsfileoptree, &skf))) 304 if (kf->kf_xread 313 struct kernfs_fileop *kf, skf; local [all...] |
| /src/crypto/external/apache2/openssl/dist/test/recipes/ |
| 15-test_ml_dsa_codecs.t | 49 my $kf = $formats{$f}; 53 my $in = data_file($kf); 84 while (my ($f, $kf) = each %formats) { 85 my $sk = data_file($kf); 152 while (my ($f, $kf) = each %formats) { 156 ok(run(app(['openssl', 'pkey', '-in', data_file($kf),
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| fbsd-nat.c | 327 struct kinfo_file *kf = fdtbl.get (); local 328 for (int i = 0; i < nfd; i++, kf++) 330 if (kf->kf_type == KF_TYPE_VNODE && kf->kf_fd == KF_FD_TYPE_CWD) 332 cwd = kf->kf_path; 344 struct kinfo_file *kf = fdtbl.get (); local 345 for (int i = 0; i < nfd; i++, kf++) 347 if (kf->kf_type == KF_TYPE_VNODE && kf->kf_fd == KF_FD_TYPE_TEXT) 349 exe = kf->kf_path 362 struct kinfo_file *kf = fdtbl.get (); local [all...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| fbsd-nat.c | 327 struct kinfo_file *kf = fdtbl.get (); local 328 for (int i = 0; i < nfd; i++, kf++) 330 if (kf->kf_type == KF_TYPE_VNODE && kf->kf_fd == KF_FD_TYPE_CWD) 332 cwd = kf->kf_path; 344 struct kinfo_file *kf = fdtbl.get (); local 345 for (int i = 0; i < nfd; i++, kf++) 347 if (kf->kf_type == KF_TYPE_VNODE && kf->kf_fd == KF_FD_TYPE_TEXT) 349 exe = kf->kf_path 362 struct kinfo_file *kf = fdtbl.get (); local [all...] |
| /src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/renesas/ |
| Makefile | 38 dtb-$(CONFIG_ARCH_R8A77951) += r8a77951-ulcb-kf.dtb 47 dtb-$(CONFIG_ARCH_R8A77960) += r8a77960-ulcb-kf.dtb 53 dtb-$(CONFIG_ARCH_R8A77961) += r8a77961-ulcb-kf.dtb 62 dtb-$(CONFIG_ARCH_R8A77965) += r8a77965-ulcb-kf.dtb 101 dtb-$(CONFIG_ARCH_R8A77951) += r8a779m1-ulcb-kf.dtb 107 dtb-$(CONFIG_ARCH_R8A77961) += r8a779m3-ulcb-kf.dtb
|
| /src/external/mit/libuv/dist/src/unix/ |
| kqueue.c | 530 struct kinfo_file kf; local 540 kf.kf_structsize = sizeof(kf); 541 if (fcntl(handle->event_watcher.fd, F_KINFO, &kf) == 0) 542 path = uv__basename_r(kf.kf_path);
|
| /src/external/mpl/bind/dist/bin/tests/system/nsec3/ans7/ |
| ans.py | 118 for kf in keys: 119 pub = kf.replace(".private", ".key") 123 with open(kf, "r", encoding="utf-8") as pf: 132 tag = int(kf.split("+")[-1].replace(".private", ""))
|
| /src/external/zlib/pigz/dist/ |
| Makefile | 49 ./pigz -kf pigz.c ; ./pigz -t pigz.c.gz 68 ./pigzn -kf pigz.c ; ./pigz -t pigz.c.gz
|
| /src/usr.bin/sockstat/ |
| sockstat.c | 549 print_socket(struct kinfo_file *kf, struct kinfo_pcb *kp, struct kinfo_proc2 *p) 570 printf("%-5d ", (int)kf->ki_pid); 571 printf("%2d ", (int)kf->ki_fd);
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/ |
| nouveau_dispnv04_tvmodesnv17.c | 270 int64_t kf; member in struct:filter_params 347 + (p->kf + p->kif*i + p->ki2f*i*i +
|
| /src/sys/kern/ |
| kern_descrip.c | 2244 struct kinfo_file kf; local 2265 out_size = MIN(sizeof(kf), elem_size); 2343 fill_file2(&kf, fp, ff, i, p->p_pid); 2347 &kf, dp, out_size);
|
| /src/external/gpl3/gcc/usr.bin/gcc/arch/aarch64/ |
| defs.mk | 27 G_OBJS= gimple-match-1.o gimple-match-2.o gimple-match-3.o gimple-match-4.o gimple-match-5.o gimple-match-6.o gimple-match-7.o gimple-match-8.o gimple-match-9.o gimple-match-10.o gimple-match-exports.o generic-match-1.o generic-match-2.o generic-match-3.o generic-match-4.o generic-match-5.o generic-match-6.o generic-match-7.o generic-match-8.o generic-match-9.o generic-match-10.o insn-attrtab.o insn-automata.o insn-dfatab.o insn-emit-1.o insn-emit-2.o insn-emit-3.o insn-emit-4.o insn-emit-5.o insn-emit-6.o insn-emit-7.o insn-emit-8.o insn-emit-9.o insn-emit-10.o insn-extract.o insn-latencytab.o insn-modes.o insn-opinit.o insn-output.o insn-peep.o insn-preds.o insn-recog.o insn-enums.o ggc-page.o adjust-alignment.o alias.o alloc-pool.o auto-inc-dec.o auto-profile.o bb-reorder.o bitmap.o builtins.o caller-save.o calls.o ccmp.o cfg.o cfganal.o cfgbuild.o cfgcleanup.o cfgexpand.o cfghooks.o cfgloop.o cfgloopanal.o cfgloopmanip.o cfgrtl.o ctfc.o ctfout.o btfout.o symtab.o symtab-thunks.o symtab-clones.o cgraph.o cgraphbuild.o cgraphunit.o cgraphclones.o combine.o combine-stack-adj.o compare-elim.o context.o convert.o coroutine-passes.o coverage.o cppbuiltin.o cppdefault.o cprop.o cse.o cselib.o data-streamer.o data-streamer-in.o data-streamer-out.o dbgcnt.o dce.o ddg.o debug.o df-core.o df-problems.o df-scan.o dfp.o digraph.o dojump.o dominance.o domwalk.o double-int.o dse.o dumpfile.o dwarf2asm.o dwarf2cfi.o dwarf2ctf.o dwarf2out.o early-remat.o emit-rtl.o et-forest.o except.o explow.o expmed.o expr.o fibonacci_heap.o file-prefix-map.o final.o fixed-value.o fold-const.o fold-const-call.o fold-mem-offsets.o function.o function-abi.o function-tests.o fwprop.o gcc-rich-location.o gcc-urlifier.o gcse.o gcse-common.o ggc-common.o ggc-tests.o gimple.o gimple-array-bounds.o gimple-builder.o gimple-expr.o gimple-if-to-switch.o gimple-iterator.o gimple-fold.o gimple-harden-conditionals.o gimple-harden-control-flow.o gimple-laddress.o gimple-loop-interchange.o gimple-loop-jam.o gimple-loop-versioning.o gimple-low.o gimple-lower-bitint.o gimple-predicate-analysis.o gimple-pretty-print.o gimple-range.o gimple-range-cache.o gimple-range-edge.o gimple-range-fold.o gimple-range-gori.o gimple-range-infer.o gimple-range-op.o gimple-range-phi.o gimple-range-trace.o gimple-ssa-backprop.o gimple-ssa-isolate-paths.o gimple-ssa-nonnull-compare.o gimple-ssa-sccopy.o gimple-ssa-split-paths.o gimple-ssa-store-merging.o gimple-ssa-strength-reduction.o gimple-ssa-sprintf.o gimple-ssa-warn-access.o gimple-ssa-warn-alloca.o gimple-ssa-warn-restrict.o gimple-streamer-in.o gimple-streamer-out.o gimple-walk.o gimple-warn-recursion.o gimplify.o gimplify-me.o godump.o graph.o graphds.o graphviz.o graphite.o graphite-isl-ast-to-gimple.o graphite-dependences.o graphite-optimize-isl.o graphite-poly.o graphite-scop-detection.o graphite-sese-to-poly.o gtype-desc.o haifa-sched.o hash-map-tests.o hash-set-tests.o hw-doloop.o hwint.o ifcvt.o ree.o inchash.o incpath.o init-regs.o internal-fn.o ipa-cp.o ipa-sra.o ipa-devirt.o ipa-fnsummary.o ipa-polymorphic-call.o ipa-split.o ipa-inline.o ipa-comdats.o ipa-free-lang-data.o ipa-visibility.o ipa-inline-analysis.o ipa-inline-transform.o ipa-modref.o ipa-modref-tree.o ipa-predicate.o ipa-profile.o ipa-prop.o ipa-param-manipulation.o ipa-pure-const.o ipa-icf.o ipa-icf-gimple.o ipa-reference.o ipa-ref.o ipa-utils.o ipa-strub.o ipa.o ira.o ira-build.o ira-costs.o ira-conflicts.o ira-color.o ira-emit.o ira-lives.o jump.o langhooks.o lcm.o lists.o loop-doloop.o loop-init.o loop-invariant.o loop-iv.o loop-unroll.o lower-subreg.o lra.o lra-assigns.o lra-coalesce.o lra-constraints.o lra-eliminations.o lra-lives.o lra-remat.o lra-spills.o lto-cgraph.o lto-streamer.o lto-streamer-in.o lto-streamer-out.o lto-section-in.o lto-section-out.o lto-opts.o lto-compress.o mcf.o mode-switching.o modulo-sched.o multiple_target.o omp-offload.o omp-expand.o omp-general.o omp-low.o omp-oacc-kernels-decompose.o omp-oacc-neuter-broadcast.o omp-simd-clone.o opt-problem.o optabs.o optabs-libfuncs.o optabs-query.o optabs-tree.o optinfo.o optinfo-emit-json.o options-save.o options-urls.o opts-global.o ordered-hash-map-tests.o passes.o plugin.o pointer-query.o postreload-gcse.o postreload.o predict.o print-rtl.o print-rtl-function.o print-tree.o profile.o profile-count.o range.o range-op.o range-op-float.o range-op-ptr.o read-md.o read-rtl.o read-rtl-function.o real.o realmpfr.o recog.o reg-stack.o regcprop.o reginfo.o regrename.o regstat.o regsub.o reload.o reload1.o reorg.o resource.o rtl-error.o rtl-ssa/accesses.o rtl-ssa/blocks.o rtl-ssa/changes.o rtl-ssa/functions.o rtl-ssa/insns.o rtl-ssa/movement.o rtl-tests.o rtl.o rtlhash.o rtlanal.o rtlhooks.o rtx-vector-builder.o run-rtl-passes.o sched-deps.o sched-ebb.o sched-rgn.o sel-sched-ir.o sel-sched-dump.o sel-sched.o selftest-rtl.o selftest-run-tests.o sese.o shrink-wrap.o simplify-rtx.o sparseset.o spellcheck.o spellcheck-tree.o splay-tree-utils.o sreal.o stack-ptr-mod.o statistics.o stmt.o stor-layout.o store-motion.o streamer-hooks.o stringpool.o substring-locations.o target-globals.o targhooks.o timevar.o toplev.o tracer.o trans-mem.o tree-affine.o asan.o tsan.o ubsan.o sanopt.o sancov.o tree-assume.o tree-call-cdce.o tree-cfg.o tree-cfgcleanup.o tree-chrec.o tree-complex.o tree-data-ref.o tree-dfa.o tree-diagnostic.o tree-diagnostic-client-data-hooks.o tree-diagnostic-path.o tree-dump.o tree-eh.o tree-emutls.o tree-if-conv.o tree-inline.o tree-into-ssa.o tree-iterator.o tree-logical-location.o tree-loop-distribution.o tree-nested.o tree-nrv.o tree-object-size.o tree-outof-ssa.o tree-parloops.o tree-phinodes.o tree-predcom.o tree-pretty-print.o tree-profile.o tree-scalar-evolution.o tree-sra.o tree-switch-conversion.o tree-ssa-address.o tree-ssa-alias.o tree-ssa-ccp.o tree-ssa-coalesce.o tree-ssa-copy.o tree-ssa-dce.o tree-ssa-dom.o tree-ssa-dse.o tree-ssa-forwprop.o tree-ssa-ifcombine.o tree-ssa-live.o tree-ssa-loop-ch.o tree-ssa-loop-im.o tree-ssa-loop-ivcanon.o tree-ssa-loop-ivopts.o tree-ssa-loop-manip.o tree-ssa-loop-niter.o tree-ssa-loop-prefetch.o tree-ssa-loop-split.o tree-ssa-loop-unswitch.o tree-ssa-loop.o tree-ssa-math-opts.o tree-ssa-operands.o gimple-range-path.o tree-ssa-phiopt.o tree-ssa-phiprop.o tree-ssa-pre.o tree-ssa-propagate.o tree-ssa-reassoc.o tree-ssa-sccvn.o tree-ssa-scopedtables.o tree-ssa-sink.o tree-ssa-strlen.o tree-ssa-structalias.o tree-ssa-tail-merge.o tree-ssa-ter.o tree-ssa-threadbackward.o tree-ssa-threadedge.o tree-ssa-threadupdate.o tree-ssa-uncprop.o tree-ssa-uninit.o tree-ssa.o tree-ssanames.o tree-stdarg.o tree-streamer.o tree-streamer-in.o tree-streamer-out.o tree-tailcall.o tree-vect-generic.o gimple-isel.o tree-vect-patterns.o tree-vect-data-refs.o tree-vect-stmts.o tree-vect-loop.o tree-vect-loop-manip.o tree-vect-slp.o tree-vect-slp-patterns.o tree-vectorizer.o tree-vector-builder.o tree-vrp.o tree.o tristate.o typed-splay-tree.o valtrack.o value-pointer-equiv.o value-query.o value-range.o value-range-pretty-print.o value-range-storage.o value-relation.o value-prof.o var-tracking.o varasm.o varpool.o vec-perm-indices.o vmsdbgout.o vr-values.o vtable-verify.o warning-control.o web.o wide-int.o wide-int-print.o aarch64.o analyzer/access-diagram.o analyzer/analysis-plan.o analyzer/analyzer.o analyzer/analyzer-language.o analyzer/analyzer-logging.o analyzer/analyzer-pass.o analyzer/analyzer-selftests.o analyzer/bar-chart.o analyzer/bounds-checking.o analyzer/call-details.o analyzer/call-info.o analyzer/call-string.o analyzer/call-summary.o analyzer/checker-event.o analyzer/checker-path.o analyzer/complexity.o analyzer/constraint-manager.o analyzer/diagnostic-manager.o analyzer/engine.o analyzer/feasible-graph.o analyzer/function-set.o analyzer/infinite-loop.o analyzer/infinite-recursion.o analyzer/kf.o analyzer/kf-analyzer.o analyzer/kf-lang-cp.o analyzer/known-function-manager.o analyzer/pending-diagnostic.o analyzer/program-point.o analyzer/program-state.o analyzer/ranges.o analyzer/record-layout.o analyzer/region.o analyzer/region-model.o analyzer/region-model-asm.o analyzer/region-model-manager.o analyzer/region-model-reachability.o analyzer/sm.o analyzer/sm-file.o analyzer/sm-fd.o analyzer/sm-malloc.o analyzer/sm-pattern-test.o analyzer/sm-sensitive.o analyzer/sm-signal.o analyzer/sm-taint.o analyzer/state-purge.o analyzer/store.o analyzer/supergraph.o analyzer/svalue.o analyzer/symbol.o analyzer/trimmed-graph.o analyzer/varargs.o aarch64-builtins.o aarch-common.o aarch64-sve-builtins.o aarch64-sve-builtins-shapes.o aarch64-sve-builtins-base.o aarch64-sve-builtins-sve2.o aarch64-sve-builtins-sme.o cortex-a57-fma-steering.o aarch64-speculation.o falkor-tag-collision-avoidance.o aarch-bti-insert.o aarch64-cc-fusion.o aarch64-early-ra.o aarch64-ldp-fusion.o netbsd.o host-netbsd.o
|