| /OK3568_Linux_fs/kernel/lib/ |
| H A D | test_objagg.c | 428 #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 D | runcmd.py | 31 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 D | gstkmsutils.c | 199 #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 D | hash.c | 23 #define DELTA 0x9E3779B9 macro 33 sum += DELTA; in TEA_transform()
|
| /OK3568_Linux_fs/kernel/fs/reiserfs/ |
| H A D | hashes.c | 19 #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/ |
| HD | INIS-8.gz | 1<code_set_name> INIS-8
2<comment_char> %
3<escape_char> /
4% ... |
| HD | GREEK-CCITT.gz | 1<code_set_name> GREEK-CCITT
2<comment_char> %
3<escape_char> /
4% ... |
| HD | GREEK7.gz | 1<code_set_name> GREEK7
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | GREEK7-OLD.gz | |
| HD | ISO_5428.gz | 1<code_set_name> ISO_5428
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | INIS-CYRILLIC.gz | 1<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/ |
| HD | INIS-8.gz | 1<code_set_name> INIS-8
2<comment_char> %
3<escape_char> /
4% ... |
| HD | GREEK-CCITT.gz | 1<code_set_name> GREEK-CCITT
2<comment_char> %
3<escape_char> /
4% ... |
| HD | GREEK7.gz | 1<code_set_name> GREEK7
2<comment_char> %
3<escape_char> /
4% version: ... |
| HD | GREEK7-OLD.gz | 1<code_set_name> GREEK7-OLD
2<comment_char> %
3<escape_char> /
4% ... |
| HD | INIS-CYRILLIC.gz | 1<code_set_name> INIS-CYRILLIC
2<comment_char> %
3<escape_char> /
4% ... |
| HD | ISO_5428.gz | 1<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 D | nl-Delta | 1 # Initial Tuning file for nl-DELTA
|
| /OK3568_Linux_fs/kernel/drivers/input/joystick/ |
| H A D | analog.c | 131 #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 D | st,st-delta.txt | 1 * STMicroelectronics DELTA multi-format video decoder
|
| /OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/ |
| H A D | pixfmt-tch-td08.rst | 3 .. _V4L2-TCH-FMT-DELTA-TD08:
|
| H A D | pixfmt-tch-td16.rst | 3 .. _V4L2-TCH-FMT-DELTA-TD16:
|
| /OK3568_Linux_fs/kernel/drivers/input/gameport/ |
| H A D | gameport.c | 53 #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 D | hash.c | 14 #define DELTA 0x9E3779B9 macro 24 sum += DELTA; in TEA_transform()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | Kconfig | 378 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.
|