Home
last modified time | relevance | path

Searched refs:val (Results 1451 - 1475 of 5154) sorted by relevance

1...<<51525354555657585960>>...207

/third_party/rust/crates/linux-raw-sys/src/x32/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2458 pub val: [crate::ctypes::c_int; 2usize],
2685 pub val: __u64,
2919 pub fn set_ihl(&mut self, val
[all...]
/third_party/rust/crates/linux-raw-sys/src/x86_64/
H A Dgeneral.rs28 pub fn set_bit(&mut self, index: usize, val: bool) { in set_bit()
34 if val { in set_bit()
45 let mut val = 0; in get() variables
49 val |= 1 << index; in get()
52 val in get()
55 pub fn set(&mut self, bit_offset: usize, bit_width: u8, val: u64) { in set()
61 let val_bit_is_set = val & mask == mask; in set()
2469 pub val: [crate::ctypes::c_int; 2usize],
2696 pub val: __u64,
2930 pub fn set_ihl(&mut self, val
[all...]
/third_party/ffmpeg/libavcodec/
H A Dxwdenc.c191 uint32_t val; in xwd_encode_frame() local
194 val = pal[i]; in xwd_encode_frame()
195 red = (val >> 16) & 0xFF; in xwd_encode_frame()
196 green = (val >> 8) & 0xFF; in xwd_encode_frame()
197 blue = val & 0xFF; in xwd_encode_frame()
H A Dg723_1dec.c264 * Bitexact implementation of sqrt(val/2).
266 static int16_t square_root(unsigned val) in square_root() argument
268 av_assert2(!(val & 0x80000000)); in square_root()
270 return (ff_sqrt(val << 1) >> 1) & (~1); in square_root()
743 int i, shift, seg, seg2, t, val, val_add, x, y; in estimate_sid_gain() local
772 val = 1 << shift; in estimate_sid_gain()
773 val_add = val >> 1; in estimate_sid_gain()
775 t = seg * 32 + (val << seg2); in estimate_sid_gain()
778 val += val_add; in estimate_sid_gain()
780 val in estimate_sid_gain()
[all...]
H A Dmsmpeg4dec.c79 int code, val, sign, shift; in msmpeg4v2_decode_motion() local
90 val = code; in msmpeg4v2_decode_motion()
92 val = (val - 1) << shift; in msmpeg4v2_decode_motion()
93 val |= get_bits(&s->gb, shift); in msmpeg4v2_decode_motion()
94 val++; in msmpeg4v2_decode_motion()
97 val = -val; in msmpeg4v2_decode_motion()
99 val += pred; in msmpeg4v2_decode_motion()
100 if (val < in msmpeg4v2_decode_motion()
247 int val = ((code >> (5 - i)) & 1); msmpeg4v34_decode_mb() local
[all...]
H A Dvp9dsp_template.c575 pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8)); in dc_128_4x4_c() local
578 AV_WN4PA(dst + stride * 0, val); in dc_128_4x4_c()
579 AV_WN4PA(dst + stride * 1, val); in dc_128_4x4_c()
580 AV_WN4PA(dst + stride * 2, val); in dc_128_4x4_c()
581 AV_WN4PA(dst + stride * 3, val); in dc_128_4x4_c()
588 pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8)); in dc_128_8x8_c() local
593 AV_WN4PA(dst + 0, val); in dc_128_8x8_c()
594 AV_WN4PA(dst + 4, val); in dc_128_8x8_c()
603 pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8)); in dc_128_16x16_c() local
608 AV_WN4PA(dst + 0, val); in dc_128_16x16_c()
620 pixel4 val = PIXEL_SPLAT_X4(128 << (BIT_DEPTH - 8)); dc_128_32x32_c() local
641 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1); dc_127_4x4_c() local
653 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1); dc_127_8x8_c() local
668 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1); dc_127_16x16_c() local
685 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) - 1); dc_127_32x32_c() local
706 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1); dc_129_4x4_c() local
719 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1); dc_129_8x8_c() local
734 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1); dc_129_16x16_c() local
751 pixel4 val = PIXEL_SPLAT_X4((128 << (BIT_DEPTH - 8)) + 1); dc_129_32x32_c() local
773 memset_bpc(uint16_t *dst, int val, int len) memset_bpc() argument
[all...]
/third_party/mesa3d/src/freedreno/decode/scripts/
H A Dtexturator-to-unit-test.lua39 function minify(val, lvls)
40 val = val >> lvls
41 if val < 1 then
44 return val
H A Dtexturator-to-unit-test-5xx.lua35 function minify(val, lvls)
36 val = val >> lvls
37 if val < 1 then
40 return val
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_qpu.h145 uint64_t qpu_load_imm_ui(struct qpu_reg dst, uint32_t val) ATTRIBUTE_CONST;
146 uint64_t qpu_load_imm_u2(struct qpu_reg dst, uint32_t val) ATTRIBUTE_CONST;
147 uint64_t qpu_load_imm_i2(struct qpu_reg dst, uint32_t val) ATTRIBUTE_CONST;
167 qpu_load_imm_f(struct qpu_reg dst, float val) in qpu_load_imm_f() argument
169 return qpu_load_imm_ui(dst, fui(val)); in qpu_load_imm_f()
/third_party/node/lib/
H A Dcrypto.js248 function setFips(val) {
250 if (val) return;
253 setFipsCrypto(val);
274 set(val) {
280 value: val,
/third_party/node/lib/internal/bootstrap/
H A Dnode.js144 const val = ReflectGet(target, key, receiver);
145 if (val != null && typeof val === 'object') {
147 return new Proxy(val, deprecationHandler);
149 return val;
/third_party/node/lib/internal/source_map/
H A Dsource_map_cache.js60 function setSourceMapsEnabled(val) {
61 validateBoolean(val, 'val');
63 setSourceMapsNative(val);
64 if (val) {
77 sourceMapsEnabled = val;
/third_party/musl/src/conf/
H A Dsysconf.c222 long val = __getauxval(AT_MINSIGSTKSZ); in sysconf()
223 if (val < MINSIGSTKSZ) val = MINSIGSTKSZ; in sysconf()
225 val += SIGSTKSZ - MINSIGSTKSZ; in sysconf()
226 return val; in sysconf()
/third_party/libevdev/libevdev/
H A Dlibevdev.h1580 * val = libevdev_get_event_value(dev, t, c);
1661 * val = libevdev_get_slot_value(dev, slot, c);
1720 * @param val The new minimum for this axis
1722 void libevdev_set_abs_minimum(struct libevdev *dev, unsigned int code, int val);
1733 * @param val The new maxium for this axis
1735 void libevdev_set_abs_maximum(struct libevdev *dev, unsigned int code, int val);
1746 * @param val The new fuzz for this axis
1748 void libevdev_set_abs_fuzz(struct libevdev *dev, unsigned int code, int val);
1759 * @param val The new flat for this axis
1761 void libevdev_set_abs_flat(struct libevdev *dev, unsigned int code, int val);
[all...]
/third_party/libevdev/export_include/libevdev/
H A Dlibevdev.h1580 * val = libevdev_get_event_value(dev, t, c);
1661 * val = libevdev_get_slot_value(dev, slot, c);
1720 * @param val The new minimum for this axis
1722 void libevdev_set_abs_minimum(struct libevdev *dev, unsigned int code, int val);
1733 * @param val The new maxium for this axis
1735 void libevdev_set_abs_maximum(struct libevdev *dev, unsigned int code, int val);
1746 * @param val The new fuzz for this axis
1748 void libevdev_set_abs_fuzz(struct libevdev *dev, unsigned int code, int val);
1759 * @param val The new flat for this axis
1761 void libevdev_set_abs_flat(struct libevdev *dev, unsigned int code, int val);
[all...]
/third_party/ltp/testcases/kernel/syscalls/madvise/
H A Dmadvise09.c139 static int check_page(char *ptr, char val) in check_page() argument
144 if (ptr[i] != val) { in check_page()
148 isprint(val) ? val : ' ', val); in check_page()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/
H A Dparse_dependency.py186 val = evaluateStack(exprStack[:], isSupported)
187 return val
335 val = False
337 val = evaluateDependency(dependency, termSupported)
343 if val == expected:
345 # print(f'{dependency} = {val} (as expected)')
347 print(f'{dependency} ERROR: {val} != {expected}')
/third_party/pulseaudio/speex/libspeexdsp/
H A Dfilterbank.c81 spx_word16_t val; in filterbank_new() local
94 val = Q15_ONE; in filterbank_new()
96 val = DIV32_16(mel - id1*mel_interval,EXTRACT16(PSHR32(mel_interval,15))); in filterbank_new()
100 bank->filter_left[i] = SUB16(Q15_ONE,val); in filterbank_new()
102 bank->filter_right[i] = val; in filterbank_new()
/third_party/python/Modules/
H A Dpwdmodule.c67 sets(PyObject *v, int i, const char* val) in sets() argument
69 if (val) { in sets()
70 PyObject *o = PyUnicode_DecodeFSDefault(val); in sets()
87 #define SETS(i,val) sets(v, i, val) in mkpwent()
/third_party/vk-gl-cts/framework/common/
H A DtcuImageIO.cpp215 deUint16 val; in readBigEndianShort() local
216 resource->read((deUint8*)&val, sizeof(val)); in readBigEndianShort()
217 return (deUint16)(((val >> 8) & 0xFF) | ((val << 8) & 0xFF00)); in readBigEndianShort()
/third_party/vulkan-headers/registry/
H A Dparse_dependency.py186 val = evaluateStack(exprStack[:], isSupported)
187 return val
335 val = False
337 val = evaluateDependency(dependency, termSupported)
343 if val == expected:
345 # print(f'{dependency} = {val} (as expected)')
347 print(f'{dependency} ERROR: {val} != {expected}')
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
H A DXLIFF2ICUConverter.java614 public String escapeSyntaxChars(String val){ in escapeSyntaxChars() argument
616 char[] str = val.toCharArray(); in escapeSyntaxChars()
688 String val; field in XLIFF2ICUConverter.ResourceString
697 write(writer,QUOTE+escapeSyntaxChars(val)+QUOTE); in write()
699 write(writer, name+COLON+STRINGS+ OPENBRACE + QUOTE + escapeSyntaxChars(val) + QUOTE+ CLOSEBRACE + LINESEP); in write()
704 String val; field in XLIFF2ICUConverter.ResourceAlias
708 String line = ((name==null)? EMPTY: name)+COLON+ALIAS+ OPENBRACE+QUOTE+escapeSyntaxChars(val)+QUOTE+CLOSEBRACE; in write()
720 String val; field in XLIFF2ICUConverter.ResourceInt
724 String line = ((name==null)? EMPTY: name)+COLON+INTS+ OPENBRACE + val +CLOSEBRACE; in write()
762 write(writer, current.val); in write()
[all...]
/third_party/skia/include/private/
H A DSkNx.h267 AI static int Abs(int val) { return val < 0 ? -val : val; } in Abs()
269 AI static float Abs(float val) { return ::fabsf(val); } in Abs()
270 AI static float Sqrt(float val) { return ::sqrtf(val); } in Sqrt()
271 AI static float Floor(float val) { return ::floorf(val); } in Floor()
288 T val; FromBits() local
[all...]
/third_party/ffmpeg/libswscale/
H A Doutput.c136 #define output_pixel(pos, val, bias, signedness) \
138 AV_WB16(pos, bias + av_clip_ ## signedness ## 16(val >> shift)); \
140 AV_WL16(pos, bias + av_clip_ ## signedness ## 16(val >> shift)); \
152 int val = src[i] + (1 << (shift - 1)); in yuv2plane1_16_c_template() local
153 output_pixel(&dest[i], val, 0, uint); in yuv2plane1_16_c_template()
167 int val = 1 << (shift - 1); in yuv2planeX_16_c_template() local
170 /* range of val is [0,0x7FFFFFFF], so 31 bits, but with lanczos/spline in yuv2planeX_16_c_template()
175 val -= 0x40000000; in yuv2planeX_16_c_template()
177 val += src[j][i] * (unsigned)filter[j]; in yuv2planeX_16_c_template()
179 output_pixel(&dest[i], val, in yuv2planeX_16_c_template()
219 int i, val; yuv2plane1_float_c_template() local
235 int i, val; yuv2plane1_float_bswap_c_template() local
252 int i, j, val; yuv2planeX_float_c_template() local
272 int i, j, val; yuv2planeX_float_bswap_c_template() local
329 int val = src[i] + (1 << (shift - 1)); yuv2plane1_10_c_template() local
343 int val = 1 << (shift - 1); yuv2planeX_10_c_template() local
406 int val = dither[(i + offset) & 7] << 12; yuv2planeX_8_c() local
420 int val = (src[i] + dither[(i + offset) & 7]) >> 7; yuv2plane1_8_c() local
476 int val = src[i] + (1 << (shift - 1)); yuv2p010l1_c() local
489 int val = 1 << (shift - 1); yuv2p010lX_c() local
[all...]
/third_party/backends/frontend/
H A Dscanimage.c567 void *val = alloca (opt->size); in print_option() local
568 sane_control_option (device, opt_num, SANE_ACTION_GET_VALUE, val, in print_option()
574 fputs (*(SANE_Bool *) val ? "yes" : "no", stdout); in print_option()
580 tl_x = (*(SANE_Fixed *) val); in print_option()
585 tl_y = (*(SANE_Fixed *) val); in print_option()
590 br_x = (*(SANE_Fixed *) val); in print_option()
595 br_y = (*(SANE_Fixed *) val); in print_option()
599 printf ("%d", *(SANE_Int *) val); in print_option()
606 tl_x = (*(SANE_Fixed *) val); in print_option()
611 tl_y = (*(SANE_Fixed *) val); in print_option()
1964 void *val; get_resolution() local
2588 SANE_Word val = window_val[index]; main() local
[all...]

Completed in 44 milliseconds

1...<<51525354555657585960>>...207