Home
last modified time | relevance | path

Searched refs:roll (Results 1 – 25 of 224) sorted by relevance

123456789

/third_party/boringssl/linux-x86/crypto/fipsmodule/
Dmd5-586.S42 roll $7,%eax
52 roll $12,%edx
62 roll $17,%ecx
72 roll $22,%ebx
82 roll $7,%eax
92 roll $12,%edx
102 roll $17,%ecx
112 roll $22,%ebx
122 roll $7,%eax
132 roll $12,%edx
[all …]
Dsha1-586.S106 roll $5,%ebp
118 roll $5,%ebp
130 roll $5,%ebp
142 roll $5,%ebp
154 roll $5,%ebp
166 roll $5,%ebp
178 roll $5,%ebp
190 roll $5,%ebp
202 roll $5,%ebp
214 roll $5,%ebp
[all …]
/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Dsha1-x86_64.S77 roll $5,%ecx
82 roll $30,%edi
90 roll $5,%ecx
95 roll $30,%esi
103 roll $5,%ecx
108 roll $30,%r13d
116 roll $5,%ecx
121 roll $30,%r12d
129 roll $5,%ecx
134 roll $30,%r11d
[all …]
Dmd5-x86_64.S73 roll $7,%eax
82 roll $12,%edx
91 roll $17,%ecx
100 roll $22,%ebx
109 roll $7,%eax
118 roll $12,%edx
127 roll $17,%ecx
136 roll $22,%ebx
145 roll $7,%eax
154 roll $12,%edx
[all …]
/third_party/boringssl/mac-x86_64/crypto/fipsmodule/
Dsha1-x86_64.S76 roll $5,%ecx
81 roll $30,%edi
89 roll $5,%ecx
94 roll $30,%esi
102 roll $5,%ecx
107 roll $30,%r13d
115 roll $5,%ecx
120 roll $30,%r12d
128 roll $5,%ecx
133 roll $30,%r11d
[all …]
Dmd5-x86_64.S68 roll $7,%eax
77 roll $12,%edx
86 roll $17,%ecx
95 roll $22,%ebx
104 roll $7,%eax
113 roll $12,%edx
122 roll $17,%ecx
131 roll $22,%ebx
140 roll $7,%eax
149 roll $12,%edx
[all …]
/third_party/boringssl/mac-x86/crypto/fipsmodule/
Dmd5-586.S41 roll $7,%eax
51 roll $12,%edx
61 roll $17,%ecx
71 roll $22,%ebx
81 roll $7,%eax
91 roll $12,%edx
101 roll $17,%ecx
111 roll $22,%ebx
121 roll $7,%eax
131 roll $12,%edx
[all …]
Dsha1-586.S105 roll $5,%ebp
117 roll $5,%ebp
129 roll $5,%ebp
141 roll $5,%ebp
153 roll $5,%ebp
165 roll $5,%ebp
177 roll $5,%ebp
189 roll $5,%ebp
201 roll $5,%ebp
213 roll $5,%ebp
[all …]
/third_party/skia/third_party/externals/dawn/scripts/
Droll-shader-deps.sh42 roll-dep --ignore-dirty-tree --roll-to="${spirv_cross_trunk}" "${spirv_cross_dir}"
43 roll-dep --ignore-dirty-tree --roll-to="${spirv_headers_trunk}" "${spirv_headers_dir}"
44 roll-dep --ignore-dirty-tree --roll-to="${spirv_tools_trunk}" "${spirv_tools_dir}"
45 roll-dep --ignore-dirty-tree --roll-to="${tint_trunk}" "${tint_dir}"
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/
Droll_deps.sh44 roll-dep --ignore-dirty-tree --roll-to="${effcee_trunk}" "${effcee_dir}"
45 roll-dep --ignore-dirty-tree --roll-to="${googletest_trunk}" "${googletest_dir}"
46 roll-dep --ignore-dirty-tree --roll-to="${re2_trunk}" "${re2_dir}"
47 roll-dep --ignore-dirty-tree --roll-to="${spirv_headers_trunk}" "${spirv_headers_dir}"
/third_party/skia/third_party/externals/spirv-tools/utils/
Droll_deps.sh44 roll-dep --ignore-dirty-tree --roll-to="${effcee_trunk}" "${effcee_dir}"
45 roll-dep --ignore-dirty-tree --roll-to="${googletest_trunk}" "${googletest_dir}"
46 roll-dep --ignore-dirty-tree --roll-to="${re2_trunk}" "${re2_dir}"
47 roll-dep --ignore-dirty-tree --roll-to="${spirv_headers_trunk}" "${spirv_headers_dir}"
/third_party/skia/tools/
Dcompare_codereview.py327 roll = CodeReviewHTMLParser.parse(roll_url)
328 all_bots = set(control) & set(roll) # Set intersection.
332 % (list(control), list(roll)))
341 if (roll[bot].status == 'success'):
347 if control[bot].status != 'failure' and roll[bot].status != 'failure':
354 ( roll[bot].status, roll_name, roll[bot].url)]:
373 (roll[bot].status, roll_name, roll[bot].url)]):
393 if roll[bot].status == 'success':
396 roll[bot].status == 'failure'):
399 'pending' in roll[bot].status):
[all …]
/third_party/flutter/skia/tools/
Dcompare_codereview.py327 roll = CodeReviewHTMLParser.parse(roll_url)
328 all_bots = set(control) & set(roll) # Set intersection.
332 % (list(control), list(roll)))
341 if (roll[bot].status == 'success'):
347 if control[bot].status != 'failure' and roll[bot].status != 'failure':
354 ( roll[bot].status, roll_name, roll[bot].url)]:
373 (roll[bot].status, roll_name, roll[bot].url)]):
393 if roll[bot].status == 'success':
396 roll[bot].status == 'failure'):
399 'pending' in roll[bot].status):
[all …]
/third_party/skia/infra/bots/task_drivers/canary/
Dcanary.go133 roll, err := manualRollDB.Get(ctx, rollId)
137 cl := roll.Url
140 rollStatus = fmt.Sprintf("Canary roll has status %s", roll.Status)
148 rollStatus = fmt.Sprintf("Canary roll [ %s ] has status %s", roll.Url, roll.Status)
154 if roll.Status == manual.STATUS_COMPLETE {
155 if roll.Result == manual.RESULT_SUCCESS {
164 } else if roll.Result == manual.RESULT_FAILURE {
169 } else if roll.Result == manual.RESULT_UNKNOWN {
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go69 * Create new Gerrit changes to roll new release branch changes from Tint into
149 type roll struct {
153 dawnBranchesToRoll := map[string]roll{} // branch name -> roll
169 dawnBranchesToRoll[name] = roll{from: depsTintHash, to: tintBranchHash}
181 for name, roll := range dawnBranchesToRoll {
182 …append(tasks, fmt.Sprintf("Roll Dawn release branch '%v' from %v to %v", name, roll.from, roll.to))
240 for name, roll := range dawnBranchesToRoll {
241 log.Println("Rolling branch", name, "from tint", roll.from, "to", roll.to, "...")
268 return fmt.Errorf("failed to clone tint hash %v: %w", roll.from, err)
272 if err := call(tintDir, "git", "checkout", roll.from); err != nil {
[all …]
/third_party/icu/icu4c/source/test/testdata/
Dcalendar.txt189 "roll",
203 "roll",
287 // chinese roll tests
291 "roll",
298 "roll",
305 "roll",
312 "roll",
319 "roll",
326 "roll",
333 "roll",
[all …]
/third_party/boringssl/mac-x86/crypto/chacha/
Dchacha-x86.S100 roll $16,%edx
104 roll $12,%ebx
109 roll $8,%edx
115 roll $7,%ebx
118 roll $16,%edi
124 roll $12,%ebp
129 roll $8,%edi
135 roll $7,%ebp
138 roll $16,%edx
144 roll $12,%ebx
[all …]
/third_party/boringssl/linux-x86/crypto/chacha/
Dchacha-x86.S101 roll $16,%edx
105 roll $12,%ebx
110 roll $8,%edx
116 roll $7,%ebx
119 roll $16,%edi
125 roll $12,%ebp
130 roll $8,%edi
136 roll $7,%ebp
139 roll $16,%edx
145 roll $12,%ebx
[all …]
/third_party/e2fsprogs/tests/u_compound_bad_rollback/
Dscript34 echo roll back mke2fs >> $OUT
39 echo roll back tune2fs >> $OUT
44 echo roll back resize2fs >> $OUT
49 echo roll back e2fsck >> $OUT
/third_party/e2fsprogs/tests/u_compound_rollback/
Dscript34 echo roll back e2fsck >> $OUT
39 echo roll back resize2fs >> $OUT
44 echo roll back tune2fs >> $OUT
49 echo roll back mke2fs >> $OUT
/third_party/skia/third_party/externals/tint/tools/
Droll-all51 roll-dep --ignore-dirty-tree --roll-to="${trunk}" "${i%%/}";
/third_party/skia/site/docs/dev/chrome/
Dblink.md20 3. Ahead of the Skia auto roll including your change, manually push a change to the
24 4. Wait for the Skia roll to land successfully.
38 Updating the version of Skia in Chromium is called a 'roll'.
39 The Auto Roll Bot performs this roll multiple times per day, and can also be done manually.
47 4. Manually roll Skia or append the autoroll with the code suppression to
56 5. Wait for Skia roll into Chromium.
91 3. Wait for Skia roll into Chromium.
/third_party/flutter/skia/site/dev/chrome/
Dblink.md15 3. Ahead of the Skia auto roll including your change, manually push a change to the
19 4. Wait for the Skia roll to land successfully.
33 Updating the version of Skia in Chromium is called a 'roll'.
34 The Auto Roll Bot performs this roll multiple times per day, and can also be done manually.
42 4. Manually roll Skia or append the autoroll with the code suppression to
51 5. Wait for Skia roll into Chromium.
86 3. Wait for Skia roll into Chromium.
/third_party/boringssl/linux-x86_64/crypto/chacha/
Dchacha-x86_64.S123 roll $16,%r12d
126 roll $16,%r13d
129 roll $12,%r8d
132 roll $12,%r9d
135 roll $8,%r12d
138 roll $8,%r13d
141 roll $7,%r8d
144 roll $7,%r9d
151 roll $16,%r14d
154 roll $16,%r15d
[all …]
/third_party/boringssl/mac-x86_64/crypto/chacha/
Dchacha-x86_64.S116 roll $16,%r12d
119 roll $16,%r13d
122 roll $12,%r8d
125 roll $12,%r9d
128 roll $8,%r12d
131 roll $8,%r13d
134 roll $7,%r8d
137 roll $7,%r9d
144 roll $16,%r14d
147 roll $16,%r15d
[all …]

123456789