Searched refs:tab (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/ppc/
H A Daesopt.h697 #define one_table(x,op,tab,vf,rf,c) \
698 ( tab[bval(vf(x,0,c),rf(0,c))] \
699 ^ op(tab[bval(vf(x,1,c),rf(1,c))],1) \
700 ^ op(tab[bval(vf(x,2,c),rf(2,c))],2) \
701 ^ op(tab[bval(vf(x,3,c),rf(3,c))],3))
703 #define four_tables(x,tab,vf,rf,c) \
704 ( tab[0][bval(vf(x,0,c),rf(0,c))] \
705 ^ tab[1][bval(vf(x,1,c),rf(1,c))] \
706 ^ tab[2][bval(vf(x,2,c),rf(2,c))] \
707 ^ tab[
[all...]
H A Daescrypt.c57 #define dtables(tab) const aes_32t *tab##0, *tab##1, *tab##2, *tab##3
58 #define itables(tab) tab##0 = tab[0]; tab##1 = tab[
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Dblist.c144 daddr_t radix, int skip, int tab);
761 blst_radix_print(blmeta_t *scan, daddr_t blk, daddr_t radix, int skip, int tab) argument
770 tab, tab, "",
781 tab, tab, "",
790 tab, tab, "",
799 tab, tab, "",
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/crypto/aes/i386/
H A Daesopt.h665 #define one_table(x,op,tab,vf,rf,c) \
666 ( tab[bval(vf(x,0,c),rf(0,c))] \
667 ^ op(tab[bval(vf(x,1,c),rf(1,c))],1) \
668 ^ op(tab[bval(vf(x,2,c),rf(2,c))],2) \
669 ^ op(tab[bval(vf(x,3,c),rf(3,c))],3))
671 #define four_tables(x,tab,vf,rf,c) \
672 ( tab[0][bval(vf(x,0,c),rf(0,c))] \
673 ^ tab[1][bval(vf(x,1,c),rf(1,c))] \
674 ^ tab[2][bval(vf(x,2,c),rf(2,c))] \
675 ^ tab[
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/stdio/
H A Dscanf.c583 __sccl(char *tab, const u_char *fmt) argument
595 /* XXX: Will not work if sizeof(tab*) > sizeof(char) */
596 (void) memset(tab, v, 256);
610 tab[c] = v; /* take character c */
645 tab[++c] = v;
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_rrip.c624 RRIP_TABLE *tab; local
634 tab = rrip_table_getname;
640 tab++;
643 return cd9660_rrip_loop(isodir,&analyze,tab);
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dsubr_prf.c408 void tablefull(const char *tab) argument
410 log(LOG_ERR, "%s: table is full\n", tab);
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_attrlist.c251 getvolattrlist_parsetab(struct getvolattrlist_attrtab *tab, attrgroup_t attrs, struct vfs_attr *vsp, argument
259 if (tab->attr & attrs) {
260 recognised |= tab->attr;
261 vsp->f_active |= tab->bits;
262 if (tab->size == ATTR_TIME_SIZE) {
269 *sizep += tab->size;
272 } while ((++tab)->attr != 0);
395 getattrlist_parsetab(struct getattrlist_attrtab *tab, attrgroup_t attrs, struct vnode_attr *vap, argument
403 if (tab->attr & attrs) {
404 recognised |= tab
[all...]
/macosx-10.5.8/xnu-1228.15.4/libkern/c++/
H A DOSUnserializeXML.cpp40 // sed -e "s/#include <stdio.h>//" < OSUnserializeXML.tab.c >> OSUnserializeXML.cpp
265 #line 216 "OSUnserializeXML.tab.c"
1652 #line 1600 "OSUnserializeXML.tab.c"

Completed in 107 milliseconds