Home
last modified time | relevance | path

Searched refs:val (Results 2251 - 2275 of 5848) sorted by relevance

1...<<919293949596979899100>>...234

/third_party/libabigail/include/
H A Dabg-diff-utils.h144 operator+(int val) const in operator +()
145 {return point(x() + val, y() + val);} in operator +()
148 operator-(int val) const in operator -()
149 {return point(x() - val, y() - val);} in operator -()
152 operator+= (int val) in operator +=() argument
154 set(x_ + val, y_ + val); in operator +=()
159 operator-= (int val) in operator -=() argument
187 operator =(int val) operator =() argument
[all...]
/third_party/mksh/
H A Dfuncs.c721 if (!mksh_abspath(tp->val.s)) { in do_whence()
725 size_t clen = strlen(tp->val.s) + 1; in do_whence()
732 memcpy(xp + xlen, tp->val.s, clen); in do_whence()
737 shf_puts(tp->val.s, shl_stdout); in do_whence()
755 print_value_quoted(shl_stdout, tp->val.s); in do_whence()
876 print_value_quoted(shl_stdout, ap->val.s); in c_alias()
883 const char *alias = *wp, *val, *newval; in c_alias() local
888 if ((val = cstrchr(alias, '='))) { in c_alias()
889 strndupx(xalias, alias, val++ - alias, ATEMP); in c_alias()
898 if (val in c_alias()
1010 mksh_ari_t val; c_let() local
1219 getopts_reset(int val) getopts_reset() argument
1362 mksh_ari_t val; c_shift() local
[all...]
/third_party/eudev/src/libudev/
H A Dlibudev-device.c399 char *val; in udev_device_add_property_from_string() local
402 val = strchr(name, '='); in udev_device_add_property_from_string()
403 if (val == NULL) in udev_device_add_property_from_string()
405 val[0] = '\0'; in udev_device_add_property_from_string()
406 val = &val[1]; in udev_device_add_property_from_string()
407 if (val[0] == '\0') in udev_device_add_property_from_string()
408 val = NULL; in udev_device_add_property_from_string()
409 return udev_device_add_property_internal(udev_device, name, val); in udev_device_add_property_from_string()
624 const char *val; in udev_device_read_db() local
1470 const char *val = NULL; udev_device_get_sysattr_value() local
[all...]
/third_party/python/Modules/
H A D_asynciomodule.c1182 FutureObj_set_blocking(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_blocking() argument
1187 if (val == NULL) { in FutureObj_set_blocking()
1192 int is_true = PyObject_IsTrue(val); in FutureObj_set_blocking()
1213 FutureObj_set_log_traceback(FutureObj *fut, PyObject *val, void *Py_UNUSED(ignored)) in FutureObj_set_log_traceback() argument
1215 if (val == NULL) { in FutureObj_set_log_traceback()
1219 int is_true = PyObject_IsTrue(val); in FutureObj_set_log_traceback()
1655 PyObject *type, *val = NULL, *tb = NULL; in FutureIter_throw() local
1662 val = args[1]; in FutureIter_throw()
1666 val = args[1]; in FutureIter_throw()
1669 if (val in FutureIter_throw()
2094 TaskObj_set_log_destroy_pending(TaskObj *task, PyObject *val, void *Py_UNUSED(ignored)) TaskObj_set_log_destroy_pending() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dhttp_curl.c210 ASN1_TYPE *val; in add_alt_name_othername() local
228 val = o->value; in add_alt_name_othername()
229 on->data = val->value.octet_string->data; in add_alt_name_othername()
230 on->len = val->value.octet_string->length; in add_alt_name_othername()
654 long val; in i2r_LogotypeImageInfo() local
658 val = ASN1_INTEGER_get(info->type); in i2r_LogotypeImageInfo()
659 BIO_printf(out, "%*stype: %ld\n", indent, "", val); in i2r_LogotypeImageInfo()
663 val = ASN1_INTEGER_get(info->fileSize); in i2r_LogotypeImageInfo()
664 BIO_printf(out, "%*sfileSize: %ld\n", indent, "", val); in i2r_LogotypeImageInfo()
665 val in i2r_LogotypeImageInfo()
1588 http_ocsp_set(struct http_ctx *ctx, int val) http_ocsp_set() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dhttp_curl.c210 ASN1_TYPE *val; in add_alt_name_othername() local
228 val = o->value; in add_alt_name_othername()
229 on->data = val->value.octet_string->data; in add_alt_name_othername()
230 on->len = val->value.octet_string->length; in add_alt_name_othername()
654 long val; in i2r_LogotypeImageInfo() local
658 val = ASN1_INTEGER_get(info->type); in i2r_LogotypeImageInfo()
659 BIO_printf(out, "%*stype: %ld\n", indent, "", val); in i2r_LogotypeImageInfo()
663 val = ASN1_INTEGER_get(info->fileSize); in i2r_LogotypeImageInfo()
664 BIO_printf(out, "%*sfileSize: %ld\n", indent, "", val); in i2r_LogotypeImageInfo()
665 val in i2r_LogotypeImageInfo()
1588 http_ocsp_set(struct http_ctx *ctx, int val) http_ocsp_set() argument
[all...]
/third_party/backends/backend/
H A Dcanon_dr.c3246 * below. The value of the option is passed through argument val. It
3261 SANE_Action action, void *val, SANE_Int * info) in sane_control_option()
3288 SANE_Word * val_p = (SANE_Word *) val; in sane_control_option()
3300 strcpy (val, STRING_FLATBED); in sane_control_option()
3303 strcpy (val, STRING_ADFFRONT); in sane_control_option()
3306 strcpy (val, STRING_ADFBACK); in sane_control_option()
3309 strcpy (val, STRING_ADFDUPLEX); in sane_control_option()
3312 strcpy (val, STRING_CARDFRONT); in sane_control_option()
3315 strcpy (val, STRING_CARDBACK); in sane_control_option()
3318 strcpy (val, STRING_CARDDUPLE in sane_control_option()
3260 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
[all...]
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_channel_host_if.h51 #define oal_bus_send_msg(bus, val) oal_sdio_send_msg(bus, val)
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Dasn1write.h186 * \param val The integer value to write.
191 int mbedtls_asn1_write_int( unsigned char **p, unsigned char *start, int val );
307 * Warning: Destructive behaviour for the val data!
313 * \param val The data to store (can be \c NULL if you want to fill
322 const unsigned char *val,
/third_party/gn/src/gn/
H A Dscope_per_file_provider_unittest.cc17 #define GPV(val) provider.GetProgrammaticValue(val)->string_value() in TEST()
/third_party/libwebsockets/lib/plat/freertos/esp32/drivers/
H A Dgpio-esp32.c73 lws_gpio_esp32_set(_lws_plat_gpio_t gpio, int val) in lws_gpio_esp32_set() argument
75 gpio_set_level(gpio, val); in lws_gpio_esp32_set()
/third_party/jerryscript/tests/jerry/
H A Ddate-construct.js57 var Obj = function (val)
59 this.value = val;
/third_party/mesa3d/src/freedreno/computerator/
H A Dmain.h87 #define COND(bool, val) ((bool) ? (val) : 0)
/third_party/ltp/testcases/kernel/containers/sysvipc/
H A Dsem_comm.c45 .val = 1, in chld1_sem()
70 .val = 1, in chld2_sem()
/third_party/node/test/node-api/test_async/
H A Dtest-async-hooks.js38 test_async.Test(5, resource, common.mustCall(function(err, val) {
40 assert.strictEqual(val, 10);
/third_party/node/test/parallel/
H A Dtest-http2-backpressure.js51 return Promise.resolve(fn(...args)).then(common.mustCall((val) => val));
/third_party/node/test/async-hooks/
H A Dtest-promise.js17 p.then(function afterResolution(val) {
18 assert.strictEqual(val, 5);
/third_party/node/deps/brotli/c/dec/
H A Dbit_reader.c58 uint32_t n_bits, uint32_t* val) { in BrotliSafeReadBits32Slow()
70 *val = low_val | (high_val << 16); in BrotliSafeReadBits32Slow()
57 BrotliSafeReadBits32Slow(BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) BrotliSafeReadBits32Slow() argument
/third_party/node/deps/brotli/c/enc/
H A Dhistogram_inc.h30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) {
31 ++self->data_[val];
/third_party/node/benchmark/url/
H A Durl-searchparams-iteration.js15 const cb = (val, key) => {
17 noDead[1] = val;
/third_party/mesa3d/src/mapi/glapi/gen/
H A Dgl_marshal_h.py92 for (arg,val) in args:
94 file_name = val
/third_party/node/deps/npm/node_modules/@tufjs/models/dist/utils/
H A Dguard.js4 function isDefined(val) {
5 return val !== undefined;
/third_party/mesa3d/src/panfrost/perf/
H A Dquick.c39 uint32_t val = panfrost_perf_counter_read(ctr, perf); in main() local
40 printf("%s (%s): %u\n", ctr->name, ctr->symbol_name, val); in main()
/third_party/ltp/testcases/lib/
H A Dtst_net_ip_prefix.c44 static void print_ivar(const char *name, unsigned int val) in print_ivar() argument
46 printf("export %s=%d\n", name, val); in print_ivar()
/third_party/ltp/testcases/network/multicast/mc_cmds/
H A Dmc_cmds.sh39 val=$(sysctl -n $knob)
40 if [ "$val" -ne 0 ]; then

Completed in 21 milliseconds

1...<<919293949596979899100>>...234