| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
|
| tc-visium.h | 54 #define md_relax_frag(segment, fragp, stretch) \ 55 visium_relax_frag (segment, fragp, stretch)
|
| tc-frv.h | 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch)
|
| tc-m32r.h | 58 #define md_relax_frag(segment, fragP, stretch) \ 59 m32r_relax_frag (segment, fragP, stretch)
|
| tc-loongarch.h | 46 #define md_relax_frag(segment, fragp, stretch) \ 47 loongarch_relax_frag (segment, fragp, stretch)
|
| tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ 52 mips_relax_frag(segment, fragp, stretch)
|
| tc-riscv.h | 48 #define md_relax_frag(segment, fragp, stretch) \ 49 riscv_relax_frag (segment, fragp, stretch)
|
| tc-xtensa.h | 118 literal. However, the stretch has NOT been reported yet in this 404 #define md_relax_frag(segment, fragP, stretch) \ 405 xtensa_relax_frag (fragP, stretch, &stretched)
|
| tc-arm.h | 80 #define md_relax_frag(segment, fragp, stretch) \ 81 arm_relax_frag (segment, fragp, stretch)
|
| tc-nds32.h | 118 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch)
|
| tc-visium.c | 383 relaxed_symbol_addr (fragS *fragp, long stretch) 396 move by STRETCH just as we did. If this is not so, it will 399 if (stretch != 0 404 /* Adjust stretch for any alignment frag. Note that if have 414 if (stretch < 0) 415 stretch = -(-stretch & ~((1ul << f->fr_offset) - 1)); 417 stretch &= ~((1ul << f->fr_offset) - 1); 418 if (stretch == 0) 423 addr += stretch; [all...] |
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch)
|
| tc-visium.h | 54 #define md_relax_frag(segment, fragp, stretch) \ 55 visium_relax_frag (segment, fragp, stretch)
|
| tc-frv.h | 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch)
|
| tc-m32r.h | 58 #define md_relax_frag(segment, fragP, stretch) \ 59 m32r_relax_frag (segment, fragP, stretch)
|
| tc-loongarch.h | 46 #define md_relax_frag(segment, fragp, stretch) \ 47 loongarch_relax_frag (segment, fragp, stretch)
|
| tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ 52 mips_relax_frag(segment, fragp, stretch)
|
| tc-riscv.h | 48 #define md_relax_frag(segment, fragp, stretch) \ 49 riscv_relax_frag (segment, fragp, stretch)
|
| tc-xtensa.h | 118 literal. However, the stretch has NOT been reported yet in this 404 #define md_relax_frag(segment, fragP, stretch) \ 405 xtensa_relax_frag (fragP, stretch, &stretched)
|
| tc-arm.h | 79 #define md_relax_frag(segment, fragp, stretch) \ 80 arm_relax_frag (segment, fragp, stretch)
|
| tc-nds32.h | 118 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch)
|
| tc-visium.c | 383 relaxed_symbol_addr (fragS *fragp, long stretch) 396 move by STRETCH just as we did. If this is not so, it will 399 if (stretch != 0 404 /* Adjust stretch for any alignment frag. Note that if have 414 if (stretch < 0) 415 stretch = -(-stretch & ~((1ul << f->fr_offset) - 1)); 417 stretch &= ~((1ul << f->fr_offset) - 1); 418 if (stretch == 0) 423 addr += stretch; [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/modes/ |
| ocb128.c | 217 unsigned char stretch[24], nonce[16]; local 242 /* Stretch = Ktop || (Ktop[1..64] xor Ktop[9..72]) */ 243 memcpy(stretch, ktop, 16); 244 ocb_block_xor(ktop, ktop + 1, 8, stretch + 16); 249 /* Offset_0 = Stretch[1+bottom..128+bottom] */ 251 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); 254 ctx->sess.offset.c[15] |= (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift);
|
| /src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| ocb128.c | 221 unsigned char stretch[24], nonce[16]; local 246 /* Stretch = Ktop || (Ktop[1..64] xor Ktop[9..72]) */ 247 memcpy(stretch, ktop, 16); 248 ocb_block_xor(ktop, ktop + 1, 8, stretch + 16); 253 /* Offset_0 = Stretch[1+bottom..128+bottom] */ 255 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); 259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift);
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
| ocb128.c | 221 unsigned char stretch[24], nonce[16]; local 246 /* Stretch = Ktop || (Ktop[1..64] xor Ktop[9..72]) */ 247 memcpy(stretch, ktop, 16); 248 ocb_block_xor(ktop, ktop + 1, 8, stretch + 16); 253 /* Offset_0 = Stretch[1+bottom..128+bottom] */ 255 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); 259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift);
|