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

123

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/cris/drivers/lpslave/
H A Dbintocarr.pl5 # first argument is the symbol name
7 $symbol = shift @ARGV;
10 #print "unsigned char $symbol", "[] __initdata = {\n";
11 print "unsigned char $symbol", "[] = {\n";
27 $lensymb = ("_" . ($symbol . "_length"));
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Dptrace.h54 #define save_static_function(symbol) \
56 ".globl\t" #symbol "\n\t" \
58 ".type\t" #symbol ", @function\n\t" \
59 ".ent\t" #symbol ", 0\n" \
60 #symbol":\n\t" \
71 ".end\t" #symbol "\n\t" \
72 ".size\t" #symbol",. - " #symbol)
H A Dasm.h50 #define LEAF(symbol) \
51 .globl symbol; \
53 .type symbol,@function; \
54 .ent symbol,0; \
55 symbol: .frame sp,0,ra
60 #define NESTED(symbol, framesize, rpc) \
61 .globl symbol; \
63 .type symbol,@function; \
64 .ent symbol,0; \
65 symbol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dptrace.h54 #define save_static_function(symbol) \
56 ".globl\t" #symbol "\n\t" \
58 ".type\t" #symbol ", @function\n\t" \
59 ".ent\t" #symbol ", 0\n" \
60 #symbol":\n\t" \
71 ".end\t" #symbol "\n\t" \
72 ".size\t" #symbol",. - " #symbol)
H A Dasm.h50 #define LEAF(symbol) \
51 .globl symbol; \
53 .type symbol,@function; \
54 .ent symbol,0; \
55 symbol: .frame sp,0,ra
60 #define NESTED(symbol, framesize, rpc) \
61 .globl symbol; \
63 .type symbol,@function; \
64 .ent symbol,0; \
65 symbol
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dptrace.h54 #define save_static_function(symbol) \
56 ".globl\t" #symbol "\n\t" \
58 ".type\t" #symbol ", @function\n\t" \
59 ".ent\t" #symbol ", 0\n" \
60 #symbol":\n\t" \
71 ".end\t" #symbol "\n\t" \
72 ".size\t" #symbol",. - " #symbol)
H A Dasm.h50 #define LEAF(symbol) \
51 .globl symbol; \
53 .type symbol,@function; \
54 .ent symbol,0; \
55 symbol: .frame sp,0,ra
60 #define NESTED(symbol, framesize, rpc) \
61 .globl symbol; \
63 .type symbol,@function; \
64 .ent symbol,0; \
65 symbol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dptrace.h54 #define save_static_function(symbol) \
56 ".globl\t" #symbol "\n\t" \
58 ".type\t" #symbol ", @function\n\t" \
59 ".ent\t" #symbol ", 0\n" \
60 #symbol":\n\t" \
71 ".end\t" #symbol "\n\t" \
72 ".size\t" #symbol",. - " #symbol)
H A Dasm.h50 #define LEAF(symbol) \
51 .globl symbol; \
53 .type symbol,@function; \
54 .ent symbol,0; \
55 symbol: .frame sp,0,ra
60 #define NESTED(symbol, framesize, rpc) \
61 .globl symbol; \
63 .type symbol,@function; \
64 .ent symbol,0; \
65 symbol
[all...]
/asus-wl-520gu-7.0.1.45/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...]
H A Dexpr.h44 struct symbol *sym;
82 struct symbol { struct
83 struct symbol *next;
136 struct symbol *sym;
143 struct symbol *def;
166 struct symbol *sym;
181 extern struct symbol symbol_yes, symbol_no, symbol_mod;
182 extern struct symbol *modules_sym;
185 struct expr *expr_alloc_symbol(struct symbol *sym);
189 struct expr *expr_alloc_comp(int token, struct symbol *s
[all...]
H A Dzconf.y26 struct symbol *symbol_hash[257];
36 struct symbol *symbol;
78 %type <symbol> symbol
115 struct symbol *sym = sym_lookup($2, 0);
171 config_option: T_DEFAULT symbol if_expr
181 struct symbol *sym = sym_lookup(NULL, 0);
230 choice_option: T_DEFAULT symbol
406 expr: symbol {
415 symbol: T_WORD { $$ = sym_lookup($1, 0); free($1); } label
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/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);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_gram.y87 static void initialize_symbol(symbol_t *symbol);
97 static void test_readable_symbol(symbol_t *symbol);
98 static void test_writable_symbol(symbol_t *symbol);
99 static void type_check(symbol_t *symbol, expression_t *expression, int and_op);
101 static void add_conditional(symbol_t *symbol);
404 symbol_t *symbol;
406 symbol = $1;
407 if (symbol->type != CONST) {
412 if (symbol->info.cinfo->value > 4) {
417 $$ = (0x1 << symbol
[all...]
H A Daicasm_symbol.c2 * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation
70 perror("Unable to create new symbol");
80 symbol_delete(symbol_t *symbol) argument
85 key.data = symbol->name;
86 key.size = strlen(symbol->name);
89 switch(symbol->type) {
93 if (symbol->info.rinfo != NULL)
94 free(symbol->info.rinfo);
97 if (symbol->info.ainfo != NULL)
98 free(symbol
213 symlist_add(symlist_t *symlist, symbol_t *symbol, int how) argument
[all...]
H A Daicasm_symbol.h2 * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions
93 struct symbol *parent;
123 typedef struct symbol { struct
138 symbol_t *symbol; member in struct:symbol_ref
144 symbol_t *symbol; member in struct:symbol_node
181 void symbol_delete __P((symbol_t *symbol));
194 symlist_add __P((symlist_t *symlist, symbol_t *symbol, int how));
H A Daicasm.h85 struct symbol;
89 void expand_macro(struct symbol *macro_symbol);
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dmessages.c44 # define BB_DEF_MESSAGE(symbol, string_const) extern const char *symbol;
46 # define BB_DEF_MESSAGE(symbol, string_const) const char *symbol = string_const;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Dasm.h42 #define LEAF(symbol) \
43 .globl symbol; \
45 .type symbol,@function; \
46 .ent symbol,0; \
47 symbol: .frame sp,0,ra
52 #define NESTED(symbol, framesize, rpc) \
53 .globl symbol; \
55 .type symbol,@function; \
56 .ent symbol,0; \
57 symbol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dasm.h42 #define LEAF(symbol) \
43 .globl symbol; \
45 .type symbol,@function; \
46 .ent symbol,0; \
47 symbol: .frame sp,0,ra
52 #define NESTED(symbol, framesize, rpc) \
53 .globl symbol; \
55 .type symbol,@function; \
56 .ent symbol,0; \
57 symbol
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c700.h439 #define script_patch_32(script, symbol, value) \
442 for(i=0; i< (sizeof(A_##symbol##_used) / sizeof(__u32)); i++) { \
443 __u32 val = bS_to_cpu((script)[A_##symbol##_used[i]]) + value; \
444 (script)[A_##symbol##_used[i]] = bS_to_host(val); \
445 dma_cache_wback((unsigned long)&(script)[A_##symbol##_used[i]], 4); \
447 #symbol, A_##symbol##_used[i], (value))); \
451 #define script_patch_32_abs(script, symbol, value) \
454 for(i=0; i< (sizeof(A_##symbol##_used) / sizeof(__u32)); i++) { \
455 (script)[A_##symbol##_use
[all...]
/asus-wl-520gu-7.0.1.45/src/router/libcrypto/
H A DMakefile51 for symbol in `cat $(UNR)` ; do \
52 if grep -q "^$${symbol}$$" $(MAP) ; then echo "-u $${symbol}" >> $(SYM) ; \
/asus-wl-520gu-7.0.1.45/src/linux/linux/fs/jffs2/
H A Dcompr_rubin.c59 int encode(struct rubin_state *rs, long A, long B, int symbol) argument
84 if (symbol == 0)
158 int symbol; local
172 symbol = rs->rec_q >= threshold;
180 return symbol;

Completed in 194 milliseconds

123