Home
last modified time | relevance | path

Searched refs:value (Results 19826 - 19850 of 29859) sorted by relevance

1...<<791792793794795796797798799800>>...1195

/third_party/ffmpeg/libavcodec/
H A Diff.c352 // prefill with black and palette and set HAM take direct value mask to zero in extract_header()
361 s->ham_palbuf[i*2] = 0xFF000000; // take direct color value from palette in extract_header()
561 const int8_t value = bytestream2_get_byte(gb); in decode_byterun() local
562 if (value >= 0) { in decode_byterun()
563 length = FFMIN3(value + 1, dst_size - x, bytestream2_get_bytes_left(gb)); in decode_byterun()
565 if (length < value + 1) in decode_byterun()
566 bytestream2_skip(gb, value + 1 - length); in decode_byterun()
567 } else if (value > -128) { in decode_byterun()
568 length = FFMIN(-value + 1, dst_size - x); in decode_byterun()
972 uint8_t value in decode_delta_j() local
1014 uint8_t value = bytestream2_get_byte(&gb); decode_delta_j() local
[all...]
/third_party/cJSON/
H A DcJSON.c1322 CJSON_PUBLIC(cJSON *) cJSON_ParseWithOpts(const char *value, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithOpts() argument
1326 if (NULL == value) in cJSON_ParseWithOpts()
1332 buffer_length = strlen(value) + sizeof(""); in cJSON_ParseWithOpts()
1334 return cJSON_ParseWithLengthOpts(value, buffer_length, return_parse_end, require_null_terminated); in cJSON_ParseWithOpts()
1338 CJSON_PUBLIC(cJSON *) cJSON_ParseWithLengthOpts(const char *value, size_t buffer_length, const char **return_parse_end, cJSON_bool require_null_terminated) in cJSON_ParseWithLengthOpts() argument
1347 if (value == NULL || 0 == buffer_length) in cJSON_ParseWithLengthOpts()
1352 buffer.content = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1391 if (value != NULL) in cJSON_ParseWithLengthOpts()
1394 local_error.json = (const unsigned char*)value; in cJSON_ParseWithLengthOpts()
1418 CJSON_PUBLIC(cJSON *) cJSON_Parse(const char *value) in cJSON_Parse() argument
1423 cJSON_ParseWithLength(const char *value, size_t buffer_length) cJSON_ParseWithLength() argument
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c59 * @return character value or UINT32_MAX on error
100 * @return character value or UINT32_MAX on error
154 * @return character value
2520 && literal_p->u.value == lit_value) in lexer_construct_number_object()
2538 literal_p->u.value = lit_value; in lexer_construct_number_object()
2556 ecma_integer_value_t value; in lexer_convert_push_number_to_push_literal() local
2562 value = 0; in lexer_convert_push_number_to_push_literal()
2567 value = ((ecma_integer_value_t) context_p->last_cbc.value) + 1; in lexer_convert_push_number_to_push_literal()
2573 value in lexer_convert_push_number_to_push_literal()
[all...]
/third_party/mesa3d/src/compiler/nir/tests/
H A Dload_store_vectorizer_tests.cpp268 nir_ssa_def *value = nir_build_imm(b, components, bit_size, values); in create_indirect_store() local
287 store->src[0] = nir_src_for_ssa(value); in create_indirect_store()
291 store->src[0] = nir_src_for_ssa(value); in create_indirect_store()
332 nir_ssa_def *value = nir_build_imm(b, components, bit_size, values); in create_shared_store() local
334 nir_store_deref(b, deref, value, wrmask & ((1 << components) - 1)); in create_shared_store()
742 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; in TEST_F()
765 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; in TEST_F()
1068 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; in TEST_F()
1093 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; in TEST_F()
1119 nir_const_value *cv = nir_instr_as_load_const(val->parent_instr)->value; in TEST_F()
[all...]
/third_party/selinux/libsepol/src/
H A Dwrite.c325 Write the computed nel value, then write the items. */ in avtab_write()
491 buf[items++] = cpu_to_le32(catdatum->s.value); in cat_write()
731 buf[items++] = cpu_to_le32(booldatum->s.value); in cond_write_bool()
754 * Instead it writes out the key/value pairs from the avtab. This
934 buf[items++] = cpu_to_le32(perdatum->s.value); in perm_write()
959 buf[items++] = cpu_to_le32(comdatum->s.value); in common_write()
1053 buf[items++] = cpu_to_le32(cladatum->s.value); in class_write()
1107 p->p_class_val_to_name[cladatum->s.value - 1], p->policyvers, in class_write()
1157 buf[items++] = cpu_to_le32(role->s.value); in role_write()
1171 if (role->s.value in role_write()
1863 unsigned int i, value; only_process() local
[all...]
/build/ohos/packages/
H A Dmodules_install.py76 for value in modules_info_dict.values():
77 module_info = read_json_file(value)
79 raise Exception("read module install info file '{}' error.".format(value))
/device/qemu/riscv32_virt/liteos_m/board/driver/
H A Dvirtinput.c80 uint32_t value; member
139 if (ev->value == 1) { /* left-button-down: must already captured */ in VirtinGrabbed()
168 HidReportEvent(g_virtInputDev, ev->type, ev->code, ev->value); in VirtinHandleEv()
/device/qemu/drivers/virtio/
H A Dvirtblock.c268 * Example bits: start=62 bits=4 value=0b1011
279 static void FillCidCsdBits(uint32_t *resp, int start, int bits, uint32_t value) in FillCidCsdBits() argument
285 resp[index] |= value << lsb; in FillCidCsdBits()
288 resp[index - 1] |= value >> (U32_BITS - lsb); in FillCidCsdBits()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/mac/common/
H A Dmac_cfg.h386 hi_u16 value; member
445 hi_u8 value; member
451 hi_u8 value; member
/device/board/hihope/dayu210/audio_drivers/dai/src/
H A Drk3588_dai_ops.c79 int32_t Rk3588DeviceWriteReg(const struct DaiDevice *dai, uint32_t reg, uint32_t value) in Rk3588DeviceWriteReg() argument
95 if (regmap_write(i2sTdm->regmap, reg, value)) { in Rk3588DeviceWriteReg()
96 AUDIO_DEVICE_LOG_ERR("write register fail: [%04x] = %04x", reg, value); in Rk3588DeviceWriteReg()
/device/board/hihope/rk3568/audio_drivers/dai/src/
H A Drk3568_dai_ops.c79 int32_t Rk3568DeviceWriteReg(const struct DaiDevice *dai, uint32_t reg, uint32_t value) in Rk3568DeviceWriteReg() argument
95 if (regmap_write(i2sTdm->regmap, reg, value)) { in Rk3568DeviceWriteReg()
96 AUDIO_DEVICE_LOG_ERR("write register fail: [%04x] = %04x", reg, value); in Rk3568DeviceWriteReg()
/device/soc/rockchip/common/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c46 uint32_t value; member
107 if (pixelStrMaps[i].value == format) { in GetPixelFmtStr()
184 if (formatStrMaps[i].value == format) { in GetDrmFmtStr()
/device/soc/rockchip/common/vendor/drivers/phy/
H A Dphy-rockchip-naneng-edp.c106 u32 value; in rockchip_edp_phy_set_rate() local
137 ret = readl_poll_timeout(edpphy->regs + EDP_PHY_GRF_STATUS0, value, value & PLL_RDY, 0x64, 0x3E8); in rockchip_edp_phy_set_rate()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_types.h50 * A header value inside a counter block. Headers don't count anything,
54 * A counter value inside a counter block. Counters can be zeroed, copied,
62 * block value, or is unused (padding).
65 * value, or is unused (padding).
95 /* Number of bytes for each counter value.
111 * KBASE_HWCNT_ALIGN_UPWARDS() - Calculate next aligned value.
112 * @value: The value to align upwards.
115 * Return: Input value if already aligned to the specified boundary, or next
116 * (incrementing upwards) aligned value
[all...]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.h389 extern void dhdpcie_bus_ringbell_fast(struct dhd_bus *bus, uint32 value);
390 extern void dhdpcie_bus_ringbell_2_fast(struct dhd_bus *bus, uint32 value, bool devwake);
556 static INLINE int dhd_os_wifi_platform_set_power(uint32 value) {return BCME_OK; } in dhd_os_wifi_platform_set_power() argument
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_hwcnt_types.c30 * KBASE_HWCNT_ALIGN_UPWARDS() - Align a value to an alignment.
31 * @value: The value to align upwards.
34 * Return: A number greater than or equal to value that is aligned to alignment.
36 #define KBASE_HWCNT_ALIGN_UPWARDS(value, alignment) ((value) + (((alignment) - ((value) % (alignment))) % (alignment)))
/device/soc/rockchip/rk3399/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.c57 uint32_t value; member
100 if (pixelStrMaps[i].value == format) { in GetPixelFmtStr()
146 if (formatStrMaps[i].value == format) { in GetDrmFmtStr()
/device/soc/rockchip/rk3566/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp54 uint32_t value;
97 if (pixelStrMaps[i].value == format) { in GetPixelFmtStr()
143 if (formatStrMaps[i].value == format) { in GetDrmFmtStr()
/device/soc/rockchip/rk3568/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp54 uint32_t value;
97 if (pixelStrMaps[i].value == format) { in GetPixelFmtStr()
143 if (formatStrMaps[i].value == format) { in GetDrmFmtStr()
/device/soc/rockchip/rk3588/hardware/display/src/display_gralloc/
H A Ddisplay_gralloc_gbm.cpp54 uint32_t value;
97 if (pixelStrMaps[i].value == format) { in GetPixelFmtStr()
143 if (formatStrMaps[i].value == format) { in GetDrmFmtStr()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Darm.c43 static void mali_write_phys(u32 phys_addr, u32 value);
52 * @Return value:
593 static void mali_write_phys(u32 phys_addr, u32 value) in mali_write_phys() argument
600 iowrite32(value, ((u8 *)mem_mapped) + phys_offset); in mali_write_phys()
/device/soc/rockchip/rk3588/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-naneng-edp.c115 u32 value; in rockchip_edp_phy_set_rate() local
156 value, value & PLL_RDY, 100, 1000); in rockchip_edp_phy_set_rate()
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dast.h145 static uint32_t FitIntegerValueType(uint64_t value);
217 ConfigTerm(const std::string &name, const std::shared_ptr<AstObject> &value);
219 ConfigTerm(Token &name, const std::shared_ptr<AstObject> &value);
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast_enum_type.cpp70 AutoPtr<ASTExpr> value = it->GetExprValue(); in Dump() local
71 if (value == nullptr) { in Dump()
74 sb.Append(" ").AppendFormat("%s = %s,\n", it->GetName().c_str(), value->Dump("").c_str()); in Dump()
/drivers/peripheral/audio/hdi_service/primary_impl/include/
H A Daudio_internal.h72 * @brief Enumerates HAL return value types.
200 int value; member
205 int32_t value; member
338 char value[EXTPARAM_LEN]; member
354 AUDIO_INVALID_ADDR, /** Invalid value. */

Completed in 41 milliseconds

1...<<791792793794795796797798799800>>...1195