/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/poly1305/ |
H A D | poly1305-armv4.S | 469 @ one is n+1 bits wide. 497 @ one has to watch for H2 (which is narrower than H0) and 5*H4
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/poly1305/ |
H A D | poly1305-armv4.S | 469 @ one is n+1 bits wide. 497 @ one has to watch for H2 (which is narrower than H0) and 5*H4
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | dbghelp.h | 870 DBHLP_DEPRECIATED BOOL IMAGEAPI FindFileInSearchPath(HANDLE hprocess,LPSTR SearchPath,LPSTR FileName,DWORD one,DWORD two,DWORD three,LPSTR FilePath);
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/ |
H A D | jidctint-mmx.asm | 89 ; Perform dequantization and inverse DCT on one block of coefficients.
|
H A D | jidctint-sse2.asm | 89 ; Perform dequantization and inverse DCT on one block of coefficients.
|
/third_party/skia/third_party/externals/libjpeg-turbo/simd/x86_64/ |
H A D | jidctint-sse2.asm | 90 ; Perform dequantization and inverse DCT on one block of coefficients.
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
H A D | CopyTests.cpp | 368 // This test will have two versions, one where we check the normal CopyToCopy, and for that in GetExpectedTextureData() 369 // we will add the CopySrc usage, and the one where we test the CopyToCopyInternal, and then in GetExpectedTextureData() 471 // expectedDstDataPerSlice stores one layer of the destination texture. in GetExpectedTextureData() 759 // Test that copying mips when one dimension is 256-byte aligned and another dimension reach one in GetExpectedTextureData() 883 // when we're copying one row only in GetExpectedTextureData() 972 // copy one row with the texture format Depth32Float. 1019 // Test that copying whole texture 2D array layers in one texture-to-buffer-copy works. 1031 // Test that copying a range of texture 2D array layers in one texture-to-buffer-copy works. 1066 // Test that copying from a range of texture 2D array layers in one textur [all...] |
/third_party/python/Lib/test/ |
H A D | test_random.py | 54 for arg in [list(range(3)), dict(one=1)]: 92 # must be different from the original one. Although there is 559 # is equal to or one greater than the number of bits in n 815 # is equal to or one greater than the number of bits in n 834 # Random._randbelow() can only use random() when the built-in one
|
/third_party/python/ |
H A D | configure | 274 $0: the script under such a shell if you do have one." 3269 # If we don't find one directory that contains all the files we need, 3294 # and $ac_install_sh is set appropriately for whichever one is found. 3536 as_fn_error $? "cannot guess build type; you must specify one" "$LINENO" 5 4704 # We chose a different compiler from the bogus one. 5669 # Best one so far, save it but keep looking for a better one 5744 # Best one so far, save it but keep looking for a better one 5816 # Best one s [all...] |
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-trace.c | 1841 const int *one = a, *another = b; in intcmp() local 1843 return *one - *another; in intcmp() 2317 * here and avoid using augmented syscalls when the evsel is the raw_syscalls one. 3438 * unaugmented one, then ignore it, otherwise we'll reuse that BPF 3439 * program for a filtered syscall on a non-filtered one. 3509 * first and second arg (this one on the raw_syscalls:sys_exit prog 3510 * array tail call, then that one will be used. 3522 * already has an augmenter, we don't need to find one. 3528 * Look at all the other syscalls for one that has a signature 5032 * We'll switch to look at two BPF maps, one fo [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-trace.c | 1888 const int *one = a, *another = b; in intcmp() local 1890 return *one - *another; in intcmp() 2370 * here and avoid using augmented syscalls when the evsel is the raw_syscalls one. 3435 * unaugmented one, then ignore it, otherwise we'll reuse that BPF 3436 * program for a filtered syscall on a non-filtered one. 3506 * first and second arg (this one on the raw_syscalls:sys_exit prog 3507 * array tail call, then that one will be used. 3519 * already has an augmenter, we don't need to find one. 3525 * Look at all the other syscalls for one that has a signature 4952 * We'll switch to look at two BPF maps, one fo [all...] |
/third_party/ffmpeg/libavcodec/x86/ |
H A D | vp9intrapred_16bpp.asm | 44 ; only 3 registers on x86-32, which would make it one cycle faster, but that 1556 ; FIXME m8 is unused for avx, so we could save one register here for win64
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 166 // For creating new groupedTypes (will return old type if the requested one was already made). 367 // Don't look for previous one, because in the general case, in makeStructType() 1307 // has only one constituent when used with OpCompositeConstruct. in getNumTypeConstituents() 2607 // An opcode that has one id operand, no result id, and no type 2615 // An opcode that has one or more operands, no result id, and no type 2655 // An opcode that has one operands, a result id, and a type 3239 // The first column vector should be a spec constant one, as a_spec_const is a spec constant. in createCompositeConstruct() 3317 // Go through the source arguments, each one could have either in createConstructor() 3389 Id one = (bitCount == 64 ? makeDoubleConstant(1.0) : makeFloatConstant(1.0)); in createMatrixConstructor() local 3394 ids[col][row] = one; in createMatrixConstructor() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_compiler_nir.c | 406 /* We also get mov's with more than one component for mov's so in emit_alu() 425 /* General case: We can just grab the one used channel per src. */ in emit_alu() 674 struct ir3_instruction *one = in emit_alu() local 676 dst[0] = ir3_SUB_U(b, one, 0, src[0], 0); in emit_alu() 1191 * memory, compute a new value using one of the operations below, write the 3308 /* even though there is only one component, since it ends in emit_tex_info() 3352 * The maximum value which OPC_GETSIZE could return for one dimension in emit_tex_txs() 3378 * their srcs until the end of the shader, since (eg. loops) one of 3672 /* There's always one incoming edge from outside the loop, and if there in emit_loop() 4214 * one varyin in setup_output() [all...] |
/third_party/mesa3d/src/gallium/drivers/zink/nir_to_spirv/ |
H A D | nir_to_spirv.c | 978 /* get array<struct(array_type <--this one)> */ 1001 /* get array<struct(array_type) <--this one> */ 1633 /* for matrices, the xfb output will never be more than one vec4 from a single row */ in emit_so_outputs() 2402 /* SampleMask is always an array in spirv, so we need to construct it into one */ in emit_store_deref() 2484 SpvId one = emit_uint_const(ctx, 32, 1); in emit_load_push_const() local 2507 offset = emit_binop(ctx, SpvOpIAdd, uint_type, offset, one); in emit_load_push_const() 3516 /* Its Dim operand must be one of 1D, 2D, 3D, or Cube in emit_tex()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 109 static ScaleFactor ScaleFor(AddressingMode one, AddressingMode mode) { in ScaleFor() argument 114 int scale = static_cast<int>(mode - one); in ScaleFor() 414 /* Pass one double as argument on the stack. */ \ 898 // claim there is a stack frame, without generating one. in AssembleArchInstruction() 3042 if (instr->InputCount() == 5) { // only one input operand in AssembleArchInstruction() 4152 // Functions with JS linkage have at least one parameter (the receiver). in AssembleReturn()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/ |
H A D | vktDynamicRenderingTests.cpp | 86 // Using CONTENTS_SECONDARY_COMMAND_BUFFER_BIT_KHR, draw two triangles in one secondary command buffer, 87 // and execute it inside a single render pass instance in one primary command buffer. 90 // and execute them inside a single render pass instance in one primary command buffer. 98 // In one primary command buffer, record two render pass instances, with the second resuming the first.In the first, 99 // draw one triangle directly in the primary command buffer.For the second, use CONTENTS_SECONDARY_COMMAND_BUFFER_BIT_KHR, 102 // In one primary command buffer, record two render pass instances, with the second resuming the first.In the first, 104 // and execute it in that first render pass instance.In the second, draw one triangle directly in the primary command buffer. 106 // In two primary command buffers, record two render pass instances(one in each), with the second resuming the first.In the first, 107 // draw one triangle directly in the primary command buffer.For the second, use CONTENTS_SECONDARY_COMMAND_BUFFER_BIT_KHR, 110 // In two primary command buffers, record two render pass instances(one i 214 const VkClearAttachment one = ClearAttachmentData() local [all...] |
/third_party/node/deps/v8/src/compiler/ |
H A D | js-call-reducer.cc | 1502 TNode<Number> one = OneConstant(); 1505 step = [&](TNode<Number> i) { return NumberAdd(i, one); }; 1508 k = NumberSubtract(original_length, one); 1509 step = [&](TNode<Number> i) { return NumberSubtract(i, one); }; 2321 // complete isolation, and then plugged into the outer graph in one go. 4112 // that no one messed with the %ArrayIteratorPrototype%.next method. 4219 // that no one messed with the %ArrayIteratorPrototype%.next method. 5921 // Shift the remaining {elements} by one towards the start. 7042 // At this point we definitely know that {receiver} has one of the 8117 // Bail out if the exec method is not the original one [all...] |
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 2872 let one = list_from(&[1.0f64]); in test_ord_nan() 2873 assert!(!(n < one)); in test_ord_nan() 2874 assert!(!(n > one)); in test_ord_nan() 2875 assert!(!(n <= one)); in test_ord_nan() 2876 assert!(!(n >= one)); in test_ord_nan() 2888 assert!(s > one); in test_ord_nan() 2889 assert!(!(s <= one)); in test_ord_nan() 2890 assert!(s >= one); in test_ord_nan() 2898 let list: LinkedList<_> = vec!["just", "one", "test", "more"].iter().cloned().collect(); in test_show() 2899 assert_eq!(format!("{:?}", list), "[\"just\", \"one\", \"tes in test_show() [all...] |
/kernel/linux/linux-5.10/scripts/ |
H A D | checkpatch.pl | 85 --terse one line per report 112 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of 699 # memory.h: ARM has a custom one 1001 # Maybe one day convert this block of bash into something that returns 1896 # one does, and continue as if the #endif was not here. 2665 "Missing commit description - Add an appropriate one\n"); 3178 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) && 4734 # unary ++ and unary -- are allowed no space on one side. 4738 "space required one side of that '$op' $at\n" . $hereptr)) { 5706 # newline (multiple lines in one strin [all...] |
/kernel/linux/linux-5.10/net/core/ |
H A D | dev.c | 1186 * the user. There must be either one "%d" and no other "%" in __dev_alloc_name() 1192 /* Use one page as a bit array of possible slots */ in __dev_alloc_name() 2040 /* Run per-netns notifier block chain first, then run the global one. in call_netdevice_notifiers_info() 2041 * Hopefully, one day, the global one is going to be removed after in call_netdevice_notifiers_info() 2247 * start_xmit function of one device into the receive queue 4413 * different from current CPU (one in the rx-queue flow in get_rps_cpu() 4414 * table entry), switch if one of the following holds: in get_rps_cpu() 4503 * Check if this softnet_data structure is another cpu one 5002 /* If there's at least one ingres in sch_handle_ingress() 11004 netdev_increment_features(netdev_features_t all, netdev_features_t one, netdev_features_t mask) netdev_increment_features() argument [all...] |
/kernel/linux/linux-6.6/net/core/ |
H A D | dev.c | 1086 * the user. There must be either one "%d" and no other "%" in __dev_alloc_name() 1092 /* Use one page as a bit array of possible slots */ in __dev_alloc_name() 1988 /* Run per-netns notifier block chain first, then run the global one. in call_netdevice_notifiers_info() 1989 * Hopefully, one day, the global one is going to be removed after in call_netdevice_notifiers_info() 2208 * start_xmit function of one device into the receive queue 2627 /* The old dev_maps could be larger or smaller than the one we're in __netif_set_xps_queue() 4619 * different from current CPU (one in the rx-queue flow in get_rps_cpu() 4620 * table entry), switch if one of the following holds: in get_rps_cpu() 5241 * Return true if there one 11339 netdev_increment_features(netdev_features_t all, netdev_features_t one, netdev_features_t mask) netdev_increment_features() argument [all...] |
/kernel/linux/linux-6.6/scripts/ |
H A D | checkpatch.pl | 93 --terse one line per report 120 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of 928 # memory.h: ARM has a custom one 1238 # Maybe one day convert this block of bash into something that returns 2140 # one does, and continue as if the #endif was not here. 2929 "Missing commit description - Add an appropriate one\n"); 3095 # Only one name comment should be allowed 3654 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) && 5260 # unary ++ and unary -- are allowed no space on one side. 5264 "space required one sid [all...] |
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 1352 /* The definition in the assembly and the one in the constraint string in ac_build_buffer_load_format() 1545 /* Avoid alignment restrictions by loading one byte at a time. */ in ac_build_opencoded_load_format() 2528 LLVMValueRef one = LLVMConstReal(type, 1.0); in ac_build_fsat() local 2535 result = ac_build_fmin(ctx, ac_build_fmax(ctx, src, zero), one); in ac_build_fsat() 2551 one, in ac_build_fsat()
|
/third_party/ltp/scripts/ |
H A D | checkpatch.pl | 90 --terse one line per report 117 --debug KEY=[0|1] turn on/off debugging of KEY, where KEY is one of 867 # memory.h: ARM has a custom one 1176 # Maybe one day convert this block of bash into something that returns 2078 # one does, and continue as if the #endif was not here. 2867 "Missing commit description - Add an appropriate one\n"); 3033 # Only one name comment should be allowed 3507 "MAINTAINERS entries use one tab after TYPE:\n" . $herecurr) && 5107 # unary ++ and unary -- are allowed no space on one side. 5111 "space required one sid [all...] |