Home
last modified time | relevance | path

Searched refs:DELTA (Results 1 – 25 of 135) sorted by relevance

123456

/OK3568_Linux_fs/kernel/lib/
H A Dtest_objagg.c428 #define DELTA(key_id, user_count) \ macro
443 DELTA(3, 1)),
448 DELTA(3, 1), DELTA(5, 1)),
453 DELTA(3, 2), DELTA(5, 1)),
458 DELTA(3, 2), DELTA(5, 1)),
463 DELTA(3, 2), DELTA(5, 1)),
468 DELTA(3, 2), DELTA(5, 1), DELTA(8, 1)),
473 DELTA(3, 2), DELTA(8, 2), DELTA(5, 1)),
478 DELTA(8, 2), DELTA(3, 1), DELTA(5, 1)),
483 DELTA(8, 2), DELTA(5, 1)),
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py31 DELTA = 8 variable in RunCmdTests
83 self.assertLess(end - start, self.TIMEOUT + self.DELTA)
93 self.assertLess(end - start, self.TIMEOUT + self.DELTA)
109 self.assertLess(end - start, self.TIMEOUT + self.DELTA)
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/rkximage/
H A Dgstkmsutils.c199 #define DELTA(ratio, idx, w) \ macro
220 delta = DELTA (ratio, 0, 0); in gst_video_calculate_device_ratio()
226 cur_delta = DELTA (ratio, i, j); in gst_video_calculate_device_ratio()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dhash.c23 #define DELTA 0x9E3779B9 macro
33 sum += DELTA; in TEA_transform()
/OK3568_Linux_fs/kernel/fs/reiserfs/
H A Dhashes.c19 #define DELTA 0x9E3779B9 macro
35 sum += DELTA; \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/charmaps/
HDINIS-8.gz1<code_set_name> INIS-8 2<comment_char> % 3<escape_char> / 4% ...
HDGREEK-CCITT.gz1<code_set_name> GREEK-CCITT 2<comment_char> % 3<escape_char> / 4% ...
HDGREEK7.gz1<code_set_name> GREEK7 2<comment_char> % 3<escape_char> / 4% version: ...
HDGREEK7-OLD.gz
HDISO_5428.gz1<code_set_name> ISO_5428 2<comment_char> % 3<escape_char> / 4% version: ...
HDINIS-CYRILLIC.gz1<code_set_name> INIS-CYRILLIC 2<comment_char> % 3<escape_char> / 4% ...
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/charmaps/
HDINIS-8.gz1<code_set_name> INIS-8 2<comment_char> % 3<escape_char> / 4% ...
HDGREEK-CCITT.gz1<code_set_name> GREEK-CCITT 2<comment_char> % 3<escape_char> / 4% ...
HDGREEK7.gz1<code_set_name> GREEK7 2<comment_char> % 3<escape_char> / 4% version: ...
HDGREEK7-OLD.gz1<code_set_name> GREEK7-OLD 2<comment_char> % 3<escape_char> / 4% ...
HDINIS-CYRILLIC.gz1<code_set_name> INIS-CYRILLIC 2<comment_char> % 3<escape_char> / 4% ...
HDISO_5428.gz1<code_set_name> ISO_5428 2<comment_char> % 3<escape_char> / 4% version: ...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/dvb-apps/files/dvb-scan-table/dvb-c/
H A Dnl-Delta1 # Initial Tuning file for nl-DELTA
/OK3568_Linux_fs/kernel/drivers/input/joystick/
H A Danalog.c131 #define DELTA(x,y) (boot_cpu_has(X86_FEATURE_TSC) ? ((y) - (x)) : ((x) - (y) + ((x) < (y) ? PIT_TIC… macro
148 #define DELTA(x,y) ((y)-(x)) macro
152 #define DELTA(x,y) ((y)-(x)) macro
158 #define DELTA(x,y) ((y)-(x)) macro
179 return DELTA((unsigned int)x, (unsigned int)y); in delta()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/
H A Dst,st-delta.txt1 * STMicroelectronics DELTA multi-format video decoder
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dpixfmt-tch-td08.rst3 .. _V4L2-TCH-FMT-DELTA-TD08:
H A Dpixfmt-tch-td16.rst3 .. _V4L2-TCH-FMT-DELTA-TD16:
/OK3568_Linux_fs/kernel/drivers/input/gameport/
H A Dgameport.c53 #define DELTA(x,y) ((y)-(x)+((y)<(x)?1193182/HZ:0)) macro
130 if ((t = DELTA(t2,t1) - DELTA(t3,t2)) < tx) tx = t; in old_gameport_measure_speed()
/OK3568_Linux_fs/kernel/fs/ext4/
H A Dhash.c14 #define DELTA 0x9E3779B9 macro
24 sum += DELTA; in TEA_transform()
/OK3568_Linux_fs/kernel/drivers/media/platform/
H A DKconfig378 tristate "STMicroelectronics DELTA multi-format video decoder V4L2 driver"
382 This V4L2 driver enables DELTA multi-format video decoder
391 at least one of the DELTA decoder below is selected.
396 bool "STMicroelectronics DELTA MJPEG support"
399 Enables DELTA MJPEG hardware support.

123456