/kernel/linux/linux-6.6/arch/mips/kernel/ |
H A D | elf.c | 31 * @single: The program being loaded needs an FPU but it will only issue 32 * single precision instructions meaning that it can execute in 52 bool single; member 220 prog_req.single = interp_req.single && prog_req.single; in arch_check_elf() 239 * preferred by the hardware. Next, if we only use single-precision in arch_check_elf() 241 * (ie single + any ABI combination), we set again the FPU mode to the in arch_check_elf() 243 * will only use single-precision instructions, shown by single bein in arch_check_elf() [all...] |
/third_party/lame/mpglib/ |
H A D | layer1.c | 205 int single = fr->single; in decode_layer1_frame() local 212 if (fr->stereo == 1 || single == 3) in decode_layer1_frame() 213 single = 0; in decode_layer1_frame() 215 if (single >= 0) { in decode_layer1_frame() 219 clip += synth_1to1_mono(mp, (real *) fraction[single], pcm_sample, pcm_point); in decode_layer1_frame()
|
/third_party/libphonenumber/metadata/src/test/java/com/google/i18n/phonenumbers/metadata/finitestatematcher/compiler/ |
H A D | MatcherCompilerTest.java | 40 byte digit0 = single(0); in testSingleOperation() 41 byte digit5 = single(5); in testSingleOperation() 42 byte digit9 = single(9); in testSingleOperation() 94 // Each jump should end in 2 single-byte instructions (match corresponding digit, terminate). in testMapOperation() 95 Assert.assertEquals(single(index), remainder.get(jump)); in testMapOperation() 107 /** Returns the 1-byte instruction representing matching a single digit once. */ 108 private static Byte single(int value) { in single() method in MatcherCompilerTest
|
/third_party/python/Tools/unicode/ |
H A D | mkstringprep.py | 15 single = [] 29 single.append(i) 37 single.append(prev) 38 if not single and len(tuple) == 1: 42 if not single: 45 return "set(%r)" % (single,) 46 return "set(%r + %s)" % (single, tuple) 238 # C.1.1 is a table with a single character
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | i915_deps.c | 38 if (deps->fences != &deps->single) in i915_deps_reset_fences() 42 deps->fences = &deps->single; in i915_deps_reset_fences() 71 if (deps->fences != &deps->single) in i915_deps_fini() 92 if (new_fences != &deps->single) in i915_deps_grow()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
H A D | CustomOptions.cs | 59 /// Repeated options are currently not supported. Asking for a single value of an option 219 ExtensionValue<T> single = extensionValue as ExtensionValue<T>; 220 ByteString bytes = single.GetValue().ToByteString(); 256 ExtensionValue<T> single = extensionValue as ExtensionValue<T>; in TryGetPrimitiveValue() 257 value = single.GetValue(); in TryGetPrimitiveValue()
|
/kernel/linux/linux-6.6/samples/rust/hostprogs/ |
H A D | Makefile | 3 hostprogs-always-y := single 5 single-rust := y
|
/kernel/linux/linux-5.10/drivers/power/supply/ |
H A D | bq27xxx_battery_i2c.c | 29 bool single) in bq27xxx_battery_i2c_read() 46 if (single) in bq27xxx_battery_i2c_read() 55 if (!single) in bq27xxx_battery_i2c_read() 64 int value, bool single) in bq27xxx_battery_i2c_write() 75 if (single) { in bq27xxx_battery_i2c_write() 28 bq27xxx_battery_i2c_read(struct bq27xxx_device_info *di, u8 reg, bool single) bq27xxx_battery_i2c_read() argument 63 bq27xxx_battery_i2c_write(struct bq27xxx_device_info *di, u8 reg, int value, bool single) bq27xxx_battery_i2c_write() argument
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | bq27xxx_battery_i2c.c | 29 bool single) in bq27xxx_battery_i2c_read() 46 if (single) in bq27xxx_battery_i2c_read() 55 if (!single) in bq27xxx_battery_i2c_read() 64 int value, bool single) in bq27xxx_battery_i2c_write() 75 if (single) { in bq27xxx_battery_i2c_write() 28 bq27xxx_battery_i2c_read(struct bq27xxx_device_info *di, u8 reg, bool single) bq27xxx_battery_i2c_read() argument 63 bq27xxx_battery_i2c_write(struct bq27xxx_device_info *di, u8 reg, int value, bool single) bq27xxx_battery_i2c_write() argument
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | random.js | 91 function single(array) { function 110 single: single,
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/mutators/ |
H A D | array_mutator.js | 55 const element = random.single(elements); 101 const count = random.single(MUTATION_CHOICES); 103 random.single(mutations)();
|
H A D | object_mutator.js | 70 return properties[random.single(propertyIndicies)]; 111 properties.splice(random.single(propertyIndicies), 1); 127 random.single(mutations)();
|
/third_party/curl/scripts/ |
H A D | cd2cd | 34 on and it ignores errors on single files. 77 sub single { subroutine 221 single($a); 225 exit single($ARGV[0]);
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | sun4d_smp.c | 185 int single; member 202 work->single = work->msk = work->resched = 0; in smp4d_ipi_init() 210 if (work->single) { in sun4d_ipi_interrupt() 211 work->single = 0; in sun4d_ipi_interrupt() 242 work->single = 1; in sun4d_ipi_single() 396 .single = sun4d_ipi_single,
|
H A D | leon_smp.c | 262 int single; member 299 work->single = work->msk = work->resched = 0; in leon_ipi_init() 315 work->single = 1; in leon_ipi_single() 347 if (work->single) { in leonsmp_ipi_interrupt() 348 work->single = 0; in leonsmp_ipi_interrupt() 458 .single = leon_ipi_single,
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | leon_smp.c | 262 int single; member 299 work->single = work->msk = work->resched = 0; in leon_ipi_init() 315 work->single = 1; in leon_ipi_single() 347 if (work->single) { in leonsmp_ipi_interrupt() 348 work->single = 0; in leonsmp_ipi_interrupt() 460 .single = leon_ipi_single,
|
H A D | sun4d_smp.c | 185 int single; member 202 work->single = work->msk = work->resched = 0; in smp4d_ipi_init() 210 if (work->single) { in sun4d_ipi_interrupt() 211 work->single = 0; in sun4d_ipi_interrupt() 242 work->single = 1; in sun4d_ipi_single() 398 .single = sun4d_ipi_single,
|
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-random/ |
H A D | runtests.py | 59 This directory contains a set of single-file Rust programs that perform 75 The tests run serially but the validation for a single test is parallelized 358 single = decode_binary32(bin32) 375 if single is ZERO: 378 elif single is INF: 381 elif single is NEG_INF: 384 elif len(single) == 2: 385 sig, k = single
|
H A D | subnorm.rs | 18 let single: f32 = unsafe { transmute(bits) }; in main() 19 validate(&format!("{:e}", single)); in main()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/gem/selftests/ |
H A D | huge_pages.c | 301 fake_huge_pages_object(struct drm_i915_private *i915, u64 size, bool single) in fake_huge_pages_object() argument 321 if (single) in fake_huge_pages_object() 387 int i, j, single; in igt_mock_exhaust_device_supported_pages() local 405 for (single = 0; single <= 1; ++single) { in igt_mock_exhaust_device_supported_pages() 406 obj = fake_huge_pages_object(i915, combination, !!single); in igt_mock_exhaust_device_supported_pages() 669 bool single = false; in igt_mock_ppgtt_huge_fill() local 681 obj = fake_huge_pages_object(i915, size, single); in igt_mock_ppgtt_huge_fill() 761 pr_err("gtt=%u, expected=%u, size=%zd, single in igt_mock_ppgtt_huge_fill() 848 int i, single; igt_mock_ppgtt_64K() local [all...] |
/third_party/jerryscript/tests/jerry/ |
H A D | function-prototype-tostring.js | 20 function single(b) { return 1; } function 21 assert (single.toString() === "function(){/* ecmascript */}");
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | xdp_synproxy.c | 73 fprintf(stderr, "Usage: %s [--iface <iface>|--prog <prog_id>] [--mss4 <mss ipv4> --mss6 <mss ipv6> --wscale <wscale> --ttl <ttl>] [--ports <port1>,<port2>,...] [--single] [--tc]\n", in usage() 92 __u64 *tcpipopts, char **ports, bool *single, bool *tc) in parse_options() 103 { "single", no_argument, NULL, 's' }, in parse_options() 118 *single = false; in parse_options() 162 *single = true; in parse_options() 368 bool single; in main() local 373 &single, &tc); in main() 439 if ((ports || tcpipopts) && attached_prog_id == 0 && !single) in main() 457 if (single) { in main() 91 parse_options(int argc, char *argv[], unsigned int *ifindex, __u32 *prog_id, __u64 *tcpipopts, char **ports, bool *single, bool *tc) parse_options() argument
|
/third_party/node/deps/npm/node_modules/cssesc/ |
H A D | cssesc.js | 27 if (options.quotes != 'single' && options.quotes != 'double') { 28 options.quotes = 'single'; 104 'quotes': 'single',
|
/kernel/linux/linux-5.10/crypto/asymmetric_keys/ |
H A D | restrict.c | 112 const struct asymmetric_key_id *single) in match_either_id() 114 return (asymmetric_key_id_same(pair->id[0], single) || in match_either_id() 115 asymmetric_key_id_same(pair->id[1], single)); in match_either_id() 111 match_either_id(const struct asymmetric_key_ids *pair, const struct asymmetric_key_id *single) match_either_id() argument
|
/kernel/linux/linux-5.10/tools/scripts/ |
H A D | utilities.mak | 23 # single space each newline character in the output 51 # single-quotes, so be wary of the characters 67 # delimited by shell single-quotes, so be wary 84 # single-quotes. 90 # Usage: single-quoted-and-escaped-text = $(call shell-sq,text) 119 # to render the text as a single line; when the shell
|