Home
last modified time | relevance | path

Searched full:tint (Results 1 – 22 of 22) sorted by relevance

/freebsd/lib/libc/stdtime/
H A Dtime32.c92 _int_to_time(int tint) in _int_to_time() argument
95 return(_time32_to_time(tint)); in _int_to_time()
96 return((time_t)tint); in _int_to_time()
/freebsd/usr.bin/getconf/
H A Dfake-gperf.awk27 print "\tint key;";
28 print "\tint valid;";
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DQualTypeNames.h36 // tuple<int> TInt;
38 // TInt's type will be named, "std::tuple<int>".
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dcirrus,clps711x-intc.txt23 11: TINT 64Hz tick
H A Dcirrus,ep7209-intc.yaml27 11: TINT 64Hz tick
H A Drenesas,rzv2h-icu.yaml18 TINT), error interrupts, DMAC requests, GPT interrupts, and internal
/freebsd/lib/libc/tests/secure/
H A Dgenerate-fortify-tests.lua124 local socket_stackvars = "\tint sock[2] = { -1, -1 };\n"
808 stackvars = "\tint intlen = (int)__len;\n",
839 stackvars = "\tint fd;\n",
853 stackvars = "\tint fd;\n",
932 stackvars = "\tint fd;\n",
1235 vars = vars .. "\tint __status;\n"
/freebsd/include/
H A Dtimeconv.h58 time_t _int_to_time(int tint);
/freebsd/usr.bin/rpcgen/
H A Drpc_svcout.c139 f_print(fout, "\tint i;\n"); in write_most()
419 f_print(fout, "\t\tint fill;\n"); in write_program()
579 f_print(fout, "\tint sock;\n"); in write_inetmost()
580 f_print(fout, "\tint proto;\n"); in write_inetmost()
708 f_print(fout, "\t\tint i, openfd;\n"); in write_timeout_func()
776 f_print(fout, "\t\tint pmclose;\n"); in write_pm_most()
H A Drpc_cout.c546 f_print(fout, "\tint i;\n"); in emit_struct()
/freebsd/crypto/openssl/crypto/asn1/
H A Dtasn_dec.c839 ASN1_INTEGER **tint; in asn1_ex_c2i() local
891 tint = (ASN1_INTEGER **)pval; in asn1_ex_c2i()
892 if (!ossl_c2i_ASN1_INTEGER(tint, &cont, len)) in asn1_ex_c2i()
895 (*tint)->type = utype | ((*tint)->type & V_ASN1_NEG); in asn1_ex_c2i()
/freebsd/contrib/ncurses/ncurses/base/
H A DMKunctrl.awk144 print "\tint check = (int) ChCharOf(ch);"
/freebsd/sys/tools/
H A Dvnode_if.awk348 printh("\tint rc;")
400 printc("\tint rc;");
H A Dfw_stub.awk155 printc("\tint error;\
/freebsd/contrib/flex/src/
H A Dgen.c1883 outn ("\t\tint c = '*'; \\"); in make_tables()
1884 outn ("\t\tint n; \\"); in make_tables()
/freebsd/sys/dev/le/
H A Dlancereg.h284 \12TINT\11IDON\10INTR\07INEA\06RXON\05TXON\04TDMD\03STOP\02STRT\01INIT"
/freebsd/contrib/tcsh/
H A Dsh.init.c911 mesg[SIGTINT].iname = "TINT"; in mesginit()
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1098 …out_vectors += "\tint ret, cmp;\n\tret = nn_init_from_buf(out, k_buf, sizeof(k_buf)); EG(ret, err)…
1147 …out_vectors += "\tint ret, cmp;\n\tret = nn_init_from_buf(out, k_buf, sizeof(k_buf)); EG(ret, err)…
/freebsd/usr.sbin/acpi/acpidump/
H A Dacpi.c374 printf("\tINT BASE=%d\n", int_base); in acpi_print_io_apic()
/freebsd/share/dict/
H A Dweb2a22187 flesh tint
27288 half tint
30092 India tint
64888 tint block
64890 tint meter
64891 tint photometer
64892 tint tool
66310 transition tint
H A Dweb2203747 tint
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp7402 Result += "\tint method_count;\n"; in RewriteObjCMethodsMetaData()