Home
last modified time | relevance | path

Searched refs:value (Results 9351 - 9375 of 29413) sorted by relevance

1...<<371372373374375376377378379380>>...1177

/device/soc/hisilicon/hi3861v100/sdk_liteos/components/histreaming/src/
H A Dlink_service.h24 int (*get)(struct LinkService* ar, const char* property, char* value, int len);
25 int (*modify)(struct LinkService* ar, const char* property, char* value, int len);
/device/soc/rockchip/rk3399/hardware/mpp/include/
H A Dmpp_trace.h29 void mpp_trace_int32(const char* name, RK_S32 value);
30 void mpp_trace_int64(const char* name, RK_S64 value);
/device/soc/rockchip/rk3568/hardware/mpp/include/
H A Dmpp_trace.h29 void mpp_trace_int32(const char* name, RK_S32 value);
30 void mpp_trace_int64(const char* name, RK_S64 value);
/device/soc/rockchip/rk3588/hardware/mpp/include/
H A Dmpp_trace.h30 void mpp_trace_int32(const char* name, RK_S32 value);
31 void mpp_trace_int64(const char* name, RK_S64 value);
/device/soc/rockchip/common/hardware/mpp/include/
H A Dmpp_trace.h29 void mpp_trace_int32(const char *name, signed int value);
30 void mpp_trace_int64(const char *name, RK_S64 value);
/kernel/linux/linux-5.10/tools/perf/include/bpf/
H A Dpid_filter.h12 bool value = true; in pid_filter__add() local
13 return bpf_map_update_elem(pids, &pid, &value, BPF_NOEXIST); in pid_filter__add()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dtimed_ctrl_private.h28 const hrt_data value) in timed_ctrl_reg_store()
32 ia_css_device_store_uint32(TIMED_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in timed_ctrl_reg_store()
25 timed_ctrl_reg_store( const timed_ctrl_ID_t ID, const unsigned int reg, const hrt_data value) timed_ctrl_reg_store() argument
/kernel/linux/linux-6.6/include/linux/mfd/
H A Dntxec.h25 * first byte transmitted over I2C (the MSB of the big-endian value).
26 * This convenience function converts an 8-bit value to 16-bit for use in the
29 static inline u16 ntxec_reg8(u8 value) in ntxec_reg8() argument
31 return value << 8; in ntxec_reg8()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
H A Dtimed_ctrl_private.h28 const hrt_data value) in timed_ctrl_reg_store()
32 ia_css_device_store_uint32(TIMED_CTRL_BASE[ID] + reg * sizeof(hrt_data), value); in timed_ctrl_reg_store()
25 timed_ctrl_reg_store( const timed_ctrl_ID_t ID, const unsigned int reg, const hrt_data value) timed_ctrl_reg_store() argument
/kernel/linux/linux-6.6/tools/perf/util/
H A Dunits.h15 double convert_unit_double(double value, char *unit);
16 unsigned long convert_unit(unsigned long value, char *unit);
/kernel/liteos_a/testsuites/unittest/libc/util/smoke/
H A Dit_test_util_100.cpp35 wchar_t value[] = L"12"; in TestCase() local
39 len = wcswidth(value, 2); in TestCase()
H A Dit_test_util_101.cpp35 wchar_t value[] = L"2"; in TestCase() local
39 len = wcwidth(*value); in TestCase()
/test/xts/device_attest/services/core/include/adapter/
H A Dattest_adapter_os.h43 int32_t OsSetParameter(const char *key, const char *value);
45 int32_t OsGetParameter(const char *key, const char *def, char *value, uint32_t len);
/test/xts/device_attest_lite/services/core/include/adapter/
H A Dattest_adapter_os.h43 int32_t OsSetParameter(const char *key, const char *value);
45 int32_t OsGetParameter(const char *key, const char *def, char *value, uint32_t len);
/third_party/elfutils/libebl/
H A Deblcheckobjattr.c39 uint64_t value, const char **tag_name, in ebl_check_object_attribute()
42 if (ebl->check_object_attribute (ebl, vendor, tag, value, in ebl_check_object_attribute()
38 ebl_check_object_attribute(Ebl *ebl, const char *vendor, int tag, uint64_t value, const char **tag_name, const char **value_name) ebl_check_object_attribute() argument
/third_party/node/lib/internal/
H A Dassert.js11 function assert(value, message) {
12 if (!value) {
/third_party/node/test/parallel/
H A Dtest-fs-makeStatsCallback.js18 callbackThrowValues.forEach((value) => {
19 assert.throws(testMakeStatsCallback(value), {
/third_party/ntfs-3g/include/ntfs-3g/
H A Dobject_id.h27 int ntfs_get_ntfs_object_id(ntfs_inode *ni, char *value, size_t size);
29 int ntfs_set_ntfs_object_id(ntfs_inode *ni, const char *value,
/third_party/node/test/fixtures/console/
H A Dconsole_low_stack_space.js7 value: {},
22 compiledConsole = consoleDescriptor.value;
/third_party/musl/src/unistd/
H A Dualarm.c5 unsigned ualarm(unsigned value, unsigned interval) in ualarm() argument
9 .it_value.tv_usec = value in ualarm()
/third_party/mesa3d/src/util/
H A Drgtc.h29 unsigned i, unsigned j, unsigned char *value, unsigned comps);
32 unsigned i, unsigned j, signed char *value, unsigned comps);
/third_party/icu/icu4c/source/layoutex/
H A DLXUtilities.h21 static le_int8 highBit(le_int32 value);
22 static le_int32 search(le_int32 value, const le_int32 array[], le_int32 count);
/third_party/node/deps/v8/src/objects/
H A Dsymbol-table.cc10 Object RegisteredSymbolTable::SlowReverseLookup(Object value) { in SlowReverseLookup() argument
16 if (e == value) return k; in SlowReverseLookup()
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbase-to-derived.hpp13 static constexpr bool value = type::value; member
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcMisc.hpp36 float unsignedF11ToFloat(glw::GLuint value);
37 float unsignedF10ToFloat(glw::GLuint value);

Completed in 15 milliseconds

1...<<371372373374375376377378379380>>...1177