| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/asm/ |
| H A D | x86_64-mont5.pl | 1095 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr); 1327 lea 48+8(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num] 1329 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"] 1337 mov $A0[0],-24($tptr,$i) # t[1] 1343 mov $A0[1],-16($tptr,$i) # t[2] 1361 mov $A0[0],-8($tptr,$j) # t[3] 1386 mov $A0[1],($tptr,$j) # t[4] 1402 mov $A0[0],8($tptr,$j) # t[5] 1419 mov $A0[1],16($tptr,$j) # t[6] 1431 mov $A0[0],-8($tptr,$j) # t[7] [all …]
|
| H A D | x86_64-mont.pl | 830 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr); 1110 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1116 lea 64+32(%rsp),$tptr 1145 mov %r10,-4*8($tptr) 1150 mov %r11,-3*8($tptr) 1154 mov %r12,-2*8($tptr) 1173 lea 4*8($tptr),$tptr 1183 mov %r10,-5*8($tptr) 1185 mov %r11,-4*8($tptr) 1189 mov %r12,-3*8($tptr) [all …]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/ |
| H A D | x86_64-mont5.pl | 1093 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr); 1325 lea 48+8(%rsp,$num,2),$tptr # end of tp[] buffer, &tp[2*$num] 1327 lea -32($tptr,$i),$tptr # end of tp[] window, &tp[2*$num-"$i"] 1335 mov $A0[0],-24($tptr,$i) # t[1] 1341 mov $A0[1],-16($tptr,$i) # t[2] 1359 mov $A0[0],-8($tptr,$j) # t[3] 1384 mov $A0[1],($tptr,$j) # t[4] 1400 mov $A0[0],8($tptr,$j) # t[5] 1417 mov $A0[1],16($tptr,$j) # t[6] 1429 mov $A0[0],-8($tptr,$j) # t[7] [all …]
|
| H A D | x86_64-mont.pl | 828 my ($i,$j,$tptr)=("%rbp","%rcx",$rptr); 1108 my ($aptr, $bptr, $nptr, $tptr, $mi, $bi, $zero, $num)= 1114 lea 64+32(%rsp),$tptr 1143 mov %r10,-4*8($tptr) 1148 mov %r11,-3*8($tptr) 1152 mov %r12,-2*8($tptr) 1171 lea 4*8($tptr),$tptr 1181 mov %r10,-5*8($tptr) 1183 mov %r11,-4*8($tptr) 1187 mov %r12,-3*8($tptr) [all …]
|
| /netbsd-src/tests/lib/libc/c063/ |
| H A D | t_utimensat.c | 58 static const struct timespec tptr[] = { 68 ATF_CHECK_EQ_MSG(st->st_atimespec.tv_sec, tptr[0].tv_sec, in ATF_TC_BODY() 69 "st->st_atimespec.tv_sec=%lld tptr[0].tv_sec=%lld", in ATF_TC_BODY() 71 (long long)tptr[0].tv_sec); in ATF_TC_BODY() 72 ATF_CHECK_EQ_MSG(st->st_atimespec.tv_nsec, tptr[0].tv_nsec, in ATF_TC_BODY() 73 "st->st_atimespec.tv_nsec=%ld tptr[0].tv_nsec=%ld", in ATF_TC_BODY() 74 (long)st->st_atimespec.tv_nsec, (long)tptr[0].tv_nsec); in ATF_TC_BODY() 76 ATF_CHECK_EQ_MSG(st->st_mtimespec.tv_sec, tptr[1].tv_sec, in ATF_TC_BODY() 77 "st->st_mtimespec.tv_sec=%lld tptr[1].tv_sec=%lld", in ATF_TC_BODY() 78 (long long)st->st_mtimespec.tv_sec, (long long)tptr[ in ATF_TC_BODY() 53 const struct timespec tptr[] = { global() variable [all...] |
| /netbsd-src/games/adventure/ |
| H A D | wizard.c | 61 struct tm *tptr; in datime() local 64 tptr = localtime(&tvec); in datime() 66 *d = (tptr->tm_yday + 365 * (tptr->tm_year - 77) in datime() 67 + (tptr->tm_year - 77) / 4 - (tptr->tm_year - 1) / 100 in datime() 68 + (tptr->tm_year + 299) / 400); in datime() 72 *t = tptr->tm_hour * 60 + tptr->tm_min; in datime()
|
| /netbsd-src/external/mpl/dhcp/dist/omapip/ |
| H A D | trace.c | 135 trace_type_t *tptr, *next; in trace_begin() local 181 for (tptr = next; tptr; tptr = next) { in trace_begin() 182 next = tptr -> next; in trace_begin() 183 if (tptr -> index != 0) { in trace_begin() 185 (tptr, in trace_begin() 186 strlen (tptr -> name), file, line)); in trace_begin() 290 void trace_type_stash (trace_type_t *tptr) in trace_type_stash() argument 294 if (trace_type_max <= tptr -> index) { in trace_type_stash() 295 delta = tptr -> index - trace_type_max + 10; in trace_type_stash() 310 trace_types [tptr -> index] = tptr; in trace_type_stash() [all …]
|
| /netbsd-src/usr.bin/gencat/ |
| H A D | gencat.c | 231 char *tptr; in warning() local 232 for (tptr = curline; tptr < cptr; ++tptr) in warning() 350 char *tptr; in getmsg() local 365 tptr = msg; in getmsg() 374 *tptr++ = *cptr++; in getmsg() 382 *tptr++ = *cptr++; in getmsg() 401 i = tptr - msg; in getmsg() 403 tptr = msg + i; in getmsg() 406 *tptr++ = '\n'; in getmsg() 410 *tptr++ = '\t'; in getmsg() [all …]
|
| /netbsd-src/lib/libc/time/ |
| H A D | strftime.c | 236 _TimeLocale *tptr = _TIME_LOCALE(loc); in _fmt() 257 "?" : tptr->day[t->tm_wday], in _fmt() 263 "?" : tptr->abday[t->tm_wday], in _fmt() 271 (Oalternative ? tptr->mon/*alt_month*/: in _fmt() 272 tptr->mon)[t->tm_mon], in _fmt() 279 "?" : tptr->abmon[t->tm_mon], in _fmt() 297 pt = _fmt(sp, tptr->c_fmt, t, pt, in _fmt() 411 tptr->am_pm[1] : in _fmt() 412 tptr->am_pm[0], in _fmt() 420 pt = _fmt(sp, tptr in _fmt() 185 _TimeLocale *tptr = _TIME_LOCALE(loc); _fmt() local [all...] |
| /netbsd-src/sys/compat/common/ |
| H A D | vfs_syscalls_50.c | 203 int flag, const struct timeval50 *tptr) in compat_50_do_sys_utimes() argument 207 if (tptr) { in compat_50_do_sys_utimes() 208 int error = copyin(tptr, tv50, sizeof(tv50)); in compat_50_do_sys_utimes() 234 SCARG(uap, tptr)); in compat_50_sys_utimes() 256 SCARG(uap, tptr)); in compat_50_sys_futimes() 275 SCARG(uap, tptr)); in compat_50_sys_lutimes()
|
| /netbsd-src/external/lgpl3/gmp/dist/mpf/ |
| H A D | swap.c | 36 mp_ptr tptr; in mpf_swap() local 53 tptr = PTR(u); in mpf_swap() 55 PTR(v) = tptr; in mpf_swap()
|
| /netbsd-src/external/mpl/dhcp/dist/common/ |
| H A D | discover.c | 1534 void interface_stash (struct interface_info *tptr) argument 1540 if (tptr -> index == -1) { 1541 tptr -> index = interface_count++; 1542 while (tptr -> index < interface_max && 1543 interface_vector [tptr -> index]) 1544 tptr -> index = interface_count++; 1547 if (interface_max <= tptr -> index) { 1548 delta = tptr -> index - interface_max + 10; 1569 interface_reference (&interface_vector [tptr -> index], tptr, MDL); 1570 if (tptr -> index >= interface_count) [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 730 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument 732 (long long)(tptr)) 733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument 735 (long long)(tptr)) 1106 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument 1108 (long long)(tptr)) 1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument 1111 (long long)(tptr)) 1459 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument 1461 (long long)(tptr)) [all …]
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 726 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument 728 (long long)(tptr)) 729 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument 731 (long long)(tptr)) 1080 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument 1082 (long long)(tptr)) 1083 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument 1085 (long long)(tptr)) 1433 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument 1435 (long long)(tptr)) [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/ |
| H A D | netbsd_syscall_hooks.h | 730 #define __sanitizer_syscall_pre_compat_50_utimes(path, tptr) \ argument 732 (long long)(tptr)) 733 #define __sanitizer_syscall_post_compat_50_utimes(res, path, tptr) \ argument 735 (long long)(tptr)) 1106 #define __sanitizer_syscall_pre_compat_50_futimes(fd, tptr) \ argument 1108 (long long)(tptr)) 1109 #define __sanitizer_syscall_post_compat_50_futimes(res, fd, tptr) \ argument 1111 (long long)(tptr)) 1459 #define __sanitizer_syscall_pre_compat_50_lutimes(path, tptr) \ argument 1461 (long long)(tptr)) [all …]
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evutil_rand.c | 94 void (*tptr)(void *,size_t) = in ev_arc4random_buf() 96 if (tptr != NULL) { in ev_arc4random_buf()
|
| /netbsd-src/sys/compat/netbsd32/ |
| H A D | netbsd32_fs.c | 332 get_utimes32(const netbsd32_timevalp_t *tptr, struct timeval *tv, in get_utimes32() argument 338 if (tptr == NULL) { in get_utimes32() 343 error = copyin(tptr, tv32, sizeof(tv32)); in get_utimes32() 354 get_utimens32(const netbsd32_timespecp_t *tptr, struct timespec *ts, in get_utimens32() argument 360 if (tptr == NULL) { in get_utimens32() 365 error = copyin(tptr, ts32, sizeof(ts32)); in get_utimens32() 385 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); in netbsd32___utimes50() 497 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); in netbsd32___futimes50() 550 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); in netbsd32___lutimes50() 1337 error = get_utimens32(SCARG_P32(uap, tptr), ts, &tsp); in netbsd32_utimensat() [all …]
|
| H A D | netbsd32_compat_50.c | 85 get_utimes32(const netbsd32_timeval50p_t *tptr, struct timeval *tv, in get_utimes32() argument 91 if (tptr == NULL) { in get_utimes32() 96 error = copyin(tptr, tv32, sizeof(tv32)); in get_utimes32() 234 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); in compat_50_netbsd32_utimes() 303 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); in compat_50_netbsd32_futimes() 539 error = get_utimes32(SCARG_P32(uap, tptr), tv, &tvp); in compat_50_netbsd32_lutimes()
|
| /netbsd-src/external/bsd/openldap/dist/servers/slapd/back-mdb/ |
| H A D | back-mdb.h | 189 void *tptr; member 198 #define ir_tptr iru.irb.tptr
|
| /netbsd-src/sys/kern/ |
| H A D | vfs_syscalls.c | 3947 syscallarg(const struct timeval *) tptr; 3951 SCARG(uap, tptr), UIO_USERSPACE); in sys___lutimes50() 3964 syscallarg(const struct timeval *) tptr; in sys_utimensat() 3972 error = do_sys_utimes(l, fp->f_vnode, NULL, 0, SCARG(uap, tptr), in sys_utimensat() 3984 syscallarg(const struct timespec *) tptr; 3993 SCARG(uap, tptr), UIO_USERSPACE); in do_sys_utimens() 4008 syscallarg(const struct timeval *) tptr; in do_sys_utimensat() 4012 SCARG(uap, tptr), UIO_USERSPACE); in do_sys_utimensat() 4022 syscallarg(const struct timespec *) tptr; in do_sys_utimensat() 4026 const struct timespec *tptr; in do_sys_utimensat() 3973 const struct timespec *tptr; sys_utimensat() local 3990 do_sys_utimens(struct lwp * l,struct vnode * vp,const char * path,int flag,const struct timespec * tptr,enum uio_seg seg) do_sys_utimens() argument 3997 do_sys_utimensat(struct lwp * l,int fdat,struct vnode * vp,const char * path,int flag,const struct timespec * tptr,enum uio_seg seg) do_sys_utimensat() argument 4078 do_sys_utimes(struct lwp * l,struct vnode * vp,const char * path,int flag,const struct timeval * tptr,enum uio_seg seg) do_sys_utimes() argument [all...] |
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | data-streamer-out.cc | 52 struct lto_char_ptr_base *tptr; in lto_append_block() local 60 tptr = obs->current_block; in lto_append_block() 61 tptr->ptr = (char *) new_block; in lto_append_block()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | data-streamer-out.c | 52 struct lto_char_ptr_base *tptr; in lto_append_block() local 60 tptr = obs->current_block; in lto_append_block() 61 tptr->ptr = (char *) new_block; in lto_append_block()
|
| /netbsd-src/external/bsd/ipf/dist/ |
| H A D | ip_htable.c | 1103 ipf_iphmfindgroup(softc, tptr, aptr) in ipf_iphmfindgroup() argument 1105 void *tptr, *aptr; 1113 iph = tptr; 1138 ipf_iphmfindip(softc, tptr, ipversion, aptr, bytes) in ipf_iphmfindip() argument 1140 void *tptr, *aptr; 1149 if (tptr == NULL || aptr == NULL) 1152 iph = tptr;
|
| /netbsd-src/external/gpl3/binutils/dist/libctf/ |
| H A D | ctf-serialize.c | 578 unsigned char **tptr, size_t objt_size, in ctf_emit_symtypetab_sects() argument 582 unsigned char *t = *tptr; in ctf_emit_symtypetab_sects() 707 *tptr = t; in ctf_emit_symtypetab_sects() 791 ctf_emit_type_sect (ctf_dict_t *fp, unsigned char **tptr) in ctf_emit_type_sect() argument 793 unsigned char *t = *tptr; in ctf_emit_type_sect() 915 *tptr = t; in ctf_emit_type_sect()
|
| /netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
| H A D | ctf-serialize.c | 578 unsigned char **tptr, size_t objt_size, in ctf_emit_symtypetab_sects() argument 582 unsigned char *t = *tptr; in ctf_emit_symtypetab_sects() 707 *tptr = t; in ctf_emit_symtypetab_sects() 791 ctf_emit_type_sect (ctf_dict_t *fp, unsigned char **tptr) in ctf_emit_type_sect() argument 793 unsigned char *t = *tptr; in ctf_emit_type_sect() 915 *tptr = t; in ctf_emit_type_sect()
|