Home
last modified time | relevance | path

Searched refs:sym (Results 1 – 25 of 246) sorted by relevance

12345678910

/external/bison/src/
Dsymtab.c121 symbol_type_set (symbol *sym, uniqstr type_name, location loc) in symbol_type_set() argument
125 if (sym->type_name) in symbol_type_set()
126 redeclaration (sym, "%type", sym->type_location, loc); in symbol_type_set()
128 sym->type_name = type_name; in symbol_type_set()
129 sym->type_location = loc; in symbol_type_set()
139 symbol_destructor_set (symbol *sym, const char *destructor, location loc) in symbol_destructor_set() argument
143 if (sym->destructor) in symbol_destructor_set()
144 redeclaration (sym, "%destructor", sym->destructor_location, loc); in symbol_destructor_set()
145 sym->destructor = destructor; in symbol_destructor_set()
146 sym->destructor_location = loc; in symbol_destructor_set()
[all …]
DLR0.c61 state_list_append (symbol_number sym, size_t core_size, item_number *core) in state_list_append() argument
64 state *s = state_new (sym, core_size, core); in state_list_append()
68 nstates, sym, symbols[sym]->tag); in state_list_append()
189 symbol_number sym = item_number_as_symbol_number (ritem[itemset[i]]); in new_itemsets() local
190 if (!kernel_size[sym]) in new_itemsets()
192 shift_symbol[nshifts] = sym; in new_itemsets()
196 kernel_base[sym][kernel_size[sym]] = itemset[i] + 1; in new_itemsets()
197 kernel_size[sym]++; in new_itemsets()
210 get_state (symbol_number sym, size_t core_size, item_number *core) in get_state() argument
216 sym, symbols[sym]->tag); in get_state()
[all …]
Doutput.c344 symbol *sym = symbols[i]; in token_definitions_output() local
345 int number = sym->user_token_number; in token_definitions_output()
353 if (sym == errtoken) in token_definitions_output()
358 if (sym->alias) in token_definitions_output()
359 sym = sym->alias; in token_definitions_output()
364 if (sym->tag[0] == '\'' || sym->tag[0] == '\"') in token_definitions_output()
369 if (strchr (sym->tag, '.') || strchr (sym->tag, '$')) in token_definitions_output()
373 sep, sym->tag, number); in token_definitions_output()
394 symbol *sym = symbols[i]; in symbol_destructors_output() local
401 escaped_output (out, sym->destructor_location.start.file); in symbol_destructors_output()
[all …]
Dsymlist.c34 symbol_list_new (symbol *sym, location loc) in symbol_list_new() argument
38 res->sym = sym; in symbol_list_new()
63 for (/* Nothing. */; l && l->sym; l = l->next) in symbol_list_print()
65 symbol_print (l->sym, f); in symbol_list_print()
67 if (l && l->sym) in symbol_list_print()
78 symbol_list_prepend (symbol_list *list, symbol *sym, location loc) in symbol_list_prepend() argument
80 symbol_list *res = symbol_list_new (sym, loc); in symbol_list_prepend()
126 if (l == NULL || l->sym == NULL) in symbol_list_n_get()
148 return l->sym->type_name; in symbol_list_n_type_name_get()
Dreader.c55 grammar_start_symbol_set (symbol *sym, location loc) in grammar_start_symbol_set() argument
62 startsymbol = sym; in grammar_start_symbol_set()
158 grammar_symbol_append (symbol *sym, location loc) in grammar_symbol_append() argument
160 symbol_list *p = symbol_list_new (sym, loc); in grammar_symbol_append()
171 if (sym) in grammar_symbol_append()
223 return (s->sym->destructor in symbol_should_be_used()
242 if (!r->action && r->sym->type_name) in grammar_rule_check()
244 symbol *first_rhs = r->next->sym; in grammar_rule_check()
248 char const *lhs_type = r->sym->type_name; in grammar_rule_check()
266 for (; l && l->sym; l = l->next, ++n) in grammar_rule_check()
[all …]
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
Dsymshift.pl196 ($sym,$rest) = ($1,$2);
204 $sym = translate($table,$sym,$id);
205 if ($shifted{$sym}) {
206 $otherplane = int($shifted{$sym} / 256);
207 …print STDERR "symbol \"$sym\" was allready assigned to plane of \"$table{$otherplane}\" ($otherpla…
209 $shifted{$sym} = $shifted;
210 $sym{$shifted} = $sym;
225 foreach $sym (keys %{$notpredicted{$table}}) {
226 $id = $notpredicted{$table}{$sym};
228 $shifted{$sym} = $shifted unless $shifted{$sym};
[all …]
/external/qemu/android/skin/
Dkeyboard.c36 int sym; /* SDL key symbol value (e.g. SDLK_a) */ member
133 int sym ) in skin_keyboard_find_last() argument
139 if (k->sym == sym) in skin_keyboard_find_last()
147 int sym, in skin_keyboard_add_last() argument
154 k->sym = sym; in skin_keyboard_add_last()
164 int sym ) in skin_keyboard_remove_last() argument
170 if (k->sym == sym) { in skin_keyboard_remove_last()
189 int sym ) in skin_keyboard_rotate_sym() argument
193 switch (sym) { in skin_keyboard_rotate_sym()
194 case SDLK_LEFT: sym = SDLK_DOWN; break; in skin_keyboard_rotate_sym()
[all …]
Dkeyset.c222 skin_key_symmod_to_str( int sym, int mod ) in skin_key_symmod_to_str() argument
248 if (keysym_names[nn]._sym == sym) { in skin_key_symmod_to_str()
254 if (sym >= 32 && sym <= 127) { in skin_key_symmod_to_str()
255 p = bufprint(p, end, "%c", sym); in skin_key_symmod_to_str()
324 int sym; member
338 skin_keyset_add( SkinKeyset* kset, int sym, int mod, SkinKeyCommand command ) in skin_keyset_add() argument
345 … D( "adding binding %s to %s", skin_key_command_to_str(command), skin_key_symmod_to_str(sym,mod)); in skin_keyset_add()
352 first->sym = sym; in skin_keyset_add()
358 if (item->sym == sym && item->mod == mod) { in skin_keyset_add()
376 item->sym = sym; in skin_keyset_add()
[all …]
/external/kernel-headers/original/linux/
Dmodule.h175 #define __CRC_SYMBOL(sym, sec) \ argument
176 extern void *__crc_##sym __attribute__((weak)); \
177 static const unsigned long __kcrctab_##sym \
180 = (unsigned long) &__crc_##sym;
182 #define __CRC_SYMBOL(sym, sec) argument
186 #define __EXPORT_SYMBOL(sym, sec) \ argument
187 extern typeof(sym) sym; \
188 __CRC_SYMBOL(sym, sec) \
189 static const char __kstrtab_##sym[] \
191 = MODULE_SYMBOL_PREFIX #sym; \
[all …]
/external/svox/pico/lib/
Dpicotrns.c61 picoos_int16 sym; in PICOTRNS_PRINTSYM1() local
64 sym = picotrns_unplane(insym, &plane); in PICOTRNS_PRINTSYM1()
68 PICODBG_INFO_MSG((" %c", sym)); in PICOTRNS_PRINTSYM1()
70 PICODBG_INFO_MSG((" %s", picokdbg_getPhoneSym(dbg, (picoos_uint8) sym))); in PICOTRNS_PRINTSYM1()
74 PICODBG_INFO_MSG((" {A%c}", sym)); in PICOTRNS_PRINTSYM1()
77 PICODBG_INFO_MSG((" {XS:(%i)}", sym)); in PICOTRNS_PRINTSYM1()
80 PICODBG_INFO_MSG((" {P:%d}", sym)); in PICOTRNS_PRINTSYM1()
83 if (sym == 48) { in PICOTRNS_PRINTSYM1()
84 PICODBG_INFO_MSG((" {WB}", sym)); in PICOTRNS_PRINTSYM1()
85 } else if (sym == 115) { in PICOTRNS_PRINTSYM1()
[all …]
/external/zlib/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
201 sym = 0; /* starting code symbol */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 here.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
202 sym = 0; /* starting code symbol */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 this.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/chromium/third_party/zlib/
Dinftrees.c41 unsigned sym; /* index of code symbols */ local
109 for (sym = 0; sym < codes; sym++)
110 count[lens[sym]]++;
146 for (sym = 0; sym < codes; sym++)
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
202 sym = 0; /* starting code symbol */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 this.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/zlib/contrib/infback9/
Dinftree9.c41 unsigned sym; /* index of code symbols */ local
111 for (sym = 0; sym < codes; sym++)
112 count[lens[sym]]++;
140 for (sym = 0; sym < codes; sym++)
141 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
195 sym = 0; /* starting code symbol */
213 if ((int)(work[sym]) < end) {
215 this.val = work[sym];
217 else if ((int)(work[sym]) > end) {
218 this.op = (unsigned char)(extra[work[sym]]);
[all …]
/external/libvpx/vp8/decoder/
Ddequantize.h16 #define prototype_dequant_block(sym) \ argument
17 void sym(BLOCKD *x)
19 #define prototype_dequant_idct_add(sym) \ argument
20 void sym(short *input, short *dq, \
24 #define prototype_dequant_dc_idct_add(sym) \ argument
25 void sym(short *input, short *dq, \
30 #define prototype_dequant_dc_idct_add_y_block(sym) \ argument
31 void sym(short *q, short *dq, \
35 #define prototype_dequant_idct_add_y_block(sym) \ argument
36 void sym(short *q, short *dq, \
[all …]
/external/libvpx/vp8/encoder/
Dencodemb.h18 #define prototype_mberr(sym) \ argument
19 int (sym)(MACROBLOCK *mb, int dc)
21 #define prototype_berr(sym) \ argument
22 int (sym)(short *coeff, short *dqcoeff)
24 #define prototype_mbuverr(sym) \ argument
25 int (sym)(MACROBLOCK *mb)
27 #define prototype_subb(sym) \ argument
28 void (sym)(BLOCK *be,BLOCKD *bd, int pitch)
30 #define prototype_submby(sym) \ argument
31 void (sym)(short *diff, unsigned char *src, unsigned char *pred, int stride)
[all …]
Dvariance.h15 #define prototype_sad(sym)\ argument
16 unsigned int (sym)\
25 #define prototype_sad_multi_same_address(sym)\ argument
26 void (sym)\
35 #define prototype_sad_multi_same_address_1(sym)\ argument
36 void (sym)\
45 #define prototype_sad_multi_dif_address(sym)\ argument
46 void (sym)\
55 #define prototype_variance(sym) \ argument
56 unsigned int (sym) \
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/picogui/
DSDL_pgevents.c47 SDL_keysym sym; in PG_HandleKey() local
48 SDL_memset(&sym,0,sizeof(sym)); in PG_HandleKey()
49 sym.sym = evt->e.kbd.key; in PG_HandleKey()
50 sym.mod = evt->e.kbd.mods; in PG_HandleKey()
51 SDL_PrivateKeyboard(evt->type == PG_WE_KBD_KEYDOWN, &sym); in PG_HandleKey()
57 SDL_keysym sym; in PG_HandleChar() local
58 SDL_memset(&sym,0,sizeof(sym)); in PG_HandleChar()
59 sym.unicode = evt->e.kbd.key; in PG_HandleChar()
60 sym.mod = evt->e.kbd.mods; in PG_HandleChar()
61 SDL_PrivateKeyboard(evt->type == PG_WE_KBD_KEYDOWN, &sym); in PG_HandleChar()
/external/libvpx/vp8/common/
Dpostproc.h15 #define prototype_postproc_inplace(sym)\ argument
16 void sym (unsigned char *dst, int pitch, int rows, int cols,int flimit)
18 #define prototype_postproc(sym)\ argument
19 void sym (unsigned char *src, unsigned char *dst, int src_pitch,\
22 #define prototype_postproc_addnoise(sym) \ argument
23 void sym (unsigned char *s, char *noise, char blackclamp[16],\
27 #define prototype_postproc_blend_mb_inner(sym)\ argument
28 void sym (unsigned char *y, unsigned char *u, unsigned char *v,\
31 #define prototype_postproc_blend_mb_outer(sym)\ argument
32 void sym (unsigned char *y, unsigned char *u, unsigned char *v,\
[all …]
/external/elfutils/tests/
Dasm-tst8.c113 GElf_Sym *sym; in main() local
122 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem); in main()
123 if (sym == NULL) in main()
130 if (sym->st_shndx != SHN_ABS) in main()
133 (unsigned int) sym->st_shndx); in main()
137 if (sym->st_value != 0xfeedbeef) in main()
140 (uintmax_t) sym->st_value); in main()
144 if (sym->st_size != 4) in main()
147 (uintmax_t) sym->st_value); in main()
151 if (GELF_ST_TYPE (sym->st_info) != STT_FILE) in main()
[all …]
Dasm-tst7.c112 GElf_Sym *sym; in main() local
121 sym = gelf_getsym (elf_getdata (scn, NULL), cnt, &sym_mem); in main()
122 if (sym == NULL) in main()
129 if (sym->st_shndx != SHN_COMMON) in main()
132 (unsigned int) sym->st_shndx); in main()
136 if (sym->st_value != 16) in main()
139 (uintmax_t) sym->st_value); in main()
143 if (sym->st_size != 4) in main()
146 (uintmax_t) sym->st_value); in main()
/external/elfutils/src/
Dnm.c131 GElf_Sym sym; member
790 syms[cnt].sym.st_name); in show_symbols_sysv()
805 digits, syms[cnt].sym.st_value, in show_symbols_sysv()
807 GELF_ST_BIND (syms[cnt].sym.st_info), in show_symbols_sysv()
809 ebl_symbol_type_name (ebl, GELF_ST_TYPE (syms[cnt].sym.st_info), in show_symbols_sysv()
811 digits, syms[cnt].sym.st_size, longest_where, syms[cnt].where, in show_symbols_sysv()
812 ebl_section_name (ebl, syms[cnt].sym.st_shndx, syms[cnt].xndx, in show_symbols_sysv()
823 class_type_char (GElf_Sym *sym) in class_type_char() argument
825 int local_p = GELF_ST_BIND (sym->st_info) == STB_LOCAL; in class_type_char()
828 if (sym->st_shndx == SHN_ABS) in class_type_char()
[all …]
Dldgeneric.c149 struct symbol *sym = file->symref[symidx]; in linked_from_dso_p() local
151 return sym->defined && sym->in_dso; in linked_from_dso_p()
495 check_type_and_size (const XElf_Sym *sym, struct usedfiles *fileinfo, in check_type_and_size() argument
504 if (XELF_ST_TYPE (sym->st_info) != STT_NOTYPE && oldp->type != STT_NOTYPE in check_type_and_size()
505 && unlikely (oldp->type != XELF_ST_TYPE (sym->st_info))) in check_type_and_size()
516 ebl_symbol_type_name (ld_state.ebl, XELF_ST_TYPE (sym->st_info), in check_type_and_size()
520 else if (XELF_ST_TYPE (sym->st_info) == STT_OBJECT in check_type_and_size()
522 && unlikely (oldp->size != sym->st_size)) in check_type_and_size()
526 (uint64_t) sym->st_size, fileinfo->rfname); in check_type_and_size()
531 check_definition (const XElf_Sym *sym, size_t symidx, in check_definition() argument
[all …]
Di386_ld.c108 XElf_Sym_vardef (sym); in elf_i386_relocate_section()
132 sym, xndx); in elf_i386_relocate_section()
133 if (sym->st_shndx != SHN_XINDEX) in elf_i386_relocate_section()
134 xndx = sym->st_shndx; in elf_i386_relocate_section()
146 if (XELF_ST_TYPE (sym->st_info) == STT_SECTION) in elf_i386_relocate_section()
494 struct symbol *sym; in elf_i386_count_relocations() local
540 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
544 if (unlikely (sym->type != STT_FUNC) && ! sym->need_copy) in elf_i386_count_relocations()
546 sym->need_copy = 1; in elf_i386_count_relocations()
573 sym = scninfo->fileinfo->symref[r_sym]; in elf_i386_count_relocations()
[all …]
/external/webkit/WebKitTools/android/flex-2.5.4a/
Ddfa.c398 int sym, hashval, numstates, dsize; in ntod() local
610 for ( sym = 1; sym <= numecs; ++sym ) in ntod()
612 if ( symlist[sym] ) in ntod()
614 symlist[sym] = 0; in ntod()
616 if ( duplist[sym] == NIL ) in ntod()
620 sym, nset ); in ntod()
639 state[sym] = newds; in ntod()
643 sym, newds ); in ntod()
656 targ = state[duplist[sym]]; in ntod()
657 state[sym] = targ; in ntod()
[all …]

12345678910