/titanic_51/usr/src/tools/cscope-fast/ |
H A D | crossref.c | 70 static struct symbol { /* symbol data */ struct 74 int length; /* symbol length */ argument 75 } *symbol; variable [all...] |
H A D | find.c | 89 char symbol[PATLEN + 1]; /* symbol name */ in findsymbol() local 255 char symbol[PATLEN + 1]; /* symbol name */ finddef() local [all...] |
H A D | main.c | 1413 char symbol[PATLEN + 1]; copydata() local 1455 char symbol[PATLEN + 1]; copyinverted() local [all...] |
/titanic_51/usr/src/head/ |
H A D | apptrace.h | 50 #define ABI_VFLAG(lib, symbol) \ argument 56 #define ABI_REAL(lib, symbol) \ argument
|
/titanic_51/usr/src/tools/ndrgen/ |
H A D | ndrgen.h | 83 typedef struct symbol { struct 84 struct symbol *next; argument 89 s_nodesymbol global() argument
|
/titanic_51/usr/src/uts/sun4u/sys/ |
H A D | cheetahasm.h | 38 #define ASM_LD(reg, symbol) \ argument 42 #define ASM_LDX(reg, symbol) \ argument 46 #define ASM_JMP(reg, symbol) \ argument [all...] |
/titanic_51/usr/src/cmd/dis/ |
H A D | dis_main.c | 80 getsymname(uint64_t addr, const char *symbol, off_t offset, char *buf, in getsymname() argument 128 const char *symbol; dis_data() local 276 const char *symbol; do_lookup() local [all...] |
/titanic_51/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | KernelSymbolRecord.java | 77 private String symbol; // set natively after creation; treat as final field in KernelSymbolRecord [all...] |
H A D | UserSymbolRecord.java | 79 private transient String symbol; field in UserSymbolRecord [all...] |
H A D | ProbeData.java | 237 SymbolValueRecord symbol = SymbolValueRecord.class.cast(rec); in addSymbolRecord() local
|
/titanic_51/usr/src/uts/sparc/os/ |
H A D | obpsym_1275.c | 115 static char symbol[MAX_NAME]; variable
|
H A D | obpsym.c | 125 value_to_name(uintptr_t value, char *symbol) in value_to_name() argument [all...] |
/titanic_51/usr/src/common/lzma/ |
H A D | LzmaEnc.c | 572 static void RangeEnc_EncodeBit(CRangeEnc *p, CLzmaProb *prob, UInt32 symbol) in RangeEnc_EncodeBit() argument 595 static void LitEnc_Encode(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol) in LitEnc_Encode() argument 606 static void LitEnc_EncodeMatched(CRangeEnc *p, CLzmaProb *probs, UInt32 symbol, UInt32 matchByte) in LitEnc_EncodeMatched() argument 644 GET_PRICE(prob,symbol) global() argument 647 GET_PRICEa(prob,symbol) global() argument 656 LitEnc_GetPrice(const CLzmaProb * probs,UInt32 symbol,UInt32 * ProbPrices) LitEnc_GetPrice() argument 669 LitEnc_GetPriceMatched(const CLzmaProb * probs,UInt32 symbol,UInt32 matchByte,UInt32 * ProbPrices) LitEnc_GetPriceMatched() argument 686 RcTree_Encode(CRangeEnc * rc,CLzmaProb * probs,int numBitLevels,UInt32 symbol) RcTree_Encode() argument 700 RcTree_ReverseEncode(CRangeEnc * rc,CLzmaProb * probs,int numBitLevels,UInt32 symbol) RcTree_ReverseEncode() argument 713 RcTree_GetPrice(const CLzmaProb * probs,int numBitLevels,UInt32 symbol,UInt32 * ProbPrices) RcTree_GetPrice() argument 725 RcTree_ReverseGetPrice(const CLzmaProb * probs,int numBitLevels,UInt32 symbol,UInt32 * ProbPrices) RcTree_ReverseGetPrice() argument 753 LenEnc_Encode(CLenEnc * p,CRangeEnc * rc,UInt32 symbol,UInt32 posState) LenEnc_Encode() argument 812 LenEnc_Encode2(CLenPriceEnc * p,CRangeEnc * rc,UInt32 symbol,UInt32 posState,Bool updatePrice,UInt32 * ProbPrices) LenEnc_Encode2() argument [all...] |
H A D | LzmaDec.c | 180 unsigned symbol; in LzmaDec_DecodeReal() local 536 unsigned symbol = 1; LzmaDec_TryDummy() local 544 unsigned symbol = 1; LzmaDec_TryDummy() local [all...] |
/titanic_51/usr/src/lib/libsqlite/tool/ |
H A D | lemon.c | 120 struct symbol { struct 121 char *name; /* Name of the symbol */ argument 122 int index; /* Index number for this symbol */ argument 128 struct symbol *fallback; /* fallback token in case this token doesn't parse */ argument 136 char *firstset; /* First-set for all rules of this symbol */ argument 138 char *destructor; /* Code which executes whenever this symbol is argument 151 struct symbol *lhs; /* Left-hand side of the rule */ argument [all...] |
/titanic_51/usr/src/lib/krb5/ss/ |
H A D | utils.c | 88 char *symbol; local
|
/titanic_51/usr/src/uts/intel/sys/acpi/platform/ |
H A D | aclinux.h | 126 #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); argument
|
/titanic_51/usr/src/cmd/sgs/lex/common/ |
H A D | once.h | 140 Boolean symbol[MAXNCG]; variable
|
/titanic_51/usr/src/lib/libpp/common/ |
H A D | ppcontrol.c | 279 struct ppsymbol* symbol; in ppcontrol() member
|
/titanic_51/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppcontrol.c | 279 struct ppsymbol* symbol; in ppcontrol() member [all...] |
/titanic_51/usr/src/lib/libtecla/common/ |
H A D | hash.c | 65 Symbol symbol; /* The symbol stored in the hash-entry */ member [all...] |
/titanic_51/usr/src/cmd/localedef/ |
H A D | collate.c | 164 char *symbol; member 496 lookup_collelem(char *symbol) in lookup_collelem() argument [all...] |
/titanic_51/usr/src/lib/libdtrace_jni/common/ |
H A D | dtj_consume.c | 1478 jobject symbol = NULL; /* return value */ in dtj_new_symbol_record() local 1631 dtj_attach_name(dtj_java_consumer_t *jc, jobject symbol, jstring s) in dtj_attach_name() argument [all...] |
/titanic_51/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 148 char symbol; in print_what() local [all...] |
/titanic_51/usr/src/uts/common/io/ppm/ |
H A D | ppm_subr.c | 1062 ppm_convert(char *symbol, uint_t *val) in ppm_convert() argument
|