Searched refs:symbol (Results 1 - 25 of 200) sorted by relevance

12345678

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Dsim.h20 #define save_static_function(symbol) \
23 ".globl\t" #symbol "\n\t" \
25 ".type\t" #symbol ", @function\n\t" \
26 ".ent\t" #symbol ", 0\n" \
27 #symbol":\n\t" \
38 "j\t_" #symbol "\n\t" \
39 ".end\t" #symbol "\n\t" \
40 ".size\t" #symbol",. - " #symbol)
48 #define save_static_function(symbol) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Dsim.h20 #define save_static_function(symbol) \
23 ".globl\t" #symbol "\n\t" \
25 ".type\t" #symbol ", @function\n\t" \
26 ".ent\t" #symbol ", 0\n" \
27 #symbol":\n\t" \
38 "j\t_" #symbol "\n\t" \
39 ".end\t" #symbol "\n\t" \
40 ".size\t" #symbol",. - " #symbol)
48 #define save_static_function(symbol) \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iptables-1.4.12.1/extensions/
H A Dtos_values.c29 const struct tos_symbol_info *symbol; local
34 for (symbol = tos_symbol_names; symbol->name != NULL; ++symbol)
35 if (value == symbol->value) {
36 printf(" %s%s", prefix, symbol->name);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/kconfig/
H A Dlkc_proto.h19 /* symbol.c */
20 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
22 P(sym_lookup,struct symbol *,(const char *name, int isconst));
23 P(sym_find,struct symbol *,(const char *name));
24 P(sym_re_search,struct symbol **,(const char *pattern));
26 P(sym_calc_value,void,(struct symbol *sym));
27 P(sym_get_type,enum symbol_type,(struct symbol *sym));
28 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
29 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
30 P(sym_toggle_tristate_value,tristate,(struct symbol *sy
[all...]
H A Dlkc.h79 void menu_add_entry(struct symbol *sym);
85 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
105 /* symbol.c */
109 void sym_set_changed(struct symbol *sym);
110 struct symbol *sym_check_deps(struct symbol *sym);
111 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
112 struct symbol *prop_get_symbol(struct property *prop);
114 static inline tristate sym_get_tristate_value(struct symbol *sym)
120 static inline struct symbol *sym_get_choice_valu
[all...]
H A Dsymbol.c15 struct symbol symbol_yes = {
33 struct symbol *sym_defconfig_list;
34 struct symbol *modules_sym;
37 void sym_add_default(struct symbol *sym, const char *def)
46 struct symbol *sym;
77 enum symbol_type sym_get_type(struct symbol *sym)
111 struct property *sym_get_choice_prop(struct symbol *sym)
120 struct property *sym_get_default_prop(struct symbol *sym)
132 struct property *sym_get_range_prop(struct symbol *sym)
144 static int sym_get_range_val(struct symbol *sy
648 struct symbol *symbol; local
693 struct symbol *symbol = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/scripts/kconfig/
H A Dlkc_proto.h16 /* symbol.c */
17 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
20 P(sym_lookup,struct symbol *,(const char *name, int isconst));
21 P(sym_find,struct symbol *,(const char *name));
22 P(sym_re_search,struct symbol **,(const char *pattern));
24 P(sym_calc_value,void,(struct symbol *sym));
25 P(sym_get_type,enum symbol_type,(struct symbol *sym));
26 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
27 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
28 P(sym_toggle_tristate_value,tristate,(struct symbol *sy
[all...]
H A Dlkc.h74 void menu_add_entry(struct symbol *sym);
80 void menu_add_symbol(enum prop_type type, struct symbol *sym, struct expr *dep);
99 /* symbol.c */
102 void sym_set_changed(struct symbol *sym);
103 struct symbol *sym_check_deps(struct symbol *sym);
104 struct property *prop_alloc(enum prop_type type, struct symbol *sym);
105 struct symbol *prop_get_symbol(struct property *prop);
107 static inline tristate sym_get_tristate_value(struct symbol *sym)
113 static inline struct symbol *sym_get_choice_valu
[all...]
H A Dsymbol.c15 struct symbol symbol_yes = {
34 struct symbol *modules_sym;
37 void sym_add_default(struct symbol *sym, const char *def)
46 struct symbol *sym;
77 enum symbol_type sym_get_type(struct symbol *sym)
111 struct property *sym_get_choice_prop(struct symbol *sym)
120 struct property *sym_get_default_prop(struct symbol *sym)
132 struct property *sym_get_range_prop(struct symbol *sym)
144 static int sym_get_range_val(struct symbol *sym, int base)
160 static void sym_validate_range(struct symbol *sy
648 struct symbol *symbol; local
694 struct symbol *symbol = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/config/
H A Dlkc.h48 void menu_add_entry(struct symbol *sym);
52 struct property *menu_add_prop(int token, char *prompt, struct symbol *def, struct expr *dep);
61 /* symbol.c */
65 static inline tristate sym_get_tristate_value(struct symbol *sym)
71 static inline struct symbol *sym_get_choice_value(struct symbol *sym)
73 return (struct symbol *)S_VAL(sym->curr);
76 static inline bool sym_set_choice_value(struct symbol *ch, struct symbol *chval)
81 static inline bool sym_is_choice(struct symbol *sy
[all...]
H A Dlkc_proto.h15 /* symbol.c */
16 P(symbol_hash,struct symbol *,[SYMBOL_HASHSIZE]);
19 P(sym_lookup,struct symbol *,(const char *name, int isconst));
20 P(sym_find,struct symbol *,(const char *name));
22 P(sym_calc_value,void,(struct symbol *sym));
23 P(sym_get_type,int,(struct symbol *sym));
24 P(sym_tristate_within_range,bool,(struct symbol *sym,tristate tri));
25 P(sym_set_tristate_value,bool,(struct symbol *sym,tristate tri));
26 P(sym_toggle_tristate_value,tristate,(struct symbol *sym));
27 P(sym_string_valid,bool,(struct symbol *sy
[all...]
H A Dsymbol.c14 struct symbol symbol_yes = {
33 struct symbol *modules_sym;
35 void sym_add_default(struct symbol *sym, const char *def)
43 /* append property to the prop list of symbol */
53 struct symbol *sym;
81 int sym_get_type(struct symbol *sym)
115 struct property *sym_get_choice_prop(struct symbol *sym)
124 struct property *sym_get_default_prop(struct symbol *sym)
137 void sym_calc_visibility(struct symbol *sym)
153 void sym_calc_value(struct symbol *sy
520 struct symbol *symbol; local
570 struct symbol *symbol = NULL; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/script/
H A Dfindstatic.pl33 my($symbol) = $3;
34 push(@{$def{$fname}}, $symbol);
35 $stype{$symbol} = $2;
39 my($symbol) = $2;
40 push(@{$undef{$fname}}, $symbol);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/puff/
H A Dpuff.c184 * symbol[] are the symbol values in canonical order, where the number of
190 short *symbol; /* canonically ordered symbols */ member in struct:huffman
194 * Decode a code from the stream s using huffman table h. Return the symbol or
223 int index; /* index of first code of length len in symbol table */
229 if (code < first + count) /* if length len, return symbol */
230 return h->symbol[index + (code - first)];
251 int index; /* index of first code of length len in symbol table */
266 if (code < first + count) { /* if length len, return symbol */
269 return h->symbol[inde
321 int symbol; /* current symbol when stepping through length[] */ local
418 int symbol; /* decoded symbol */ local
512 int symbol; local
659 int symbol; /* decoded value */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/puff/
H A Dpuff.c184 * symbol[] are the symbol values in canonical order, where the number of
190 short *symbol; /* canonically ordered symbols */ member in struct:huffman
194 * Decode a code from the stream s using huffman table h. Return the symbol or
223 int index; /* index of first code of length len in symbol table */
229 if (code < first + count) /* if length len, return symbol */
230 return h->symbol[index + (code - first)];
251 int index; /* index of first code of length len in symbol table */
266 if (code < first + count) { /* if length len, return symbol */
269 return h->symbol[inde
321 int symbol; /* current symbol when stepping through length[] */ local
418 int symbol; /* decoded symbol */ local
512 int symbol; local
659 int symbol; /* decoded value */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/
H A Dexport_report.pl31 my ($symbol, $no) = split /\s+/, $sym;
32 printf("\t\t%-25s\t%-25d\n", $symbol, $no);
90 my (undef, $symbol, $module, $gpl) = split;
91 $SYMBOL { $symbol } = [ $module , "0" , $symbol, $gpl];
96 # collect the usage count of each symbol.
119 my ($module, $value, $symbol, $gpl) = @{$SYMBOL{$sym}};
120 $SYMBOL{ $sym } = [ $module, $value+1, $symbol, $gpl];
145 my ($module, $value, $symbol, $gpl) = @{$list};
146 printf("%-25s\t%-25s\t%-10s\t", $symbol,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y92 static void initialize_symbol(symbol_t *symbol);
102 static void test_readable_symbol(symbol_t *symbol);
103 static void test_writable_symbol(symbol_t *symbol);
104 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
106 static void add_conditional(symbol_t *symbol);
433 symbol_t *symbol;
435 symbol = $1;
436 if (symbol->type != CONST) {
441 if (symbol->info.cinfo->value > 4) {
446 $$ = (0x1 << symbol
[all...]
H A Daicasm_symbol.c2 * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation
72 perror("Unable to create new symbol");
78 stop("Unable to strdup symbol name", EX_SOFTWARE);
84 symbol_delete(symbol_t *symbol) argument
89 key.data = symbol->name;
90 key.size = strlen(symbol->name);
93 switch(symbol->type) {
97 if (symbol->info.rinfo != NULL)
98 free(symbol->info.rinfo);
101 if (symbol
219 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/contrib/blast/
H A Dblast.c93 * symbol[] are the symbol values in canonical order, where the number of
99 short *symbol; /* canonically ordered symbols */ member in struct:huffman
103 * Decode a code from the stream s using huffman table h. Return the symbol or
129 int index; /* index of first code of length len in symbol table */
144 if (code < first + count) { /* if length len, return symbol */
147 return h->symbol[index + (code - first)];
181 * enough bits will resolve to a symbol. If the return value is positive, then
187 int symbol; /* current symbol whe local
280 int symbol; /* decoded symbol, extra bits for distance */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/contrib/blast/
H A Dblast.c93 * symbol[] are the symbol values in canonical order, where the number of
99 short *symbol; /* canonically ordered symbols */ member in struct:huffman
103 * Decode a code from the stream s using huffman table h. Return the symbol or
129 int index; /* index of first code of length len in symbol table */
144 if (code < first + count) { /* if length len, return symbol */
147 return h->symbol[index + (code - first)];
181 * enough bits will resolve to a symbol. If the return value is positive, then
187 int symbol; /* current symbol whe local
280 int symbol; /* decoded symbol, extra bits for distance */ local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.0/libatalk/util/
H A Dmodule.c29 NSSymbol symbol; local
36 symbol = NSLookupAndBindSymbol(underscore);
39 return NSAddressOfSymbol(symbol);
55 void *symbol; local
66 symbol = dlsym(module, underscore);
69 return symbol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/netatalk-2.2.5/libatalk/util/
H A Dmodule.c29 NSSymbol symbol; local
36 symbol = NSLookupAndBindSymbol(underscore);
39 return NSAddressOfSymbol(symbol);
55 void *symbol; local
66 symbol = dlsym(module, underscore);
69 return symbol;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/scripts/genksyms/
H A Dgenksyms.h1 /* Generate kernel symbol version hashes.
38 struct symbol { struct
39 struct symbol *hash_next;
43 struct symbol *expansion_trail;
44 struct symbol *visited;
54 struct symbol *find_symbol(const char *name, enum symbol_type ns);
55 struct symbol *add_symbol(const char *name, enum symbol_type type,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/doc/
H A Dindex.py65 symbol varchar(255) BINARY NOT NULL,
68 KEY symbol (symbol),
69 UNIQUE KEY ID (name, symbol))""",
201 def updateWord(name, symbol, relevance):
210 if symbol == None:
216 """INSERT INTO words (name, symbol, relevance) VALUES ('%s','%s', %d)""" %
217 (name, symbol, relevance))
221 """UPDATE words SET relevance = %d where name = '%s' and symbol = '%s'""" %
222 (relevance, name, symbol))
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Dstacktrace.h10 /* msg must contain %s for the symbol */
11 void (*warning_symbol)(void *data, char *msg, unsigned long symbol);

Completed in 112 milliseconds

12345678