| /netbsd-src/sys/netinet/ |
| H A D | ip_input.c | 856 struct ip_timestamp *ipt; in ip_dooptions() local 1038 ipt = (struct ip_timestamp *)cp; in ip_dooptions() 1043 if (ipt->ipt_len < 4 || ipt->ipt_len > 40) { in ip_dooptions() 1044 code = (u_char *)&ipt->ipt_len - (u_char *)ip; in ip_dooptions() 1047 if (ipt->ipt_ptr < 5) { in ip_dooptions() 1048 code = (u_char *)&ipt->ipt_ptr - (u_char *)ip; in ip_dooptions() 1051 if (ipt->ipt_ptr > ipt->ipt_len - sizeof(int32_t)) { in ip_dooptions() 1052 if (++ipt->ipt_oflw == 0) { in ip_dooptions() 1053 code = (u_char *)&ipt->ipt_ptr - in ip_dooptions() 1059 cp0 = (cp + ipt->ipt_ptr - 1); in ip_dooptions() [all …]
|
| /netbsd-src/sys/crypto/aes/arch/x86/ |
| H A D | aes_ssse3.c | 71 ipt[2] = { variable 317 rk = aes_schedule_transform(_mm_loadu_epi8(key), ipt); in aes_ssse3_setenckey() 336 rk = aes_schedule_transform(_mm_loadu_epi8(key + 8), ipt); in aes_ssse3_setenckey() 367 rk = aes_schedule_transform(_mm_loadu_epi8(key + 16), ipt); in aes_ssse3_setenckey() 408 rk = aes_schedule_transform(ork, ipt); in aes_ssse3_setdeckey() 431 rk = aes_schedule_transform(_mm_loadu_epi8(key + 8), ipt); in aes_ssse3_setdeckey() 462 rk = aes_schedule_transform(_mm_loadu_epi8(key + 16), ipt); in aes_ssse3_setdeckey() 496 x = aes_schedule_transform(x, ipt); in aes_ssse3_enc1()
|
| /netbsd-src/sys/crypto/aes/arch/arm/ |
| H A D | aes_neon.c | 82 ipt[2] __aarch64_used = { variable 371 rk = aes_schedule_transform(vld1q_u8(key), ipt); in aes_neon_setenckey() 390 rk = aes_schedule_transform(vld1q_u8(key + 8), ipt); in aes_neon_setenckey() 421 rk = aes_schedule_transform(vld1q_u8(key + 16), ipt); in aes_neon_setenckey() 465 rk = aes_schedule_transform(ork, ipt); in aes_neon_setdeckey() 488 rk = aes_schedule_transform(vld1q_u8(key + 8), ipt); in aes_neon_setdeckey() 519 rk = aes_schedule_transform(vld1q_u8(key + 16), ipt); in aes_neon_setdeckey() 570 x = aes_schedule_transform(x, ipt); in aes_neon_enc1() 608 x0 = aes_schedule_transform(x0, ipt); in aes_neon_enc2() 609 x1 = aes_schedule_transform(x1, ipt); in aes_neon_enc2()
|
| H A D | aes_neon_32.S | 93 .type ipt,_ASM_TYPE_OBJECT 94 ipt: label 99 END(ipt) 235 add r6, ip, #(ipt - .Lconstants)
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/aes/asm/ |
| H A D | vpaes-ppc.pl | 1111 lvx $iptlo, r11, r12 # reload $ipt 1132 lvx $iptlo, r11, r12 # reload $ipt
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/aes/asm/ |
| H A D | vpaes-ppc.pl | 1115 lvx $iptlo, r11, r12 # reload $ipt 1136 lvx $iptlo, r11, r12 # reload $ipt
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | gfortran.texi | 1641 integer ipt 1642 pointer (ipt, iarr) 1648 if explicit declaration of ipt's type is omitted, then the compiler 1649 will ensure that ipt is an integer variable large enough to hold a 1659 pointer (ipt, pointee) 1660 ipt = loc (target) 1661 ipt = ipt + 1 1663 The last statement does not set @code{ipt} to the address of 1665 to @code{ipt} just adds one byte to the address stored in @code{ipt}. 1675 pointer(ipt, arpte(10)) [all …]
|
| H A D | gfortran.info | 3084 integer ipt 3085 pointer (ipt, iarr) 3090 explicit declaration of ipt's type is omitted, then the compiler will 3091 ensure that ipt is an integer variable large enough to hold a pointer. 3099 pointer (ipt, pointee) 3100 ipt = loc (target) 3101 ipt = ipt + 1 3102 The last statement does not set 'ipt' to the address of 'target(1)', 3103 as it would in C pointer arithmetic. Adding '1' to 'ipt' just adds one 3104 byte to the address stored in 'ipt'. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | gfortran.texi | 2025 integer ipt 2026 pointer (ipt, iarr) 2032 if explicit declaration of ipt's type is omitted, then the compiler 2033 will ensure that ipt is an integer variable large enough to hold a 2043 pointer (ipt, pointee) 2044 ipt = loc (target) 2045 ipt = ipt + 1 2047 The last statement does not set @code{ipt} to the address of 2049 to @code{ipt} just adds one byte to the address stored in @code{ipt}. 2059 pointer(ipt, arpte(10)) [all …]
|
| H A D | gfortran.info | 3358 integer ipt 3359 pointer (ipt, iarr) 3364 explicit declaration of ipt's type is omitted, then the compiler will 3365 ensure that ipt is an integer variable large enough to hold a pointer. 3373 pointer (ipt, pointee) 3374 ipt = loc (target) 3375 ipt = ipt + 1 3376 The last statement does not set 'ipt' to the address of 'target(1)', 3377 as it would in C pointer arithmetic. Adding '1' to 'ipt' just adds one 3378 byte to the address stored in 'ipt'. [all …]
|
| /netbsd-src/etc/ |
| H A D | services | 10511 ipt-anri-anri 4593/tcp # IPT (ANRI-ANRI) 10512 ipt-anri-anri 4593/udp # IPT (ANRI-ANRI)
|