Home
last modified time | relevance | path

Searched defs:c2 (Results 1 – 25 of 271) sorted by relevance

1234567891011

/openbsd/src/usr.sbin/sa/
Dmain.c395 struct cmdinfo c1, c2; in cmp_usrsys() local
416 struct cmdinfo c1, c2; in cmp_avgusrsys() local
440 struct cmdinfo c1, c2; in cmp_dkio() local
457 struct cmdinfo c1, c2; in cmp_avgdkio() local
478 struct cmdinfo c1, c2; in cmp_cpumem() local
495 struct cmdinfo c1, c2; in cmp_avgcpumem() local
520 struct cmdinfo c1, c2; in cmp_calls() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dmemtemp100.C19 struct c2 struct
21 c2() in c2() argument
Dexpr8.C16 C<1 & 2> c2; in f() local
Dttp19.C21 std::vector<char> c2; in main() local
Dttp27.C30 D<char> c2; in main() local
Dttp26.C30 D<char> c2; in main() local
Dttp28.C36 D<char> c2; in main() local
/openbsd/src/usr.bin/deroff/
Dderoff.c163 #define tomac(c1, c2) ((((c1) & 0xFF) << 8) | ((c2) & 0xFF)) argument
164 #define frommac(src, c1, c2) (((c1)=((src)>>8)&0xFF),((c2) =(src)&0xFF)) argument
182 #define M(cond, c1, c2, func) {cond, tomac(c1, c2), func} argument
560 int c1, c2; in eqn() local
737 int c2; in refer() local
1048 int c1,c2; in noblock() local
1208 int c1, c2; in PP() local
1231 int c1, c2; in SH() local
1271 int c1, c2; in MMHU() local
1288 int c1, c2; in mesnblock() local
[all …]
/openbsd/src/usr.bin/sort/
Dvsort.c112 cmp_chars(wchar_t c1, wchar_t c2) in cmp_chars()
149 wchar_t c1, c2; in cmpversions() local
199 wchar_t c1, c2; in vcmp() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
D980628-9.f11 character c1(11), c2(11), c3(11) local
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
38 character c1(11), c2(11), c3(11) local
D980628-3.f12 character c1(11), c2(11), c3(11) local
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
39 character c1(11), c2(11), c3(11) local
D980628-2.f11 character c1(11), c2(11), c3(11) local
35 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
38 character c1(11), c2(11), c3(11) local
D980628-10.f12 character c1(11), c2(11), c3(11) local
36 subroutine x (c1, r1, c2, r2, c3, r3, c4, c5, c6) argument
39 character c1(11), c2(11), c3(11) local
/openbsd/src/usr.sbin/nsd/
Drrl.c150 static uint64_t rrl_get_source(query_type* query, uint16_t* c2) in rrl_get_source()
174 static const char* rrlsource2str(uint64_t s, uint16_t c2) in rrlsource2str()
310 uint16_t c, c2; in examine_query() local
356 uint16_t c, c2, wl = 0; in rrl_msg() local
/openbsd/src/gnu/lib/libstdc++/libstdc++/testsuite/21_strings/
Dchar_traits_requirements.cc47 char c2 = 'u'; in test01() local
132 wchar_t c2 = L'u'; in test02() local
/openbsd/src/lib/libcrypto/bn/
Dbn_sqr.c78 BN_ULONG c2, c1, c0; in bn_sqr_comba4() local
108 BN_ULONG c2, c1, c0; in bn_sqr_comba8() local
Dbn_mul.c78 BN_ULONG c0, c1, c2; in bn_mul_comba4() local
114 BN_ULONG c0, c1, c2; in bn_mul_comba8() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/
Dvthunk2.C10 struct c2 : virtual public c0, public c1 { struct
Dvbase10.C5 struct B { B(); char c2; }; member
Dvbase11.C5 struct B { B(); char c2; }; member
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
D930210-1.c3 char c1, c2; in f() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
D20011109-2.c4 char *c2 = "foo"; in main() local
D950929-1.c6 char c2; in main() local
/openbsd/src/sys/lib/libkern/
Dstrncasecmp.c43 unsigned char c2 = (unsigned char) *s2++; in strncasecmp() local
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/compat/break/
Dvbase10.h8 char c2; member

1234567891011