Searched refs:tab (Results 51 - 75 of 307) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/gcc/
H A Dtree-outof-ssa.c1457 add_value_to_list (temp_expr_table_p tab, value_expr_p *list, int value) argument
1463 info = new_value_expr (tab);
1475 add_info_to_list (temp_expr_table_p tab, value_expr_p *list, value_expr_p info) argument
1478 free_value_expr (tab, info);
1513 add_dependence (temp_expr_table_p tab, int version, tree var) argument
1519 if (bitmap_bit_p (tab->replaceable, i))
1523 while ((info = tab->pending_dependence))
1525 tab->pending_dependence = info->next;
1530 add_info_to_list (tab, &(tab
1552 check_replaceable(temp_expr_table_p tab, tree stmt) argument
1631 finish_expr(temp_expr_table_p tab, int version, bool replace) argument
1672 mark_replaceable(temp_expr_table_p tab, tree var) argument
1698 kill_expr(temp_expr_table_p tab, int partition, bool clear_bit) argument
1715 kill_virtual_exprs(temp_expr_table_p tab, bool clear_bit) argument
1725 find_replaceable_in_bb(temp_expr_table_p tab, basic_block bb) argument
[all...]
/freebsd-12-stable/crypto/openssl/crypto/bn/
H A Dbn_kron.c24 * In 'tab', only odd-indexed entries are relevant:
26 * tab[BN_lsw(n) & 7]
30 static const int tab[8] = { 0, 1, 0, -1, 0, -1, 0, 1 }; local
80 ret = tab[BN_lsw(A) & 7];
117 ret = ret * tab[BN_lsw(B) & 7];
/freebsd-12-stable/sys/dev/sound/midi/
H A Dsequencer.h84 char *midi_cmdname(int cmd, midi_cmdtab * tab);
/freebsd-12-stable/usr.bin/ar/
H A DMakefile6 SRCS= ar.c acplex.l acpyacc.y read.c util.c write.c y.tab.h
/freebsd-12-stable/usr.sbin/ndiscvt/
H A DMakefile8 SRCS+= inf.c inf-token.l inf-parse.y y.tab.h
/freebsd-12-stable/sbin/devd/
H A DMakefile32 SRCS= devd.cc token.l parse.y y.tab.h
45 CLEANFILES= y.output y.tab.i
/freebsd-12-stable/sbin/ipf/ipf/
H A DMakefile17 y.tab.c > ${.TARGET}
19 y.tab.h > ${.TARGET:.c=.h}
25 -e 's/y.tab.h/ipf_y.h/' \
/freebsd-12-stable/sbin/ipf/ipmon/
H A DMakefile18 y.tab.c > ${.TARGET}
20 y.tab.h > ${.TARGET:.c=.h}
26 -e 's/y.tab.h/ipmon_y.h/' \
/freebsd-12-stable/contrib/byacc/test/
H A Drun_make.sh110 if test -f "y.tab.c"
112 sed -e '/^#line/s,"run_make.y","'$input'",' y.tab.c >run_make.c
114 rm -f y.tab.c
168 if test -f y.tab.c
170 sed -e '/^#line/s,"run_make.y","'$input'",' y.tab.c >run_make.c
172 rm -f y.tab.c
/freebsd-12-stable/crypto/heimdal/lib/asn1/
H A Dhash.c60 htab->tab[i] = NULL;
77 for (hptr = htab->tab[(*htab->hash) (ptr) % htab->sz];
115 tabptr = &htab->tab[(*htab->hash) (ptr) % htab->sz];
157 for (h = htab->tab; h < &htab->tab[htab->sz]; ++h)
H A Dhash.h52 Hashentry *tab[1]; /* The table */ member in struct:hashtab
/freebsd-12-stable/contrib/bmake/mk/sys/
H A DAIX.mk171 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
172 rm -f y.tab.c
175 mv y.tab.c ${.TARGET}
178 ${COMPILE.c} -o ${.TARGET} y.tab.c
179 rm -f y.tab.c
H A DDarwin.mk209 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
210 rm -f y.tab.c
213 mv y.tab.c ${.TARGET}
216 ${COMPILE.c} -o ${.TARGET} y.tab.c
217 rm -f y.tab.c
H A DGeneric.mk190 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
191 rm -f y.tab.c
194 mv y.tab.c ${.TARGET}
197 ${COMPILE.c} -o ${.TARGET} y.tab.c
198 rm -f y.tab.c
H A DIRIX.mk182 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
183 rm -f y.tab.c
186 mv y.tab.c ${.TARGET}
189 ${COMPILE.c} -o ${.TARGET} y.tab.c
190 rm -f y.tab.c
H A DLinux.mk174 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
175 rm -f y.tab.c
178 mv y.tab.c ${.TARGET}
181 ${COMPILE.c} -o ${.TARGET} y.tab.c
182 rm -f y.tab.c
H A DNetBSD.mk217 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
218 rm -f y.tab.c
221 mv y.tab.c ${.TARGET}
224 ${COMPILE.c} -o ${.TARGET} y.tab.c
225 rm -f y.tab.c
H A DOSF1.mk185 ${LINK.c} -o ${.TARGET} y.tab.c ${LDLIBS}
186 rm -f y.tab.c
189 mv y.tab.c ${.TARGET}
192 ${COMPILE.c} -o ${.TARGET} y.tab.c
193 rm -f y.tab.c
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_fd.cpp34 atomic_uintptr_t tab[kTableSizeL1]; member in struct:__tsan::FdContext
76 atomic_uintptr_t *pl1 = &fdctx.tab[fd / kTableSizeL2];
133 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); local
134 if (tab == 0)
137 FdDesc *d = &tab[l2];
145 FdDesc *tab = (FdDesc*)atomic_load(&fdctx.tab[l1], memory_order_relaxed); local
146 if (tab == 0)
148 if (addr >= (uptr)tab
[all...]
/freebsd-12-stable/contrib/binutils/ld/emultempl/
H A Dspu_ovl.S35 #define tab $75 define
188 ila tab, _ovly_table - 16
189 lqx vma, tab, off
197 ila tab, _ovly_buf_table
200 lqx map, tab, off
215 cwx genwi, tab, off
217 stqx map, tab, off
/freebsd-12-stable/crypto/openssl/crypto/bn/asm/
H A Darmv4-gf2m.pl85 str $a0,[sp,#0] @ tab[0]=0
87 str $a1,[sp,#4] @ tab[1]=a1
89 str $a2,[sp,#8] @ tab[2]=a2
91 str $a12,[sp,#12] @ tab[3]=a1^a2
93 str $a4,[sp,#16] @ tab[4]=a4
95 str $a14,[sp,#20] @ tab[5]=a1^a4
97 str $a0,[sp,#24] @ tab[6]=a2^a4
99 str $a12,[sp,#28] @ tab[7]=a1^a2^a4
102 ldr $lo,[sp,$i0] @ tab[b & 0x7]
104 ldr $t1,[sp,$i1] @ tab[
[all...]
/freebsd-12-stable/usr.sbin/config/
H A DMakefile9 mkoptions.c y.tab.h kernconf.c
/freebsd-12-stable/usr.sbin/jail/
H A DMakefile7 SRCS= jail.c command.c config.c state.c jailp.h jaillex.l jailparse.y y.tab.h
/freebsd-12-stable/contrib/binutils/binutils/
H A Dsysdump.c50 static void tab (int, char *);
518 tab (int i, char *s) function
533 tab (1, "SYMBOL INFO");
545 tab (-1, "");
551 tab (1, "DERIVED TYPE");
599 tab (-1, "");
608 tab (1, "MODULE***\n");
619 tab (-1, "");
/freebsd-12-stable/contrib/ntp/libntp/
H A Dstatestr.c340 * returns a human-readable string with a keyword from tab for each bit
347 const struct codestring * tab,
368 if (tab[b].code & bits) {
369 flagstr = tab[b].string1;
371 flagstr = tab[b].string0;
390 (tab == peer_st_bits)
394 (tab == k_st_bits)
344 decode_bitflags( int bits, const char * sep2, const struct codestring * tab, size_t tab_ct ) argument

Completed in 305 milliseconds

1234567891011>>