Home
last modified time | relevance | path

Searched refs:__code (Results 1 – 25 of 475) sorted by relevance

12345678910>>...19

/dports/lang/sdcc/sdcc-4.0.0/support/regression/tests/
H A Dbug1839277.c7 const __code struct Value {
8 const __code char* Name[2];
16 const char __code* const * volatile p; in testBug1839277()
37 p = i ? (const char __code* const *)Values[0].Name : (const char __code* const *)Values[1].Name; in testBug1839277()
45 …p = i ? (const char __code* const __code*)Values[0].Name : (const char __code* const __code*)Value… in testBug1839277()
55 const char __code* const * volatile p; in testBug1839299()
H A Dbug2783061.c8 #define CP (void __code*)0x1234
15 void __code * cp; in varargs_fn()
21 cp = va_arg (arg, void __code *); in varargs_fn()
40 void __code * cp = CP; in testBug()
43 varargs_fn('k', (void __code *)cp, (void __xdata *)xp, cp, xp); in testBug()
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic16/libc/string/
H A Dmemchrpgm.c32 __code void *
33 memchrpgm (__code void *s, char c, size_t count) in memchrpgm()
38 while ((*(__code char *)s != c) && count) in memchrpgm()
40 s = (__code char *)s + sizeof (__code char *); in memchrpgm()
/dports/devel/openocd/openocd-0.11.0/src/jtag/drivers/OpenULINK/src/
H A Dusb.c44 __code struct usb_device_descriptor device_descriptor = {
63 __code struct usb_config_descriptor config_descriptor = {
76 __code struct usb_interface_descriptor interface_descriptor00 = {
88 __code struct usb_endpoint_descriptor Bulk_EP2_IN_Endpoint_Descriptor = {
97 __code struct usb_endpoint_descriptor Bulk_EP2_OUT_Endpoint_Descriptor = {
106 __code struct usb_language_descriptor language_descriptor = {
112 __code struct usb_string_descriptor strManufacturer =
115 __code struct usb_string_descriptor strProduct =
118 __code struct usb_string_descriptor strSerialNumber =
121 __code struct usb_string_descriptor strConfigDescr =
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/regression/fwk/include/
H A Dtestfwk.h26 # define __code macro
37 # define __code // TODO: __code will be supported in the future. macro
63 void __fail (__code const char *szMsg, __code const char *szCond, __code const char *szFile, int li…
67 __code const char *__getSuiteName (void);
/dports/lang/sdcc/sdcc-4.0.0/src/regression/
H A Dconfigword.c11 static __code char __at(__CONFIG2L) _conf2l = _PUT_ON_2L;
12 static __code char __at(__CONFIG2H) _conf2h = _WDT_OFF_2H;
15 static __code unsigned int __at(_CONFIG) _config = _WDTE_OFF & _PWRTE_ON;
17 static __code unsigned int __at(_CONFIG1) _config1 = _WDTE_OFF & _PWRTE_ON;
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/include/bits/
H A Dhashtable.h679 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1475 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1506 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1533 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1552 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1562 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1657 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1660 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1696 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1734 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dhashtable.h679 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1475 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1506 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1533 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1552 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1562 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1657 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1660 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1696 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1734 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dhashtable.h679 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1475 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1506 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1533 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1552 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1562 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1657 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1660 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1696 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1734 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dhashtable.h679 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1475 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1506 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1533 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1552 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1562 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1657 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1660 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1696 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1734 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/bootstrap/include/c++/9.1.0/bits/
H A Dhashtable.h685 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1464 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1495 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1522 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1541 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1551 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1646 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1649 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1685 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1723 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/include/bits/
H A Dhashtable.h679 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1475 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1506 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1533 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1552 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1562 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1657 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1660 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1696 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1734 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/include/bits/
H A Dhashtable.h685 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1464 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1495 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1522 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1541 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1551 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1646 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1649 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1685 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1723 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/include/bits/
H A Dhashtable.h684 __hash_code __code, __node_type* __n); in _GLIBCXX_VISIBILITY()
1480 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1511 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1538 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1557 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1567 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1662 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1665 __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1701 __hash_code __code; in _GLIBCXX_VISIBILITY() local
1739 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/sdcc/sdcc-4.0.0/support/regression/fwk/lib/
H A Dtestfwk.c181 __fail (__code const char *szMsg, __code const char *szCond, __code const char *szFile, int line) in __fail()
207 __fail (__code const char *szMsg, __code const char *szCond, __code const char *szFile, int line) in __fail()
/dports/lang/sdcc/sdcc-4.0.0/device/lib/pic14/libsdcc/
H A Didata.c59 extern __code struct {
71 __code cinit_t *cptr; in _sdcc_gsinit_startup()
72 __code char *src; in _sdcc_gsinit_startup()
81 src = (__code char *) cptr->src; in _sdcc_gsinit_startup()
/dports/www/py-pywikibot/pywikibot-6.6.3/pywikibot/site/
H A D_basesite.py57 self.__code = code
65 if self.__code in self.__family.obsolete:
66 if self.__family.obsolete[self.__code] is not None:
67 self.__code = self.__family.obsolete[self.__code]
77 elif self.__code not in self.languages():
80 self.__code = self.__family.name
83 pywikibot.config.mylang = self.__code
86 .format(self.__code, self), UserWarning)
89 .format(self.__code, self.__family.name))
121 return self.__code
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/include/bits/
H A Dhashtable.h845 __hash_code __code, __node_ptr __n); in _GLIBCXX_VISIBILITY()
1015 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1079 __hash_code __code in _GLIBCXX_VISIBILITY() local
1108 __hash_code __code in _GLIBCXX_VISIBILITY() local
1868 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1878 if (this->_M_equals(__k, __code, *__p)) in _GLIBCXX_VISIBILITY()
1898 __hash_code __code) const in _GLIBCXX_VISIBILITY()
2007 size_type __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2060 __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2079 __hash_code __code, __node_ptr __node) in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/tests/functional/http/utilities/include/
H A Dhttp_asserts.h186 #define HTTP_ERROR_CHECK_IMPL(__code) argument
188 #define HTTP_ERROR_CHECK_IMPL(__code) … argument
189 …if (__code != _exc.error_code()) …
198 #define HTTP_ERROR_CHECK_IMPL(__code) … argument
199 VERIFY_ARE_EQUAL(static_cast<int>(__code), _exc.error_code().default_error_condition().value());
202 #define HTTP_ERROR_CHECK_IMPL(__code) VERIFY_ARE_EQUAL(_exc.error_code(), __code, "Unexpected error… argument
206 #define VERIFY_THROWS_HTTP_ERROR_CODE(__expression, __code) … argument
218 …HTTP_ERROR_CHECK_IMPL(__code); …
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dhashtable.h834 __hash_code __code, __node_ptr __n); in _GLIBCXX_VISIBILITY()
978 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1809 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1819 if (this->_M_equals(__k, __code, *__p)) in _GLIBCXX_VISIBILITY()
1839 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1948 size_type __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2001 __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2004 this->_M_store_code(*__node, __code); in _GLIBCXX_VISIBILITY()
2020 __hash_code __code, __node_ptr __node) in _GLIBCXX_VISIBILITY()
2030 this->_M_store_code(*__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/include/bits/
H A Dhashtable.h834 __hash_code __code, __node_ptr __n); in _GLIBCXX_VISIBILITY()
978 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1809 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1819 if (this->_M_equals(__k, __code, *__p)) in _GLIBCXX_VISIBILITY()
1839 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1948 size_type __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2001 __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2004 this->_M_store_code(*__node, __code); in _GLIBCXX_VISIBILITY()
2020 __hash_code __code, __node_ptr __node) in _GLIBCXX_VISIBILITY()
2030 this->_M_store_code(*__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/include/bits/
H A Dhashtable.h834 __hash_code __code, __node_ptr __n); in _GLIBCXX_VISIBILITY()
978 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1809 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1819 if (this->_M_equals(__k, __code, *__p)) in _GLIBCXX_VISIBILITY()
1839 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1948 size_type __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2001 __bkt = _M_bucket_index(__code); in _GLIBCXX_VISIBILITY()
2004 this->_M_store_code(*__node, __code); in _GLIBCXX_VISIBILITY()
2020 __hash_code __code, __node_ptr __node) in _GLIBCXX_VISIBILITY()
2030 this->_M_store_code(*__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/include/bits/
H A Dhashtable.h717 __hash_code __code, __node_type* __n, in _GLIBCXX_VISIBILITY()
868 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY()
1493 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1524 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1551 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1570 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1580 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1729 __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY()
1732 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
1758 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/include/bits/
H A Dhashtable.h717 __hash_code __code, __node_type* __n, in _GLIBCXX_VISIBILITY()
868 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1493 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1524 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1551 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1570 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1580 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1729 __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY()
1732 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
1758 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/include/bits/
H A Dhashtable.h749 __hash_code __code, __node_type* __n, in _GLIBCXX_VISIBILITY()
900 auto __code = this->_M_hash_code(__k); in _GLIBCXX_VISIBILITY() local
1528 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1559 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1586 && this->_M_equals(__k, __code, __p1)) in _GLIBCXX_VISIBILITY()
1605 __hash_code __code) const in _GLIBCXX_VISIBILITY()
1615 if (this->_M_equals(__k, __code, __p)) in _GLIBCXX_VISIBILITY()
1764 __bkt = _M_bucket_index(__k, __code); in _GLIBCXX_VISIBILITY()
1767 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
1793 this->_M_store_code(__node, __code); in _GLIBCXX_VISIBILITY()
[all …]

12345678910>>...19