/kernel/linux/linux-6.6/sound/pci/riptide/ |
H A D | riptide.c | 119 MODULE_PARM_DESC(index, "Index value for Riptide soundcard."); 656 int value; in atoh() local 659 value = hex_to_bin(c); in atoh() 660 if (value >= 0) in atoh() 661 sum += mult * value; in atoh()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | acornscsi.c | 189 static inline void sbic_arm_write(AS_Host *host, unsigned int reg, unsigned int value) in sbic_arm_write() argument 192 writeb(value, host->base + SBIC_REGVAL); in sbic_arm_write() 210 #define dmac_write(host,reg,value) \ 211 ({ writeb((value), (host)->base + DMAC_OFFSET + ((reg) << 2)); }) 624 * Params : syncxfer SYNCXFER register value 664 * Purpose : calculate value for 33c93s SYNC register 667 * Returns : value for SYNC register
|
/kernel/linux/linux-6.6/mm/ |
H A D | huge_memory.c | 296 unsigned long value; in single_hugepage_flag_store() local 299 ret = kstrtoul(buf, 10, &value); in single_hugepage_flag_store() 302 if (value > 1) in single_hugepage_flag_store() 305 if (value) in single_hugepage_flag_store() 890 * Return: vm_fault_t value. 979 * Return: vm_fault_t value. 1528 * to record page access time. So use default value. in do_huge_pmd_numa_page()
|
/kernel/linux/linux-6.6/sound/soc/mediatek/mt8195/ |
H A D | mt8195-afe-pcm.c | 1469 long val = ucontrol->value.integer.value[0]; in mt8195_memif_1x_en_sel_put() 1492 long val = ucontrol->value.integer.value[0]; in mt8195_asys_irq_1x_en_sel_put() 3146 /* enable clock for regcache get default value from hw */ in mt8195_afe_pcm_dev_probe()
|
/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...] |
/third_party/backends/backend/ |
H A D | epjitsu-cmd.h | 2 putnbyte (unsigned char *pnt, unsigned int value, unsigned int nbytes) in putnbyte() argument 7 pnt[i] = value & 0xff; in putnbyte() 8 value = value >> 8; in putnbyte()
|
/third_party/node/deps/v8/third_party/ittapi/ittapi-rs/src/ |
H A D | ittnotify_bindings.rs | 1197 #[doc = " This ends the lifetime of the current instance of the given ID value in the trace."] 1199 #[doc = " This call must be performed before the given ID value can be reused for a different"] 1383 #[doc = " Passing special __itt_timestamp_none value as \"end\" argument means"] 1963 #[doc = " given ID value in the trace. Any relationships that are established after this lifetime ends are"] 1964 #[doc = " invalid. This call must be performed before the given ID value can be reused for a different"] 2106 #[doc = " @brief Increment the unsigned 64 bits integer counter value"] 2118 #[doc = " @brief Increment the unsigned 64 bits integer counter value with x"] 2121 pub fn __itt_counter_inc_delta(id: __itt_counter, value: ::std::os::raw::c_ulonglong); in __itt_counter_inc_delta() 2124 unsafe extern "C" fn(id: __itt_counter, value: ::std::os::raw::c_ulonglong), 2130 #[doc = " @brief Decrement the unsigned 64 bits integer counter value"] [all...] |
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | x509.h | 734 X509_ATTRIBUTE *X509_ATTRIBUTE_create(int nid, int atrtype, void *value); 1089 int X509_add1_ext_i2d(X509 *x, int nid, void *value, int crit, 1101 int X509_CRL_add1_ext_i2d(X509_CRL *x, int nid, void *value, int crit, 1115 int X509_REVOKED_add1_ext_i2d(X509_REVOKED *x, int nid, void *value, int crit,
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_batch_chain.c | 1433 /* Adjust the delta value in the relocation to correctly in adjust_relocations_to_state_pool() 1434 * correspond to the new delta. Initially, this value may have in adjust_relocations_to_state_pool() 1441 * relocated value with the new presumed value. This function in adjust_relocations_to_state_pool() 1494 * address and the relocated value we are writing into the BO will be the 1495 * same as the value that is already there. 1646 uint64_t value) in anv_execbuf_add_sync() 1648 /* It's illegal to signal a timeline with value 0 because that's never in anv_execbuf_add_sync() 1649 * higher than the current value. A timeline wait on value in anv_execbuf_add_sync() 1642 anv_execbuf_add_sync(struct anv_device *device, struct anv_execbuf *execbuf, struct vk_sync *sync, bool is_signal, uint64_t value) anv_execbuf_add_sync() argument [all...] |