Home
last modified time | relevance | path

Searched full:tcc (Results 1 – 25 of 62) sorted by relevance

123

/freebsd/sys/contrib/libsodium/
H A D.travis.yml15 …- env CC=tcc CFLAGS='-w' ./configure --prefix=/tmp --disable-dependency-tracking --disable-shared …
17 …- env CC=tcc CPPFLAGS='-I/tmp/include' LDFLAGS='-L/tmp/lib' LD_LIBRARY_PATH='/tmp/lib' ./test/cons…
33 - tcc
/freebsd/contrib/tcpdump/
H A Dprint-juniper.c220 { JUNIPER_IFML_PPP_TCC, "PPP-TCC" },
221 { JUNIPER_IFML_FRAMERELAY_TCC, "Frame-Relay-TCC" },
222 { JUNIPER_IFML_FRAMERELAY_EXT_TCC, "Extended FR-TCC" },
223 { JUNIPER_IFML_CISCOHDLC_TCC, "Cisco-HDLC-TCC" },
229 { JUNIPER_IFML_ETHERNET_TCC, "Ethernet-TCC" },
230 { JUNIPER_IFML_VLAN_TCC, "VLAN-TCC" },
231 { JUNIPER_IFML_EXTENDED_VLAN_TCC, "Extended-VLAN-TCC" },
330 { JUNIPER_IFLE_ATM_SNAP_TCC, "ATM SNAP TCC" },
331 { JUNIPER_IFLE_ATM_TCC, "ATM VCMUX TCC" },
336 { JUNIPER_IFLE_CISCOHDLC_TCC, "C-HDLC TCC" },
[all …]
H A Dip.h108 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dtelnet.c1831 int tcc; in telsnd() local
1836 tcc = 0; in telsnd()
1842 if (tcc == 0) { in telsnd()
1849 tcc = ring_full_consecutive(&ttyiring); in telsnd()
1850 if (tcc == 0) { in telsnd()
1854 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd()
1875 command(0, (char *)tbp, tcc); in telsnd()
1877 count += tcc; in telsnd()
1878 tcc = 0; in telsnd()
1883 ++tcc; in telsnd()
[all …]
/freebsd/contrib/telnet/telnet/
H A Dtelnet.c1910 int tcc; in telsnd() local
1915 tcc = 0; in telsnd()
1921 if (tcc == 0) { in telsnd()
1928 tcc = ring_full_consecutive(&ttyiring); in telsnd()
1929 if (tcc == 0) { in telsnd()
1933 c = *tbp++ & 0xff, sc = strip(c), tcc--; count++; in telsnd()
1954 command(0, tbp, tcc); in telsnd()
1956 count += tcc; in telsnd()
1957 tcc = 0; in telsnd()
1962 ++tcc; in telsnd()
[all …]
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp253 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction() local
266 TCC->getConstructorAfterElision(), State, BldrCtx, LCtx, in computeObjectUnderConstruction()
267 TCC->getConstructionContextAfterElision(), CallOpts); in computeObjectUnderConstruction()
282 const auto *TCC = cast<TemporaryObjectConstructionContext>(CC); in computeObjectUnderConstruction() local
283 const MaterializeTemporaryExpr *MTE = TCC->getMaterializedTemporaryExpr(); in computeObjectUnderConstruction()
456 const auto *TCC = cast<ElidedTemporaryObjectConstructionContext>(CC); in updateObjectsUnderConstruction() local
458 V, TCC->getConstructorAfterElision(), State, LCtx, in updateObjectsUnderConstruction()
459 TCC->getConstructionContextAfterElision(), CallOpts); in updateObjectsUnderConstruction()
463 State, TCC->getConstructorAfterElision(), LCtx, V); in updateObjectsUnderConstruction()
466 if (const auto *BTE = TCC->getCXXBindTemporaryExpr()) in updateObjectsUnderConstruction()
[all …]
/freebsd/contrib/openpam/m4/
H A Dax_compiler_vendor.m418 # "tcc" (Tiny CC) or "unknown" (if the compiler cannot be determined).
94 tcc: __TINYC__
/freebsd/contrib/llvm-project/clang/lib/Headers/cuda_wrappers/bits/
H A Dbasic_string.tcc7 #include_next "bits/basic_string.tcc"
/freebsd/sys/arm64/nvidia/tegra210/
H A Dtegra210_coretemp.c233 "Delta between TCC activation and current temperature"); in tegra210_coretemp_attach()
241 "TCC activation temperature"); in tegra210_coretemp_attach()
/freebsd/sys/arm/nvidia/tegra124/
H A Dtegra124_coretemp.c229 "Delta between TCC activation and current temperature"); in tegra124_coretemp_attach()
237 "TCC activation temperature"); in tegra124_coretemp_attach()
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/
H A DMSP430ISelLowering.cpp1048 MSP430CC::CondCodes TCC = MSP430CC::COND_INVALID; in EmitCMP() local
1052 TCC = MSP430CC::COND_E; // aka COND_Z in EmitCMP()
1059 TCC = MSP430CC::COND_NE; // aka COND_NZ in EmitCMP()
1074 TCC = MSP430CC::COND_LO; in EmitCMP()
1077 TCC = MSP430CC::COND_HS; // aka COND_C in EmitCMP()
1088 TCC = MSP430CC::COND_HS; in EmitCMP()
1091 TCC = MSP430CC::COND_LO; // aka COND_NC in EmitCMP()
1102 TCC = MSP430CC::COND_L; in EmitCMP()
1105 TCC = MSP430CC::COND_GE; in EmitCMP()
1116 TCC = MSP430CC::COND_GE; in EmitCMP()
[all …]
/freebsd/sys/x86/cpufreq/
H A Dp4tcc.c161 * On boot, the TCC is usually in Automatic mode where reading the in p4tcc_attach()
291 * to cache this since there is no reliable way to check if TCC is in in p4tcc_set()
/freebsd/sys/dev/coretemp/
H A Dcoretemp.c287 "Delta between TCC activation and current temperature"); in coretemp_attach()
295 "TCC activation temperature"); in coretemp_attach()
/freebsd/sys/arm/ti/
H A Dti_edma3.h47 uint32_t tcc:6; /* Transfer complete code */ member
H A Dti_edma3.c323 /* Set TCC in corresponding PaRAM Entry */ in ti_edma3_request_dma_ch()
350 /* Set TCC in corresponding PaRAM Entry */ in ti_edma3_request_qdma_ch()
/freebsd/share/man/man9/
H A Dcdefs.936 .It TinyC (tcc) Ta 0.9
40 Due to testing constraints, tcc and pcc may not always work.
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetProperties.td143 def InheritTCC: Property<"inherit-tcc", "Boolean">,
145 …Desc<"Inherit the TCC permissions from the inferior's parent instead of making the process itself …
/freebsd/sys/netinet/
H A Dip.h151 #define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
/freebsd/lib/clang/headers/
H A DMakefile216 CUDB+= cuda_wrappers/bits/basic_string.tcc
/freebsd/contrib/openbsm/config/
H A Ddepcomp328 tcc)
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
/freebsd/contrib/openpam/
H A Ddepcomp328 tcc)
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp328 tcc)
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
/freebsd/contrib/ntp/sntp/libevent/
H A Ddepcomp328 tcc)
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
/freebsd/contrib/file/
H A Ddepcomp328 tcc)
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26
/freebsd/contrib/libevent/build-aux/
H A Ddepcomp328 tcc)
329 # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26

123