| /src/usr.bin/mkubootimage/ |
| arm64.h | 44 uint64_t res3; /* reserved */ member in struct:arm64_image_header
|
| /src/external/lgpl3/gmp/dist/tests/mpf/ |
| reuse.c | 99 mpf_t res1, res2, res3; local 118 mpf_init (res3); 139 mpf_set (res3, out1); 143 if (mpf_cmp (res1, res3) != 0) 144 dump_abort (dss_func_names[i], res1, res3); 197 mpf_clear (res3);
|
| /src/sys/dev/scsipi/ |
| scsi_scanner.h | 93 u_int8_t res3[6]; member in struct:scsi_window_data
|
| /src/external/bsd/am-utils/dist/amd/ |
| amfs_host.c | 210 struct am_mountres3 res3; local 236 memset((char *) &res3, 0, sizeof(res3)); 242 (SVC_IN_ARG_TYPE) &res3, 249 if ((errno = res3.fhs_status)) { 254 fhp->v3.am_fh3_length = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; 256 res3.mountres3_u.mountinfo.fhandle.fhandle3_val,
|
| ops_nfs.c | 187 struct am_mountres3 res3; local 200 memset(&res3, 0, sizeof(res3)); 201 fp->fh_error = pickup_rpc_reply(pkt, len, (voidp) &res3, 203 fp->fh_status = unx_error(res3.fhs_status); 205 fp->fh_nfs_handle.v3.am_fh3_length = res3.mountres3_u.mountinfo.fhandle.fhandle3_len; 207 res3.mountres3_u.mountinfo.fhandle.fhandle3_val, 210 XFREE(res3.mountres3_u.mountinfo.fhandle.fhandle3_val); 211 if (res3.mountres3_u.mountinfo.auth_flavors.auth_flavors_val) 212 XFREE(res3.mountres3_u.mountinfo.auth_flavors.auth_flavors_val) 255 am_LOOKUP3res res3; local [all...] |
| /src/external/lgpl3/gmp/dist/mini-gmp/tests/ |
| t-reuse.c | 153 mpz_t res1, res2, res3; local 171 mpz_init (res3); 404 mpz_gcdext (res1, res2, res3, res1, in2); 407 mpz_check_format (res3); 409 || mpz_cmp (ref3, res3) != 0) 413 mpz_gcdext (res1, res2, res3, res2, in2); 416 mpz_check_format (res3); 418 || mpz_cmp (ref3, res3) != 0) 421 mpz_set (res3, in1); 422 mpz_gcdext (res1, res2, res3, res3, in2) [all...] |
| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| reuse.c | 214 mpz_t res1, res2, res3; local 237 mpz_init (res3); 242 mpz_set_ui (res3, 1); /* force allocation */ 487 mpz_gcdext (res1, res2, res3, i1, i2); \ 490 MPZ_CHECK_FORMAT (res3); \ 492 || mpz_cmp (ref3, res3) != 0) \ 505 mpz_clobber (res3); 510 mpz_clobber (res3); 515 mpz_set (res3, in1); 516 GCDEXT_CHECK3 (res3, in2) [all...] |
| /src/sys/arch/hppa/dev/ |
| elroyreg.h | 66 uint64_t res3[30]; /* 0x110 */ member in struct:elroy_regs
|
| /src/sys/arch/x86/include/ |
| bootinfo.h | 172 int res0, res1, res2, res3; /* future expansion; 0 now */ member in struct:bi_biosgeom_entry
|
| /src/external/gpl3/gdb/dist/sim/arm/ |
| armemu.c | 528 ARMword res1, res2, res3, res4; local 602 res3 = ((valn >> 16) & 0xFF) + ((valm >> 16) & 0xFF); 603 if (res3 > 0xFF) 615 | ((res3 << 16) & 0xFF0000) | (res4 << 24); 631 res3 = ((valn >> 16) & 0XFF) - ((valm >> 16) & 0xFF); 632 if (res3 & 0x800000) 644 | ((res3 << 16) & 0xFF0000) | (res4 << 24);
|
| /src/external/gpl3/gdb.old/dist/sim/arm/ |
| armemu.c | 528 ARMword res1, res2, res3, res4; local 602 res3 = ((valn >> 16) & 0xFF) + ((valm >> 16) & 0xFF); 603 if (res3 > 0xFF) 615 | ((res3 << 16) & 0xFF0000) | (res4 << 24); 631 res3 = ((valn >> 16) & 0XFF) - ((valm >> 16) & 0xFF); 632 if (res3 & 0x800000) 644 | ((res3 << 16) & 0xFF0000) | (res4 << 24);
|
| /src/sys/dev/pci/ |
| amrreg.h | 284 u_int8_t res3; member in struct:amr_notify
|
| mlyreg.h | 213 u_int8_t res3:2; /* N/A */ member in struct:mly_param_controller 334 u_int8_t res3[4 + 16 + 64]; /* N/A */ member in struct:mly_health_status 535 u_int8_t res3[9]; /* N/A */ member in struct:mly_ioctl_getcontrollerinfo 732 u_int8_t res3[8]; /* N/A */ member in struct:mly_ioctl_getlogdevinfovalid 764 u_int8_t res3:5; member in struct:mly_ioctl_getphysdevinfovalid 844 u_int8_t res3[8]; /* N/A */ member in struct:mly_ioctl_getdevstatistics 865 u_int8_t res3[4]; /* N/A */ member in struct:mly_ioctl_getcontrollerstatistics
|
| /src/sys/external/mit/xen-include-public/dist/xen/include/public/arch-x86/hvm/ |
| save.h | 522 uint64_t res3; /* reserved */ member in struct:hvm_hw_hpet
|
| /src/sys/dev/ic/ |
| cissreg.h | 298 u_int8_t res3; member in struct:ciss_pdid
|
| /src/crypto/external/bsd/netpgp/dist/bindings/perl/ |
| netpgpperl_wrap.c | 2560 int res3 ; local 2579 res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3); 2580 if (!SWIG_IsOK(res3)) { 2581 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_setvar" "', argument " "3"" of type '" "char const *""'"); 2738 int res3 ; local 2759 res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3); 2760 if (!SWIG_IsOK(res3)) { 2761 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_set_homedir" "', argument " "3"" of type '" "char const *""'"); 2874 int res3 ; local 2893 res3 = SWIG_AsCharPtrAndSize(ST(2), &buf3, NULL, &alloc3) 3053 int res3 ; local 3123 int res3 ; local 3186 int res3 ; local 3274 int res3 ; local 3338 int res3 ; local 3512 int res3 ; local 3675 int res3 ; local 3741 int res3 ; local [all...] |
| /src/crypto/external/bsd/netpgp/dist/bindings/tcl/ |
| netpgptcl_wrap.c | 2417 int res3 ; local 2432 res3 = SWIG_AsCharPtrAndSize(objv[3], &buf3, NULL, &alloc3); 2433 if (!SWIG_IsOK(res3)) { 2434 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_setvar" "', argument " "3"" of type '" "char const *""'"); 2715 int res3 ; local 2735 res3 = SWIG_AsCharPtrAndSize(objv[3], &buf3, NULL, &alloc3); 2736 if (!SWIG_IsOK(res3)) { 2737 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_encrypt_file" "', argument " "3"" of type '" "char const *""'"); 2776 int res3 ; local 2793 res3 = SWIG_AsCharPtrAndSize(objv[3], &buf3, NULL, &alloc3) 2830 int res3 ; local 2905 int res3 ; local 2960 int res3 ; local [all...] |
| /src/external/mpl/bind/dist/lib/isccfg/ |
| check.c | 3912 isc_result_t res1, res2, res3; local 3926 res3 = check_update_policy(obj, logctx); 3927 if (res3 != ISC_R_SUCCESS) {
|
| /src/crypto/external/bsd/netpgp/dist/bindings/python/ |
| netpgppython_wrap.c | 3467 int res3 ; variable 3485 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3); 3486 if (!SWIG_IsOK(res3)) { 3487 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_setvar" "', argument " "3"" of type '" "char const *""'"); 3625 int res3 ; variable 3646 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3); 3647 if (!SWIG_IsOK(res3)) { 3648 SWIG_exception_fail(SWIG_ArgError(res3), "in method '" "netpgp_set_homedir" "', argument " "3"" of type '" "char const *""'"); 3744 int res3 ; variable 3762 res3 = SWIG_AsCharPtrAndSize(obj2, &buf3, NULL, &alloc3) 3903 int res3 ; variable 3969 int res3 ; variable 4027 int res3 ; variable 4109 int res3 ; variable 4168 int res3 ; variable 4324 int res3 ; variable 4470 int res3 ; variable 4530 int res3 ; variable [all...] |