/kernel/linux/linux-6.6/arch/m68k/ifpsp060/src/ |
H A D | ilsp.S | 32 # 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 D | acorn.c | 57 __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 D | tlbex.S | 99 ; 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 D | slog2.S | 23 | 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 D | slog2.S | 23 | 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 D | bugs.c | 310 int one; member 316 int one; member
|
/kernel/linux/linux-6.6/block/partitions/ |
H A D | acorn.c | 57 __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 D | utilities.mak | 187 # 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 D | astcenc_vecmathlib.h | 358 vint4 one(0x3F800000); in log2() 364 vfloat4 m = int_as_float((i & mant) | one); in log2()
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_nir_lower_ycbcr_textures.c | 194 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 D | chacha.c | 306 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 D | anv_nir_lower_ycbcr_textures.c | 268 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 D | drbg_hash.c | 210 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 D | webidl.js | 17 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 D | debug_asserts.rs | 90 "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 D | SkBitmapProcState_matrixProcs.cpp | 55 // 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 D | drbg_hash.c | 210 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 D | SkPathWriter.cpp | 189 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 D | force_render_red.cpp | 91 "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 D | intraExpressionInferences.js | 167 one: number 377 one: number;
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.c | 65 __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 D | netlink.c | 56 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 D | net.c | 107 int one = 1, ret; in netlink_open() local 118 &one, sizeof(one)) < 0) { in netlink_open()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_acrossover.c | 395 #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 D | AlphabeticIndex.java | 461 // 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...] |