Home
last modified time | relevance | path

Searched refs:val (Results 551 - 575 of 5866) sorted by relevance

1...<<21222324252627282930>>...235

/third_party/cups-filters/filter/foomatic-rip/
H A Doptions.c238 static void free_value(value_t *val) in free_value() argument
240 if (val->value) in free_value()
241 free(val->value); in free_value()
242 free(val); in free_value()
435 value_t *val; in option_find_value() local
440 for (val = opt->valuelist; val; val = val->next) { in option_find_value()
441 if (val in option_find_value()
449 value_t *val, *last; option_assure_value() local
793 value_t *val = option_find_value(opt, optionset); option_get_value() local
987 value_t *val; composite_set_values() local
1021 value_t *val = option_assure_value(opt, optionset); option_set_value() local
1054 char *val = get_valid_value_string(opt, value); option_accepts_value() local
1490 value_t *val; optionset_copy_values() local
1505 value_t *val, *prev_val; optionset_delete_values() local
1565 value_t *val; read_ppd_file() local
2242 value_t *val, *bestvalue; set_options_for_page() local
[all...]
/third_party/alsa-lib/include/
H A Dcontrol.h471 void snd_ctl_elem_id_set_numid(snd_ctl_elem_id_t *obj, unsigned int val);
472 void snd_ctl_elem_id_set_interface(snd_ctl_elem_id_t *obj, snd_ctl_elem_iface_t val);
473 void snd_ctl_elem_id_set_device(snd_ctl_elem_id_t *obj, unsigned int val);
474 void snd_ctl_elem_id_set_subdevice(snd_ctl_elem_id_t *obj, unsigned int val);
475 void snd_ctl_elem_id_set_name(snd_ctl_elem_id_t *obj, const char *val);
476 void snd_ctl_elem_id_set_index(snd_ctl_elem_id_t *obj, unsigned int val);
534 void snd_ctl_elem_list_set_offset(snd_ctl_elem_list_t *obj, unsigned int val);
575 void snd_ctl_elem_info_set_item(snd_ctl_elem_info_t *obj, unsigned int val);
589 void snd_ctl_elem_info_set_numid(snd_ctl_elem_info_t *obj, unsigned int val);
590 void snd_ctl_elem_info_set_interface(snd_ctl_elem_info_t *obj, snd_ctl_elem_iface_t val);
[all...]
/third_party/lzma/C/Util/7z/
H A D7zMain.c67 #define MY_UTF8_HEAD(n, val) ((Byte)(MY_UTF8_START(n) + (val >> (6 * (n)))))
68 #define MY_UTF8_CHAR(n, val) ((Byte)(0x80 + (((val) >> (6 * (n))) & 0x3F)))
75 UInt32 val; in Utf16_To_Utf8_Calc() local
80 val = *src++; in Utf16_To_Utf8_Calc()
82 if (val < 0x80) in Utf16_To_Utf8_Calc()
85 if (val < MY_UTF8_RANGE(1)) in Utf16_To_Utf8_Calc()
91 if (val >= 0xD800 && val < in Utf16_To_Utf8_Calc()
110 UInt32 val; Utf16_To_Utf8() local
[all...]
/third_party/mesa3d/src/glx/
H A Dsingle2.c317 __indirect_glGetBooleanv(GLenum val, GLboolean * b) in __indirect_glGetBooleanv() argument
319 const GLenum origVal = val; in __indirect_glGetBooleanv()
323 val = RemapTransposeEnum(val); in __indirect_glGetBooleanv()
327 __GLX_SINGLE_PUT_LONG(0, val); in __indirect_glGetBooleanv()
345 if (get_client_data(gc, val, &data)) { in __indirect_glGetBooleanv()
357 if (val != origVal) { in __indirect_glGetBooleanv()
368 __indirect_glGetDoublev(GLenum val, GLdouble * d) in __indirect_glGetDoublev() argument
370 const GLenum origVal = val; in __indirect_glGetDoublev()
374 val in __indirect_glGetDoublev()
419 __indirect_glGetFloatv(GLenum val, GLfloat * f) __indirect_glGetFloatv() argument
470 __indirect_glGetIntegerv(GLenum val, GLint * i) __indirect_glGetIntegerv() argument
[all...]
/third_party/backends/backend/
H A Dibm.h154 _lto2b(SANE_Int val, SANE_Byte *bytes) in _lto2b() argument
158 bytes[0] = (val >> 8) & 0xff; in _lto2b()
159 bytes[1] = val & 0xff; in _lto2b()
163 _lto3b(SANE_Int val, SANE_Byte *bytes) in _lto3b() argument
167 bytes[0] = (val >> 16) & 0xff; in _lto3b()
168 bytes[1] = (val >> 8) & 0xff; in _lto3b()
169 bytes[2] = val & 0xff; in _lto3b()
173 _lto4b(SANE_Int val, SANE_Byte *bytes) in _lto4b() argument
176 bytes[0] = (val >> 24) & 0xff; in _lto4b()
177 bytes[1] = (val >> 1 in _lto4b()
278 Option_Value val[NUM_OPTIONS]; global() member
[all...]
H A Dmatsushita.h65 #define Ito16(val, buf) { \
66 ((unsigned char *)buf)[0] = ((val) >> 8) & 0xff; \
67 ((unsigned char *)buf)[1] = ((val) >> 0) & 0xff; \
70 #define Ito24(val, buf) { \
71 ((unsigned char *)buf)[0] = ((val) >> 16) & 0xff; \
72 ((unsigned char *)buf)[1] = ((val) >> 8) & 0xff; \
73 ((unsigned char *)buf)[2] = ((val) >> 0) & 0xff; \
76 #define Ito32(val, buf) { \
77 ((unsigned char *)buf)[0] = ((val) >> 24) & 0xff; \
78 ((unsigned char *)buf)[1] = ((val) >> 1
333 Option_Value val[OPT_NUM_OPTIONS]; global() member
[all...]
H A Dmustek_usb.c127 SANE_String val; in calc_parameters() local
132 val = s->val[OPT_MODE].s; in calc_parameters()
136 if (!strcmp (val, SANE_VALUE_SCAN_MODE_LINEART)) in calc_parameters()
143 else if (!strcmp (val, SANE_VALUE_SCAN_MODE_GRAY)) in calc_parameters()
150 else if (!strcmp (val, SANE_VALUE_SCAN_MODE_COLOR)) in calc_parameters()
159 DBG (1, "calc_parameters: invalid mode %s\n", (SANE_Char *) val); in calc_parameters()
163 s->tl_x = SANE_UNFIX (s->val[OPT_TL_X].w) / MM_PER_INCH; in calc_parameters()
164 s->tl_y = SANE_UNFIX (s->val[OPT_TL_Y].w) / MM_PER_INCH; in calc_parameters()
165 s->width = SANE_UNFIX (s->val[OPT_BR_ in calc_parameters()
1169 sane_control_option(SANE_Handle handle, SANE_Int option, SANE_Action action, void *val, SANE_Int * info) sane_control_option() argument
1386 SANE_String val; sane_start() local
[all...]
/third_party/node/lib/internal/tls/
H A Dsecure-context.js192 const val = key[i];
194 val?.pem !== undefined ? val.pem : val);
196 val?.passphrase !== undefined ? val.passphrase : passphrase);
254 for (const val of crl) {
255 validateKeyOrCertOption(`${name}.crl`, val);
256 context.addCRL(val);
271 ArrayPrototypeForEach(pfx, (val)
[all...]
/third_party/skia/third_party/externals/freetype/src/base/
H A Dftpsprop.c241 FT_Int* val = (FT_Int*)value; in FT_BASE_CALLBACK_DEF() local
244 val[0] = darken_params[0]; in FT_BASE_CALLBACK_DEF()
245 val[1] = darken_params[1]; in FT_BASE_CALLBACK_DEF()
246 val[2] = darken_params[2]; in FT_BASE_CALLBACK_DEF()
247 val[3] = darken_params[3]; in FT_BASE_CALLBACK_DEF()
248 val[4] = darken_params[4]; in FT_BASE_CALLBACK_DEF()
249 val[5] = darken_params[5]; in FT_BASE_CALLBACK_DEF()
250 val[6] = darken_params[6]; in FT_BASE_CALLBACK_DEF()
251 val[7] = darken_params[7]; in FT_BASE_CALLBACK_DEF()
259 FT_UInt* val in FT_BASE_CALLBACK_DEF() local
270 FT_Bool* val = (FT_Bool*)value; FT_BASE_CALLBACK_DEF() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dasn1.c132 unsigned long val; in asn1_parse_oid() local
141 val = 0; in asn1_parse_oid()
147 val = (val << 7) | (tmp & 0x7f); in asn1_parse_oid()
160 oid->oid[0] = val / 40; in asn1_parse_oid()
163 oid->oid[1] = val - oid->oid[0] * 40; in asn1_parse_oid()
166 oid->oid[oid->len++] = val; in asn1_parse_oid()
235 unsigned long val = 0; in asn1_bit_string_to_long() local
243 val |= rotate_bits(*pos++); in asn1_bit_string_to_long()
245 val | in asn1_bit_string_to_long()
[all...]
/third_party/zlib/contrib/iostream2/
H A Dzstream.h44 size_t value() const { return val.word; } in value()
46 struct Val { unsigned char byte; size_t word; } val; member in zstringlen
130 zs > val.byte; in zstringlen()
131 if (val.byte == 255) zs > val.word; in zstringlen()
132 else val.word = val.byte; in zstringlen()
278 val.byte = 255; val.word = ::strlen(x); in zstringlen()
279 if (val in zstringlen()
[all...]
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H A Djidctfst-neon.c337 int32x4x2_t rows_0145_l = vtrnq_s32(vreinterpretq_s32_s16(rows_01.val[0]), in jsimd_idct_ifast_neon()
338 vreinterpretq_s32_s16(rows_45.val[0])); in jsimd_idct_ifast_neon()
339 int32x4x2_t rows_0145_h = vtrnq_s32(vreinterpretq_s32_s16(rows_01.val[1]), in jsimd_idct_ifast_neon()
340 vreinterpretq_s32_s16(rows_45.val[1])); in jsimd_idct_ifast_neon()
341 int32x4x2_t rows_2367_l = vtrnq_s32(vreinterpretq_s32_s16(rows_23.val[0]), in jsimd_idct_ifast_neon()
342 vreinterpretq_s32_s16(rows_67.val[0])); in jsimd_idct_ifast_neon()
343 int32x4x2_t rows_2367_h = vtrnq_s32(vreinterpretq_s32_s16(rows_23.val[1]), in jsimd_idct_ifast_neon()
344 vreinterpretq_s32_s16(rows_67.val[1])); in jsimd_idct_ifast_neon()
346 int32x4x2_t cols_04 = vzipq_s32(rows_0145_l.val[0], rows_2367_l.val[ in jsimd_idct_ifast_neon()
[all...]
/third_party/ffmpeg/libavcodec/mips/
H A Dblockdsp_msa.c24 static void copy_8bit_value_width8_msa(uint8_t *src, uint8_t val, in copy_8bit_value_width8_msa() argument
31 val0 = (v16u8) __msa_fill_b(val); in copy_8bit_value_width8_msa()
40 static void copy_8bit_value_width16_msa(uint8_t *src, uint8_t val, in copy_8bit_value_width16_msa() argument
46 val0 = (v16u8) __msa_fill_b(val); in copy_8bit_value_width16_msa()
68 void ff_fill_block16_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block16_msa() argument
70 copy_8bit_value_width16_msa(src, val, stride, height); in ff_fill_block16_msa()
73 void ff_fill_block8_msa(uint8_t *src, uint8_t val, ptrdiff_t stride, int height) in ff_fill_block8_msa() argument
75 copy_8bit_value_width8_msa(src, val, stride, height); in ff_fill_block8_msa()
/third_party/backends/sanei/
H A Dsanei_codec_bin.c99 SANE_Word val, *word = v; in bin_w_word() local
107 val = *word; in bin_w_word()
109 w->buffer.curr[0] = (val >> 24) & 0xff; in bin_w_word()
110 w->buffer.curr[1] = (val >> 16) & 0xff; in bin_w_word()
111 w->buffer.curr[2] = (val >> 8) & 0xff; in bin_w_word()
112 w->buffer.curr[3] = (val >> 0) & 0xff; in bin_w_word()
117 val = ( ((w->buffer.curr[0] & 0xff) << 24) in bin_w_word()
121 *word = val; in bin_w_word()
/third_party/cups-filters/fontembed/
H A Dsfnt_int.h38 static inline void set_USHORT(char *buf,unsigned short val) // {{{ in set_USHORT() argument
40 buf[0]=val>>8; in set_USHORT()
41 buf[1]=val&0xff; in set_USHORT()
44 static inline void set_ULONG(char *buf,unsigned int val) // {{{ in set_ULONG() argument
46 buf[0]=val>>24; in set_ULONG()
47 buf[1]=(val>>16)&0xff; in set_ULONG()
48 buf[2]=(val>>8)&0xff; in set_ULONG()
49 buf[3]=val&0xff; in set_ULONG()
/third_party/NuttX/drivers/usbdev/gadget/
H A Dcomposite.h60 #define HSETW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8) }
61 #define HSETDW(ptr, val) ptr = { (uint8_t)(val), (uint8_t)((val) >> 8), \
62 (uint8_t)((val) >> 16), (uint8_t)((val) >> 24) }
/third_party/json/include/nlohmann/
H A Dadl_serializer.hpp27 static auto from_json(BasicJsonType && j, TargetType& val) noexcept(
28 noexcept(::nlohmann::from_json(std::forward<BasicJsonType>(j), val)))
29 -> decltype(::nlohmann::from_json(std::forward<BasicJsonType>(j), val), void()) member
31 ::nlohmann::from_json(std::forward<BasicJsonType>(j), val); variable
47 static auto to_json(BasicJsonType& j, TargetType && val) noexcept(
48 noexcept(::nlohmann::to_json(j, std::forward<TargetType>(val))))
49 -> decltype(::nlohmann::to_json(j, std::forward<TargetType>(val)), void())
51 ::nlohmann::to_json(j, std::forward<TargetType>(val));
/third_party/node/deps/base64/base64/lib/arch/neon64/
H A Denc_loop.c13 out.val[0] = vqtbl4q_u8(tbl_enc, out.val[0]); in enc_loop_neon64_inner()
14 out.val[1] = vqtbl4q_u8(tbl_enc, out.val[1]); in enc_loop_neon64_inner()
15 out.val[2] = vqtbl4q_u8(tbl_enc, out.val[2]); in enc_loop_neon64_inner()
16 out.val[3] = vqtbl4q_u8(tbl_enc, out.val[3]); in enc_loop_neon64_inner()
/third_party/node/deps/npm/node_modules/debug/node_modules/ms/
H A Dindex.js13 * Parse or format the given `val`.
19 * @param {String|Number} val
21 * @throws {Error} throw an error if val is not a non-empty string or a number
26 module.exports = function(val, options) {
28 var type = typeof val;
29 if (type === 'string' && val.length > 0) {
30 return parse(val);
31 } else if (type === 'number' && isFinite(val)) {
32 return options.long ? fmtLong(val) : fmtShort(val);
[all...]
/third_party/node/deps/npm/node_modules/ms/
H A Dindex.js13 * Parse or format the given `val`.
19 * @param {String|Number} val
21 * @throws {Error} throw an error if val is not a non-empty string or a number
26 module.exports = function (val, options) {
28 var type = typeof val;
29 if (type === 'string' && val.length > 0) {
30 return parse(val);
31 } else if (type === 'number' && isFinite(val)) {
32 return options.long ? fmtLong(val) : fmtShort(val);
[all...]
/third_party/lwip/src/include/lwip/
H A Dlowpower.h80 #define SET_TMR_TICK(tick, val) do { \
81 if ((val) > 0) { \
83 (tick) = (val); \
85 (tick) = (tick) > (val) ? (val) : (tick); \
143 #define LOWPOWER_SEM_NEW(lock, val) \
145 (val) = sys_sem_new(&(lock), 0); \
154 void sys_timeout_set_wake_time(u32_t val);
/third_party/mesa3d/src/util/
H A Du_atomic.c53 __sync_add_and_fetch_8(uint64_t *ptr, uint64_t val) in __sync_add_and_fetch_8() argument
58 *ptr += val; in __sync_add_and_fetch_8()
66 __sync_sub_and_fetch_8(uint64_t *ptr, uint64_t val) in __sync_sub_and_fetch_8() argument
71 *ptr -= val; in __sync_sub_and_fetch_8()
79 __sync_fetch_and_add_8(uint64_t *ptr, uint64_t val) in __sync_fetch_and_add_8() argument
85 *ptr += val; in __sync_fetch_and_add_8()
92 __sync_fetch_and_sub_8(uint64_t *ptr, uint64_t val) in __sync_fetch_and_sub_8() argument
98 *ptr -= val; in __sync_fetch_and_sub_8()
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/drv/
H A Dddr_phy_t28.h282 #define DDR_VREF_GET_HOST_MAX(rank, val) \
285 val = PHY_VRFTRES_HVREF_MASK; \
287 val = PHY_VRFTRES_RXDIFFCAL_MASK; \
291 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \
296 ddr_write(hvreft | val, base_phy + DDR_PHY_HVREFT_STATUS(rank, byte_index)); \
297 ddr_write(hvreft | val, base_phy + DDR_PHY_HVREFT_STATUS(rank, byte_index + 1)); \
300 #define DDR_PHY_VREF_HOST_GET(base_phy, rank, byte_index, val) \
302 val = ddr_read(base_phy + DDR_PHY_HVREFT_STATUS(rank, byte_index)) \
330 #define DDR_PHY_VREF_DRAM_SET(base_phy, val, byte_index) \
339 ddr_write(dvreft | val, \
[all...]
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/drv/
H A Dddr_phy_t28.h283 #define DDR_VREF_GET_HOST_MAX(rank, val) \
286 val = PHY_VRFTRES_HVREF_MASK; \
288 val = PHY_VRFTRES_RXDIFFCAL_MASK; \
292 #define DDR_PHY_VREF_HOST_SET(base_phy, rank, bytenum, byte_index, val) \
297 ddr_write(hvreft | val, base_phy + DDR_PHY_HVREFT_STATUS(rank, byte_index)); \
298 ddr_write(hvreft | val, base_phy + DDR_PHY_HVREFT_STATUS(rank, byte_index + 1)); \
301 #define DDR_PHY_VREF_HOST_GET(base_phy, rank, byte_index, val) \
303 val = ddr_read(base_phy + DDR_PHY_HVREFT_STATUS(rank, byte_index)) \
331 #define DDR_PHY_VREF_DRAM_SET(base_phy, val, byte_index) \
340 ddr_write(dvreft | val, \
[all...]
/third_party/ffmpeg/libavcodec/
H A Dbmvvideo.c59 unsigned val, saved_val = 0; in decode_bmv_frame() local
97 val = *src; in decode_bmv_frame()
100 val = saved_val; in decode_bmv_frame()
103 if (!(val & 0xC)) { in decode_bmv_frame()
111 val |= (unsigned)*src << shift; in decode_bmv_frame()
120 val = ((val >> 2) & ~mask) | (val & mask); in decode_bmv_frame()
122 if ((val & (0xC << shift))) { in decode_bmv_frame()
133 saved_val = val >> ( in decode_bmv_frame()
[all...]

Completed in 15 milliseconds

1...<<21222324252627282930>>...235