Searched refs:used (Results 1 - 25 of 642) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_preinit.cpp22 used)) void (*__local_memprof_preinit)(void) = __memprof_preinit;
/freebsd-current/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_preinit.cpp19 __attribute__((section(".preinit_array"), used))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_preinit.cpp22 __attribute__((section(".preinit_array"), used))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_preinit.cpp23 __attribute__((section(".preinit_array"), used))
/freebsd-current/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_preinit.cpp21 __attribute__((section(".preinit_array"), used)) static void (
/freebsd-current/tools/build/cross-build/include/linux/
H A D__used_workaround_end.h40 #define __used __attribute__((used))
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/refquota/
H A Drefquota_002_pos.ksh65 typeset -i used quota
66 used=$(get_prop used $fs)
68 ((used = used / (1024 * 1024)))
70 if [[ $used -ne $quota ]]; then
71 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota"
82 used=$(get_prop used $fs)
84 ((used
[all...]
H A Drefquota_003_pos.ksh65 typeset -i used quota refquota
66 used=$(get_prop used $fs)
68 ((used = used / (1024 * 1024)))
70 if [[ $used -lt $refquota ]]; then
71 log_fail "ERROR: $used < $refquota subfs quotas are limited by refquota"
75 used=$(get_prop used $fs)
77 ((used
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/refquota/
H A Drefquota_002_pos.ksh73 typeset -i used quota
74 used=$(get_prop used $fs)
76 ((used = used / (1024 * 1024)))
78 if [[ $used -ne $quota ]]; then
79 log_fail "ERROR: $used -ne $quota Quotas are not limited by quota"
90 used=$(get_prop used $fs)
92 ((used
[all...]
H A Drefquota_003_pos.ksh73 typeset -i used quota refquota
74 used=$(get_prop used $fs)
76 ((used = used / (1024 * 1024)))
78 if [[ $used -lt $refquota ]]; then
79 log_fail "ERROR: $used < $refquota subfs quotas are limited by refquota"
83 used=$(get_prop used $fs)
85 ((used
[all...]
/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dcrtend.c14 visibility("hidden"), used)) = {0};
19 __attribute__((section(".ctors"), visibility("hidden"), used)) = {0};
21 __attribute__((section(".dtors"), visibility("hidden"), used)) = {0};
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_copies/
H A Dzfs_copies_002_pos.ksh37 # Verify that the space used by multiple copies is charged correctly
58 log_assert "Verify that the space used by multiple copies is charged correctly."
78 used=$(get_prop used $TESTPOOL/fs_$val)
79 check_used $used $val
90 (( used = blks * $blksize )) # bytes
91 check_used $used $val
97 used=`df -m /$TESTPOOL/fs_$val | awk -v pa=$TESTPOOL/fs_$val -v fs=fs_$val '$0 ~ pa && $4 ~ fs {print $3}'`
99 used=`df -F zfs -k /$TESTPOOL/fs_$val/$FILE | awk -v pa=$TESTPOOL/fs_$val '$0 ~ pa {print $3}'`
100 (( used
[all...]
/freebsd-current/tests/sys/cddl/zfs/tests/cli_root/zfs_copies/
H A Dzfs_copies.kshlib48 # Get the value of property used via zfs list
54 typeset used
56 used=`$ZFS list -H -o used $ds`
57 used=${used%[m|M]}
58 if [[ $used == *K ]]; then
59 used=0
61 $ECHO $used
65 # Check the used spac
[all...]
H A Dzfs_copies_002_pos.ksh37 # Verify that the space used by multiple copies is charged correctly
68 log_assert "Verify that the space used by multiple copies is charged correctly."
88 used=$(get_used_prop $TESTPOOL/fs_$val)
89 check_used $used $val
95 (( used = blks / 1024 ))
96 check_used $used $val
101 used=`$DF -m /$TESTPOOL/fs_$val | $GREP $TESTPOOL/fs_$val \
103 check_used $used $val
108 used=`$DU -h /$TESTPOOL/fs_$val/$FILE | $AWK '{print $1}'`
109 check_used $used
[all...]
/freebsd-current/crypto/openssl/test/testutil/
H A Doptions.c16 static int used[100] = { 0 }; variable
43 OPENSSL_assert(n < sizeof(used));
46 used[n] = 1;
56 if (arg_count > (int)OSSL_NELEM(used))
57 n = (int)OSSL_NELEM(used);
61 if (used[i] == 0)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init_standalone_preinit.cpp33 __attribute__((section(".preinit_array"), used)) void (*__local_ubsan_preinit)(
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_format_shar_empty.c35 size_t used; local
45 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
51 failure("Empty shar archive should be exactly 0 bytes, was %zu.", used);
52 assert(used == 0);
H A Dtest_write_format_cpio_empty.c50 size_t used; local
60 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
66 failure("Empty cpio archive should be exactly 87 bytes, was %zu.", used);
67 assert(used == 87);
H A Dtest_write_format_tar_empty.c35 size_t used; local
44 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
50 assert(used == 1024);
51 for (i = 0; i < used; i++) {
62 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
68 assertEqualInt((int)used, 1024);
69 for (i = 0; i < used; i++) {
/freebsd-current/sys/arm64/include/
H A Dacle-compat.h4 #error Do not include this header, used only for 32-bit compatibility
H A Dcpuinfo.h4 #error Do not include this header, used only for 32-bit compatibility
H A Dsysreg.h4 #error Do not include this header, used only for 32-bit compatibility
/freebsd-current/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c25 * holders shall not be used in advertising or otherwise to promote the *
77 size_t used = 0; local
90 if ((used + need) > length) {
91 length += (used + need);
139 result[used++] = (char) *value++;
142 result[used++] = *string;
170 _nc_SPRINTF(result + used, _nc_SLIMIT(length - used)
172 used += strlen(result + used);
[all...]
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_open_memory.c35 size_t used; member in struct:write_memory_data
51 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) argument
62 mine->client_size = used;
72 mine->used = 0;
74 *mine->client_size = mine->used;
93 if (mine->used + length > mine->size) {
97 memcpy(mine->buff + mine->used, buff, length);
98 mine->used += length;
100 *mine->client_size = mine->used;
/freebsd-current/contrib/ncurses/ncurses/trace/
H A Dvarargs.c25 * holders shall not be used in advertising or otherwise to promote the *
86 ARGTYPE used = atUnknown; local
114 used = atInteger;
122 used = atFloat;
126 used = atInteger;
130 used = atString;
134 used = atPoint;
138 used = atPoint;
146 if (used != atUnknown && parms < MAX_PARMS) {
147 parm[parms++] = used;
[all...]

Completed in 379 milliseconds

1234567891011>>