Searched refs:tab (Results 126 - 150 of 766) sorted by relevance

1234567891011>>

/netbsd-current/external/gpl3/gcc/dist/libsanitizer/tsan/
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...]
/netbsd-current/external/bsd/nvi/dist/dist/
H A Ddepcomp60 tab=' '
280 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
323 sed -e "s/^[ $tab][ $tab]*/ /" -e "s,^[^:]*:,$object :," \
326 s/[ '"$tab"'][ '"$tab"']*/ /g
505 sed -e 's,^.*\.[a-z]*:['"$tab"' ]*,,' -e 's,$,:,' < "$tmpdepfile" >> "$depfile"
540 s/\(.*\)/'"$tab"'\1 \\/p
544 s/.*/'"$tab"'/
599 sed 's:^['"$tab"' ]*[
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/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...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/bn/asm/
H A Darmv4-gf2m.pl88 str $a0,[sp,#0] @ tab[0]=0
90 str $a1,[sp,#4] @ tab[1]=a1
92 str $a2,[sp,#8] @ tab[2]=a2
94 str $a12,[sp,#12] @ tab[3]=a1^a2
96 str $a4,[sp,#16] @ tab[4]=a4
98 str $a14,[sp,#20] @ tab[5]=a1^a4
100 str $a0,[sp,#24] @ tab[6]=a2^a4
102 str $a12,[sp,#28] @ tab[7]=a1^a2^a4
105 ldr $lo,[sp,$i0] @ tab[b & 0x7]
107 ldr $t1,[sp,$i1] @ tab[
[all...]
/netbsd-current/external/gpl2/groff/dist/
H A DMakefile.comm119 -test -f y.tab.h && mv y.tab.h y_tab.h
120 -test -f y.tab.c && mv y.tab.c y_tab.c
132 -test -f y.tab.h && mv y.tab.h y_tab.h
133 -test -f y.tab.c && mv y.tab.c y_tab.c
/netbsd-current/external/bsd/elftosb/usr.sbin/elftosb/
H A DMakefile23 elftosb_parser.tab.cpp
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/asn1/
H A Dhash.h54 Hashentry *tab[1]; /* The table */ member in struct:hashtab
/netbsd-current/tests/usr.bin/indent/
H A Dlsym_preprocessing.c33 #define tab '\t' /* the 'define' is followed by a tab */ macro
/netbsd-current/sys/dev/hpc/
H A Dhpckbd.c339 const struct hpckbd_keymap_table *tab; local
342 for (tab = hpckbd_keymap_table; tab->ht_platform != NULL; tab++) {
344 mask = PLATID_DEREF(tab->ht_platform);
347 hc->hc_keymap = tab->ht_keymap;
348 hc->hc_special = tab->ht_special;
350 hpckbd_keymapdata.layout = tab->ht_layout;
352 if (tab->ht_cmdmap.map) {
353 hpckbd_keymap_setup(hc, tab
[all...]
/netbsd-current/external/bsd/flex/dist/examples/manual/
H A DMakefile.examples28 $(CC) -o expr lex.yy.c y.tab.c $(ALLOCA) -ll -lm
33 $(CC) -o front lex.yy.c y.tab.c $(ALLOCA) -ll -lm
85 rm -f *.tab.h *.tab.c
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dtsum.c62 get_exact_sum (mpfr_ptr sum, mpfr_t *tab, int n) argument
66 mpfr_set_prec (sum, get_prec_max (tab, n));
69 if (mpfr_add (sum, sum, tab[i], MPFR_RNDN))
177 mpfr_t tab[3], r; local
184 mpfr_init2 (tab[i], 16);
185 mpfr_set_ui (tab[i], 1, MPFR_RNDN);
186 tabp[i] = tab[i];
196 mpfr_clears (tab[0], tab[1], tab[
202 mpfr_t tab[3], r; local
[all...]
/netbsd-current/external/bsd/ntp/dist/libntp/
H A Dstatestr.c342 * returns a human-readable string with a keyword from tab for each bit
349 const struct codestring * tab,
370 if (tab[b].code & bits) {
371 flagstr = tab[b].string1;
373 flagstr = tab[b].string0;
392 (tab == peer_st_bits)
396 (tab == k_st_bits)
346 decode_bitflags( int bits, const char * sep2, const struct codestring * tab, size_t tab_ct ) argument
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
H A Dsmu_v11_0.h61 #define TAB_MAP(tab) \
62 [SMU_TABLE_##tab] = {1, TABLE_##tab}
64 #define PWR_MAP(tab) \
65 [SMU_POWER_SOURCE_##tab] = {1, POWER_SOURCE_##tab}
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k8/
H A Dmullo_basecase.asm78 lea L(tab)(%rip), %r9
88 L(tab): JMPENT( L(tab), L(tab)) C not allowed
89 JMPENT( L(1), L(tab)) C 1
90 JMPENT( L(2), L(tab)) C 2
91 JMPENT( L(3), L(tab)) C 3
92 dnl JMPENT( L(0m4), L(tab)) C 4
93 dnl JMPENT( L(1m4), L(tab)) C 5
94 dnl JMPENT( L(2m4), L(tab))
[all...]
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/coreihwl/
H A Daors_n.asm90 lea L(tab)(%rip), %r9
109 lea L(tab)(%rip), %r9
254 L(tab): JMPENT( L(0), L(tab))
255 JMPENT( L(1), L(tab))
256 JMPENT( L(2), L(tab))
257 JMPENT( L(3), L(tab))
258 JMPENT( L(4), L(tab))
259 JMPENT( L(5), L(tab))
260 JMPENT( L(6), L(tab))
[all...]
/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.cpp284 // Extra kernel options. (Option tab window)
372 struct support_status *tab = _unsupported; local
377 for (; tab->cpu; tab++) {
378 if (tab->cpu == cpu && tab->machine == machine) {
380 tab->cause ? tab->cause :
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Dsysdump.c518 tab (int i, char *s) function
532 tab (1, _("SYMBOL INFO"));
544 tab (-1, "");
550 tab (1, _("DERIVED TYPE"));
598 tab (-1, "");
607 tab (1, _("MODULE***\n"));
620 tab (-1, "");
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Dsysdump.c527 tab (int i, char *s) function
541 tab (1, _("SYMBOL INFO"));
553 tab (-1, "");
559 tab (1, _("DERIVED TYPE"));
607 tab (-1, "");
616 tab (1, _("MODULE***\n"));
629 tab (-1, "");
/netbsd-current/sys/kern/
H A Dkern_ksyms.c296 * tab - Symbol table to be updated with this information.
330 void *strstart, size_t strsize, struct ksyms_symtab *tab,
348 tab->sd_symstart = symstart;
349 tab->sd_symsize = symsize;
350 tab->sd_strstart = strstart;
351 tab->sd_strsize = strsize;
352 tab->sd_name = name;
353 tab->sd_minsym = UINTPTR_MAX;
354 tab->sd_maxsym = 0;
355 tab
329 addsymtab(const char *name, void *symstart, size_t symsize, void *strstart, size_t strsize, struct ksyms_symtab *tab, void *newstart, void *ctfstart, size_t ctfsize, uint32_t *nmap) argument
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Dsysdump.c518 tab (int i, char *s) function
532 tab (1, _("SYMBOL INFO"));
544 tab (-1, "");
550 tab (1, _("DERIVED TYPE"));
598 tab (-1, "");
607 tab (1, _("MODULE***\n"));
620 tab (-1, "");
/netbsd-current/usr.bin/spell/spellprog/
H A Dspellprog.c811 struct suftab *tab; local
814 for (tab = suftab; tab->suf; tab++) {
816 if (strchr(tab->suf, 'z')) {
817 tab->suf = cp = estrdup(tab->suf);
819 if (strchr(tab->d1, 'z')) {
820 tab->d1 = cp = estrdup(tab
[all...]
/netbsd-current/external/bsd/am-utils/dist/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
/netbsd-current/external/gpl3/gdb/dist/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
512 s/\(.*\)/'"$tab"'\1 \\/p
516 s/.*/'"$tab"'/
572 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
723 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
724 echo "$tab" >> "$depfile"
/netbsd-current/external/bsd/flex/dist/build-aux/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
547 s/\(.*\)/'"$tab"'\1 \\/p
551 s/.*/'"$tab"'/
607 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
758 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
759 echo "$tab" >> "$depfile"
/netbsd-current/external/gpl3/gdb.old/dist/
H A Ddepcomp99 sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile"
108 tab=' '
512 s/\(.*\)/'"$tab"'\1 \\/p
516 s/.*/'"$tab"'/
572 sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile"
723 sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile"
724 echo "$tab" >> "$depfile"

Completed in 398 milliseconds

1234567891011>>