| /xsrc/external/mit/xorg-server/dist/miext/shadow/ |
| shrotpackYX.h | 64 Data *shaBase, *shaLine, *sha; local 97 sha = shaLine; 100 while (sha < (shaLine + w - 16)) { 102 __builtin_prefetch(sha + shaStride); 104 *win = *sha++; 106 *win = *sha++; 108 *win = *sha++; 110 *win = *sha++; 113 *win = *sha++; 115 *win = *sha++ [all...] |
| shafb4.c | 88 CARD32 *shaLine, *sha; local 119 sha = shaLine; 129 memcpy(d.bytes, sha, sizeof(d.bytes)); 132 sha += sizeof(d.bytes) / sizeof(*sha); 152 CARD32 *shaLine, *sha; local 180 sha = shaLine; 190 dwords[0] = (sha[0] << 4) | sha[1]; 191 dwords[2] = (sha[2] << 4) | sha[3] [all...] |
| shpacked.c | 50 FbBits *shaBase, *shaLine, *sha; local 79 sha = shaLine; 101 memcpy(win, sha, i * sizeof(FbBits)); 102 sha += i;
|
| shafb8.c | 92 CARD32 *shaLine, *sha; local 123 sha = shaLine; 133 memcpy(d.bytes, sha, sizeof(d.bytes)); 136 sha += sizeof(d.bytes) / sizeof(*sha);
|
| shiplan2p4.c | 86 CARD16 *shaLine, *sha; local 115 sha = shaLine; 125 memcpy(d.bytes, sha, sizeof(d.bytes)); 128 sha += sizeof(d.bytes) / sizeof(*sha);
|
| shiplan2p8.c | 87 CARD16 *shaLine, *sha; local 116 sha = shaLine; 126 memcpy(d.bytes, sha, sizeof(d.bytes)); 129 sha += sizeof(d.bytes) / sizeof(*sha);
|
| shplanar8.c | 55 * m1 D x x x x x x x C x x x x x x x B x x x x x x x A x x x x x x x sha[0] << (7-(p)) 56 * m2 x x x x H x x x x x x x G x x x x x x x F x x x x x x x E x x x sha[1] << (3-(p)) 73 m1 = sha[o] << (7 - (p)); \ 74 m2 = sha[(o)+1] << (3 - (p)); \ 86 m5 = ((sha[o] << (7 - (p))) & 0x80808080) | ((sha[(o)+1] << (3 - (p))) & 0x08080808); \ 99 CARD32 *shaBase, *shaLine, *sha; local 129 sha = shaLine; 161 sha += 8;
|
| shplanar.c | 71 m = sha[o]; \ 82 m = sha[o]; \ 96 CARD32 *shaBase, *shaLine, *sha; local 127 sha = shaLine; 159 sha += 4;
|
| shrotpack.h | 104 Data *shaBase, *shaLine, *sha; local 142 sha = shaLine; 144 ErrorF(" | |-> StepDown - Metrics: width=%d, scr=%x, sha=%x\n", 145 width, scr, sha); 176 (" | | |-> Writing Line - Metrics: win=%x, sha=%x\n", 177 win, sha); 182 (" | | |-> Writing Pixel - Metrics: win=%x, sha=%d, remaining=%d\n", 183 win, sha, i); 185 *win++ = *sha; 186 sha += SHASTEPX(shaStride) [all...] |
| shrotate.c | 71 FbBits *shaLine, *sha; local 235 sha = shaLine; 269 bits |= FbScrRight(*sha, shaShift) & shaMask; 274 sha--; 278 sha++; 280 sha += shaStepOverY;
|
| /xsrc/external/mit/xorg-server.old/dist/miext/shadow/ |
| shrotpackYX.h | 69 Data *shaBase, *shaLine, *sha; local 103 sha = shaLine; 106 while (sha < (shaLine + w - 16)) 109 __builtin_prefetch (sha + shaStride); 111 *win = *sha++; 113 *win = *sha++; 115 *win = *sha++; 117 *win = *sha++; 120 *win = *sha++; 122 *win = *sha++ [all...] |
| shplanar8.c | 55 * m1 D x x x x x x x C x x x x x x x B x x x x x x x A x x x x x x x sha[0] << (7-(p)) 56 * m2 x x x x H x x x x x x x G x x x x x x x F x x x x x x x E x x x sha[1] << (3-(p)) 73 m1 = sha[o] << (7 - (p)); \ 74 m2 = sha[(o)+1] << (3 - (p)); \ 86 m5 = ((sha[o] << (7 - (p))) & 0x80808080) | ((sha[(o)+1] << (3 - (p))) & 0x08080808); \ 100 CARD32 *shaBase, *shaLine, *sha; local 132 sha = shaLine; 165 sha += 8;
|
| shpacked.c | 51 FbBits *shaBase, *shaLine, *sha; local 81 sha = shaLine; 105 memcpy(win, sha, i * sizeof(FbBits)); 106 sha += i;
|
| shplanar.c | 71 m = sha[o]; \ 82 m = sha[o]; \ 97 CARD32 *shaBase, *shaLine, *sha; local 130 sha = shaLine; 163 sha += 4;
|
| shrotpack.h | 105 Data *shaBase, *shaLine, *sha; local 140 sha = shaLine; 142 ErrorF (" | |-> StepDown - Metrics: width=%d, scr=%x, sha=%x\n", width, scr, sha); 171 ErrorF (" | | |-> Writing Line - Metrics: win=%x, sha=%x\n", win, sha); 176 ErrorF (" | | |-> Writing Pixel - Metrics: win=%x, sha=%d, remaining=%d\n", win, sha, i); 178 *win++ = *sha; 179 sha += SHASTEPX(shaStride) [all...] |
| shrotate.c | 72 FbBits *shaLine, *sha; local 238 sha = shaLine; 276 bits |= FbScrRight (*sha, shaShift) & shaMask; 282 sha--; 287 sha++; 289 sha += shaStepOverY;
|
| /xsrc/external/mit/MesaLib.old/dist/bin/ |
| get-extra-pick-list.sh | 22 while read sha 25 git log -n1 --pretty=oneline --grep=$sha $latest_branchpoint..origin/master |\ 41 "$sha"
|
| get-pick-list.sh | 30 # in the form "fixes:$sha" 42 # Throw a warning for each invalid sha 48 echo WARNING: Commit $1 lists invalid sha $id 107 while read sha 111 if grep -q ^$sha bin/.cherry-ignore ; then 117 if grep -q ^$sha already_picked ; then 121 if is_fixes_nomination "$sha"; then 123 elif is_brokenby_nomination "$sha"; then 125 elif is_revert_nomination "$sha"; then 127 elif is_stable_nomination "$sha"; the [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/pick/ |
| core.py | 40 sha: str 116 sha: str = attr.ib() 134 c = cls(data['sha'], data['description'], data['nominated'], main_sha=data['main_sha'], because_sha=data['because_sha']) 145 ['git', 'show', '--no-patch', '--format=%cs', self.sha], 154 'git', 'cherry-pick', '-x', self.sha, 164 await ui.feedback(f'{self.sha} ({self.description}) applied successfully') 172 await ui.feedback(f'{self.sha} ({self.description}) failed to apply\n{err}') 185 v = await commit_state(message=f'Mark {self.sha} as denominated') 187 await ui.feedback(f'{self.sha} ({self.description}) denominated successfully') 193 v = await commit_state(message=f'Mark {self.sha} as backported' [all...] |
| ui.py | 70 super().__init__(f'{commit.date()} {reason} {commit.sha[:10]} {commit.description}') 156 sha = self.previous_commits[0].sha 158 sha = f'{version}-branchpoint' 160 new_commits = await core.get_new_commits(sha) 206 sha = await core.full_sha(text) 208 if c.sha == sha: 212 raise RuntimeError(f"Couldn't find {sha}") 216 q = urwid.Edit("Commit sha\n" [all...] |
| /xsrc/external/mit/xorg-server.old/dist/os/ |
| xsha1.c | 132 # include <stddef.h> /* buggy openssl/sha.h wants size_t */ 133 # include <openssl/sha.h>
|
| /xsrc/external/mit/xorg-server/dist/os/ |
| xsha1.c | 40 #include <sha.h> 275 #include <stddef.h> /* buggy openssl/sha.h wants size_t */ 276 #include <openssl/sha.h>
|
| /xsrc/external/mit/xf86-video-wsfb/dist/src/ |
| wsfb_driver.c | 1797 FbBits *shaBase, *shaLine, *sha; local 1827 sha = shaLine; 1850 WsfbCopyRGB16ToYUY2(win, sha, i * sizeof(FbBits)); 1851 sha += i; 1887 FbBits *shaBase, *shaLine, *sha; local 1917 sha = shaLine; 1940 memcpy32sw(win, sha, i * sizeof(FbBits)); 1941 sha += i; 1959 FbBits *shaBase, *shaLine, *sha; local 1990 sha = shaLine [all...] |
| /xsrc/external/mit/MesaLib/dist/bin/ |
| gen_release_notes.py | 188 sha, message = commit.split(maxsplit=1) 190 'git', 'log', '--max-count', '1', r'--format=%b', sha,
|
| /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/ |
| opt_dead_builtin_varyings.cpp | 278 replace_varyings_visitor(struct gl_linked_shader *sha, 283 : shader(sha), info(info), new_fog(NULL)
|