Home
last modified time | relevance | path

Searched refs:one (Results 526 - 550 of 2346) sorted by relevance

1...<<21222324252627282930>>...94

/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/block/partitions/
H A Dacorn.c57 __le32 one; member
92 if (rr->part[part].one && in riscix_partition()
174 * next partition relative to the start of this one - I'm assuming in adfspart_check_CUMANA()
217 /* RISCiX - we don't know how to find the next one. */ in adfspart_check_CUMANA()
/kernel/linux/linux-5.10/arch/arc/mm/
H A Dtlbex.S99 ; one in Linux data structures
251 ; A one-word PTE entry is programmed as two-word TLB Entry [PD0:PD1] in mmu
381 ; But only for old MMU or one with Metal Fix
/kernel/linux/linux-5.10/arch/m68k/fpsp040/
H A Dslog2.S23 | The first one is measured when the function is invoked
25 | in cache), and the second one is measured when the
/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dslog2.S23 | The first one is measured when the function is invoked
25 | in cache), and the second one is measured when the
/kernel/linux/linux-6.6/drivers/misc/lkdtm/
H A Dbugs.c310 int one; member
316 int one; member
/kernel/linux/linux-6.6/block/partitions/
H A Dacorn.c57 __le32 one; member
92 if (rr->part[part].one && in riscix_partition()
174 * next partition relative to the start of this one - I'm assuming in adfspart_check_CUMANA()
217 /* RISCiX - we don't know how to find the next one. */ in adfspart_check_CUMANA()
/kernel/linux/linux-6.6/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.
/third_party/astc-encoder/Source/
H A Dastcenc_vecmathlib.h358 vint4 one(0x3F800000); in log2()
364 vfloat4 m = int_as_float((i & mant) | one); in log2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_nir_lower_ycbcr_textures.c194 nir_ssa_def *one = nir_imm_float(builder, 1.0f); in build_swizzled_components() local
211 values[i] = one; in build_swizzled_components()
/third_party/libwebsockets/plugins/ssh-base/crypto/
H A Dchacha.c306 const u_char one[8] = { 1, 0, 0, 0, 0, 0, 0, 0 }; /* NB little-endian */ in chachapoly_crypt() local
338 chacha_ivsetup(K_2(keys), seqbuf, one); in chachapoly_crypt() local
/third_party/mesa3d/src/intel/vulkan/
H A Danv_nir_lower_ycbcr_textures.c268 nir_ssa_def *one = nir_imm_float(builder, 1.0f); in anv_nir_lower_ycbcr_textures_instr() local
270 nir_ssa_def *ycbcr_comp[5] = { zero, zero, zero, one, zero }; in anv_nir_lower_ycbcr_textures_instr()
/third_party/node/deps/openssl/openssl/providers/implementations/rands/
H A Ddrbg_hash.c210 unsigned char one = 1; in hash_gen() local
234 add_bytes(drbg, hash->vtmp, &one, 1); in hash_gen()
/third_party/node/deps/undici/src/lib/fetch/
H A Dwebidl.js17 const plural = context.types.length === 1 ? '' : ' one of'
341 message: `Expected ${dictionary} to be one of: Null, Undefined, Object.`
378 message: `${value} is not an accepted type. Expected one of ${options.allowedValues.join(', ')}.`
416 // same sequence of code units as the one the
452 // 2. Return the IDL boolean value that is the one that represents
/third_party/rust/crates/clap/src/builder/
H A Ddebug_asserts.rs90 "Command {}: Argument names must be unique, but '{}' is in use by more than one argument or group{}",
135 Use `Arg::num_args(1..)` to allow one \
423 for (one, two) in find_duplicates(flags) { in detect_duplicate_flags()
424 match (one, two) { in detect_duplicate_flags()
425 (Command(flag, one), Command(_, another)) if one != another => panic!( in detect_duplicate_flags()
426 "the '{flag}' {short_or_long} flag is specified for both '{one}' and '{another}' subcommands" in detect_duplicate_flags()
429 (Arg(flag, one), Arg(_, another)) if one != another => panic!( in detect_duplicate_flags()
430 "{short_or_long} option names must be unique, but '{flag}' is in use by both '{one}' an in detect_duplicate_flags()
[all...]
/third_party/skia/src/core/
H A DSkBitmapProcState_matrixProcs.cpp55 // The clamp routines may try to fall into one of these unclamped decal fast-paths.
150 //used when one of tilex and tiley is not clamp
158 static uint32_t pack(SkFixed f, unsigned max, SkFixed one) { in pack() argument
161 packed = (packed << 14) | tile((f + one), max); // high coordinate in low bits in pack()
/third_party/openssl/providers/implementations/rands/
H A Ddrbg_hash.c210 unsigned char one = 1; in hash_gen() local
234 add_bytes(drbg, hash->vtmp, &one, 1); in hash_gen()
/third_party/skia/src/pathops/
H A DSkPathWriter.cpp189 bool operator()(const int one, const int two) const { in operator ()() argument
190 return fDistances[one] < fDistances[two]; in operator ()()
364 connect by following segments from one to the other, rather than introducing in assemble()
/third_party/spirv-tools/source/fuzz/
H A Dforce_render_red.cpp91 "Only one output variable can be handled at present; " in FindVec4OutputVariable()
125 float one = 1.0; in FindOrCreateFloatZeroAndOne() local
127 memcpy(&one_as_uint, &one, sizeof(float)); in FindOrCreateFloatZeroAndOne()
276 // We have at least one float uniform; let's see whether we have at least in ForceRenderRed()
/third_party/typescript/tests/baselines/reference/
H A DintraExpressionInferences.js167 one: number
377 one: number;
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/
H A Dmptcp_sockopt.c65 __u32 size_user; /* size of one element in data[] */
189 int one = 1; in sock_listen_mptcp() local
199 if (-1 == setsockopt(sock, SOL_SOCKET, SO_REUSEADDR, &one, in sock_listen_mptcp()
200 sizeof(one))) in sock_listen_mptcp()
/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dnetlink.c56 int one = 1, ret; in libbpf_netlink_open() local
67 &one, sizeof(one)) < 0) { in libbpf_netlink_open()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dnet.c107 int one = 1, ret; in netlink_open() local
118 &one, sizeof(one)) < 0) { in netlink_open()
/third_party/ffmpeg/libavfilter/
H A Daf_acrossover.c395 #define XOVER_PROCESS(name, type, one, ff) \
456 const type gain = s->gains[band] * ((band & 1 && first_order) ? -one : one); \
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
H A DAlphabeticIndex.java461 // Use a label if it is marked with one trailing star, in initLabels()
791 // if the current bucket isn't the right one, find the one that is in initBuckets()
819 * Returns true if one index character string is "better" than the other.
823 private static boolean isOneLabelBetterThanOther(Normalizer2 nfkdNormalizer, String one, String other) { in isOneLabelBetterThanOther() argument
824 // This is called with primary-equal strings, but never with one.equals(other). in isOneLabelBetterThanOther()
825 String n1 = nfkdNormalizer.normalize(one); in isOneLabelBetterThanOther()
835 return binaryCmp.compare(one, other) < 0; in isOneLabelBetterThanOther()
839 * A (name, data) pair, to be sorted by name into one of the index buckets.
1047 // We are skipping one o in createBucketList()
[all...]

Completed in 21 milliseconds

1...<<21222324252627282930>>...94