Searched refs:CONVERT (Results 1 – 11 of 11) sorted by relevance
/freebsd/usr.sbin/pstat/ |
H A D | pstat.c | 450 #define CONVERT(v) ((int64_t)(v) * pagesize / blocksize) macro 502 (intmax_t)CONVERT(nblks), in print_swap_line() 503 (intmax_t)CONVERT(bused), in print_swap_line() 504 (intmax_t)CONVERT(bavail), bpercent); in print_swap_line() 532 CONVERT(swtot.ksw_used), CONVERT(swtot.ksw_total)); in print_swap_total()
|
/freebsd/contrib/nvi/common/ |
H A D | conv.c | 74 #define CONVERT(str, left, src, len) \ macro 96 #define CONVERT(str, left, src, len) macro 122 CONVERT(str, left, src, len); in default_char2int() 140 CONVERT(str, left, src, len); in default_char2int()
|
/freebsd/contrib/lib9p/backend/ |
H A D | fs.c | 262 #define CONVERT(theirs, ours) \ in fs_oflags_dotu() macro 294 CONVERT(L9P_OTRUNC, O_TRUNC); in fs_oflags_dotu() 316 #undef CONVERT in fs_oflags_dotu() 334 #define CONVERT(theirs, ours) \ in fs_oflags_dotl() macro 379 CONVERT(L9P_L_O_EXCL, O_EXCL); in fs_oflags_dotl() 380 CONVERT(L9P_L_O_TRUNC, O_TRUNC); in fs_oflags_dotl() 381 CONVERT(L9P_L_O_DIRECTORY, O_DIRECTORY); in fs_oflags_dotl() 382 CONVERT(L9P_L_O_APPEND, O_APPEND); in fs_oflags_dotl() 383 CONVERT(L9P_L_O_NONBLOCK, O_NONBLOCK); in fs_oflags_dotl() 411 #undef CONVERT in fs_oflags_dotl()
|
/freebsd/usr.bin/top/ |
H A D | machine.c | 1593 #define CONVERT(v) ((quad_t)(v) * pagesize / 1024) in swapmode() macro 1609 *retavail = CONVERT(swapary[0].ksw_total); in swapmode() 1610 *retfree = CONVERT(swapary[0].ksw_total - swapary[0].ksw_used); in swapmode() 1612 #undef CONVERT in swapmode()
|
/freebsd/contrib/libxo/libxo/ |
H A D | libxo.c | 2670 #define CONVERT(_have, _need) (((_have) << 8) | (_need)) macro 2678 switch (CONVERT(have_enc, need_enc)) { in xo_check_conversion() 2679 case CONVERT(XF_ENC_UTF8, XF_ENC_UTF8): in xo_check_conversion() 2680 case CONVERT(XF_ENC_UTF8, XF_ENC_LOCALE): in xo_check_conversion() 2681 case CONVERT(XF_ENC_WIDE, XF_ENC_UTF8): in xo_check_conversion() 2682 case CONVERT(XF_ENC_WIDE, XF_ENC_LOCALE): in xo_check_conversion() 2683 case CONVERT(XF_ENC_LOCALE, XF_ENC_LOCALE): in xo_check_conversion() 2684 case CONVERT(XF_ENC_LOCALE, XF_ENC_UTF8): in xo_check_conversion()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86.td | 279 "Support AVX-NE-CONVERT instructions",
|
H A D | X86InstrSSE.td | 8277 // AVX-NE-CONVERT
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | funstack.ok | 2018 B. Housel CONVERT: A High Level Translation 2258 Vincent Y. Lum CONVERT: A High Level Translation
|
H A D | funstack.in | 15140 …title = "{\em CONVERT\/}: {A} High Level Translation Definition Language for Data Conversio… 15151 …CONVERT, which provides very powerful and highly flexible data restructuring capabilities. Its des… 15152 …annote = "A full description of the CONVERT language is given. It is fairly complete, and de… 17122 title = "{CONVERT}: {A} High Level Translation Definition Language for Data Conversion", 17134 …escribes a high level and nonprocedural translation definition language, CONVERT, which provides v…
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | BuiltinsX86.def | 2075 // AVX-NE-CONVERT
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | IntrinsicsX86.td | 5371 // AVX-NE-CONVERT
|