/third_party/glib/glib/gnulib/ |
D | printf-parse.c | 45 # define DIRECTIVE char_directive macro 142 DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */ in PRINTF_PARSE() 587 DIRECTIVE *memory; in PRINTF_PARSE() 590 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 594 memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir in PRINTF_PARSE() 601 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE)); in PRINTF_PARSE() 638 #undef DIRECTIVE
|
D | vasnprintf.c | 139 # define DIRECTIVE wchar_t_directive macro 150 # define DIRECTIVE char_directive macro 1817 DIRECTIVE *dp; in VASNPRINTF() 5627 #undef DIRECTIVE
|
/third_party/gettext/gettext-runtime/intl/ |
D | printf-parse.c | 44 # define DIRECTIVE char_directive macro 141 DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */ in PRINTF_PARSE() 586 DIRECTIVE *memory; in PRINTF_PARSE() 589 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 593 memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir in PRINTF_PARSE() 600 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE)); in PRINTF_PARSE() 637 #undef DIRECTIVE
|
D | printf.c | 315 #define DIRECTIVE wchar_t_directive macro
|
D | vasnprintf.c | 137 # define DIRECTIVE wchar_t_directive macro 148 # define DIRECTIVE char_directive macro 1880 DIRECTIVE *dp; in VASNPRINTF() 5868 #undef DIRECTIVE
|
/third_party/gettext/gettext-runtime/libasprintf/ |
D | printf-parse.c | 44 # define DIRECTIVE char_directive macro 141 DIRECTIVE *dp = &d->dir[d->count]; /* pointer to next directive */ in PRINTF_PARSE() 586 DIRECTIVE *memory; in PRINTF_PARSE() 589 memory_size = xtimes (d_allocated, sizeof (DIRECTIVE)); in PRINTF_PARSE() 593 memory = (DIRECTIVE *) (d->dir != d->direct_alloc_dir in PRINTF_PARSE() 600 memcpy (memory, d->dir, d->count * sizeof (DIRECTIVE)); in PRINTF_PARSE() 637 #undef DIRECTIVE
|
D | vasnprintf.c | 137 # define DIRECTIVE wchar_t_directive macro 148 # define DIRECTIVE char_directive macro 1880 DIRECTIVE *dp; in VASNPRINTF() 5868 #undef DIRECTIVE
|
D | ChangeLog.0 | 1217 (PRINTF_PARSE, CHAR_T, DIRECTIVE, DIRECTIVES): New macros. 1219 (VASNPRINTF, CHAR_T, DIRECTIVE, DIRECTIVES, PRINTF_PARSE, USE_SNPRINTF,
|
/third_party/PyYAML/tests/lib/ |
D | canonical.py | 93 DIRECTIVE = '%YAML 1.1' variable in CanonicalScanner 96 if self.data[self.index:self.index+len(self.DIRECTIVE)] == self.DIRECTIVE and \ 97 self.data[self.index+len(self.DIRECTIVE)] in ' \n\0': 98 self.index += len(self.DIRECTIVE)
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLLexer.h | 104 #undef DIRECTIVE 105 DIRECTIVE, enumerator
|
D | SkSLParser.cpp | 142 case Token::DIRECTIVE: { in file() 256 if (!this->expect(Token::DIRECTIVE, "a directive", &start)) { in directive()
|
/third_party/flutter/skia/src/sksl/lex/ |
D | sksl.lex | 43 DIRECTIVE = #[a-zA-Z_$]([0-9]|[a-zA-Z_$])*
|
/third_party/skia/src/sksl/lex/ |
D | sksl.lex | 48 DIRECTIVE = #[a-zA-Z_$][0-9a-zA-Z_$]*
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUTargetStreamer.cpp | 266 #define PRINT_FIELD(STREAM, DIRECTIVE, KERNEL_DESC, MEMBER_NAME, FIELD_NAME) \ in EmitAmdhsaKernelDescriptor() argument 267 STREAM << "\t\t" << DIRECTIVE << " " \ in EmitAmdhsaKernelDescriptor()
|