Home
last modified time | relevance | path

Searched refs:value (Results 15201 - 15225 of 15410) sorted by relevance

1...<<601602603604605606607608609610>>...617

/third_party/openssl/crypto/aes/asm/
H A Daesv8-armx.pl303 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 Decp_nistz256-sparcv9.pl348 ! 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 DvkRayTracingUtil.cpp1807 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 Dformatutils.cpp29 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 Dimgui_draw.cpp61 #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 DItaniumDemangle.h121 /// 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 DInstructions.h91 /// 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 Dsocketmodule.c32 - 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 Dvisit_mut.rs984 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 Dcil_resolve_ast.c539 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 Des31fShaderImageLoadStoreTests.cpp1613 * 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 Dmeasfmttest.cpp122 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
H A Dusettest.cpp1624 * (Non-SymbolTable API) Add the given variable and value to
1627 void add(const UnicodeString& var, const UnicodeString& value, in add() argument
1630 contents.put(var, new UnicodeString(value), ec); in add()
1675 // var, value, var, value,..., input pat., exp. output pat., null in TestSymbolTable()
3283 // have the same contains(c) value as U+FFFD.
3874 errln("FAIL: UnicodeSet(%s).span(while not) returns the wrong value", pattern); in TestStringSpan()
3891 errln("FAIL: UnicodeSet(%s).span(while longest match) returns the wrong value", pattern); in TestStringSpan()
3908 errln("FAIL: UnicodeSet(%s).spanBack(while longest match) returns the wrong value", pattern); in TestStringSpan()
/base/security/access_token/interfaces/innerkits/accesstoken/test/unittest/src/
H A Daccesstoken_kit_test.cpp1050 // Set a closed status value. in HWTEST_F()
1056 // Get a closed status value. in HWTEST_F()
1063 // Set a open status value. in HWTEST_F()
1069 // Get a open status value. in HWTEST_F()
2233 static bool ExistInVector(vector<unsigned int> array, unsigned int value) in ExistInVector() argument
2236 it = find(array.begin(), array.end(), value); in ExistInVector()
2668 * @tc.desc: cannot update a tokenId with invalid string value.
/base/telephony/core_service/services/core/src/
H A Dcore_service_stub.cpp1945 std::string value = data.ReadString(); in OnIsAllowedInsertApn() local
1946 bool result = IsAllowedInsertApn(value); in OnIsAllowedInsertApn()
/third_party/ffmpeg/libavfilter/
H A Dvf_lut3d.c865 #define NEXT_FLOAT_OR_GOTO(value, label) \
870 if (av_sscanf(line, "%f", &value) != 1) { \
/third_party/glslang/glslang/MachineIndependent/
H A Dglslang_tab.cpp4533 | Print this symbol's value on YYO. |
4639 Do not make this value too large; the results are undefined if
4954 /* The semantic value of the lookahead symbol. */
4955 /* Default value used for initialization, for pacifying older GCCs
4977 /* The semantic value stack: array, bottom, top. */
4983 /* The return value of yyparse. */
4987 /* The variables used to return semantic value and location from the
5013 /* In all cases, when you get here, the value and location stacks
5190 /* If YYLEN is nonzero, implement the default value of the action:
11717 parseContext.error((yyvsp[-1].lex).loc, "non-void function must return a value", "retur
[all...]
/third_party/backends/backend/
H A Dpie.c313 int cal_mode; /* set to value to compare cal_info mode to */
520 "-> Parameter value invalid - Parameter not specified\n"); in sense_handler()
522 DBG (DBG_sense, "-> Parameter value invalid - Invalid threshold\n"); in sense_handler()
525 "-> Parameter value invalid - Control command sequence error\n"); in sense_handler()
528 "-> Parameter value invalid - Grain setting (halftone pattern\n"); in sense_handler()
531 "-> Parameter value invalid - Illegal resolution setting\n"); in sense_handler()
534 "-> Parameter value invalid - Invalid filter assignment\n"); in sense_handler()
537 "-> Parameter value invalid - Illegal gamma adjustment setting (look-up table)\n"); in sense_handler()
540 "-> Parameter value invalid - Illegal offset setting (digital brightness)\n"); in sense_handler()
543 "-> Parameter value invali in sense_handler()
1509 pie_send_exposure_one(Pie_Scanner * scanner, int filter, int value) pie_send_exposure_one() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument
99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
1014 // Scanned a digit from the lower value of an {lower,upper} interval in doParseActions()
1028 // Scanned a digit from the upper value of an {lower,upper} interval in doParseActions()
1045 // Scanned a single value interval like {27}. Upper = Lower. in doParseActions()
2201 // value < 0 flags the start of the frame on the paren stack.
2213 // the value they had at the open paren. Saved value is
2479 // Must put in as a URX_RELOC_OPRND so that the value will be adjusted if the
2726 // and that path has a shorter minimum length than the current accumulated value,
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dvars_tests.cpp212 nir_ssa_def *value, nir_component_mask_t writemask) in nir_store_var_volatile()
215 value, writemask, ACCESS_VOLATILE); in nir_store_var_volatile()
1092 /* This store should use the value loaded from in1. */ in TEST_F()
1204 /* Third store will just use the value from first store. */ in TEST_F()
1641 /* Loop will write other value. Since it might not be executed, it doesn't in TEST_F()
1862 << "Source value for component " << i << " of store is wrong"; in TEST_F()
211 nir_store_var_volatile(nir_builder *b, nir_variable *var, nir_ssa_def *value, nir_component_mask_t writemask) nir_store_var_volatile() argument
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.cpp89 /* Overwrite the whole value (except OFFSET) for sprite coordinates. */ in si_emit_spi_map()
1165 unsigned value =
1169 value);
1494 * we can see that we just need 2 shifts to get the hw value.
2459 * hasn't finished. Set it to the correct value in si_context.
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_ff.c513 /* accumulate weighted position value */ in nine_ff_build_vs()
517 /* subtract weighted position value for last value */ in nine_ff_build_vs()
2111 static enum pipe_error nine_ff_ht_delete_cb(void *key, void *value, void *data) in nine_ff_ht_delete_cb() argument
2113 NineUnknown_Unbind(NineUnknown(value)); in nine_ff_ht_delete_cb()
/third_party/node/deps/icu-small/source/i18n/
H A Dregexcmp.cpp98 static inline void addCategory(UnicodeSet *set, int32_t value, UErrorCode& ec) { in addCategory() argument
99 set->addAll(UnicodeSet().applyIntPropertyValue(UCHAR_GENERAL_CATEGORY_MASK, value, ec)); in addCategory()
1014 // Scanned a digit from the lower value of an {lower,upper} interval in doParseActions()
1028 // Scanned a digit from the upper value of an {lower,upper} interval in doParseActions()
1045 // Scanned a single value interval like {27}. Upper = Lower. in doParseActions()
2201 // value < 0 flags the start of the frame on the paren stack.
2213 // the value they had at the open paren. Saved value is
2479 // Must put in as a URX_RELOC_OPRND so that the value will be adjusted if the
2726 // and that path has a shorter minimum length than the current accumulated value,
[all...]
/third_party/mesa3d/src/vulkan/overlay-layer/
H A Doverlay.cpp579 int value = atoi(param); in parse_command() local
580 bool enabled = value > 0; in parse_command()
/third_party/libfuse/lib/
H A Dfuse_lowlevel.c222 fuse_log(FUSE_LOG_ERR, "fuse: bad error value: %i\n", error);
1595 char *value = name + strlen(name) + 1; local
1599 req->se->op.setxattr(req, nodeid, name, value, arg->size,
3114 fuse_log(FUSE_LOG_ERR, "Invalid file descriptor value %d passed to "

Completed in 143 milliseconds

1...<<601602603604605606607608609610>>...617