/third_party/mesa3d/src/gallium/auxiliary/draw/ |
H A D | draw_llvm.c | 1151 LLVMValueRef value) in store_aos() 1170 LLVMSetAlignment(LLVMBuildStore(builder, value, data_ptr), sizeof(float)); in store_aos() 1691 * Used zero/one i8 value to represent boolean 1753 LLVMValueRef channel_vec, value; in draw_gs_llvm_fetch_input() local 1770 value = LLVMBuildExtractElement(builder, channel_vec, idx, ""); in draw_gs_llvm_fetch_input() 1772 res = LLVMBuildInsertElement(builder, res, value, idx, ""); in draw_gs_llvm_fetch_input() 2177 LLVMValueRef clipmask; /* holds the clipmask value */ in draw_llvm_generate() 2326 /* store temporary clipping boolean value */ in draw_llvm_generate() 2355 /* return clipping boolean value for function */ in draw_llvm_generate() 2393 /* All variants of this shader will have the same value fo in draw_llvm_make_variant_key() 1147 store_aos(struct gallivm_state *gallivm, LLVMTypeRef io_type, LLVMValueRef io_ptr, LLVMValueRef index, LLVMValueRef value) store_aos() argument 3227 draw_tcs_llvm_emit_store_output(const struct lp_build_tcs_iface *tes_iface, struct lp_build_context *bld, unsigned name, boolean is_vindex_indirect, LLVMValueRef vertex_index, boolean is_aindex_indirect, LLVMValueRef attrib_index, boolean is_sindex_indirect, LLVMValueRef swizzle_index, LLVMValueRef value, LLVMValueRef mask_vec) draw_tcs_llvm_emit_store_output() argument [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 604 pub value: ::__s32, 615 pub value: ::__s32, 3491 value: *const ::c_void, in setsockopt() 3685 pub fn pthread_join(native: ::pthread_t, value: *mut *mut ::c_void) -> ::c_int; in pthread_join() 3686 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() 3699 pub fn pthread_setspecific(key: pthread_key_t, value: *const ::c_void) -> ::c_int; in pthread_setspecific() 3799 pub fn sem_init(sem: *mut sem_t, pshared: ::c_int, value: ::c_uint) -> ::c_int; in sem_init() 4241 value: *mut ::c_void, in pthread_create()
|
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/ |
H A D | mod.rs | 626 /// value of if_flags 644 /// value of if_flags 668 /// value of ifa_flags 673 /// value of ifa_ifp->if_metric 686 /// value of ifa_flags 696 /// value of ifa_ifp->if_metric 711 /// value of ifa_flags 2890 /// last return value of *_input(), meaning "all job for this pkt is done". 3384 /// max scale value in bc(1) 4324 pub fn ffs(value [all...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | vk_cache_utils.cpp | 218 // If the corresponding color attachment needs to take its initial value from the resolve in UnpackColorResolveAttachmentDesc() 995 // > shader, i.e. if the shader declares an output variable decorated with a Location value in InitializeRenderPassFromDesc() 1344 // Utility for setting a value on a packed 4-bit integer array. 1346 void Int4Array_Set(uint8_t *arrayBytes, uint32_t arrayIndex, SrcT value) in Int4Array_Set() argument 1349 ASSERT(value < 16); in Int4Array_Set() 1354 arrayBytes[byteIndex] |= static_cast<uint8_t>(value); in Int4Array_Set() 1359 arrayBytes[byteIndex] |= static_cast<uint8_t>(value) << 4; in Int4Array_Set() 1363 // Utility for getting a value from a packed 4-bit integer array. 1598 // Initialize PSO states, it is consistent with initial value of gl::State 2266 float value) [all...] |
/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.c | 528 /* The default value for `scan_control' is documented as FALSE in the */ 530 /* Boolean value. However, this is not the case, thus both the */ 591 * (NPUSHB, NPUSHW) are handled specially; they have a negative value in 592 * the `opcode_length' table, and the value in `Pop_Push_Count' is set 1418 /* compute ax*bx as 64-bit value */ in TT_DotFix14() 1425 /* compute ay*by as 64-bit value */ in TT_DotFix14() 1506 * Functions related to the control value table (CVT). 1551 FT_F26Dot6 value ) in Write_CVT() 1557 exc->cvt[idx] = value; in Write_CVT() 1564 FT_F26Dot6 value ) in Write_CVT_Stretched() [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cGPUShaderFP64Tests.cpp | 346 * @return Requested value or VARAIBLE_TYPE_UNKNOWN if @param type was not recognized. 432 * @return Requested value or 0 if @param type was not recognized. 589 * @param type Base variable type to return corresponding GLenum value for. 591 * @return Corresponding GLenum value or GL_NONE if the input value was not 1218 /** Returns a string holding the value represented by user-provided variable, for which 4157 const glw::GLdouble value = element_ordinal; in prepareUniforms() local 4162 *value_dst = value; in prepareUniforms() 4547 const glw::GLint value = image_data[offset]; in verifyResults() local 4549 if (m_result_success != value) in verifyResults() 4577 const glw::GLint value = feedback_data[i]; verifyResults() local 5189 const glw::GLdouble value = getExpectedValue(type_ordinal, element); prepareUniformBuffer() local 14885 glw::GLdouble value = double_argument_start[argument] + ((glw::GLdouble)component) / 8.0; prepareComponents() local 14911 const glw::GLint value = int_argument_start + component; prepareComponents() local 14925 const glw::GLuint value = uint_argument_start + component; prepareComponents() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/ |
H A D | pipeline_context.cpp | 1911 void PipelineContext::SetEnableKeyBoardAvoidMode(KeyBoardAvoidMode value) in SetEnableKeyBoardAvoidMode() argument 1913 safeAreaManager_->SetKeyBoardAvoidMode(value); in SetEnableKeyBoardAvoidMode() 1914 TAG_LOGI(AceLogTag::ACE_KEYBOARD, "keyboardAvoid Mode update:%{public}d", value); in SetEnableKeyBoardAvoidMode() 1927 void PipelineContext::SetIgnoreViewSafeArea(bool value) in SetIgnoreViewSafeArea() argument 1929 if (safeAreaManager_->SetIgnoreSafeArea(value)) { in SetIgnoreViewSafeArea() 1934 void PipelineContext::SetIsLayoutFullScreen(bool value) in SetIsLayoutFullScreen() argument 1936 if (safeAreaManager_->SetIsFullScreen(value)) { in SetIsLayoutFullScreen() 1941 void PipelineContext::SetIsNeedAvoidWindow(bool value) in SetIsNeedAvoidWindow() argument 1943 if (safeAreaManager_->SetIsNeedAvoidWindow(value)) { in SetIsNeedAvoidWindow() 3660 if (!mouseStyleNodeId_.has_value() || mouseStyleNodeId_.value() ! in ChangeMouseStyle() 4676 auto value = child->GetString(); RestoreNodeInfo() local 4677 restoreNodeInfo_.try_emplace(StringUtils::StringToInt(key), value); RestoreNodeInfo() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/time_picker/ |
H A D | time_picker_test_ng.cpp | 303 EXPECT_EQ(Color::RED, pickerProperty->GetDisappearColor().value()); in HWTEST_F() 304 EXPECT_EQ(Dimension(10), pickerProperty->GetDisappearFontSize().value()); in HWTEST_F() 305 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetDisappearWeight().value()); in HWTEST_F() 380 EXPECT_EQ(Color::RED, pickerProperty->GetColor().value()); in HWTEST_F() 381 EXPECT_EQ(Dimension(10), pickerProperty->GetFontSize().value()); in HWTEST_F() 382 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetWeight().value()); in HWTEST_F() 463 EXPECT_EQ(Color::RED, pickerProperty->GetSelectedColor().value()); in HWTEST_F() 464 EXPECT_EQ(Dimension(10), pickerProperty->GetSelectedFontSize().value()); in HWTEST_F() 465 EXPECT_EQ(Ace::FontWeight::BOLD, pickerProperty->GetSelectedWeight().value()); in HWTEST_F() 1580 auto calcSize = buttonLayoutProperty->GetCalcLayoutConstraint()->selfIdealSize.value(); in HWTEST_F() [all...] |
/third_party/backends/backend/ |
H A D | mustek.c | 240 /* Used for Pro series. First value seems to be always 85, second one varies. 241 First bit of second value clear == device ready (?) */ 1701 constrain_value (Mustek_Scanner * s, SANE_Int option, void *value, in constrain_value() argument 1707 if (value) in constrain_value() 1708 w = *(SANE_Fixed *) value; in constrain_value() 1726 /*w = *(SANE_Word *) value; */ in constrain_value() 1739 *(SANE_Word *) value = dpi; in constrain_value() 1748 status = sanei_constrain_value (s->opt + option, value, info); in constrain_value() 1751 SANE_UNFIX (*(SANE_Word *) value), SANE_UNFIX (w)); in constrain_value() 1800 encode_percentage (Mustek_Scanner * s, double value) in encode_percentage() argument [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cbiditst.c | 2292 log_err("Wrong value returned by ubidi_getText\n"); in _testInverseBidi() 3665 UBiDiReorderingMode value; member 3676 uint32_t value; member 4062 switch (modes[mode].value) { in assertRoundTrip() 4303 modeValue = modes[mode].value; in testReorderingMode() 4312 optionValue = options[option].value; in testReorderingMode() 4322 tc, modes[mode].value, options[option].value, level); in testReorderingMode() 4332 if (!((modes[mode].value == UBIDI_REORDER_INVERSE_NUMBERS_AS_L) && in testReorderingMode() 4333 (options[option].value in testReorderingMode() [all...] |
/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 641 LOGE("Get comm spec napi value failed."); in GetDsaPubKeySpec() 673 LOGE("Get comm spec napi value failed."); in GetDsaKeyPairAsyKeySpec() 893 LOGE("Get comm spec napi value failed."); in GetEccPriKeySpec() 927 LOGE("Get comm spec napi value failed."); in GetEccPubKeySpec() 960 LOGE("Get comm spec napi value failed."); in GetEccKeyPairAsyKeySpec() 1057 LOGE("Get comm spec napi value failed."); in GetRsaPubKeySpec() 1089 LOGE("Get comm spec napi value failed."); in GetRsaKeyPairAsyKeySpec() 1343 LOGE("Get comm spec napi value failed."); in GetDhPubKeySpec() 1375 LOGE("Get comm spec napi value failed."); in GetDhPriKeySpec() 1407 LOGE("Get comm spec napi value faile in GetDhKeyPairAsyKeySpec() 1888 IsNapiNull(napi_env env, napi_value value) IsNapiNull() argument 1974 napi_value value = ConvertBigIntToNapiValue(env, number); BuildSetNamedProperty() local [all...] |
/base/telephony/core_service/services/sim/src/ |
H A D | sim_file.cpp | 399 unsigned char value = byteData[0]; in ProcessSpnGeneral() local 400 displayConditionOfSpn_ = (BYTE_NUM & value); in ProcessSpnGeneral() 985 unsigned char value = fileData[0]; in ProcessGetMwisDone() local 986 if ((value & BYTE_NUM) == BYTE_NUM) { in ProcessGetMwisDone()
|
/foundation/ability/ability_runtime/frameworks/js/napi/featureAbility/ |
H A D | napi_data_ability_helper_utils.cpp | 1160 napi_value value = nullptr; in CallPacMapValue() local 1162 NAPI_CALL(env, napi_create_object(env, &value)); in CallPacMapValue() 1167 NAPI_CALL(env, napi_set_named_property(env, value, "result", napiResult)); in CallPacMapValue() 1171 return value; in CallPacMapValue()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/navigation/ |
H A D | nav_bar_test_ng.cpp | 255 * @tc.desc: Test to json value. 481 ChildNodeOperation value = ChildNodeOperation::ADD; in HWTEST_F() local 482 barNode->OnMenuNodeOperationUpdate(value); in HWTEST_F() 497 ChildNodeOperation value = ChildNodeOperation::ADD; in HWTEST_F() local 498 barNode->OnToolBarNodeOperationUpdate(value); in HWTEST_F()
|
/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | canvas_component.cpp | 338 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: fillStyle value error!"); in FillStyleSetter() 339 return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t *>("fillStyle value error")); in FillStyleSetter() 353 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: fillStyle value error!"); in FillStyleSetter() 354 return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t *>("fillStyle value erro!")); in FillStyleSetter() 396 return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t *>("fillStyle value error")); in FillStyleGetter() 406 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: strokeStyle value error!"); in StrokeStyleSetter() 408 reinterpret_cast<const jerry_char_t *>("the value of strokeStyle is null")); in StrokeStyleSetter() 422 HILOG_ERROR(HILOG_MODULE_ACE, "canvas_component: strokeStyle value error"); in StrokeStyleSetter() 423 return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t *>("strokeStyle value error")); in StrokeStyleSetter() 466 return jerry_create_error(JERRY_ERROR_TYPE, reinterpret_cast<const jerry_char_t *>("strokeStyle value erro in StrokeStyleGetter() 2134 char *value = MallocStringOf(val); SetLineDash() local [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 143 // pair second : actual value 154 std::string value; member 327 metadata.value, in from_json() 1525 tmpMetadata.value = item.value; in GetMetadata()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | cloud_data_test.cpp | 196 PolicyValue value; in InitMetaData() local 197 value.type = OHOS::DistributedKv::PolicyType::IMMEDIATE_SYNC_ON_ONLINE; in InitMetaData() 1510 std::vector<std::string> value; in HWTEST_F() local 1511 info.tables_.insert_or_assign(TEST_CLOUD_STORE, value); in HWTEST_F()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | pthreadndk.cpp | 1052 int value = PARAM_0;
in threadFuncA() local 1053 pthread_setspecific(g_testGetSpecificKey, &value);
in threadFuncA() 1802 int32_t value = PARAM_0;
in threadfuncB() local 1803 setSpecRet = pthread_setspecific(testSetSpecificKey, &value);
in threadfuncB()
|
H A D | stdiondk1.cpp | 1142 int value = fputs("hello, world!", fp);
in Open_Memstream_One() local 1143 NAPI_ASSERT(env, value != EOF, "open_memstream fputs Error");
in Open_Memstream_One() 1427 return strcmp(temp, "value is 123 and 321.") == PARAM_0;
in Vasprintf_Test() 1432 int ret = Vasprintf_Test("value is %d and %d.", PARAM_123, PARAM_321);
in Vasprintf_One() 1453 char value[] = "asdf";
in Vdprintf_One() local 1456 ret = Vdprintf_Test(fd, "%s", value);
in Vdprintf_One() 1487 int ret = Vfprintf_Test(g_tempFile, "value is %s and %s", "value is qwe and 1", "qwe", "1");
in Vfprintf_One() 1553 int ret = Vsnprintf_test("value is use", PARAM_13, "value i in Vsnprintf_One() [all...] |
/test/xts/acts/graphic/graphicEGL/entry/src/main/cpp/ |
H A D | eglndk.cpp | 1166 EGLAttrib value[1] = {0x00};
in EglGetSyncAttrib() local 1167 EGLBoolean Ret = eglGetSyncAttrib(myEGLWindow.eglDisplay, eglSync, EGL_SYNC_TYPE, value);
in EglGetSyncAttrib() 1182 EGLAttrib value[1] = {0x00};
in EglGetSyncAttribAbnormal() local 1183 EGLBoolean Ret = eglGetSyncAttrib(EGL_NO_DISPLAY, EGL_NO_SYNC, EGL_SYNC_TYPE, value);
in EglGetSyncAttribAbnormal()
|
/test/xts/hats/hdf/audio/idl/common/adapter_additional/src/ |
H A D | audio_adapter_common_test.cpp | 2084 const char *value = "sup_sampling_rates=4800;sup_channels=1;sup_formats=2;";
in HWTEST_F() local 2085 int32_t ret = adapter_->SetExtraParams(adapter_, key, condition, value);
in HWTEST_F() 2103 char value[1024] = "sup_sampling_rates=4800;sup_channels=1;sup_formats=2;";
in HWTEST_F() local 2105 int32_t ret = adapter_->GetExtraParams(adapter_, key, condition, value, valueLen);
in HWTEST_F()
|
/third_party/ffmpeg/libavcodec/ |
H A D | exr.c | 297 #define HUF_ENCBITS 16 // literal (value) bit length 1984 uint8_t value[256] = { 0 }; in decode_header() local 2001 bytestream2_get_buffer(gb, value, FFMIN(sizeof(value) - 1, size)); in decode_header() 2003 av_dict_set(&metadata, name, value, 0); in decode_header() 2254 /* If negative value we reuse half value */ in decode_init() 2305 { "gamma", "Set the float gamma value when decoding", OFFSET(gamma),
|
/third_party/elfutils/src/ |
H A D | strip.c | 481 /* When the symbol value is zero then for SHT_REL in relocate() 506 GElf_Addr value = sym->st_value; in relocate() local 510 given addend and add it to the value. */ in relocate() 511 value += addend; in relocate() 542 tmpbuf.Name -= (GElf_##Name) value; \ in relocate() 544 tmpbuf.Name += (GElf_##Name) value; \ in relocate() 552 /* Now finally put in the new value. */ in relocate() 1003 Elf32_Word old_sh_link; /* Original value of shdr.sh_link. */ in handle_elf() 1277 /* Remember the shdr.sh_link value. */ in handle_elf() 1781 field must have the correct value in handle_elf() [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | hwcontext_opencl.c | 352 if (!av_stristr(str, param->value)) { in opencl_filter_platform() 419 if (!strcmp(opencl_device_types[i].key, param->value)) { in opencl_filter_device() 426 param->value); in opencl_filter_device() 458 if (!av_stristr(str, param->value)) { in opencl_filter_device()
|
/third_party/backends/backend/escl/ |
H A D | escl.c | 41 # define SANE_DESC_SHARPEN SANE_I18N("Set sharpen value.") 456 * 'authorize' value is more than SANE_TRUE. 1042 s->val[OPT_BRIGHTNESS].w = s->scanner->brightness->value; in init_options() 1061 s->val[OPT_CONTRAST].w = s->scanner->contrast->value; in init_options() 1080 s->val[OPT_SHARPEN].w = s->scanner->sharpen->value; in init_options() 1100 s->val[OPT_THRESHOLD].w = s->scanner->threshold->value; in init_options() 1205 * parsed for value to store in configuration structure, other line are in _get_hack() 1240 * parsed for value to store in configuration structure, other line are in _get_blacklist_pdf() 1390 * --> SANE_ACTION_GET_VALUE: 'v' must be used to provide the value of the option. 1391 * --> SANE_ACTION_SET_VALUE: The option must take the 'v' value [all...] |