Searched refs:symbol (Results 76 - 100 of 173) sorted by relevance

1234567

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSymbol.pm51 C<Symbol::qualify> turns unqualified symbol names into qualified
58 Qualification applies only to symbol names (strings). References are
63 returns a glob ref rather than a symbol name, so you can use the result
72 C<Symbol::delete_package> is a bit too powerful. It undefines every symbol
74 for performance reasons, does not perform a symbol table lookup each time
145 # expand to full symbol table name if needed
165 # delete the symbol table
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c152 /* First LZMA-symbol is always decoded.
197 unsigned symbol; local
206 symbol = 1;
207 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
213 symbol = 1;
220 probLit = prob + offs + bit + symbol;
221 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
223 while (symbol <
553 unsigned symbol = 1; local
561 unsigned symbol = 1; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/commands/i386/pc/
H A Ddrivemap_int13h.S20 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/mips/
H A Dcache.S2 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/grub-core/lib/efi/
H A Ddatetime.c21 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/grub-core/lib/i386/
H A Drelocator_common.S20 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/grub-core/lib/mips/
H A Dsetjmp.S19 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dcommand.h22 #include <grub/symbol.h>
H A Delfload.h25 #include <grub/symbol.h>
H A Denv.h22 #include <grub/symbol.h>
H A Dfs.h24 #include <grub/symbol.h>
H A Dmachoload.h25 #include <grub/symbol.h>
H A Dmsdos_partition.h23 #include <grub/symbol.h>
H A Dmm.h24 #include <grub/symbol.h>
H A Dnormal.h24 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/emu/
H A Dmisc.h25 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dbiosdisk.h22 #include <grub/symbol.h>
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dgettimeofday.s37 / gettimeofday is implemented as an alternate capability symbol
/osnet-11/usr/src/lib/libsqlite/tool/
H A Dlemon.c120 struct symbol { struct
121 char *name; /* Name of the symbol */
122 int index; /* Index number for this symbol */
128 struct symbol *fallback; /* fallback token in case this token doesn't parse */
136 char *firstset; /* First-set for all rules of this symbol */
138 char *destructor; /* Code which executes whenever this symbol is
151 struct symbol *lhs; /* Left-hand side of the rule */
155 struct symbol **rhs; /* The RHS symbols */
156 char **rhsalias; /* An alias for each RHS symbol (NULL if none) */
159 struct symbol *precsy
[all...]
/osnet-11/usr/src/lib/libpp/common/
H A Dpptrace.c98 if (p->symbol)
100 sfsprintf(buf, sizeof(buf), "%s=%s", ppinmap[i].nam, p->symbol->name);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/run/
H A Drunenv.t107 qq{Global symbol "\$x" requires explicit package name at -e line 1.\nExecution of -e aborted due to compilation errors.\n});
112 qq{Global symbol "\$x" requires explicit package name at -e line 1.\nExecution of -e aborted due to compilation errors.\n});
/osnet-11/usr/src/grub/grub2/grub-core/kern/i386/coreboot/
H A Dinit.c33 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/grub-core/kern/sparc64/ieee1275/
H A Dcrt0.S19 #include <grub/symbol.h>
/osnet-11/usr/src/grub/grub2/grub-core/partmap/
H A Ddvh.c24 #include <grub/symbol.h>
H A Dplan.c24 #include <grub/symbol.h>

Completed in 121 milliseconds

1234567