Home
last modified time | relevance | path

Searched refs:int (Results 1 – 25 of 1901) sorted by relevance

12345678910>>...77

/openbsd/src/gnu/lib/libiberty/src/testsuite/
Ddemangle-expected11 ivTSolver::AddAlignment(unsigned int, ivInteractor *, ivTGlue *)
27 UArray::Check(int)
55 iv2_6_VScroller::GetBarInfo(ivPerspective *, int &, int &)
63 H_PullrightMenu::InsertBody(int, int)
75 ivWorld::InsertToplevel(ivInteractor *, ivInteractor *, int, int, unsigned int)
91 StringBrowser::Redraw(int, int, int, int)
107 MemberSharedName::SetExport(unsigned int)
111 ivControlState::Set(ControlStatus, unsigned int)
115 DFace::Set(char *, int, int)
127 ivTSolver::VOrder(unsigned int, ivInteractor *&, ivInteractor *&)
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc/execute/
Dmany_args_method.m10 + (int) sumInteger: (int)a withInteger: (int)b; argument
11 + (int) sum: (int)a : (int)b; argument
12 + (int) sumInteger: (int)a withInteger: (int)b withInteger: (int)c; argument
13 + (int) sum: (int)a : (int)b : (int)c; argument
17 + (int) sumInteger: (int)a withInteger: (int)b
21 + (int) sum: (int)a : (int)b argument
25 + (int) sumInteger: (int)a withInteger: (int)b withInteger: (int)c argument
29 + (int) sum: (int)a : (int)b : (int)c argument
36 int main (void) argument
/openbsd/src/regress/usr.bin/mandoc/mdoc/Fo/
Dsection.out_markdown9 *int*
10 **abs**(*int j*);
17 *int*
18 **abs**(*int j*)
24 *int*
25 **abs**(*int j*)
31 *int*
32 **abs**(*int j*)
38 *int*
39 **abs**(*int j*)
[all …]
/openbsd/src/gnu/llvm/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors_ioctl.inc51 _(FIOASYNC, READ, sizeof(int));
53 _(FIOGETOWN, WRITE, sizeof(int));
54 _(FIONBIO, READ, sizeof(int));
56 _(FIOSETOWN, READ, sizeof(int));
57 _(SIOCATMARK, WRITE, sizeof(int));
59 _(SIOCGPGRP, WRITE, sizeof(int));
60 _(SIOCSPGRP, READ, sizeof(int));
65 _(TIOCGETD, WRITE, sizeof(int));
68 _(TIOCMBIC, READ, sizeof(int));
69 _(TIOCMBIS, READ, sizeof(int));
[all …]
Dsanitizer_interceptors_ioctl_netbsd.inc166 _(FE_ENABLE_HIGH_LNB_VOLTAGE, READ, sizeof(int));
167 _(FE_SET_FRONTEND_TUNE_MODE, READ, sizeof(unsigned int));
199 _(METEORCAPTUR, READ, sizeof(int));
206 _(METEORSFMT, READ, sizeof(unsigned int));
207 _(METEORGFMT, WRITE, sizeof(unsigned int));
208 _(METEORSINPUT, READ, sizeof(unsigned int));
209 _(METEORGINPUT, WRITE, sizeof(unsigned int));
216 _(METEORSSIGNAL, READ, sizeof(unsigned int));
217 _(METEORGSIGNAL, WRITE, sizeof(unsigned int));
232 _(TVTUNER_SETCHNL, READ, sizeof(unsigned int));
[all …]
Dsanitizer_common_interceptors_netbsd_compat.inc33 INTERCEPTOR(int, statvfs, char *path, void *buf) {
40 int res = REAL(statvfs)(path, buf);
45 INTERCEPTOR(int, fstatvfs, int fd, void *buf) {
52 int res = REAL(fstatvfs)(fd, buf);
68 INTERCEPTOR(int, __getmntinfo13, void **mntbufp, int flags) {
71 int cnt = REAL(__getmntinfo13)(mntbufp, flags);
85 INTERCEPTOR(int, getvfsstat, void *buf, SIZE_T bufsize, int flags) {
88 int ret = REAL(getvfsstat)(buf, bufsize, flags);
99 INTERCEPTOR(int, statvfs1, const char *path, void *buf, int flags) {
103 int res = REAL(statvfs1)(path, buf, flags);
[all …]
/openbsd/src/gnu/llvm/libcxx/include/
Dcctype19 int isalnum(int c);
20 int isalpha(int c);
21 int isblank(int c); // C99
22 int iscntrl(int c);
23 int isdigit(int c);
24 int isgraph(int c);
25 int islower(int c);
26 int isprint(int c);
27 int ispunct(int c);
28 int isspace(int c);
[all …]
Dcstdio44 int remove(const char* filename);
45 int rename(const char* old, const char* new);
48 int fclose(FILE* stream);
49 int fflush(FILE* stream);
54 int setvbuf(FILE* restrict stream, char* restrict buf, int mode, size_t size);
55 int fprintf(FILE* restrict stream, const char* restrict format, ...);
56 int fscanf(FILE* restrict stream, const char * restrict format, ...);
57 int printf(const char* restrict format, ...);
58 int scanf(const char* restrict format, ...);
59 int snprintf(char* restrict s, size_t n, const char* restrict format, ...); // C99
[all …]
Dcfenv40 int feclearexcept(int excepts);
41 int fegetexceptflag(fexcept_t* flagp, int excepts);
42 int feraiseexcept(int excepts);
43 int fesetexceptflag(const fexcept_t* flagp, int excepts);
44 int fetestexcept(int excepts);
45 int fegetround();
46 int fesetround(int round);
47 int fegetenv(fenv_t* envp);
48 int feholdexcept(fenv_t* envp);
49 int fesetenv(const fenv_t* envp);
[all …]
D__threading_support161 int __libcpp_recursive_mutex_init(__libcpp_recursive_mutex_t *__m);
164 int __libcpp_recursive_mutex_lock(__libcpp_recursive_mutex_t *__m);
170 int __libcpp_recursive_mutex_unlock(__libcpp_recursive_mutex_t *__m);
173 int __libcpp_recursive_mutex_destroy(__libcpp_recursive_mutex_t *__m);
176 int __libcpp_mutex_lock(__libcpp_mutex_t *__m);
182 int __libcpp_mutex_unlock(__libcpp_mutex_t *__m);
185 int __libcpp_mutex_destroy(__libcpp_mutex_t *__m);
189 int __libcpp_condvar_signal(__libcpp_condvar_t* __cv);
192 int __libcpp_condvar_broadcast(__libcpp_condvar_t* __cv);
195 int __libcpp_condvar_wait(__libcpp_condvar_t* __cv, __libcpp_mutex_t* __m);
[all …]
Dlimits28 static constexpr int digits = 0;
29 static constexpr int digits10 = 0;
30 static constexpr int max_digits10 = 0;
34 static constexpr int radix = 0;
38 static constexpr int min_exponent = 0;
39 static constexpr int min_exponent10 = 0;
40 static constexpr int max_exponent = 0;
41 static constexpr int max_exponent10 = 0;
89 template<> class numeric_limits<cv int>;
93 template<> class numeric_limits<cv unsigned int>;
[all …]
/openbsd/src/gnu/llvm/lldb/examples/python/
Dsbvalue.py42 if isinstance(key, int):
115 if isinstance(key, int):
129 return int(self) + int(other)
132 return int(self) - int(other)
135 return int(self) * int(other)
138 return int(self) // int(other)
141 return int(self) % int(other)
144 return int(self) % int(other)
147 return int(self) ** int(other)
150 return int(self) << int(other)
[all …]
/openbsd/src/regress/misc/c++abi/
Dnm1.ref4 dev_t(int)
5 fixpt_t(unsigned int)
7 gid_t(unsigned int)
8 id_t(unsigned int)
9 in_addr_t(unsigned int)
13 mode_t(unsigned int)
14 nlink_t(unsigned int)
15 pid_t(int)
18 segsz_t(int)
19 socklen_t(unsigned int)
[all …]
/openbsd/src/gnu/gcc/gcc/doc/
Dextend.texi34 * Long Long:: Double-word integers---@code{long long int}.
104 (@{ int y = foo (); int z;
133 type of the operands (here taken as @code{int}), you can define
138 (@{int _a = (a), _b = (b); _a > _b ? _a : _b; @})
261 int i, j; \
262 int value; \
280 int i, j; \
281 int value; \
360 static const int array[] = @{ &&foo - &&foo, &&bar - &&foo,
399 bar (int *array, int offset, int size)
[all …]
Dlibgcc.texi34 @code{TFmode} and @code{XFmode}. Similarly, the integer types @code{int}
35 and @code{@w{unsigned int}} correspond to @code{SImode}; @code{long} and
55 @deftypefn {Runtime Function} int __ashlsi3 (int @var{a}, int @var{b})
56 @deftypefnx {Runtime Function} long __ashldi3 (long @var{a}, int @var{b})
57 @deftypefnx {Runtime Function} {long long} __ashlti3 (long long @var{a}, int @var{b})
61 @deftypefn {Runtime Function} int __ashrsi3 (int @var{a}, int @var{b})
62 @deftypefnx {Runtime Function} long __ashrdi3 (long @var{a}, int @var{b})
63 @deftypefnx {Runtime Function} {long long} __ashrti3 (long long @var{a}, int @var{b})
68 @deftypefn {Runtime Function} int __divsi3 (int @var{a}, int @var{b})
75 @deftypefn {Runtime Function} int __lshrsi3 (int @var{a}, int @var{b})
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Dcgen-ibld.in47 (CGEN_CPU_DESC, long, unsigned int, unsigned int, unsigned int,
48 unsigned int, unsigned int, unsigned int, CGEN_INSN_BYTES_PTR);
52 static int extract_normal
54 unsigned int, unsigned int, unsigned int, unsigned int,
55 unsigned int, unsigned int, bfd_vma, long *);
56 static int extract_insn_normal
61 (CGEN_CPU_DESC, CGEN_INSN_BYTES_PTR, int, int, CGEN_INSN_INT);
65 (CGEN_CPU_DESC, unsigned long, int, int, int, unsigned char *);
66 static CGEN_INLINE int fill_cache
67 (CGEN_CPU_DESC, CGEN_EXTRACT_INFO *, int, int, bfd_vma);
[all …]
/openbsd/src/usr.bin/vi/docs/internals/
Dgdb.script12 (int)$h->lno, (int)$h->soff, (int)$h->coff
17 (int)$h->c_sboff, (int)$h->c_scoff
19 (int)$h->c_eboff, (int)$h->c_eclen, \
20 (int)$h->c_ecsize
32 (int)$t->lno, (int)$t->soff, (int)$t->coff
37 (int)$t->c_sboff, (int)$t->c_scoff
39 (int)$t->c_eboff, (int)$t->c_eclen, \
40 (int)$t->c_ecsize
/openbsd/src/usr.bin/ctags/test/
Dctags.test4 int bar = (1 + 5);
8 int nsysent = sizeof (sysent) / sizeof (sysent[0]);
12 */struct struct_xtra{int list;};r4(x,y){};typedef struct{int bar;}struct_xxe;
15 int list;
18 int BAD();
20 char qq[] = " quote(one,two) {int bar;} ";
22 int bar;
24 int foo;
38 int bar;
46 int bar;
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def44 /// void *operator new(unsigned int);
49 /// void *operator new(unsigned int, const std::nothrow_t&);
74 /// void operator delete(void*, unsigned int);
94 /// void *operator new[](unsigned int);
99 /// void *operator new[](unsigned int, const std::nothrow_t&);
124 /// void operator delete[](void*, unsigned int);
144 /// int _IO_getc(_IO_FILE * __fp);
149 /// int _IO_putc(int __c, _IO_FILE * __fp);
174 /// void operator delete[](void*, unsigned int);
179 /// void operator delete[](void*, unsigned int, std::align_val_t);
[all …]
/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Dcgen-ibld.in48 (CGEN_CPU_DESC, long, unsigned int, unsigned int, unsigned int,
49 unsigned int, unsigned int, unsigned int, CGEN_INSN_BYTES_PTR);
53 static int extract_normal
55 unsigned int, unsigned int, unsigned int, unsigned int,
56 unsigned int, unsigned int, bfd_vma, long *);
57 static int extract_insn_normal
62 (CGEN_CPU_DESC, CGEN_INSN_BYTES_PTR, int, int, CGEN_INSN_INT);
66 (CGEN_CPU_DESC, unsigned long, int, int, int, unsigned char *);
67 static CGEN_INLINE int fill_cache
68 (CGEN_CPU_DESC, CGEN_EXTRACT_INFO *, int, int, bfd_vma);
[all …]
/openbsd/src/regress/usr.bin/mandoc/mdoc/In/
Dbreak.out_markdown11 *int*
12 **open**(*const char \*path*, *int flags*, *mode\_t mode*);
17 *int*
18 **dup**(*int oldd*);
21 **write**(*int d*, *const void \*buf*, *size\_t nbytes*);
26 *int*
27 **open**(*const char \*path*, *int flags*, *mode\_t mode*)
30 *int*
31 **dup**(*int oldd*)
33 **write**(*int d*, *const void \*buf*, *size\_t nbytes*)
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/
Dbitfield-2.m10 extern int strcmp(const char *, const char *);
17 int full;
18 int full2: 32;
19 int _refs: 8;
20 int field2: 3;
24 int r2: 8;
25 int r3: 8;
26 int r4: 2;
27 int r5: 8;
35 int _field3: 6;
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/consistency.vlad/layout/i960-97r2-results/
Ds-int-a-int.out1 ++++Array of int in struct starting with int:
3 offset-int=0,offset-arrayof-int=4,
4 align-int=4,align-arrayof-int=4
5 offset-int-a[5]=24,align-int-a[5]=4
Ds-int-a-int.out++1 ++++Array of int in struct starting with int:
3 offset-int=0,offset-arrayof-int=4,
4 align-int=4,align-arrayof-int=4
5 offset-int-a[5]=24,align-int-a[5]=4
/openbsd/src/regress/usr.bin/mandoc/mdoc/Fd/
Dbreak.out_markdown11 *int*
12 **open**(*const char \*path*, *int flags*, *mode\_t mode*);
17 *int*
18 **dup**(*int oldd*);
21 **write**(*int d*, *const void \*buf*, *size\_t nbytes*);
26 *int*
27 **open**(*const char \*path*, *int flags*, *mode\_t mode*)
30 *int*
31 **dup**(*int oldd*)
33 **write**(*int d*, *const void \*buf*, *size\_t nbytes*)

12345678910>>...77