/third_party/musl/arch/i386/bits/ |
D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 40 : "+S" (__buf), "+c" (__n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 47 : "+S" (__buf), "+c" (__n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 54 : "+S" (__buf), "+c"(__n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 61 : "+D" (__buf), "+c" (__n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 68 : "+D" (__buf), "+c" (__n) in insw() [all …]
|
/third_party/musl/arch/x86_64/bits/ |
D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 40 : "+S" (__buf), "+c" (__n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 47 : "+S" (__buf), "+c" (__n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 54 : "+S" (__buf), "+c"(__n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 61 : "+D" (__buf), "+c" (__n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 68 : "+D" (__buf), "+c" (__n) in insw() [all …]
|
/third_party/musl/arch/x32/bits/ |
D | io.h | 37 static __inline void outsb(unsigned short __port, const void *__buf, unsigned long __n) in outsb() argument 40 : "+S" (__buf), "+c" (__n) in outsb() 44 static __inline void outsw(unsigned short __port, const void *__buf, unsigned long __n) in outsw() argument 47 : "+S" (__buf), "+c" (__n) in outsw() 51 static __inline void outsl(unsigned short __port, const void *__buf, unsigned long __n) in outsl() argument 54 : "+S" (__buf), "+c"(__n) in outsl() 58 static __inline void insb(unsigned short __port, void *__buf, unsigned long __n) in insb() argument 61 : "+D" (__buf), "+c" (__n) in insb() 65 static __inline void insw(unsigned short __port, void *__buf, unsigned long __n) in insw() argument 68 : "+D" (__buf), "+c" (__n) in insw() [all …]
|
/third_party/glib/glib/ |
D | gmem.h | 236 gsize __n = (gsize) (n_structs); \ 240 __p = g_##func (__n); \ 241 else if (__builtin_constant_p (__n) && \ 242 (__s == 0 || __n <= G_MAXSIZE / __s)) \ 243 __p = g_##func (__n * __s); \ 245 __p = g_##func##_n (__n, __s); \ 250 gsize __n = (gsize) (n_structs); \ 254 __p = g_##func (__p, __n); \ 255 else if (__builtin_constant_p (__n) && \ 256 (__s == 0 || __n <= G_MAXSIZE / __s)) \ [all …]
|
/third_party/gettext/gettext-runtime/intl/ |
D | libgnuintl.in.h | 188 unsigned long int __n) 193 unsigned long int __n) in ngettext() argument 195 return libintl_ngettext (__msgid1, __msgid2, __n); in ngettext() 202 unsigned long int __n) 211 const char *__msgid2, unsigned long int __n) 216 const char *__msgid2, unsigned long int __n) in dngettext() argument 218 return libintl_dngettext (__domainname, __msgid1, __msgid2, __n); in dngettext() 226 unsigned long int __n) 236 unsigned long int __n, int __category) 242 unsigned long int __n, int __category) in dcngettext() argument [all …]
|
D | libintl.h | 188 unsigned long int __n) 193 unsigned long int __n) in ngettext() argument 195 return libintl_ngettext (__msgid1, __msgid2, __n); in ngettext() 202 unsigned long int __n) 211 const char *__msgid2, unsigned long int __n) 216 const char *__msgid2, unsigned long int __n) in dngettext() argument 218 return libintl_dngettext (__domainname, __msgid1, __msgid2, __n); in dngettext() 226 unsigned long int __n) 236 unsigned long int __n, int __category) 242 unsigned long int __n, int __category) in dcngettext() argument [all …]
|
D | libgnuintl.h | 196 unsigned long int __n) 201 unsigned long int __n) in ngettext() argument 203 return libintl_ngettext (__msgid1, __msgid2, __n); in ngettext() 210 unsigned long int __n) 219 const char *__msgid2, unsigned long int __n) 224 const char *__msgid2, unsigned long int __n) in dngettext() argument 226 return libintl_dngettext (__domainname, __msgid1, __msgid2, __n); in dngettext() 234 unsigned long int __n) 244 unsigned long int __n, int __category) 250 unsigned long int __n, int __category) in dcngettext() argument [all …]
|
D | gettextP.h | 46 unsigned long int __n); 52 unsigned long int __n, int __category); 55 int __plural, unsigned long int __n, 75 int __plural, unsigned long int __n, 81 int __plural, unsigned long int __n,
|
D | libintl.glibc | 62 unsigned long int __n) 68 __const char *__msgid2, unsigned long int __n) 74 __const char *__msgid2, unsigned long int __n,
|
/third_party/gettext/gettext-tools/tests/ |
D | lang-perl-2 | 14 printf __n ("a piece of cake", "%d pieces of cake", $n), $n; 23 -k__n:1,2 --flag=__n:1:pass-perl-format --flag=__n:1:pass-perl-brace-format \ 24 --flag=__n:2:pass-perl-format --flag=__n:2:pass-perl-brace-format \
|
/third_party/gstreamer/gstreamer/gst/ |
D | gsttracerutils.h | 112 GList *__l, *__n; \ 115 for (__n = __l; __n; __n = g_list_next (__n)) { \ 116 h = (GstTracerHook *) __n->data; \ 120 for (__n = __l; __n; __n = g_list_next (__n)) { \ 121 h = (GstTracerHook *) __n->data; \
|
/third_party/iptables/include/linux/netfilter/ |
D | x_tables.h | 148 unsigned int __i, __n; \ 152 for (__i = 0, __n = 0; __i < (size); \ 153 __i += __entry->next_offset, __n++) { \ 155 if (__n < n) \
|
/third_party/mesa3d/src/freedreno/ir3/ |
D | ir3_ra.h | 113 #define ra_foreach_src_n(__srcreg, __n, __instr) \ argument 114 foreach_src_n(__srcreg, __n, __instr) \ 126 #define ra_foreach_dst_n(__dstreg, __n, __instr) \ argument 127 foreach_dst_n(__dstreg, __n, instr) \
|
D | ir3.h | 1499 #define foreach_src_n(__srcreg, __n, __instr) \ argument 1503 for (unsigned __cnt = (__instr)->srcs_count, __n = 0; __n < __cnt; \ 1504 __n++) \ 1505 if ((__srcreg = (__instr)->srcs[__n])) 1511 #define foreach_dst_n(__dstreg, __n, __instr) \ argument 1515 for (unsigned __cnt = (__instr)->dsts_count, __n = 0; __n < __cnt; \ 1516 __n++) \ 1517 if ((__dstreg = (__instr)->dsts[__n])) 1546 #define foreach_ssa_srcp_n(__srcp, __n, __instr) \ argument 1548 for (unsigned __cnt = __ssa_src_cnt(__instr), __n = 0; __n < __cnt; \ [all …]
|
D | ir3_postsched.c | 86 #define foreach_sched_node(__n, __list) \ argument 87 list_for_each_entry (struct ir3_postsched_node, __n, __list, dag.link)
|
/third_party/node/deps/npm/node_modules/yargs/lib/ |
D | validation.js | 10 const __n = y18n.__n 80 usage.fail(__n( 114 usage.fail(__n(
|
/third_party/node/deps/npm/node_modules/y18n/ |
D | README.md | 43 var __n = require('y18n').__n 45 console.log(__n('one fish %s', '%d fishes %s', 2, 'foo'))
|
D | index.js | 121 Y18N.prototype.__n = function () { method in Y18N
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_build_pm4.h | 71 unsigned __n = (num); \ 72 memcpy(__cs_buf + __cs_num, (values), __n * 4); \ 73 __cs_num += __n; \
|
/third_party/gettext/gettext-tools/examples/hello-perl/po/ |
D | Makefile.am | 20 -k__n:1,2 --flag=__n:1:pass-perl-format --flag=__n:1:pass-perl-brace-format \ 21 --flag=__n:2:pass-perl-format --flag=__n:2:pass-perl-brace-format \
|
/third_party/pixman/pixman/ |
D | loongson-mmintrin.h | 249 _mm_shuffle_pi16 (__m64 __m, int64_t __n) in _mm_shuffle_pi16() argument 254 : "f" (__m), "f" (*(__m64 *)&__n) in _mm_shuffle_pi16()
|
/third_party/python/Misc/ |
D | gdbinit | 88 set $__n = PyUnicode_AsUTF8(f->f_code->co_name) 91 printf "): %s\n", $__n
|
/third_party/mesa3d/src/gallium/tests/trivial/ |
D | compute.c | 59 int __i, __n; \ 61 __n = ctx->screen->get_compute_param(ctx->screen, \ 66 for (__i = 0; __i < __n / sizeof(*__v); ++__i) \
|
/third_party/libjpeg-turbo/simd/loongson/ |
D | loongson-mmintrin.h | 1030 _mm_shuffle_pi16(__m64 __m, int64_t __n) in _mm_shuffle_pi16() argument 1036 : "f" (__m), "f" (*(__m64 *)&__n) in _mm_shuffle_pi16()
|
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/simd/loongson/ |
D | loongson-mmintrin.h | 1029 _mm_shuffle_pi16(__m64 __m, int64_t __n) in _mm_shuffle_pi16() argument 1035 : "f" (__m), "f" (*(__m64 *)&__n) in _mm_shuffle_pi16()
|