/freebsd/contrib/sqlite3/tea/generic/ |
H A D | tclsqlite3.c | 131 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member 146 Tcl_Interp *interp; /* The TCL interpret to execute the function */ member 179 Tcl_Interp *interp; /* The interpreter used for this database */ member 250 Tcl_UnregisterChannel(pDb->interp, p->channel); in closeIncrblobChannels() 259 Tcl_Interp *interp in incrblobClose() argument 280 Tcl_SetResult(interp, (char *)sqlite3_errmsg(db), TCL_VOLATILE); in incrblobClose() 416 Tcl_Interp *interp, in createIncrblobChannel() argument 436 Tcl_SetResult(interp, (char *)sqlite3_errmsg(pDb->db), TCL_VOLATILE); in createIncrblobChannel() 446 Tcl_RegisterChannel(interp, p->channel); in createIncrblobChannel() 457 Tcl_SetResult(interp, (char *)Tcl_GetChannelName(p->channel), TCL_VOLATILE); in createIncrblobChannel() [all …]
|
/freebsd/lib/libveriexec/ |
H A D | exec_script.c | 127 const char *interp; in main() local 134 interp = NULL; in main() 138 interp = optarg; in main() 152 c = execv_script(interp, argv); in main() 153 err(2, "exec_script(%s,%s)", interp, argv[0]); in main()
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | BreakpointResolverScripted.cpp | 109 ScriptInterpreter *interp = GetScriptInterpreter(); in SearchCallback() 110 should_continue = interp->ScriptedBreakpointResolverSearchCallback( in SearchCallback() 123 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDepth() 124 depth = interp->ScriptedBreakpointResolverSearchDepth( in GetDepth() 135 ScriptInterpreter *interp = GetScriptInterpreter(); in GetDescription() 136 interp->GetShortHelpForCommandObject(m_implementation_sp, in GetDescription() 111 ScriptInterpreter *interp = GetScriptInterpreter(); SearchCallback() local 125 ScriptInterpreter *interp = GetScriptInterpreter(); GetDepth() local 137 ScriptInterpreter *interp = GetScriptInterpreter(); GetDescription() local
|
/freebsd/sys/tools/sound/ |
H A D | feeder_rate_mkfilter.awk | 600 function init_coeff_interpolator(interp) 605 if (interp == "ZOH" || interp == "LINEAR" || \ 606 interp == "QUADRATIC" || interp == "HERMITE" || \ 607 interp == "BSPLINE" || interp == "OPT32X" || \ 608 interp == "OPT16X" || interp == "OPT8X" || \ 609 interp == "OPT4X" || interp == "OPT2X") 610 Z_COEFF_INTERPOLATOR = interp;
|
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | PrimType.cpp | 18 using namespace clang::interp; 21 namespace interp { namespace
|
H A D | PrimType.h | 22 namespace interp { 60 interp::CastKind CK) { 62 case interp::CastKind::Reinterpret: 65 case interp::CastKind::Atomic:
|
H A D | Frame.cpp | 12 using namespace clang::interp;
|
H A D | Opcode.h | 19 namespace interp {
|
H A D | Floating.cpp | 12 namespace interp { namespace
|
H A D | InterpShared.h | 18 namespace interp {
|
H A D | Primitives.h | 22 namespace interp {
|
H A D | InterpShared.cpp | 14 namespace interp { namespace
|
/freebsd/sys/kern/ |
H A D | imgact_elf.c | 88 const char *interp, int32_t *osrel, uint32_t *fctl0); 337 __elfN(get_brandinfo)(struct image_params *imgp, const char *interp, in __elfN() 345 interp_name_len = interp != NULL ? strlen(interp) + 1 : 0; in __elfN() 360 if (interp != NULL && (bi->flags & BI_BRAND_ONLY_STATIC) != 0) in __elfN() 384 if (ret && bi_m == NULL && interp != NULL && in __elfN() 387 strncmp(interp, bi->interp_path, interp_name_len) in __elfN() 403 (interp != NULL && (bi->flags & BI_BRAND_ONLY_STATIC) != 0)) in __elfN() 422 interp_name_len && strncmp(interp, in __elfN() 447 if (interp != NULL) { in __elfN() 458 strncmp(interp, bi->interp_path, interp_name_len) in __elfN() [all …]
|
/freebsd/sys/dev/ath/ath_hal/ar5210/ |
H A D | ar5210_reset.c | 620 uint32_t interp; in getPcdac() local 631 interp = (350 * (pRD->pcdac[i] - pRD->pcdac[i-1])) + 999; in getPcdac() 632 interp = (interp / 1000) + pRD->pcdac[i-1]; in getPcdac() 633 return interp; in getPcdac() 662 uint32_t interp; in getGainF() local 707 interp = ((pcdac - pRD->pcdac[low]) * 1000) / in getGainF() 713 interp = ((interp * (pRD->gainF[high] - pRD->gainF[low])) + 999) / 1000; in getGainF() 716 return interp + pRD->gainF[low]; in getGainF()
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBDebugger.cpp | 289 SBCommandInterpreter interp = debugger.GetCommandInterpreter(); in Create() local 291 interp.get()->SkipLLDBInitFiles(false); in Create() 292 interp.get()->SkipAppInitFiles(false); in Create() 294 interp.SourceInitFileInGlobalDirectory(result); in Create() 295 interp.SourceInitFileInHomeDirectory(result, false); in Create() 297 interp.get()->SkipLLDBInitFiles(true); in Create() 298 interp.get()->SkipAppInitFiles(true); in Create() 730 lldb_private::ScriptInterpreter *interp = in GetScriptInterpreterInfo() local 732 if (interp) { in GetScriptInterpreterInfo() 733 data.m_impl_up->SetObjectSP(interp->GetInterpreterInfo()); in GetScriptInterpreterInfo() [all …]
|
/freebsd/stand/efi/loader/arch/arm64/ |
H A D | arm64.ldscript | 74 .interp : { *(.interp) }
|
/freebsd/stand/efi/loader/arch/riscv/ |
H A D | riscv.ldscript | 73 .interp : { *(.interp) }
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Breakpoint/ |
H A D | BreakpointOptions.h | 48 CommandData(const StringList &user_source, lldb::ScriptLanguage interp) in CommandData() 49 : user_source(user_source), interpreter(interp), stop_on_error(true) {} in CommandData()
|
/freebsd/stand/uboot/arch/arm/ |
H A D | arm.ldscript | 18 .interp : { *(.interp) }
|
/freebsd/sys/conf/ |
H A D | ldscript.riscv | 23 .interp : { *(.interp) }
|
H A D | ldscript.powerpcspe | 31 .interp : { *(.interp) }
|
H A D | ldscript.powerpc | 31 .interp : { *(.interp) }
|
/freebsd/stand/i386/ |
H A D | boot.ldscript | 15 /DISCARD/ : { *(.interp) }
|
/freebsd/stand/powerpc/ofw/ |
H A D | ppc-common.ldscript | 13 .interp : { *(.interp) } :text
|
/freebsd/stand/uboot/arch/powerpc/ |
H A D | powerpc.ldscript | 12 .interp : { *(.interp) }
|