/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/ |
H A D | main.go | 15 // roll-release is a tool to roll changes in Tint release branches into Dawn, 46 toolName = "roll-release" 69 * Create new Gerrit changes to roll new release branch changes from Tint into 149 type roll struct { type 153 dawnBranchesToRoll := map[string]roll{} // branch name -> roll 169 dawnBranchesToRoll[name] = roll{from: depsTintHash, to: tintBranchHash} 181 for name, roll := range dawnBranchesToRoll { 182 tasks = append(tasks, fmt.Sprintf("Roll Dawn release branch '%v' from %v to %v", name, roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 107 roll $5,%eax 121 roll $5,%ebp 139 roll $5,%edx 157 roll $5,%ecx 172 roll $5,%ebx 188 roll $5,%eax 204 roll $5,%ebp 222 roll $5,%edx 239 roll $5,%ecx 253 roll [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 113 roll $5,%eax 127 roll $5,%ebp 145 roll $5,%edx 163 roll $5,%ecx 178 roll $5,%ebx 194 roll $5,%eax 210 roll $5,%ebp 228 roll $5,%edx 245 roll $5,%ecx 259 roll [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 113 roll $5,%eax 127 roll $5,%ebp 145 roll $5,%edx 163 roll $5,%ecx 178 roll $5,%ebx 194 roll $5,%eax 210 roll $5,%ebp 228 roll $5,%edx 245 roll $5,%ecx 259 roll [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 113 roll $5,%eax 127 roll $5,%ebp 145 roll $5,%edx 163 roll $5,%ecx 178 roll $5,%ebx 194 roll $5,%eax 210 roll $5,%ebp 228 roll $5,%edx 245 roll $5,%ecx 259 roll [all...] |
/third_party/node/deps/openssl/config/archs/linux-x86_64/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 113 roll $5,%eax 127 roll $5,%ebp 145 roll $5,%edx 163 roll $5,%ecx 178 roll $5,%ebx 194 roll $5,%eax 210 roll $5,%ebp 228 roll $5,%edx 245 roll $5,%ecx 259 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm_avx2/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 113 roll $5,%eax 127 roll $5,%ebp 145 roll $5,%edx 163 roll $5,%ecx 178 roll $5,%ebx 194 roll $5,%eax 210 roll $5,%ebp 228 roll $5,%edx 245 roll $5,%ecx 259 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris64-x86_64-gcc/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 113 roll $5,%eax 127 roll $5,%ebp 145 roll $5,%edx 163 roll $5,%ecx 178 roll $5,%ebx 194 roll $5,%eax 210 roll $5,%ebp 228 roll $5,%edx 245 roll $5,%ecx 259 roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/aes/ |
H A D | aesni-sha1-x86_64.s | 107 roll $5,%eax 121 roll $5,%ebp 139 roll $5,%edx 157 roll $5,%ecx 172 roll $5,%ebx 188 roll $5,%eax 204 roll $5,%ebp 222 roll $5,%edx 239 roll $5,%ecx 253 roll [all...] |
/kernel/linux/linux-6.6/drivers/net/wireless/realtek/rtw89/ |
H A D | chan.c | 357 u8 drop, roll; in rtw89_chanctx_ops_remove() local 363 roll = find_next_bit(hal->entity_map, NUM_OF_RTW89_SUB_ENTITY, drop + 1); in rtw89_chanctx_ops_remove() 366 if (roll == NUM_OF_RTW89_SUB_ENTITY) in rtw89_chanctx_ops_remove() 370 * Make another roll down to RTW89_SUB_ENTITY_0 to replace. in rtw89_chanctx_ops_remove() 372 hal->sub[roll].cfg->idx = RTW89_SUB_ENTITY_0; in rtw89_chanctx_ops_remove() 373 hal->sub[RTW89_SUB_ENTITY_0] = hal->sub[roll]; in rtw89_chanctx_ops_remove() 376 if (rtwvif->sub_entity_idx == roll) in rtw89_chanctx_ops_remove() 380 atomic_cmpxchg(&hal->roc_entity_idx, roll, RTW89_SUB_ENTITY_0); in rtw89_chanctx_ops_remove() 382 drop = roll; in rtw89_chanctx_ops_remove()
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/chacha/ |
H A D | chacha-x86.S | 97 roll $16,%edx 101 roll $12,%ebx 106 roll $8,%edx 112 roll $7,%ebx 115 roll $16,%edi 121 roll $12,%ebp 126 roll $8,%edi 132 roll $7,%ebp 135 roll $16,%edx 141 roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/chacha/ |
H A D | chacha-x86.S | 97 roll $16,%edx 101 roll $12,%ebx 106 roll $8,%edx 112 roll $7,%ebx 115 roll $16,%edi 121 roll $12,%ebp 126 roll $8,%edi 132 roll $7,%ebp 135 roll $16,%edx 141 roll [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/gma500/ |
H A D | gtt.c | 99 for (i = r->roll; i < r->npage; i++) { in psb_gtt_insert() 104 for (i = 0; i < r->roll; i++) { in psb_gtt_insert() 147 * @roll: roll offset 153 void psb_gtt_roll(struct drm_device *dev, struct gtt_range *r, int roll) in psb_gtt_roll() argument 159 if (roll >= r->npage) { in psb_gtt_roll() 164 r->roll = roll; in psb_gtt_roll() 173 for (i = r->roll; i < r->npage; i++) { in psb_gtt_roll() 178 for (i = 0; i < r->roll; in psb_gtt_roll() [all...] |
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | calendar.h | 575 * time field. For example, to roll the current date up by one day, call 576 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it 577 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the 587 * then attempting to roll the year past that limit will result in pinning the year 589 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to 592 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the 595 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead. 603 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead. 605 inline void roll(EDateFields field, UBool up, UErrorCode& status); 610 * time field. For example, to roll th 2434 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) roll() function in Calendar 2441 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) roll() function in Calendar [all...] |
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | calendar.h | 575 * time field. For example, to roll the current date up by one day, call 576 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it 577 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the 587 * then attempting to roll the year past that limit will result in pinning the year 589 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to 592 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the 595 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead. 603 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead. 605 inline void roll(EDateFields field, UBool up, UErrorCode& status); 610 * time field. For example, to roll th 2525 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) roll() function in Calendar 2532 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) roll() function in Calendar [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | calendar.h | 575 * time field. For example, to roll the current date up by one day, call 576 * roll(Calendar::DATE, true). When rolling on the year or Calendar::YEAR field, it 577 * will roll the year value in the range between getMinimum(Calendar::YEAR) and the 587 * then attempting to roll the year past that limit will result in pinning the year 589 * time (such as Buddhist, Hebrew, or Islamic), it is possible for add or roll to 592 * When rolling on the hour-in-day or Calendar::HOUR_OF_DAY field, it will roll the 595 * NOTE: Do not use this method -- use roll(EDateFields, int, UErrorCode&) instead. 603 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, UBool up, UErrorCode& status) instead. 605 inline void roll(EDateFields field, UBool up, UErrorCode& status); 610 * time field. For example, to roll th 2510 Calendar::roll(UCalendarDateFields field, UBool up, UErrorCode& status) roll() function in Calendar 2517 Calendar::roll(EDateFields field, UBool up, UErrorCode& status) roll() function in Calendar [all...] |
/third_party/spirv-tools/utils/ |
H A D | roll_deps.sh | 16 # Attempts to roll all entries in DEPS to tip-of-tree and create a commit. 18 # Depends on roll-dep from depot_tools 46 echo "Working tree is dirty, commit changes before attempting to roll DEPS" 58 roll-dep --ignore-dirty-tree --roll-to="${branch}" "${dep}"
|
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/ |
H A D | des-586.S | 976 roll $4,%eax 983 roll $20,%edi 990 roll $14,%eax 997 roll $22,%esi 1004 roll $9,%eax 1011 roll $1,%edi 1034 roll $23,%eax 1041 roll $10,%edi 1048 roll $18,%esi 1055 roll [all...] |
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/ |
H A D | des-586.S | 976 roll $4,%eax 983 roll $20,%edi 990 roll $14,%eax 997 roll $22,%esi 1004 roll $9,%eax 1011 roll $1,%edi 1034 roll $23,%eax 1041 roll $10,%edi 1048 roll $18,%esi 1055 roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/ |
H A D | des-586.S | 973 roll $4,%eax 980 roll $20,%edi 987 roll $14,%eax 994 roll $22,%esi 1001 roll $9,%eax 1008 roll $1,%edi 1031 roll $23,%eax 1038 roll $10,%edi 1045 roll $18,%esi 1052 roll [all...] |
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/ |
H A D | des-586.S | 973 roll $4,%eax 980 roll $20,%edi 987 roll $14,%eax 994 roll $22,%esi 1001 roll $9,%eax 1008 roll $1,%edi 1031 roll $23,%eax 1038 roll $10,%edi 1045 roll $18,%esi 1052 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/ |
H A D | des-586.S | 978 roll $4,%eax 985 roll $20,%edi 992 roll $14,%eax 999 roll $22,%esi 1006 roll $9,%eax 1013 roll $1,%edi 1036 roll $23,%eax 1043 roll $10,%edi 1050 roll $18,%esi 1057 roll [all...] |
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/ |
H A D | des-586.S | 978 roll $4,%eax 985 roll $20,%edi 992 roll $14,%eax 999 roll $22,%esi 1006 roll $9,%eax 1013 roll $1,%edi 1036 roll $23,%eax 1043 roll $10,%edi 1050 roll $18,%esi 1057 roll [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/ |
H A D | des-586.S | 978 roll $4,%eax 985 roll $20,%edi 992 roll $14,%eax 999 roll $22,%esi 1006 roll $9,%eax 1013 roll $1,%edi 1036 roll $23,%eax 1043 roll $10,%edi 1050 roll $18,%esi 1057 roll [all...] |
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/ |
H A D | des-586.S | 978 roll $4,%eax 985 roll $20,%edi 992 roll $14,%eax 999 roll $22,%esi 1006 roll $9,%eax 1013 roll $1,%edi 1036 roll $23,%eax 1043 roll $10,%edi 1050 roll $18,%esi 1057 roll [all...] |