/freebsd/lib/libsys/ |
H A D | getpagesizes.c | 51 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 D | wrappers.c | 17 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 D | wrappers.h | 11 int nops; member
|
/freebsd/contrib/sendmail/editmap/ |
H A D | editmap.c | 85 unsigned int nops = 0; local 149 nops++; 154 nops++; 159 nops++; 181 if ((nops != 1) ||
|
/freebsd/sbin/nvmecontrol/ |
H A D | power.c | 63 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 D | cryptotest.c | 507 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 D | program.h | 211 * @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 D | ipfw2.c | 2296 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 D | X86Schedule.td | 510 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86SchedBroadwell.td | 615 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86SchedSkylakeClient.td | 615 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86SchedHaswell.td | 624 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86ScheduleZnver3.td | 1401 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86SchedSkylakeServer.td | 611 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86ScheduleZnver4.td | 1455 // Nop, not very useful expect it provides a model for nops!
|
H A D | X86SchedIceLake.td | 616 // Nop, not very useful expect it provides a model for nops!
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyInstrSIMD.td | 1411 // Bitcasts are nops
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCInstrInfo.td | 2353 // The POWER6 and POWER7 have special group-terminating nops.
|
/freebsd/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 5313 def mnop_mcount : Flag<["-"], "mnop-mcount">, HelpText<"Generate mcount/__fentry__ calls as nops. T…
|