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

/seL4-refos-master/seL4_tools/elfloader-tool/src/utils/
H A Dcrypt_md5.c41 static const uint32_t tab[64] = { variable
70 FF(a, b, c, d, W[i], 7, tab[i]);
72 FF(d, a, b, c, W[i], 12, tab[i]);
74 FF(c, d, a, b, W[i], 17, tab[i]);
76 FF(b, c, d, a, W[i], 22, tab[i]);
80 GG(a, b, c, d, W[(5 * i + 1) % 16], 5, tab[i]);
82 GG(d, a, b, c, W[(5 * i + 1) % 16], 9, tab[i]);
84 GG(c, d, a, b, W[(5 * i + 1) % 16], 14, tab[i]);
86 GG(b, c, d, a, W[(5 * i + 1) % 16], 20, tab[i]);
90 HH(a, b, c, d, W[(3 * i + 5) % 16], 4, tab[
[all...]
/seL4-refos-master/tools/elfloader/src/utils/
H A Dcrypt_md5.c41 static const uint32_t tab[64] = { variable
70 FF(a, b, c, d, W[i], 7, tab[i]);
72 FF(d, a, b, c, W[i], 12, tab[i]);
74 FF(c, d, a, b, W[i], 17, tab[i]);
76 FF(b, c, d, a, W[i], 22, tab[i]);
80 GG(a, b, c, d, W[(5 * i + 1) % 16], 5, tab[i]);
82 GG(d, a, b, c, W[(5 * i + 1) % 16], 9, tab[i]);
84 GG(c, d, a, b, W[(5 * i + 1) % 16], 14, tab[i]);
86 GG(b, c, d, a, W[(5 * i + 1) % 16], 20, tab[i]);
90 HH(a, b, c, d, W[(3 * i + 5) % 16], 4, tab[
[all...]
/seL4-refos-master/libs/libmuslc/src/crypt/
H A Dcrypt_md5.c30 static const uint32_t tab[64] = { variable
59 FF(a,b,c,d, W[i], 7, tab[i]); i++;
60 FF(d,a,b,c, W[i], 12, tab[i]); i++;
61 FF(c,d,a,b, W[i], 17, tab[i]); i++;
62 FF(b,c,d,a, W[i], 22, tab[i]); i++;
65 GG(a,b,c,d, W[(5*i+1)%16], 5, tab[i]); i++;
66 GG(d,a,b,c, W[(5*i+1)%16], 9, tab[i]); i++;
67 GG(c,d,a,b, W[(5*i+1)%16], 14, tab[i]); i++;
68 GG(b,c,d,a, W[(5*i+1)%16], 20, tab[i]); i++;
71 HH(a,b,c,d, W[(3*i+5)%16], 4, tab[
[all...]
/seL4-refos-master/kernel/manual/parts/
H A Dbootup.tex31 \autoref{tab:cnode_content}.
36 \label{tab:cnode_content}
79 \autoref{tab:bootinfo_struct}.
93 \label{tab:bootinfo_struct}
122 with a \texttt{seL4\_BootInfoHeader}, described in \autoref{tab:bi_header_struct}, that
133 \label{tab:bi_header_struct}
175 in \autoref{tab:untyped_desc_struct}, and details the address, size and kind of
184 \label{tab:untyped_desc_struct}
220 Arguments are listed in \autoref{tab:bootargs} along with their default values (if left unspecified).
242 \label{tab
[all...]
H A Dcspace.tex150 in~\autoref{tab:rights}.
176 \caption{\label{tab:rights}seL4 access rights: What a specific right entitles a
190 there are exceptions. \autoref{tab:cap-derivation} summarises the
210 \caption{Capability derivation.\label{tab:cap-derivation}}
H A Dobjects.tex475 \caption{\label{tab:objsize} Meaning of \texttt{size\_bits} for object types of
/seL4-refos-master/projects/refos/impl/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.utl112 YTABC = y.tab.c
113 YTABH = y.tab.h
/seL4-refos-master/apps/nethack/src/nethack-3.4.3/sys/unix/
H A DMakefile.utl112 YTABC = y.tab.c
113 YTABH = y.tab.h
/seL4-refos-master/libs/libvterm/src/
H A Dstate.c138 static void tab(VTermState *state, int count, int direction) function
309 tab(state, 1, +1);
908 tab(state, count, +1);
1045 tab(state, count, -1);
1114 /* TODO: 1, 2 and 4 aren't meaningful yet without line tab stops */
/seL4-refos-master/projects/refos/impl/libs/libvterm/src/
H A Dstate.c138 static void tab(VTermState *state, int count, int direction) function
309 tab(state, 1, +1);
908 tab(state, count, +1);
1045 tab(state, count, -1);
1114 /* TODO: 1, 2 and 4 aren't meaningful yet without line tab stops */

Completed in 122 milliseconds