Searched refs:one (Results 76 - 100 of 165) sorted by relevance

1234567

/linux-master/arch/mips/include/asm/octeon/
H A Dcvmx-pcsx-defs.h753 uint64_t one:1; member in struct:cvmx_pcsx_sgmx_an_adv_reg::cvmx_pcsx_sgmx_an_adv_reg_s
755 uint64_t one:1;
777 uint64_t one:1; member in struct:cvmx_pcsx_sgmx_lp_adv_reg::cvmx_pcsx_sgmx_lp_adv_reg_s
779 uint64_t one:1;
/linux-master/arch/m68k/math-emu/
H A Dfp_move.S49 swap %d1 | one can be trashed below
/linux-master/arch/sparc/kernel/
H A Dwuf.S45 * where if any user windows are active, at least one bit will
63 * W == this window is the one which is now invalid
67 * I == this window will be the invalid one when we
185 st %g5, [%curptr + TI_UWINMASK] ! one live user window still
/linux-master/arch/arc/lib/
H A Dmemcmp.S57 ; one more load latency cycle
/linux-master/scripts/
H A Ddev-needs.sh13 The script takes as input a list of one or more device directories under
92 # then go up one level to find the real parent.
109 # Return 0 (no-error/true) if one or more suppliers were added
/linux-master/arch/arm/lib/
H A Dbacktrace.S70 ldr r3, .Ldsi+4 @ adjust saved 'pc' back one
/linux-master/arch/x86/crypto/
H A Dcrct10dif-pcl-asm_64.S12 # This software is available to you under a choice of one of two
H A Dsha1_ssse3_asm.S109 * This macro implements 80 rounds of SHA-1 for one 64-byte block
165 cmp BUFFER_END, BUFFER_PTR # if the current is the last one use
372 # blended scheduling of vector and scalar instruction streams, one 4-wide
/linux-master/arch/alpha/lib/
H A Dev6-copy_user.S27 /* Allow an exception for an insn; exit if we get one. */
56 beq $3, $destaligned # .. U .. .. : 2nd (one cycle fetcher stall)
61 * We know we have at least one trip through this loop
115 /* We know we have at least one trip through the byte loop */
H A Dmemchr.S114 # At least one byte left to process.
H A Dev6-memchr.S90 * Since we are guaranteed to have set one of the bits, we don't
134 # At least one byte left to process.
H A Dev6-memcpy.S48 * At least one byte more to move
130 cmple $18, 63, $1 # E : At least one more trip?
/linux-master/tools/scripts/
H A Dutilities.mak187 # errors for one of the cases flex generates code C compilers complains about.
197 # one of the cases flex generates code C compilers complains about.
/linux-master/drivers/crypto/intel/keembay/
H A Dkeembay-ocs-ecc.c111 /* Global variable holding the list of OCS ECC devices (only one expected). */
458 u64 one[KMB_ECC_VLI_MAX_DIGITS] = {1}; local
468 if (vli_cmp(one, private_key, ndigits) != -1)
471 vli_sub(res, curve->n, one, ndigits);
472 vli_sub(res, res, one, ndigits);
/linux-master/arch/m68k/ifpsp060/src/
H A Dilsp.S32 # effect, branches to one of the branch table entries located here.
284 # one at ddknuth:
321 # which is divided into a 3 digit (word) dividend to get one quotient
401 subq.l &0x1, %d1 # q is one too large
431 # shift down one word/digit to renormalize remainder.
578 # now, grab the condition codes. only one that can be set is 'N'.
603 # one or both of the operands is zero so the result is also zero.
740 # one or both of the operands is zero so the result is also zero.
/linux-master/tools/testing/selftests/bpf/
H A Dtest_maps.c668 int one = 1, s, sc, rc; local
680 (char *)&one, sizeof(one));
685 err = ioctl(sfd[i], FIONBIO, (char *)&one);
712 (char *)&one, sizeof(one));
/linux-master/arch/m68k/fpsp040/
H A Dslogn.S80 one: .long 0x3F800000 label
425 fsubs one,%fp1 | ...FP1 IS X-1
426 fadds one,%fp0 | ...FP0 IS X+1
499 fadds one,%fp0 | ...X := ROUND(1+Z)
520 fadds one,%fp0 | ...FP0 IS 1+X
559 fmoves one,%fp0
/linux-master/arch/x86/boot/
H A Dheader.S448 # The worst case can at least be bounded by having one bit that represents
476 # or one byte per 256 bytes. OTOH, we can safely get rid of the +128 as
/linux-master/arch/powerpc/kvm/
H A Dbook3s_paired_singles.c267 float one = 1.0; local
273 memcpy(&tmp[1], &one, sizeof(u32));
1216 double one = 1.0f; local
1221 fpd_fdiv(&vcpu->arch.fp.fpscr, &cr, fpr_d, (u64*)&one, fpr_d);
/linux-master/arch/arm/common/
H A Dmcpm_head.S97 @ state, because there is at least one active CPU (this CPU).
/linux-master/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c65 __u32 size_user; /* size of one element in data[] */
189 int one = 1; local
199 if (-1 == setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one,
200 sizeof(one)))
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S60 addcc %o1, -1, %g0 ! only one byte remains?
63 b 4f ! only one byte remains
320 3: be 3f ! nope, less than one loop remains
/linux-master/tools/bpf/bpftool/
H A Dnet.c109 int one = 1, ret; local
120 &one, sizeof(one)) < 0) {
/linux-master/tools/lib/bpf/
H A Dnetlink.c56 int one = 1, ret; local
67 &one, sizeof(one)) < 0) {
/linux-master/drivers/net/ethernet/amd/
H A Dnmclan_cs.c319 int one; member in struct:_mace_statistics
993 /* MORE than one retry was needed */
998 lp->mace_stats.one++;
1171 pr_debug(" one=%-7d defer=%d\n",
1172 pstats->one, pstats->defer);

Completed in 191 milliseconds

1234567