/third_party/mesa3d/src/glx/tests/ |
H A D | indirect_api.cpp | 77 void __indirect_glAccum(GLenum op, GLfloat value) { } in __indirect_glAccum() argument 489 void __indirect_glSampleCoverage(GLclampf value, GLboolean invert) { } in __indirect_glSampleCoverage() argument 565 void __indirect_glSampleMaskSGIS(GLclampf value, GLboolean invert) { } in __indirect_glSampleMaskSGIS() argument
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_state_shaders.cpp | 862 * Make sure we don't go over the maximum value. in gfx9_get_gs_info() 1779 unsigned value = 0, num_mrts = 0; 1787 value |= spi_format << (num_mrts * 4); 1792 return value; 1938 * value can be for any location within the pixel, or one of the 1940 * this value to be inside the current primitive." 1943 * the pixel. Thus, return the value at sample position, because that's 3775 /* On GFX6-GFX7, the value comes from VGT_GS_VERTEX_REUSE = 16. 3776 * On GFX8+, the value comes from VGT_VERTEX_REUSE_BLOCK_CNTL = 30 (+2).
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfssecaudit.c | 91 * - checked hash value and fixed error report in restore 2206 /* If we have a usable attrib value. Try applying */ in applyattr() 2677 * get the same hash value and avoid duplication in build_dummy_descr() 4376 static ssize_t ntfs_getxattr(const char *path, const char *name, void *value, size_t size) in ntfs_getxattr() argument 4379 return getxattr(path, name, value, size, 0, 0); in ntfs_getxattr() 4381 return getxattr(path, name, value, size); in ntfs_getxattr()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_peephole.cpp | 443 ConstantFolding::findOriginForTestWithZero(Value *value) in findOriginForTestWithZero() argument 445 if (!value) in findOriginForTestWithZero() 447 Instruction *insn = value->getInsn(); in findOriginForTestWithZero() 1088 // Need to set to the sign value, which is a compare. in opnd() 1304 // Do it on the absolute value of the input, and then restore the in opnd() 2223 // unsigned value. in handleCVT_EXTBF() 3125 // The stored value can, however, still be used to determine the value 3137 // the value at it nor be coalesced into later stores.
|
/third_party/node/deps/v8/src/compiler/ |
H A D | pipeline.cc | 81 #include "src/compiler/value-numbering-reducer.h" 95 #include "src/tracing/traced-value.h" 328 void set_verify_graph(bool value) { verify_graph_ = value; } in set_verify_graph() argument 2796 // Run value numbering and machine operator reducer to optimize load/store in OptimizeGraph() 2826 // result value is in the valid Smi range. 2881 return Smi(IntToSmi(static_cast<int>(hash))).value(); in HashGraphForPGO()
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | assembler-mips.cc | 121 // Set a static value on whether Simd is supported. in ProbeImpl() 210 Operand Operand::EmbeddedNumber(double value) { in EmbeddedNumber() argument 212 if (DoubleToSmiInteger(value, &smi)) return Operand(Smi::FromInt(smi)); in EmbeddedNumber() 215 result.value_.heap_object_request = HeapObjectRequest(value); in EmbeddedNumber() 454 // The link chain is terminated by a value in the instruction of -1, 455 // which is an otherwise illegal value (branch -1 is inf loop). 457 // code is conv to an 18-bit value addressing bytes, hence the -4 value. 1017 PrintF("value\n"); in print() 1191 // Instructions with immediate value [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.cc | 63 Immediate Immediate::EmbeddedNumber(double value) { in EmbeddedNumber() argument 65 if (DoubleToSmiInteger(value, &smi)) return Immediate(Smi::FromInt(smi)); in EmbeddedNumber() 68 result.value_.heap_object_request = HeapObjectRequest(value); in EmbeddedNumber() 173 // Set a static value on whether Simd is supported. in ProbeImpl()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 75 #pragma GCC diagnostic ignored "-Wconversion" // warning: conversion to 'xxxx' from 'xxxx' may alter its value 77 #pragma GCC diagnostic ignored "-Wclass-memaccess" // warning: 'memset/memcpy' clearing/writing an object of type 'xxxx' with no trivial copy-assignment; use assignment or value-initialization instead 1735 unsigned int value = (unsigned int)(i * in_brighten_factor); in ImFontAtlasBuildMultiplyCalcLookupTable() local 1736 out_table[i] = value > 255 ? 255 : (value & 0xFF); in ImFontAtlasBuildMultiplyCalcLookupTable() 3014 const float half_pi = IM_PI * 0.5f; // We will == compare to this because we know this is the exact value ImAcos01 can return. in RenderRectFilledRangeH()
|
/third_party/node/deps/openssl/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 287 mov x0,$ptr // return value 334 eor x0,x0,x0 // return value 395 # It shows the value before and after optimization as below: 2196 # It shows the value before and after optimization as below: 2341 // tailcnt store the tail value of length%16.
|
/third_party/node/deps/openssl/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 348 ! using value of broadcasted borrow and the borrow bit itself. 432 ! using value of borrow and its negative. 619 ! using value of broadcasted borrow and the borrow bit itself.
|
/third_party/openssl/crypto/aes/asm/ |
H A D | aesv8-armx.pl | 303 mov x0,$ptr // return value 350 eor x0,x0,x0 // return value 411 # It shows the value before and after optimization as below: 2212 # It shows the value before and after optimization as below: 2357 // tailcnt store the tail value of length%16.
|
/third_party/openssl/crypto/ec/asm/ |
H A D | ecp_nistz256-sparcv9.pl | 348 ! using value of broadcasted borrow and the borrow bit itself. 432 ! using value of borrow and its negative. 619 ! using value of broadcasted borrow and the borrow bit itself.
|
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
H A D | vkRayTracingUtil.cpp | 1807 void BottomLevelAccelerationStructurePool::batchStructCount (const deUint32& value) 1809 DE_ASSERT(value >= 1); m_batchStructCount = value;
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | formatutils.cpp | 29 bool CheckedMathResult(const CheckedNumeric<GLuint> &value, GLuint *resultOut) in CheckedMathResult() argument 31 if (!value.IsValid()) in CheckedMathResult() 37 *resultOut = value.ValueOrDie(); in CheckedMathResult() 1411 // Retrieve channel size from attribute map. The default value should be 0, per spec. in GetAndroidHardwareBufferFormatFromChannelSizes()
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 61 #pragma warning (disable: 26451) // [Static Analyzer] Arithmetic overflow : Using operator 'xxx' on a 4 byte value and then casting the result to a 8 byte value. Cast the value to the wider type before calling operator 'xxx' to avoid overflow(io.2). 87 #pragma GCC diagnostic ignored "-Wconversion" // warning: conversion to 'xxxx' from 'xxxx' may alter its value 89 #pragma GCC diagnostic ignored "-Wclass-memaccess" // [__GNUC__ >= 8] warning: 'memset/memcpy' clearing/writing an object of type 'xxxx' with no trivial copy-assignment; use assignment or value-initialization instead 113 #pragma warning (disable: 28182) // (stb_rectpack) Dereferencing NULL pointer. 'cur' contains the same NULL value as 'cur->next' did. 572 return _Data->CircleSegmentCounts[radius_idx]; // Use cached value in _CalcCircleAutoSegmentCount() 2265 // and point to it instead of pointing directly to return value of the GetBuilderXXX functions. in Build() 2286 unsigned int value = (unsigned int)(i * in_brighten_factor); in ImFontAtlasBuildMultiplyCalcLookupTable() local 2287 out_table[i] = value > 25 in ImFontAtlasBuildMultiplyCalcLookupTable() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 121 /// Three-way bool to track a cached value. Unknown is possible if this node 1246 // We don't provide a matcher for these, because the value of the node is 2120 Float value; member 2137 int n = snprintf(num, sizeof(num), FloatData<Float>::spec, value); 2173 static_assert(std::is_pod<T>::value, 3679 // ::= R <type> # l-value reference 3680 // ::= O <type> # r-value reference (C++11) 3940 // ::= R <type> # l-value reference in parseType() 3949 // ::= O <type> # r-value reference (C++11) in parseType() 4160 // <expr-primary> ::= L <type> <value numbe [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | Instructions.h | 91 /// element, this will return a constant 1 value. 114 return MA->value(); in getAlignment() 246 return MA->value(); in getAlignment() 378 return MA->value(); in getAlignment() 542 /// specified value is in a memory location, and, if it is, stores a new value 543 /// there. The value returned by this instruction is a pair containing the 544 /// original value as first element, and an i1 indicating success (true) or 707 /// combines it with another value, and then stores the result back. Returns 708 /// the old value [all...] |
/third_party/python/Modules/ |
H A D | socketmodule.c | 32 - socket.ntohs(16 bit value) --> new int object 33 - socket.ntohl(32 bit value) --> new int object 34 - socket.htons(16 bit value) --> new int object 35 - socket.htonl(32 bit value) --> new int object 40 - socket.has_ipv6: boolean value indicating if IPv6 is supported 65 The meaning of v1, v2 and v3 depends on the value of addr_type: 158 setsockopt(level, optname, value[, optlen]) -- set socket options\n\ 545 /* Largest value to try to store in a socklen_t (used when handling 992 to make socket.type be set to the same value on all platforms. in init_sockobject() 1077 *are* safe regarding their return value, i in setipaddr() 6573 long value = PyLong_AsLong(pobj); global() local [all...] |
/third_party/rust/crates/syn/src/gen/ |
H A D | visit_mut.rs | 984 v.visit_expr_mut(&mut node.value); in visit_assoc_const_mut() 2723 skip!(node.value); in visit_lit_bool_mut() 2859 v.visit_expr_mut(&mut node.value); in visit_meta_name_value_mut()
|
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_resolve_ast.c | 539 cil_log(CIL_ERR, "%s %s cannot bind more than one value\n", cil_node_to_string(NODE(alias_datum)), alias_datum->name); in cil_resolve_aliasactual() 749 perm->value += *((int *)args); in __class_update_perm_values() 1575 cat->value = v; in cil_set_cat_values() 3366 return tun->value; in __cil_evaluate_tunable_expr_helper()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fShaderImageLoadStoreTests.cpp | 1613 * For the "return value" case type, the case does much the same operations 1649 static int getOperationInitialValue (AtomicOperation op); //!< Appropriate value with which to initialize the texture. 1666 // \note 18 is just an arbitrary small nonzero value. in getOperationInitialValue() 1774 // Just accumulate the atomic args (and the initial value) according to the operation, and compare. in operator ()() 1788 << TestLog::Message << "// Note: reference value is " << reference << TestLog::EndMessage; in operator ()() 1804 log << TestLog::Message << "// Failure: invalid value at pixel " << IVec2(x, y) << ": got " << (isIntegerFormat ? toString(result.i) : toString(result.f)) << TestLog::EndMessage in operator ()() 1937 //! Depth-first search for verifying the return value sequence. 2034 log << TestLog::Message << "// Filling end-result texture with initial pattern (initial value " << getOperationInitialValue(m_operation) << ")" << TestLog::EndMessage; in iterate() 2050 log << TestLog::Message << "// Setting storage of return-value texture" << TestLog::EndMessage; in iterate() 2245 // Compute the value in operator ()() 2791 R32UIImageSingleValueVerifier(const deUint32 value) R32UIImageSingleValueVerifier() argument [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | measfmttest.cpp | 122 double value, 129 double value, 4187 double value, in helperTestSimplePer() 4194 value, in helperTestSimplePer() 4206 double value, in helperTestSimplePer() 4219 Measure measure(value, unit.clone(), status); in helperTestSimplePer() 4184 helperTestSimplePer( const Locale &locale, UMeasureFormatWidth width, double value, const MeasureUnit &unit, const MeasureUnit &perUnit, const char *expected) helperTestSimplePer() argument 4203 helperTestSimplePer( const Locale &locale, UMeasureFormatWidth width, double value, const MeasureUnit &unit, const MeasureUnit &perUnit, const char *expected, int32_t field, int32_t expected_start, int32_t expected_end) helperTestSimplePer() argument
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | siutils.c | 2309 * releasing the gpio doesn't change the current value on the GPIO last write value 2338 /* return the current gpioin register value */ 3288 int si_set_sromctl(si_t *sih, uint32 value) in si_set_sromctl() argument 3305 W_REG(osh, &cc->sromcontrol, value); in si_set_sromctl()
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | iphase.c | 527 // Continuously check around this ideal value until a null in ia_cbr_setup() 532 TstSchedTbl = (u16*)(SchedTbl+testSlot); //set index and read in value in ia_cbr_setup() 556 // set table index and read in value in ia_cbr_setup() 1452 IF_INIT(printk("Tx Dle list addr: 0x%p value: 0x%0x\n", 1455 printk("Rx Dle list addr: 0x%p value: 0x%0x\n", 2065 IF_INIT(printk("value in register = 0x%x\n", 2468 static void ia_phy_put(struct atm_dev *dev, unsigned char value, argument 2471 writel(value, INPH_IA_DEV(dev)->phy+addr);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_device.c | 315 * Returns the 32 bit value from the offset specified. 355 * Returns the 8 bit value from the offset specified. 370 * @value: the value want to be written to the register 378 * @value: 8 bit value to write 380 * Writes the value specified to the offset specified. 382 void amdgpu_mm_wreg8(struct amdgpu_device *adev, uint32_t offset, uint8_t value) in amdgpu_mm_wreg8() argument 388 writeb(value, adev->rmmio + offset); in amdgpu_mm_wreg8() 398 * @v: 32 bit value t [all...] |