Home
last modified time | relevance | path

Searched refs:__c (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_util.h133 struct fd_context *__c = (ctx); \
134 perf_debug_message(__c ? &__c->debug : NULL, PERF_INFO, __VA_ARGS__); \
166 struct fd_context *__c = (ctx); \
167 unlikely(__c && __c->debug.debug_message); \
/third_party/libwebsockets/lib/plat/freertos/esp32/
H A Desp_attr.h37 #define DRAM_STR(str) (__extension__({static const DRAM_ATTR char __c[] = (str); (const char *)&__c;}))
/third_party/libabigail/src/
H A Dabg-viz-dot.cc118 dot::add_child_to_node(const child_node& __c, const node_base& __p) in add_child_to_node() argument
121 add_node(__c); in add_child_to_node()
122 add_edge(__p, __c); in add_child_to_node()
/third_party/exfatprogs/include/
H A Dlibexfat.h99 #define BIT_MASK(__c) (1 << ((__c) % BITS_PER))
100 #define BIT_ENTRY(__c) ((__c) / BITS_PER)
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp398 extern wchar_t *wmemchr (const wchar_t *__s, wchar_t __c, size_t __n)
416 extern wchar_t *wmemset (wchar_t *__s, wchar_t __c, size_t __n) throw ();
431 extern wint_t btowc (int __c) throw ();
435 extern int wctob (wint_t __c) throw ();
488 extern int wcwidth (wchar_t __c) throw ();
2116 extern int _IO_putc (int __c, _IO_FILE *__fp);
2398 extern int fputc (int __c, FILE *__stream);
2399 extern int putc (int __c, FILE *__stream);
2405 extern int putchar (int __c);
2407 extern int fputc_unlocked (int __c, FIL
[all...]
/third_party/python/Lib/test/
H A Dtest_positional_only_arg.py341 def f3(self, __a=42, /, __b=43, *, __c=44):
342 return (__a, __b, __c)

Completed in 7 milliseconds