/third_party/openssl/crypto/bn/asm/ |
H A D | vis3-mont.pl | 97 ld [$n0p+0], $t0 ! pull n0[0..1] value
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-serialize.hh | 420 link.is_signed = std::is_signed<hb_unwrap_type (T)>::value; in add_link()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | AliasSetTracker.cpp | 209 // SOME value in the set. in aliasesPointer() 500 const Value *Arg = IdxArgPair.value(); in add() 554 // deleteValue method - This method is used to remove a pointer value from the 582 // copyValue - This method should be used whenever a preexisting value in the 583 // program is copied or cloned, introducing a new value. Note that it is ok for 584 // clients that use this method to introduce the same value multiple times: if 585 // the tracker already knows about a value, it will ignore the request. 668 default: llvm_unreachable("Bad value for Access!"); in print()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | GCNIterativeScheduler.cpp | 408 if (!std::is_same<decltype(*Schedule.begin()), MachineInstr*>::value) { in scheduleRegion()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 247 TraverseExpression(r->value); in TraverseStatement()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | StringRef.h | 259 typename std::enable_if<std::is_same<T, std::string>::value, 529 /// The portion of the string representing the discovered numeric value 554 /// an autosensed radix if the \p Radix given is 0. The current value in 566 /// point value. The string must be a well-formed double.
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/ |
H A D | inlined_vector_exception_safety_test.cc | 221 if (!absl::allocator_is_nothrow<allocator_type>::value) { in TYPED_TEST()
|
/third_party/skia/gm/ |
H A D | runtimeintrinsics.cpp | 581 const char* type = std::is_integral<T>::value ? "int" : "float"; in plot_bvec()
|
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_common.c | 360 return strs_add_at_index(strs, key, datum->value-1); in hashtab_ordered_to_strs()
|
/third_party/rust/crates/nom/src/combinator/ |
H A D | mod.rs | 439 /// Returns the provided value if the child parser succeeds. 443 /// use nom::combinator::value; 447 /// let mut parser = value(1234, alpha1); 453 pub fn value<I, O1: Clone, O2, E: ParseError<I>, F>( in value() functions 491 /// If the child parser was successful, return the consumed input as produced value. 535 /// use nom::combinator::{consumed, value, recognize, map}; 541 /// value(true, tag("1234"))(input) 546 /// let mut consumed_parser = consumed(value(true, separated_pair(alpha1, char(','), alpha1))); 643 /// it will be able to convert the output value and the error value [all...] |
/third_party/rust/crates/regex/regex-syntax/src/ast/ |
H A D | mod.rs | 97 /// A bracketed hex literal did not correspond to a Unicode scalar value. 149 /// An opening `{` was not followed by a valid decimal value. 254 write!(f, "hexadecimal literal is not a Unicode scalar value") in fmt() 601 /// A literal corresponds to a single Unicode scalar value. Literals may be 610 /// The Unicode scalar value corresponding to this literal. 616 /// the corresponding byte value. Otherwise, this returns `None`. 643 /// to a valid Unicode scalar value. 869 /// A property name and an associated value. 871 /// The type of Unicode op used to associate `name` with `value`. 875 /// The property value (whic [all...] |
/third_party/spirv-tools/source/opt/ |
H A D | constants.h | 151 // Returns a const reference of the value of this constant in 32-bit words. 154 // Returns true if the value is zero. 243 // Returns the float value of |this|. The type of |this| must be |Float| with 247 "Not a 32-bit floating point value."); in GetFloatValue() 252 // Returns the double value of |this|. The type of |this| must be |Float| 256 "Not a 32-bit floating point value."); in GetDoubleValue() 282 bool value() const { return value_; } in value() function in spvtools::opt::analysis::BoolConstant 471 "Tried to compute the hash value of an invalid Constant instance."); in operator ()() 539 // Gets or creates a Constant instance to hold the constant value of the given 588 // Returns the canonical constant that has the same structure and value a [all...] |
/third_party/spirv-tools/test/fuzz/ |
H A D | transformation_vector_shuffle_test.cpp | 434 OpMemberName %25 0 "value" in TEST()
|
/third_party/spirv-tools/utils/vscode/src/parser/ |
H A D | parser.go | 584 p.err(p.tok(i), "invalid operand value '%s'", s)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ap_config.h | 370 int group_cipher; /* wpa_group value override from configuation */ 469 * BSS. If a STA tries to use larger value, the association will be 996 * units of decibels. Invalid value -1 indicates that Power Constraint 1193 struct hostapd_radius_attr * hostapd_parse_radius_attr(const char *value);
|
H A D | wpa_auth.h | 295 int value);
|
/third_party/vulkan-loader/tests/framework/shim/ |
H A D | windows_shim.cpp | 335 *lpcbData_dword = location[dwIndex].value; in ShimRegEnumValueA()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ap_config.h | 367 int group_cipher; /* wpa_group value override from configuation */ 461 * BSS. If a STA tries to use larger value, the association will be 914 * units of decibels. Invalid value -1 indicates that Power Constraint 1098 struct hostapd_radius_attr * hostapd_parse_radius_attr(const char *value);
|
/third_party/mesa3d/src/freedreno/vulkan/ |
H A D | tu_cmd_buffer.c | 212 tu_cs_emit(cs, A6XX_RB_DEPTH_BUFFER_INFO(.depth_format = fmt).value); in tu6_emit_zs() 229 tu_cs_emit(cs, A6XX_RB_STENCIL_INFO(.separate_stencil = true).value); in tu6_emit_zs() 528 * value as the last draw. This means that if the descriptor sets change in tu_cs_emit_draw_state() 1547 cmd_buffer->state.gmem_layout = TU_GMEM_LAYOUT_COUNT; /* invalid value to prevent looking up gmem offsets */ in tu_reset_render_pass() 1784 cmd_buffer->state.gmem_layout = TU_GMEM_LAYOUT_COUNT; /* dirty value */ in tu_cmd_buffer_begin() 1883 /* TODO: track a "max_vb" value for the cmdbuf to save a bit of memory */ in tu_CmdBindVertexBuffers2EXT() 2660 update_stencil_mask(uint32_t *value, VkStencilFaceFlags face, uint32_t mask) in update_stencil_mask() argument 2663 *value = (*value & 0xff00) | (mask & 0xff); in update_stencil_mask() 2665 *value in update_stencil_mask() 5337 write_event(struct tu_cmd_buffer *cmd, struct tu_event *event, VkPipelineStageFlags2 stageMask, unsigned value) write_event() argument [all...] |
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_pipeline.c | 806 /* Set the final value. */ in radv_pipeline_init_blend_state() 944 * reference value is written by the fragment shader. Tracking this in radv_order_invariant_stencil_op() 1095 * minSampleShadingFactor takes the value 1.0. in radv_pipeline_init_multisample_state() 1099 * this case minSampleShadingFactor takes the value of in radv_pipeline_init_multisample_state() 2316 * Make sure we don't go over the maximum value. in gfx9_get_gs_info() 2528 /* Hardware has the following non-natural restrictions on the value in gfx10_get_ngg_info() 2629 /* Hardware restriction: minimum value of max_esverts */ in gfx10_get_ngg_info() 2658 /* Hardware restriction: minimum value of max_esverts */ in gfx10_get_ngg_info() 2721 /* On GFX6-GFX7, the value comes from VGT_GS_VERTEX_REUSE = 16. in radv_pipeline_init_gs_ring_state() 2722 * On GFX8+, the value come in radv_pipeline_init_gs_ring_state() [all...] |
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | code-generator-riscv64.cc | 97 return Operand::EmbeddedNumber(constant.ToFloat64().value()); in InputImmediate() 160 Register value, Register scratch0, Register scratch1, in OutOfLineRecordWrite() 165 value_(value), in OutOfLineRecordWrite() 173 DCHECK(!AreAliased(value, index, scratch0, scratch1)); in OutOfLineRecordWrite() 750 // Don't overwrite the returned value. in AssembleArchInstruction() 868 Register value = i.InputRegister(2); in AssembleArchInstruction() local 871 auto ool = zone()->New<OutOfLineRecordWrite>(this, object, index, value, in AssembleArchInstruction() 875 __ StoreTaggedField(value, MemOperand(kScratchReg)); in AssembleArchInstruction() 877 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction() 1466 // On RISCV, if the input value exceed in AssembleArchInstruction() 159 OutOfLineRecordWrite(CodeGenerator* gen, Register object, Register index, Register value, Register scratch0, Register scratch1, RecordWriteMode mode, StubCallMode stub_mode) OutOfLineRecordWrite() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop.c | 1399 * update_gamma value auto clean to 0 by HW, should not in vop_crtc_load_lut() 2696 /* This is an empirical value, if it's afbc format, the frame buffer size div 2 */ in vop_crtc_bandwidth() 2763 static void vop_crtc_send_mcu_cmd(struct drm_crtc *crtc, u32 type, u32 value) in vop_crtc_send_mcu_cmd() argument 2778 if ((type == MCU_SETBYPASS) && value) { in vop_crtc_send_mcu_cmd() 2786 VOP_CTRL_SET(vop, mcu_rw_bypass_port, value); in vop_crtc_send_mcu_cmd() 2791 VOP_CTRL_SET(vop, mcu_rw_bypass_port, value); in vop_crtc_send_mcu_cmd() 2794 VOP_CTRL_SET(vop, mcu_bypass, value ? 1 : 0); in vop_crtc_send_mcu_cmd() 2805 if ((type == MCU_SETBYPASS) && !value) { in vop_crtc_send_mcu_cmd()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/descriptor_indexing/ |
H A D | vktDescriptorSetsIndexingTests.cpp | 861 ut::mapType2vkFormat<attributes::vec4>::value, // format in createGraphicsPipeline() 867 ut::mapType2vkFormat<attributes::vec2>::value, // format in createGraphicsPipeline() 873 ut::mapType2vkFormat<attributes::ivec4>::value, // format in createGraphicsPipeline() 4158 const VkFormat imageFormat = ut::mapType2vkFormat<m_imageFormat_t>::value; in createAndPopulateDescriptors() 4203 const VkFormat imageFormat = ut::mapType2vkFormat<m_imageFormat_t>::value; in createAndPopulateUnusedDescriptors() 4247 vk::mapVkFormat(ut::mapType2vkFormat<m_imageFormat_t>::value), m_testParams.frameResolution)); in iterateCollectResults()
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkImageUtil.cpp | 4065 rr::GenericVec4 value; 4068 deMemcpy(&value, &color, sizeof(rr::GenericVec4)); 4069 return value; 4074 VkClearColorValue value; 4077 deMemcpy(&value, &color, sizeof(VkClearColorValue)); 4078 return value;
|
/third_party/vixl/test/aarch64/ |
H A D | test-simulator-aarch64.cc | 196 double value); 1849 // lane, so use the expected value; any other lane should be zero. in Test1OpAcrossNEON() 5116 int32_t value = 0xbad; in TEST() local 5117 simulator.RunFrom(GenerateStoreZero(&masm, &value)); in TEST() 5118 VIXL_CHECK(value == 0); in TEST() 5122 simulator.RunFrom<void, int32_t>(GenerateStoreInput(&masm, &value), argument); in TEST() 5123 VIXL_CHECK(value == 0xf00d); in TEST() 5125 // Run a function taking one argument and returning a value. in TEST()
|