| /netbsd-src/external/gpl3/binutils/dist/gas/config/ |
| H A D | tc-visium.h | 53 #define md_relax_frag(segment, fragp, stretch) \ argument 54 visium_relax_frag (segment, fragp, stretch)
|
| H A D | tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) argument
|
| H A D | tc-m32r.h | 55 #define md_relax_frag(segment, fragP, stretch) \ argument 56 m32r_relax_frag (segment, fragP, stretch)
|
| H A D | tc-frv.h | 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
| H A D | tc-loongarch.h | 45 #define md_relax_frag(segment, fragp, stretch) \ argument 46 loongarch_relax_frag (segment, fragp, stretch)
|
| H A D | tc-visium.c | 385 relaxed_symbol_addr (fragS *fragp, long stretch) in relaxed_symbol_addr() argument 401 if (stretch != 0 in relaxed_symbol_addr() 416 if (stretch < 0) in relaxed_symbol_addr() 417 stretch = - ((- stretch) in relaxed_symbol_addr() 420 stretch &= ~ ((1 << (int) f->fr_offset) - 1); in relaxed_symbol_addr() 421 if (stretch == 0) in relaxed_symbol_addr() 426 addr += stretch; in relaxed_symbol_addr() 435 visium_relax_frag (asection *sec, fragS *fragP, long stretch) in visium_relax_frag() argument 449 addr = relaxed_symbol_addr (fragP, stretch); in visium_relax_frag()
|
| H A D | tc-riscv.h | 48 #define md_relax_frag(segment, fragp, stretch) \ argument 49 riscv_relax_frag (segment, fragp, stretch)
|
| H A D | tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ argument 52 mips_relax_frag(segment, fragp, stretch)
|
| H A D | tc-xtensa.h | 404 #define md_relax_frag(segment, fragP, stretch) \ argument 405 xtensa_relax_frag (fragP, stretch, &stretched)
|
| H A D | tc-nds32.h | 117 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch) argument
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
| H A D | tc-visium.h | 53 #define md_relax_frag(segment, fragp, stretch) \ argument 54 visium_relax_frag (segment, fragp, stretch)
|
| H A D | tc-score.h | 39 #define md_relax_frag(segment, fragp, stretch) score_relax_frag (segment, fragp, stretch) argument
|
| H A D | tc-loongarch.h | 43 #define md_relax_frag(segment, fragp, stretch) \ argument 44 loongarch_relax_frag (segment, fragp, stretch)
|
| H A D | tc-frv.h | 52 #define md_relax_frag(segment, fragP, stretch) frv_relax_frag(fragP, stretch) argument
|
| H A D | tc-m32r.h | 55 #define md_relax_frag(segment, fragP, stretch) \ argument 56 m32r_relax_frag (segment, fragP, stretch)
|
| H A D | tc-riscv.h | 48 #define md_relax_frag(segment, fragp, stretch) \ argument 49 riscv_relax_frag (segment, fragp, stretch)
|
| H A D | tc-visium.c | 406 relaxed_symbol_addr (fragS *fragp, long stretch) in relaxed_symbol_addr() argument 422 if (stretch != 0 in relaxed_symbol_addr() 437 if (stretch < 0) in relaxed_symbol_addr() 438 stretch = - ((- stretch) in relaxed_symbol_addr() 441 stretch &= ~ ((1 << (int) f->fr_offset) - 1); in relaxed_symbol_addr() 442 if (stretch == 0) in relaxed_symbol_addr() 447 addr += stretch; in relaxed_symbol_addr() 456 visium_relax_frag (asection *sec, fragS *fragP, long stretch) in visium_relax_frag() argument 470 addr = relaxed_symbol_addr (fragP, stretch); in visium_relax_frag()
|
| H A D | tc-mips.h | 51 #define md_relax_frag(segment, fragp, stretch) \ argument 52 mips_relax_frag(segment, fragp, stretch)
|
| H A D | tc-xtensa.h | 404 #define md_relax_frag(segment, fragP, stretch) \ argument 405 xtensa_relax_frag (fragP, stretch, &stretched)
|
| H A D | tc-nds32.h | 117 #define md_relax_frag(segment, fragP, stretch) nds32_relax_frag (segment, fragP, stretch) argument
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/modes/ |
| H A D | ocb128.c | 221 unsigned char stretch[24], nonce[16]; in CRYPTO_ocb128_setiv() local 247 memcpy(stretch, ktop, 16); in CRYPTO_ocb128_setiv() 248 ocb_block_xor(ktop, ktop + 1, 8, stretch + 16); in CRYPTO_ocb128_setiv() 255 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); in CRYPTO_ocb128_setiv() 259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift); in CRYPTO_ocb128_setiv()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/modes/ |
| H A D | ocb128.c | 221 unsigned char stretch[24], nonce[16]; in CRYPTO_ocb128_setiv() local 247 memcpy(stretch, ktop, 16); in CRYPTO_ocb128_setiv() 248 ocb_block_xor(ktop, ktop + 1, 8, stretch + 16); in CRYPTO_ocb128_setiv() 255 ocb_block_lshift(stretch + (bottom / 8), shift, ctx->sess.offset.c); in CRYPTO_ocb128_setiv() 259 (*(stretch + (bottom / 8) + 16) & mask) >> (8 - shift); in CRYPTO_ocb128_setiv()
|
| /netbsd-src/external/gpl3/binutils/dist/gas/ |
| H A D | write.c | 2552 relax_frag (segT segment, fragS *fragP, long stretch) in relax_frag() argument 2593 if (stretch != 0 in relax_frag() 2597 if (stretch < 0 in relax_frag() 2599 target += stretch; in relax_frag() 2800 offsetT stretch; in relax_segment() local 2848 stretch = 0; in relax_segment() 2860 address = fragP->fr_address += stretch; in relax_segment() 2995 newf->fr_address -= stretch + growth; in relax_segment() 3021 after = fragP->fr_next->fr_address + stretch; in relax_segment() 3101 growth = md_relax_frag (segment, fragP, stretch); in relax_segment() [all …]
|
| /netbsd-src/external/gpl3/binutils.old/dist/gas/ |
| H A D | write.c | 2559 relax_frag (segT segment, fragS *fragP, long stretch) in relax_frag() argument 2600 if (stretch != 0 in relax_frag() 2604 if (stretch < 0 in relax_frag() 2606 target += stretch; in relax_frag() 2802 offsetT stretch; in relax_segment() local 2850 stretch = 0; in relax_segment() 2862 address = fragP->fr_address += stretch; in relax_segment() 2997 newf->fr_address -= stretch + growth; in relax_segment() 3023 after = fragP->fr_next->fr_address + stretch; in relax_segment() 3103 growth = md_relax_frag (segment, fragP, stretch); in relax_segment() [all …]
|
| /netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/ |
| H A D | vdev_queue.c | 653 boolean_t stretch; in vdev_queue_aggregate() local 727 stretch = B_FALSE; in vdev_queue_aggregate() 735 stretch = B_TRUE; in vdev_queue_aggregate() 741 if (stretch) { in vdev_queue_aggregate()
|