Home
last modified time | relevance | path

Searched +full:120 +full:- +full:db (Results 1 – 25 of 81) sorted by relevance

1234

/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dti,pcm6240.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
2 # Copyright (C) 2022 - 2024 Texas Instruments Incorporated
4 ---
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Shenghao Ding <shenghao-ding@ti.com>
24 https://www.ti.com/lit/gpn/pcm3120-q1
25 https://www.ti.com/lit/gpn/pcm3140-q1
26 https://www.ti.com/lit/gpn/pcm5120-q1
27 https://www.ti.com/lit/gpn/pcm6120-q1
28 https://www.ti.com/lit/gpn/pcm6260-q1
[all …]
/freebsd/usr.bin/jot/tests/
H A Dregress.sh6 REGRESSION_TEST(`x', `jot -w "%X" -s , 100 1 200')
7 REGRESSION_TEST(`hhhh', `jot 50 20 120 2')
8 REGRESSION_TEST(`hhhd', `jot 50 20 120 -')
9 REGRESSION_TEST(`hhdh', `jot 50 20 - 2')
10 REGRESSION_TEST(`hhdd', `jot 50 20 - -')
11 REGRESSION_TEST(`hdhh', `jot 50 - 120 2')
12 REGRESSION_TEST(`hdhd', `jot 50 - 120 -')
13 REGRESSION_TEST(`hddh', `jot 50 - - 2')
14 REGRESSION_TEST(`hddd', `jot 50 - - -')
15 REGRESSION_TEST(`dhhh', `jot - 20 120 2')
[all …]
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dfsl,imx6q-pcie.txt4 and thus inherits all the common properties defined in designware-pcie.txt.
7 - compatible:
8 - "fsl,imx6q-pcie"
9 - "fsl,imx6sx-pcie",
10 - "fsl,imx6qp-pcie"
11 - "fsl,imx7d-pcie"
12 - "fsl,imx8mq-pcie"
13 - reg: base address and length of the PCIe controller
14 - interrupts: A list of interrupt outputs of the controller. Must contain an
15 entry for each entry in the interrupt-names property.
[all …]
/freebsd/contrib/nvi/common/
H A Dexf.h1 /*-
11 * exf --
18 DB *db; /* File db structure. */ member
25 DB *log; /* Log db structure. */
44 #define RCV_PERIOD 120 /* Sync every two minutes. */
62 #define DBG_NOCACHE 0x002 /* Ignore the front-end cache. */
/freebsd/tools/test/stress2/misc/
H A Dsigreturn4.sh15 # --- trap 0xc, eip = 0x3b, esp = 0xffc0dfac, ebp = 0xffc0340c ---
20 # db> x/s version
21 # version: FreeBSD 14.0-CURRENT #0 main-n257606-9ea2716b775-dirty: Thu Aug 25 10:47:45 CEST …
24 # db> show proc
40 # db>
42 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
65 #define RUNTIME 120
76 return (arc4random() % (ma - mi + 1) + mi);
102 while (time(NULL) - start < 10) {
116 while (time(NULL) - start < 10) {
[all …]
H A Dsyzkaller55.sh17 # --- trap 0xc, rip = 0x8220e08da, rsp = 0x820a211b8, rbp = 0x820a211e0 ---
21 # db> x/s version
22 # FreeBSD 14.0-CURRENT #0 reap-n255780-cbbb27164fa: Tue May 24 13:42:53 CEST 2022
24 # db>
26 [ `uname -p` != "amd64" ] && exit 0
32 // Reported-by: syzbot+e256d42e9b390564530a@syzkaller.appspotmail.com
57 while (waitpid(-1, status, 0) != pid) {
92 if (waitpid(-1, &status, WNOHANG | WAIT_FLAGS) == pid)
95 if (current_time_ms() - start < 5000)
109 if (res != -1)
[all …]
H A Dsyzkaller49.sh25 # --- trap 0xc, rip = 0xffffffff80e04f35, rsp = 0xfffffe014fd0fbc0, rbp = 0xfffffe014fd0fc00 ---
33 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x8020e328a, rsp = 0x22f48, rbp = 0x22f70 ---
37 # db> x/s version
38 # version: FreeBSD 14.0-CURRENT #0 ufs-n251956-c3008785b91: Mon Dec 27 06:11:30 CET 2021
40 # db>
43 [ `id -u` -ne 0 ] && echo "Must be root!" && exit 1
48 // Reported-by: syzbot+93c75c4618b2a4f0f0ac@syzkaller.appspotmail.com
108 if (pthread_mutex_init(&ev->mu, 0))
110 if (pthread_cond_init(&ev->cv, 0))
112 ev->state = 0;
[all …]
H A Dsyzkaller54.sh15 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x82317b7da, rsp = 0x826544f48, rbp = 0x826544f70 ---
19 # db> x/s version
20 # FreeBSD 14.0-CURRENT #0 main-n255381-cbbce42345c51: Sun May 8 09:55:50 CEST 2022
22 # db>
24 [ `uname -p` != "amd64" ] && exit 0
30 // Reported-by: syzbot+9db4640d67478a0ced08@syzkaller.appspotmail.com
57 while (waitpid(-1, status, 0) != pid) {
103 if (pthread_mutex_init(&ev->mu, 0))
105 if (pthread_cond_init(&ev->cv, 0))
107 ev->state = 0;
[all …]
H A Dsigreturn3.sh4 # SPDX-License-Identifier: BSD-2-Clause
30 # Fatal trap -4186856: UNKNOWN while in kernel mode
42 # db>
44 [ `id -u ` -ne 0 ] && echo "Must be root!" && exit 1
68 #define RUNTIME 120
85 while (time(NULL) - start < 10) {
98 while (time(NULL) - start < 10) {
124 if (setgroups(1, &pw->pw_gid) ||
125 setegid(pw->pw_gid) || setgid(pw->pw_gid) ||
126 seteuid(pw->pw_uid) || setuid(pw->pw_uid))
[all …]
H A Dsyzkaller52.sh17 # --- syscall (0, FreeBSD ELF64, nosys), rip = 0x8226f27aa, rsp = 0x82803ef48, rbp = 0x82803ef70 ---
21 # db> x/s version
22 # FreeBSD 14.0-CURRENT #0 main-n255099-0923ff82fb383: Thu Apr 28 09:48:48 CEST 2022
24 # db>
26 [ `uname -p` != "amd64" ] && exit 0
32 // Reported-by: syzbot+79cd12371d417441b175@syzkaller.appspotmail.com
62 while (waitpid(-1, status, 0) != pid) {
104 if (strcmp(ep->d_name, ".") == 0 || strcmp(ep->d_name, "..") == 0)
107 snprintf(filename, sizeof(filename), "%s/%s", dir, ep->d_name);
152 if (pthread_mutex_init(&ev->mu, 0))
[all …]
/freebsd/sys/ddb/
H A Dddb.h1 /*-
2 * SPDX-License-Identifier: BSD-3-Clause
54 #define DB_MAXLINE 120
102 * - cmd: Top-level command table; a list of these is displayed
104 * - show: Sub-command
[all...]
/freebsd/contrib/file/magic/Magdir/
H A Dsql2 #------------------------------------------------------------------------------
9 # from https://bazaar.launchpad.net/~maria-captains/maria/5.5/view/head:/support-files/magic
68 >>13 long 75 \b, MySQL V4.0.2-V4.1
75 #------------------------------------------------------------------------------
82 >39 string iHP-100 [H Series]
84 #------------------------------------------------------------------------------
92 # Reference: http://mark0.net/download/triddefs_xml.7z/defs/s/sqlite-2x.trid.xml
96 !:mime application/x-sqlite2
97 # FileAttributesStore.db test.sqlite2
98 !:ext sqlite/sqlite2/db
[all …]
/freebsd/sys/dts/arm/
H A Ddb78460.dts3 * Copyright (c) 2010-2011 Semihalf
27 * Marvell DB-78460 Device Tree Source.
30 /dts-v1/;
33 model = "mrvl,DB-78460";
34 #address-cells = <1>;
35 #size-cells = <1>;
42 #address-cells = <1>;
43 #size-cells = <0>;
49 d-cache-line-size = <32>; // 32 bytes
50 i-cache-line-size = <32>; // 32 bytes
[all …]
/freebsd/contrib/arm-optimized-routines/string/bench/
H A Dmemset.c5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
41 #define SIZE_MASK (SIZE_NUM-1)
51 {4095,133}, { 10, 130}, { 9, 124}, { 3, 124}, { 28, 120}, { 0, 118},
53 {1024, 69}, {120, 64}, {512, 63}, {384, 60}, { 6, 59}, { 80, 54},
79 #define ALIGN_MASK (ALIGN_NUM-1)
100 align_arr[n++] = size - 1; in init_memset_distribution()
112 test_arr[i].offset = (rand32 (0) & (max_size - 1)); in init_memset()
140 t = clock_get_ns () - t; in memset_random()
158 t = clock_get_ns () - t; in memset_medium()
159 printf ("%dB: %5.2f ", size, (double)size * ITERS2 / t); in memset_medium()
[all …]
H A Dmemcpy.c4 * Copyright (c) 2020-2023, Arm Limited.
5 * SPDX-License-Identifier: MIT OR Apache-2.0 WITH LLVM-exception
40 #define SIZE_MASK (SIZE_NUM-1)
48 {120, 661}, { 2, 649}, {882, 550}, { 5, 475}, { 7, 461}, {108, 460},
80 #define ALIGN_MASK (ALIGN_NUM-1)
118 src_align_arr[n++] = size - 1; in init_copy_distribution()
123 dst_align_arr[n++] = size - 1; in init_copy_distribution()
135 test_arr[i].dst = (rand32 (0) & (max_size - 1)); in init_copies()
137 test_arr[i].src = (rand32 (0) & (max_size - 1)); in init_copies()
162 t = clock_get_ns () - t; in memcpy_random()
[all …]
/freebsd/lib/libc/db/test/
H A Drun.test1 #!/bin/sh -
3 # db regression tests
12 if [ -f /usr/share/dict/words ]; then
14 elif [ -f /usr/dict/words ]; then
21 if [ $# -eq 0 ]; then
26 while [ $# -gt 0 ]
30 [0-9]*)
52 rm -f $TMP1 $TMP2 $TMP3
63 rm -f $TMP2 $TMP3
71 $PROG -o $TMP3 $type $TMP2
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/
H A Dblake3_sse41_x86-64_windows_msvc.asm59 movdqa xmmword ptr [rsp+120H], xmm2
91 movdqu xmm8, xmmword ptr [r8+rdx-40H]
92 movdqu xmm9, xmmword ptr [r9+rdx-40H]
93 movdqu xmm10, xmmword ptr [r10+rdx-40H]
94 movdqu xmm11, xmmword ptr [r11+rdx-40H]
111 movdqu xmm8, xmmword ptr [r8+rdx-30H]
112 movdqu xmm9, xmmword ptr [r9+rdx-30H]
113 movdqu xmm10, xmmword ptr [r10+rdx-30H]
114 movdqu xmm11, xmmword ptr [r11+rdx-30H]
131 movdqu xmm8, xmmword ptr [r8+rdx-20H]
[all …]
H A Dblake3_avx2_x86-64_windows_msvc.asm88 vmovups xmm8, xmmword ptr [r8+rdx-40H]
89 vinsertf128 ymm8, ymm8, xmmword ptr [r12+rdx-40H], 01H
90 vmovups xmm9, xmmword ptr [r9+rdx-40H]
91 vinsertf128 ymm9, ymm9, xmmword ptr [r13+rdx-40H], 01H
94 vmovups xmm10, xmmword ptr [r10+rdx-40H]
95 vinsertf128 ymm10, ymm10, xmmword ptr [r14+rdx-40H], 01H
96 vmovups xmm11, xmmword ptr [r11+rdx-40H]
97 vinsertf128 ymm11, ymm11, xmmword ptr [r15+rdx-40H], 01H
108 vmovups xmm8, xmmword ptr [r8+rdx-30H]
109 vinsertf128 ymm8, ymm8, xmmword ptr [r12+rdx-30H], 01H
[all …]
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h9 * or https://opensource.org/licenses/CDDL-1.0.
41 * BIOS and MS-DOS conventions.
60 * Vista DISKID. Otherwise Vista won't boot from Solaris GRUB in a dual-boot
78 unsigned char begsect; /* begcyl is a 10-bit number. High 2 bits */
82 unsigned char endsect; /* endcyl is a 10-bit number. High 2 bits */
96 #define DOSOS12 1 /* DOS partition, 12-bit FAT */
98 #define DOSOS16 4 /* DOS partition, 16-bit FAT */
99 #define EXTDOS 5 /* EXT-DOS partition */
106 #define FDISK_EXT_WIN 12 /* Windows 95 FAT32 (extended-INT13) */
107 #define FDISK_FAT95 14 /* DOS 16-bit FAT, LBA-mapped */
[all …]
/freebsd/contrib/one-true-awk/testdir/
H A Dchem.awk9 set(dc, "0 n 30 ne 45 ne 60 ne 90 e 120 se 135 se 150 se 180 s")
28 db = scale * 0.2 # bond length
34 dew = scale * 0.02 # east-west shift for left of/right of
48 $1 == "pic" { shiftfields(1); print; next } # pic pass-thru
53 $1 == "db" { db = $NF; next }
60 $1 ~ /^[A-Z].*:$/ { # label; falls thru after shifting left
61 lastname = substr($1, 1, length($1)-1)
77 $1 ~ /^[A-Z]/ { molecule(); next }
81 $1 == "right" { bracket(); stack--; next }
96 NF = i - 1
[all …]
/freebsd/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_snmp.h2 * Copyright (c) 2005-2006 The FreeBSD Project
5 * Author: Victor Cruceru <soc-victor@freebsd.org>
52 #define PATH_PKGDIR "/var/db/pkg"
62 #define HR_SWINS_TBL_REFRESH 120
86 #define IS_KERNPROC(kp) (((kp)->ki_flag & P_KPROC) == P_KPROC)
117 * for HOST-RESOURCES-MIB's hrDeviceTable
201 * Get the type of filesystem referenced in a struct statfs * -
243 /* Find an item in hrDeviceTbl by its entry->index. */
/freebsd/share/termcap/
H A Dtermcap38 # << EOH - after reordering, above header lines survive and this line dies >>
50 # Terminal names look like <manufacturer> <model> - <modes/options>
61 # w Wide - in 132 column mode.
63 # na No arrow keys - termcap ignores arrow keys which are
85 # Comments in this file begin with # - they cannot appear in the middle
93 # cap_mkdb -f /usr/share/misc/termcap /etc/termcap
102 # # --------------------------------
110 # It has been tried in a minimal way -- the Agile did not blow up!
113 # Ralph Keirstead (ralph@sri-unix);
122 1620-m8|1640-m8|diablo 1620 w/8 column left margin:\
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
51 ** NO_TEST - The branches on this line are not
56 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
60 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
64 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
69 ** slash-asterisk...asterisk-slash comment marks, with no spaces between the
144 ** 2015-03-02
182 ** large file support, or if the OS is windows, these should be no-ops.
188 ** Large file support can be disabled using the -DSQLITE_DISABLE_LFS switch
[all …]
/freebsd/sys/contrib/dev/rtw88/
H A Dphy.c1 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
2 /* Copyright(c) 2018-2019 Realtek Corporation
113 struct rtw_dm_info *dm_info = &rtwdev->dm_info; in rtw_phy_cck_pd_init()
118 dm_info->cck_pd_lv[i][j] = CCK_PD_LV0; in rtw_phy_cck_pd_init()
121 dm_info->cck_fa_avg = CCK_FA_AVG_RESET; in rtw_phy_cck_pd_init()
126 struct rtw_hw_reg_offset *edcca_th = rtwdev->chi in rtw_phy_set_edcca_th()
817 u32 dB; rtw_phy_linear_2_db() local
[all...]
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h1 //===- X86RecognizableInstr.h - Disassembler instruction spec ---*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
14 //===----------------------------------------------------------------------===//
57 MAP(DB, 91) \
86 MAP(F8, 120) \
239 /// RecognizableInstr - Encapsulates all information required to decode a single
254 /// They are not one-to-one with operands listed in the MCInst; for example,
264 /// insnContext - Returns the primary context in which the instruction is
267 /// @return - The context in which the instruction is valid.
[all …]

1234