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

1234567891011>>

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_preinit.cpp23 __attribute__((section(".preinit_array"), used))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_preinit.cpp22 __attribute__((section(".preinit_array"), used))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_preinit.cpp19 __attribute__((section(".preinit_array"), used))
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/crt/
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-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DWeak.h9 // This file defines the WeakInfo class, which is used to store
27 bool used; // identifier later declared? member in class:clang::WeakInfo
30 : alias(nullptr), loc(SourceLocation()), used(false) {}
32 : alias(Alias), loc(Loc), used(false) {}
35 void setUsed(bool Used=true) { used = Used; }
36 inline bool getUsed() { return used; }
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_format_shar_empty.c36 size_t used; local
46 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
52 failure("Empty shar archive should be exactly 0 bytes, was %zu.", used);
53 assert(used == 0);
H A Dtest_write_format_cpio_empty.c51 size_t used; local
61 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
67 failure("Empty cpio archive should be exactly 87 bytes, was %zu.", used);
68 assert(used == 87);
H A Dtest_write_format_tar_empty.c36 size_t used; local
45 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
51 assert(used == 1024);
52 for (i = 0; i < used; i++) {
63 assertA(0 == archive_write_open_memory(a, buff, sizeof(buff), &used));
69 assertEqualInt((int)used, 1024);
70 for (i = 0; i < used; i++) {
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_init_standalone_preinit.cpp33 __attribute__((section(".preinit_array"), used)) void (*__local_ubsan_preinit)(
/freebsd-11-stable/contrib/ncurses/ncurses/tinfo/
H A Dlib_tgoto.c24 * holders shall not be used in advertising or otherwise to promote the *
76 size_t used = 0; local
89 if ((used + need) > length) {
90 length += (used + need);
131 result[used++] = (char) *value++;
134 result[used++] = *string;
162 _nc_SPRINTF(result + used, _nc_SLIMIT(length - used)
164 used += strlen(result + used);
[all...]
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_open_memory.c36 size_t used; member in struct:write_memory_data
52 archive_write_open_memory(struct archive *a, void *buff, size_t buffSize, size_t *used) argument
63 mine->client_size = used;
73 mine->used = 0;
75 *mine->client_size = mine->used;
94 if (mine->used + length > mine->size) {
98 memcpy(mine->buff + mine->used, buff, length);
99 mine->used += length;
101 *mine->client_size = mine->used;
H A Darchive_random_private.h30 #error This header is only to be used internally to libarchive.
H A Darchive_platform_xattr.h35 #error This header is only to be used internally to libarchive.
H A Darchive_getdate.h32 #error This header is only to be used internally to libarchive.
H A Darchive_write_disk_private.h33 #error This header is only to be used internally to libarchive.
H A Darchive_read_support_filter_rpm.c166 size_t used, n; local
174 used = 0;
190 used += avail_in;
193 used += n;
203 if (n > avail_in - used)
204 n = avail_in - used;
207 used += n;
237 if (n > avail_in - used)
238 n = avail_in - used;
240 used
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/trace/
H A Dvarargs.c24 * holders shall not be used in advertising or otherwise to promote the *
85 ARGTYPE used = atUnknown; local
113 used = atInteger;
121 used = atFloat;
125 used = atInteger;
129 used = atString;
133 used = atPoint;
137 used = atPoint;
145 if (used != atUnknown && parms < MAX_PARMS) {
146 parm[parms++] = used;
[all...]
/freebsd-11-stable/contrib/tzdata/
H A Dchecklinks.awk35 used[$2] = 1
40 for (tz in used) {
/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dquota.c32 quota->used = 0;
39 INSIST(quota->used == 0);
41 quota->used = 0;
64 if (quota->max == 0 || quota->used < quota->max) {
65 if (quota->soft == 0 || quota->used < quota->soft)
69 quota->used++;
79 INSIST(quota->used > 0);
80 quota->used--;
/freebsd-11-stable/contrib/top/
H A DMake.desc.X3 # This makefile is the prototype for "Make.desc", which is used by
/freebsd-11-stable/sys/arm64/include/
H A Dproc.h14 * may be used to endorse or promote products derived from this software
60 #define GET_STACK_USAGE(total, used) do { \
63 (used) = (char *)td->td_kstack + \
/freebsd-11-stable/sys/powerpc/include/
H A Dproc.h17 * 4. The name of TooLs GmbH may not be used to endorse or promote products
68 #define GET_STACK_USAGE(total, used) do { \
71 (used) = (char *)td->td_kstack + \
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-helper-check-defines.h19 * its contributors may be used to endorse or promote products
63 #warning WARNING: default CVMX_HELPER_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in executive-config.h
70 #warning WARNING: default CVMX_HELPER_NOT_FIRST_MBUFF_SKIP used. Defaults deprecated, please set in executive-config.h
79 #warning WARNING: default CVMX_HELPER_ENABLE_IPD used. Defaults deprecated, please set in executive-config.h
85 #warning WARNING: default CVMX_HELPER_INPUT_TAG_TYPE used. Defaults deprecated, please set in executive-config.h
90 #warning WARNING: default CVMX_HELPER_INPUT_PORT_SKIP_MODE used. Defaults deprecated, please set in executive-config.h
/freebsd-11-stable/contrib/dialog/samples/
H A Deditbox12 Hi, this is an edit box. It can be used to edit text from a file.
H A Deditbox210 Hi, this is an edit box. It can be used to edit text from a file.

Completed in 142 milliseconds

1234567891011>>