Home
last modified time | relevance | path

Searched refs:nops (Results 1 – 19 of 19) sorted by relevance

/freebsd/lib/libsys/
H A Dgetpagesizes.c51 static int nops; in getpagesizes() local
59 if (nops == 0) { in getpagesizes()
63 nops = nitems(ps); in getpagesizes()
64 while (nops > 0 && ps[nops - 1] == 0) in getpagesizes()
65 nops--; in getpagesizes()
68 return (nops); in getpagesizes()
70 if (nelem > nops) in getpagesizes()
71 nelem = nops; in getpagesizes()
/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dwrappers.c17 ctx->nops = ctx->nresults = 0; in wrapper_init()
32 assert(ctx->nops < 2); in wrapper_op_real()
33 ctx->mpfr_ops[ctx->nops] = r; in wrapper_op_real()
34 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_real()
35 ctx->size_ops[ctx->nops] = size; in wrapper_op_real()
36 ctx->nops++; in wrapper_op_real()
42 assert(ctx->nops < 2); in wrapper_op_complex()
43 ctx->mpc_ops[ctx->nops] = c; in wrapper_op_complex()
44 ctx->ieee_ops[ctx->nops] = ieee; in wrapper_op_complex()
45 ctx->size_ops[ctx->nops] = size; in wrapper_op_complex()
[all …]
H A Dwrappers.h11 int nops; member
/freebsd/contrib/sendmail/editmap/
H A Deditmap.c85 unsigned int nops = 0; local
149 nops++;
154 nops++;
159 nops++;
181 if ((nops != 1) ||
/freebsd/sbin/nvmecontrol/
H A Dpower.c63 uint8_t mps, nops, aps, apw; in power_list_one() local
66 nops = NVMEV(NVME_PWR_ST_NOPS, nps->mps_nops); in power_list_one()
81 nops ? '*' : ' ', nps->enlat / 1000, nps->enlat % 1000, in power_list_one()
/freebsd/tools/tools/crypto/
H A Dcryptotest.c507 int nops = alg->ishash ? count : 2*count; in runtests() local
509 nops *= threads; in runtests()
511 t, nops, alg->name, ealg? "+" : "", ealg? ealg->name : "", in runtests()
512 size, (double)nops*size / t, in runtests()
513 (double)nops*size / t * 8 / 1024 / 1024); in runtests()
/freebsd/contrib/bc/include/
H A Dprogram.h211 * @param nops The number of operands used by the instruction.
213 #define bc_program_retire(p, nres, nops) \ argument
214 (bc_vec_npopAt(&(p)->results, (nops), (p)->results.len - (nres + nops)))
/freebsd/sbin/ipfw/
H A Dipfw2.c2296 match_opcode(int opcode, const int opcodes[], size_t nops) in match_opcode() argument
2300 for (i = 0; i < nops; i++) in match_opcode()
2308 struct show_state *state, const int opcodes[], size_t nops, int portop, in print_address() argument
2317 if (match_opcode(cmd->opcode, opcodes, nops)) { in print_address()
2333 if (!match_opcode(cmd->opcode, opcodes, nops)) in print_address()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86Schedule.td510 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedBroadwell.td615 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedSkylakeClient.td615 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedHaswell.td624 // Nop, not very useful expect it provides a model for nops!
H A DX86ScheduleZnver3.td1401 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedSkylakeServer.td611 // Nop, not very useful expect it provides a model for nops!
H A DX86ScheduleZnver4.td1455 // Nop, not very useful expect it provides a model for nops!
H A DX86SchedIceLake.td616 // Nop, not very useful expect it provides a model for nops!
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyInstrSIMD.td1411 // Bitcasts are nops
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrInfo.td2353 // The POWER6 and POWER7 have special group-terminating nops.
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td5313 def mnop_mcount : Flag<["-"], "mnop-mcount">, HelpText<"Generate mcount/__fentry__ calls as nops. T…