Searched refs:symbol (Results 26 - 50 of 99) sorted by relevance

1234

/opensolaris-onvv-gate/usr/src/cmd/sgs/lex/common/
H A Dsub3.c301 /* Prepare symbol[] for cclinter(). */
303 symbol[j] = FALSE;
329 if (symbol[j]) {
358 * Make symbol[k]=TRUE for all k
365 symbol[j] = FALSE;
367 symbol[j] = TRUE;
393 if (i > sizeof (symbol))
395 symbol[i] = TRUE;
H A Dsub1.c339 symbol[i] ^= 1; /* reverse value */
342 if (symbol[i])
351 if ((symbol[j] && cindex[j] != i) ||
352 (!symbol[j] && cindex[j] == i))
361 if (symbol[i]) {
364 symbol[i] = 0;
377 if (symbol[i]) {
382 if (symbol[k])
383 symbol[k] = 0;
H A Donce.h140 Boolean symbol[MAXNCG]; variable
H A Dsub2.c73 symbol[j] = (i == RNCCL);
76 symbol[*p++] = (i == RCCL);
79 if (symbol[j]) {
356 symbol[i] = 0;
361 symbol[name[curpos]] = TRUE;
370 symbol[j] =
376 symbol[right[curpos]] = TRUE;
398 if (symbol[i]) {
413 if (symbol[i]) {
542 symbol[
[all...]
/opensolaris-onvv-gate/usr/src/common/lzma/
H A DLzmaEnc.c572 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) argument
576 if (symbol == 0)
595 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) argument
597 symbol |= 0x100;
600 RangeEnc_EncodeBit(p, probs + (symbol >> 8), (symbol >> 7) & 1);
601 symbol <<= 1;
603 while (symbol < 0x10000);
606 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) argument
609 symbol |
656 LitEnc_GetPrice(const CLzmaProb *probs, UInt32 symbol, UInt32 *ProbPrices) argument
669 LitEnc_GetPriceMatched(const CLzmaProb *probs, UInt32 symbol, UInt32 matchByte, UInt32 *ProbPrices) argument
686 RcTree_Encode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
700 RcTree_ReverseEncode(CRangeEnc *rc, CLzmaProb *probs, int numBitLevels, UInt32 symbol) argument
713 RcTree_GetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
725 RcTree_ReverseGetPrice(const CLzmaProb *probs, int numBitLevels, UInt32 symbol, UInt32 *ProbPrices) argument
753 LenEnc_Encode(CLenEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState) argument
812 LenEnc_Encode2(CLenPriceEnc *p, CRangeEnc *rc, UInt32 symbol, UInt32 posState, Bool updatePrice, UInt32 *ProbPrices) argument
[all...]
H A DLzmaDec.c135 /* First LZMA-symbol is always decoded.
180 unsigned symbol; local
189 symbol = 1;
190 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100);
196 symbol = 1;
203 probLit = prob + offs + bit + symbol;
204 GET_BIT2(probLit, symbol, offs &= ~bit, offs &= bit)
206 while (symbol <
536 unsigned symbol = 1; local
544 unsigned symbol = 1; local
[all...]
/opensolaris-onvv-gate/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
/opensolaris-onvv-gate/usr/src/cmd/sgs/libelf/demo/
H A D00README52 dispsyms.c print symbols: scans a ELF file for any symbol tables
54 displays the symbol tables contents.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.dhcpd/
H A Ddhcptab.c43 * per symbol granularity checking - ie, using goodname() to check the
44 * hostname, for example. Perhaps each symbol should have a verifier
101 #define INCLUDE_SYM "Include" /* symbol for macro include */
346 * Reset the dhcptab hash table, free any dynamic symbol definitions.
374 * Dump any dynamically defined symbol definitions, and reinitialize.
379 * Free class resources for each symbol.
403 * Allocate the internal INCLUDE_SYM macro include symbol.
438 * symbol is found (pptr is still updated).
667 "Bad Runtime symbol definition: %s\n",
669 /* Success. Treat new symbol lik
705 eval_symbol(char **symbol, MACRO *mc) argument
[all...]
/opensolaris-onvv-gate/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...]
/opensolaris-onvv-gate/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});
/opensolaris-onvv-gate/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);
H A Dppcontrol.c156 * return symbol pointer for next token macro (re)definition
279 struct ppsymbol* symbol; member in union:__anon4141
396 else if (--pp.control == pp.in->control && pp.in->symbol)
431 pp.in->symbol = sym ? sym : pprefmac(pp.token, REF_CREATE);
940 else if (pp.hiding && (var.symbol = ppsymref(pp.symtab, pp.token)) && var.symbol->hidden)
2144 var.symbol = pprefmac(pp.token, REF_CREATE);
2145 if (mac = var.symbol->macro)
2147 if (var.symbol->flags & (SYM_ACTIVE|SYM_READONLY))
2150 error(2, "%s: macro is %s", var.symbol
[all...]
H A Dpplib.h147 struct ppsymbol* symbol; /* macro info */ member in struct:ppinstk
181 struct pphide /* hidden symbol info */
184 unsigned long flags; /* saved symbol flags if macro */
344 struct pphide* hidden; /* hidden symbol info */
573 cur->prev->symbol->flags &= ~SYM_DISABLED; \
584 cur->prev->symbol->flags &= ~SYM_DISABLED; \
586 if (!(cur->prev->symbol->flags & SYM_MULTILINE)) \
587 cur->prev->symbol->flags |= SYM_DISABLED; \
602 cur->symbol = p; \
615 cur->symbol
[all...]
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dfind.c34 * cscope - interactive C symbol or text cross-reference
81 /* find the symbol in the cross-reference */
89 char symbol[PATLEN + 1]; /* symbol name */ local
114 /* find the next symbol */
164 s = symbol;
174 default: /* other symbol */
175 s = symbol;
190 /* match the symbol to the text pattern */
202 /* if this is a symbol */
255 char symbol[PATLEN + 1]; /* symbol name */ local
[all...]
H A Dmain.c34 * cscope - interactive C symbol cross-reference
109 static char *reflines; /* symbol reference lines file */
221 "cscope: symbol database will be %s\n", reffile);
586 /* read any symbol reference lines file */
654 /* turn on caseless mode for symbol searches */
692 case 'F': /* symbol reference lines file */
727 /* symbol reference lines file */
816 "-F \"file\" Read symbol reference lines from file, just\n");
830 "-q Build an inverted index for quick symbol seaching.\n");
1024 "command line and old symbol databas
1413 char symbol[PATLEN + 1]; local
1455 char symbol[PATLEN + 1]; local
[all...]
/opensolaris-onvv-gate/usr/src/tools/ctf/cvt/
H A DMakefile.com48 symbol.c \
/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c151 char symbol; local
155 symbol = 'B';
158 symbol = 'C';
161 symbol = '/';
164 symbol = '>';
167 symbol = '|';
170 symbol = '@';
173 symbol = 'P';
176 symbol = '=';
179 symbol
[all...]
/opensolaris-onvv-gate/usr/src/cmd/oawk/
H A Db.c454 ccl_chars_t symbol[NCHARS]; local
467 isyms[i] = symbol[i] = ssyms[i] = isyms[0];
613 symbol, symax)) {
614 symax = insert_table(symbol,
632 symbol, symax)) {
633 symax = insert_table(symbol,
649 symbol, symax)) {
650 symax = insert_table(symbol,
671 p->cc_ne, p->cc_ce, symbol,
674 symbol, syma
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL335 croak("Can't find '$bootname' symbol in $file\n");
567 $symref = dl_find_symbol_anywhere($symbol) Perl
571 $symref = dl_find_symbol($libref, $symbol) C
624 A list of one or more symbol names that are in the library/object file
631 Can be used with dl_find_symbol() to look for a symbol in any of
803 $symref = dl_find_symbol($libref, $symbol)
805 Return the address of the symbol $symbol or C<undef> if not found. If the
814 SunOS: dlsym($libref, $symbol)
815 HP-UX: shl_findsym($libref, $symbol)
[all...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/packages/common/
H A DSUNWonld-README158 4295613 COMMON symbol resolution can be incorrect
218 4309212 dlsym can't find symbol
294 4335801 For complimentary alignments eliminate ld: warning: symbol `ll'
330 4369068 ld(1)'s weak symbol processing is inefficient (slow and doesn't scale).
436 4453241 Regression in 4291384 can result in empty symbol table.
675 4817314 TLS_GD relocations against local symbols do not reference symbol...
676 4811951 non-default symbol visibility overriden by definition in shared object
757 4850703 enable per-symbol direct bindings
800 4939565 per-symbol filtering required
801 4948119 ld(1) -z loadfltr fails with per-symbol filterin
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DProbeData.java237 SymbolValueRecord symbol = SymbolValueRecord.class.cast(rec);
238 if (symbol instanceof KernelSymbolRecord) {
239 KernelSymbolRecord.class.cast(symbol).setSymbol(lookupString);
240 } else if (symbol instanceof UserSymbolRecord) {
241 UserSymbolRecord.class.cast(symbol).setSymbol(lookupString);
243 throw new IllegalStateException("no symbol record at index " + i);
245 records.add(symbol);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/Symbol/
H A DMakefile.PL29 symbol.ucm
/opensolaris-onvv-gate/usr/src/uts/
H A DMakefile.targ329 # Currently only the IP module needs symbol checking on obj64.
343 ($(ECHO) "warning: $(MODULE) symbol checking:" \
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Attribute/
H A DHandlers.pm92 or die "Internal error: $lastattr{pkg} symbol went missing";
234 my ($package, $symbol, $referent, $attr, $data) = @_;
304 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
307 *{$symbol}{NAME}, " ",
332 a reference to the symbol table entry (typeglob) containing the subroutine;
368 If a lexical variable is given an attribute, there is no symbol table to
369 which it belongs, so the symbol table argument (C<$_[1]>) is set to the
371 an anonymous subroutine results in a symbol table argument of C<'ANON'>.
522 my ($package, $symbol, $referent, $attr, $data, $phase) = @_;
550 my ($package, $symbol,
[all...]

Completed in 164 milliseconds

1234