/openbsd/lib/libc/arch/i386/string/ |
H A D | strcmp.S | 22 incl %edx 28 incl %eax 29 incl %edx 35 incl %eax 36 incl %edx 42 incl %eax 43 incl %edx 49 incl %eax 50 incl %edx 56 incl %eax [all …]
|
H A D | strncmp.S | 25 incl %ecx 34 incl %eax 35 incl %ecx 44 incl %eax 45 incl %ecx 54 incl %eax 55 incl %ecx 64 incl %eax 65 incl %ecx 74 incl %eax [all …]
|
H A D | ffs.S | 12 incl %eax /* bits numbered from 1, not 0 */
|
H A D | strchr.S | 19 incl %eax
|
H A D | strrchr.S | 23 incl %edx
|
H A D | bcmp.S | 29 L1: incl %eax
|
/openbsd/sys/lib/libkern/arch/i386/ |
H A D | strcmp.S | 23 incl %edx 29 incl %eax 30 incl %edx 36 incl %eax 37 incl %edx 43 incl %eax 44 incl %edx 50 incl %eax 51 incl %edx 57 incl %eax [all …]
|
H A D | ffs.S | 13 incl %eax /* bits numbered from 1, not 0 */
|
H A D | skpc.S | 43 incl %ecx
|
H A D | bcmp.S | 29 L1: incl %eax
|
/openbsd/usr.sbin/config/ |
H A D | scan.l | 60 struct incl { struct 61 struct incl *in_prev; /* previous includes in effect, if any */ argument 67 static struct incl *incl; argument 202 struct incl *in; 222 in->in_prev = incl; 227 incl = in; 241 struct incl *in; 244 if ((in = incl) == NULL) 246 incl = in->in_prev;
|
/openbsd/gnu/usr.bin/perl/utils/ |
H A D | h2ph.PL | 93 my ($incl, $incl_type, $incl_quote, $next); 179 $incl = $3; 181 ($opt_e && exists($bad_file{$incl}))) { 182 $incl =~ s/\.h$/.ph/; 191 "(grep { \$_ eq \"$incl\" } ", 194 "\@REM = map { \"\$_/$incl\" } ", 195 "(grep { not exists(\$INCD{\"\$_/$incl\"})", 196 " and -f \"\$_/$incl\" } \@INC);\n"); 211 $incl =~ s/\.h$/.ph/; 214 $incl = "$1/$incl"; [all …]
|
/openbsd/gnu/usr.bin/texinfo/makeinfo/tests/ |
H A D | include-value.txi | 5 @set testvar incl-incl.txi 8 @set test-var incl-incl.tx 11 @set test_var ncl-incl.tx
|
H A D | Makefile.am | 33 include-value.txi incl-incl.txi \
|
/openbsd/gnu/usr.bin/gcc/gcc/f/ |
H A D | fini.c | 251 FILE *incl; in main() local 292 incl = fopen (include_name, "w"); in main() 293 if (incl == NULL) in main() 446 fprintf (incl, "#define %sl%s%s %d\n", prefix, n->kwname, postfix, in main() 450 fprintf (incl, in main() 461 fprintf (incl, in main() 468 fprintf (incl, in main() 619 if (incl != stdout) in main() 620 fclose (incl); in main()
|
/openbsd/sys/arch/i386/i386/ |
H A D | apicvec.s | 161 incl CPUVAR(IDEPTH) 177 incl CPUVAR(IDEPTH) 192 incl CPUVAR(IDEPTH) 208 incl CPUVAR(IDEPTH) 238 incl uvmexp+V_INTR /* statistical info */ ;\ 244 7: incl CPUVAR(IDEPTH) ;\
|
H A D | vector.s | 94 incl uvmexp+V_INTR /* statistical info */ ;\ 108 incl CPUVAR(IDEPTH) ;\
|
/openbsd/usr.sbin/nsd/ |
H A D | zlexer.lex | 147 %x incl bitlabel quotedstring 159 BEGIN(incl); 162 <incl>\n | 163 <incl><<EOF>> { 171 <incl>.+ {
|
/openbsd/gnu/usr.bin/perl/ |
H A D | make_ext.pl | 64 my (%excl, %incl, %opts, @extspec, @pass_through, $verbose); 70 $incl{$1} = 1; 189 if (%incl and !exists $incl{$_}) {
|
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | gjavah.c | 1745 struct include *incl; local 1753 for (incl = all_includes; incl; incl = incl->next) 1756 if (len == (int) strlen (incl->name) 1757 && ! strncmp (incl->name, utf8, len)) 1761 incl = xmalloc (sizeof (struct include)); 1762 incl->name = xmalloc (len + 1); 1763 strncpy (incl->name, utf8, len); 1764 incl->name[len] = '\0'; 1765 incl->next = all_includes; 1766 all_includes = incl;
|
/openbsd/sys/lib/libkern/arch/amd64/ |
H A D | ffs.S | 13 incl %eax /* bits numbered from 1, not 0 */
|
H A D | bcmp.S | 19 1: incl %eax
|
/openbsd/lib/libc/arch/amd64/string/ |
H A D | ffs.S | 14 incl %eax /* bits numbered from 1, not 0 */
|
H A D | bcmp.S | 20 L1: incl %eax
|
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/ |
H A D | COFFOptions.td | 21 def incl : Joined<["/", "-", "/?", "-?"], "include:">;
|