| /src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
| interception.h | 28 typedef __sanitizer::uptr SIZE_T; 97 const __sanitizer::uptr replacement; 98 const __sanitizer::uptr original; 107 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 108 reinterpret_cast<const uptr>(func_name) } \ 117 { reinterpret_cast<const uptr>(wrapper_name), \ 118 reinterpret_cast<const uptr>(func_name) } \ 264 // so we use casting via an integral type __interception::uptr, 270 typedef unsigned long long uptr; // NOLINT typedef in namespace:__interception 272 typedef unsigned long uptr; // NOLIN [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_bo_list.c | 243 const void __user *uptr = u64_to_user_ptr(in->bo_info_ptr); local 258 if (copy_from_user(info, uptr, bytes)) 267 if (copy_from_user(&info[i], uptr, bytes)) 270 uptr += in->bo_info_size;
|
| /src/external/bsd/libarchive/dist/tar/ |
| bsdtar.c | 145 char *tptr, *uptr; local 384 uptr = strchr(bsdtar->argument, ':'); 385 if (uptr != NULL) { 386 if (uptr[1] == '\0') { 389 uptr[0] = 0; 390 uptr++; 391 l = strtol(uptr, &tptr, 10); 392 if (l < 0 || l >= INT_MAX || *uptr == '\0' || 394 lafe_errc(1, 0, "Invalid argument to --group (%s is not a number)", uptr); 663 uptr = strchr(bsdtar->argument, ':') [all...] |
| /src/external/gpl3/gcc/dist/libsanitizer/interception/ |
| interception.h | 28 typedef __sanitizer::uptr SIZE_T; 123 const __sanitizer::uptr replacement; 124 const __sanitizer::uptr original; 133 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 134 reinterpret_cast<const uptr>(func_name) } \ 143 { reinterpret_cast<const uptr>(wrapper_name), \ 144 reinterpret_cast<const uptr>(func_name) } \ 341 // so we use casting via an integral type __interception::uptr, 347 typedef unsigned long long uptr; typedef in namespace:__interception 349 typedef unsigned long uptr; [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
| interception.h | 27 typedef __sanitizer::uptr SIZE_T; 96 const __sanitizer::uptr replacement; 97 const __sanitizer::uptr original; 106 { reinterpret_cast<const uptr>(WRAP(func_name)), \ 107 reinterpret_cast<const uptr>(func_name) } \ 116 { reinterpret_cast<const uptr>(wrapper_name), \ 117 reinterpret_cast<const uptr>(func_name) } \ 260 // so we use casting via an integral type __interception::uptr, 266 typedef unsigned long long uptr; typedef in namespace:__interception 268 typedef unsigned long uptr; [all...] |
| /src/sys/net/npf/ |
| npf_os.c | 228 uint64_t *fullst, *uptr = *(uint64_t **)data; local 233 error = copyout(fullst, uptr, NPF_STATS_SIZE);
|
| /src/sys/dev/ic/ |
| isp_netbsd.c | 463 struct wwnpair pair, *uptr; local 483 uptr = &ua->wwns[0]; 500 if (copyout(&pair, (void *)uptr++, sizeof (pair))) {
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_internal_defs.h | 137 typedef unsigned long long uptr; // NOLINT typedef in namespace:__sanitizer 140 typedef unsigned long uptr; // NOLINT 148 typedef uptr uhwptr; // NOLINT 179 typedef uptr OFF_T; 184 typedef uptr operator_new_size_type; 380 (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0)) 382 #define GET_CALLER_PC() (__sanitizer::uptr) __builtin_return_address(0) 384 #define GET_CURRENT_FRAME() (__sanitizer::uptr) __builtin_frame_address(0) 393 #define GET_CALLER_PC() (__sanitizer::uptr) _ReturnAddress() 396 (((__sanitizer::uptr)_AddressOfReturnAddress()) + sizeof(__sanitizer::uptr) [all...] |
| /src/sys/sys/ |
| aio.h | 163 const void *uptr; member in struct:aiocbp
|
| /src/external/mpl/bind/dist/bin/tests/system/rpz/testlib/ |
| test-data.c | 229 uint32_t *uptr = NULL; local 241 uptr = (uint32_t *)(rdata + mlen + rlen); 242 result->serial = ntohl(*uptr); 243 uptr++; 244 result->refresh = ntohl(*uptr); 245 uptr++; 246 result->retry = ntohl(*uptr); 247 uptr++; 248 result->expire = ntohl(*uptr); 249 uptr++ [all...] |
| /src/sys/kern/ |
| sys_aio.c | 1133 aiosp_validate_conflicts(struct aiosp *aiosp, const void *uptr) 1143 if (job && st->job->aiocb_uptr == uptr) { 1149 if (job->aiocb_uptr == uptr) { 1169 aiosp_error(struct aiosp *aiosp, const void *uptr, register_t *retval) 1174 error = aiocbp_lookup_job(aiosp, uptr, &job); 1194 aiosp_return(struct aiosp *aiosp, const void *uptr, register_t *retval) 1200 error = aiocbp_remove_job(aiosp, uptr, &job, &handle); 1247 aiocbp_hash(const void *uptr) 1249 return hash32_buf(&uptr, sizeof(uptr), HASH32_BUF_INIT) 1332 const void *uptr; local 1852 const void *uptr = SCARG(uap, aiocbp); local 1899 const void *uptr = SCARG(uap, aiocbp); local [all...] |
| /src/external/bsd/libevent/dist/test/ |
| regress_util.c | 768 ev_uintptr_t uptr; local 842 uptr = (ev_uintptr_t)ptr; 845 ptr = (void *)uptr;
|
| /src/external/bsd/ntp/dist/sntp/libevent/test/ |
| regress_util.c | 765 ev_uintptr_t uptr; local 839 uptr = (ev_uintptr_t)ptr; 842 ptr = (void *)uptr;
|
| /src/external/bsd/openldap/dist/servers/slapd/ |
| config.c | 1329 unsigned *uptr; local 1380 uptr = (unsigned *)((char *)dst + tab->off); 1382 rc = lutil_atoux( uptr, val, 0 ); 1435 unsigned *uptr; local 1480 uptr = (unsigned *)((char *)src + tab->off); 1483 ptr += snprintf( ptr, sizeof( buf ) - ( ptr - buf ), "%u", *uptr );
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 136 typedef unsigned long long uptr; typedef in namespace:__sanitizer 140 typedef unsigned long uptr; 143 typedef unsigned int uptr; 152 typedef uptr uhwptr; 183 typedef uptr OFF_T; 188 typedef uptr operator_new_size_type; 396 ((__sanitizer::uptr)__builtin_extract_return_addr( \ 398 # define GET_CURRENT_FRAME() ((__sanitizer::uptr)__builtin_frame_address(0)) 407 # define GET_CALLER_PC() ((__sanitizer::uptr)_ReturnAddress()) 410 (((__sanitizer::uptr)_AddressOfReturnAddress()) + sizeof(__sanitizer::uptr) [all...] |
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_internal_defs.h | 139 typedef unsigned long long uptr; typedef in namespace:__sanitizer 146 typedef unsigned long uptr; 149 typedef unsigned int uptr; 158 typedef uptr uhwptr; 188 typedef uptr OFF_T; 193 typedef uptr operator_new_size_type; 393 (__sanitizer::uptr) __builtin_extract_return_addr(__builtin_return_address(0)) 395 #define GET_CALLER_PC() (__sanitizer::uptr) __builtin_return_address(0) 397 #define GET_CURRENT_FRAME() (__sanitizer::uptr) __builtin_frame_address(0) 406 #define GET_CALLER_PC() (__sanitizer::uptr) _ReturnAddress( [all...] |
| /src/crypto/external/bsd/openssl.old/dist/apps/ |
| apps.c | 2065 const char *uptr = (const char *)ASN1_STRING_get0_data(uri); local 2066 if (strncmp(uptr, "http://", 7) == 0) 2067 return uptr;
|
| /src/external/bsd/openldap/dist/servers/lloadd/ |
| config.c | 2906 unsigned *uptr; local 2949 uptr = (unsigned *)( (char *)dst + tab->off ); 2951 rc = lutil_atoux( uptr, val, 0 ); 3008 unsigned *uptr; local 3054 uptr = (unsigned *)( (char *)src + tab->off ); 3058 *uptr );
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| apps.c | 2381 const char *uptr = (const char *)ASN1_STRING_get0_data(uri); local 2383 if (IS_HTTP(uptr)) /* can/should not use HTTPS here */ 2384 return uptr;
|
| /src/external/public-domain/sqlite/dist/tea/generic/ |
| tclsqlite3.c | 76 typedef uintptr_t uptr; typedef 78 typedef unsigned int uptr; typedef 80 typedef sqlite3_uint64 uptr; typedef 702 Tcl_NewWideIntObj((Tcl_WideInt)(uptr)pStmt)); 717 Tcl_NewWideIntObj((Tcl_WideInt)(uptr)pStmt)); 731 Tcl_NewWideIntObj((Tcl_WideInt)(uptr)pStmt)); 743 Tcl_NewWideIntObj((Tcl_WideInt)(uptr)db));
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| apps.c | 2437 const char *uptr = (const char *)ASN1_STRING_get0_data(uri); local 2439 if (IS_HTTP(uptr)) /* can/should not use HTTPS here */ 2440 return uptr;
|
| /src/sys/external/bsd/ipf/netinet/ |
| fil.c | 4415 void *ptr, *uptr; local 4476 uptr = fp->fr_data; 4668 if (uptr >= (void *)fp && 4669 uptr < (void *)((char *)fp + fp->fr_size)) { 4670 bcopy(uptr, ptr, fp->fr_dsize); 4673 error = COPYIN(uptr, ptr, fp->fr_dsize); 4681 ptr = uptr; 4912 fp->fr_data = uptr; 4916 if ((f->fr_dsize != 0) && (uptr != NULL)) { 4917 error = COPYOUT(f->fr_data, uptr, [all...] |
| /src/external/gpl3/gcc/dist/gcc/ |
| asan.cc | 228 uptr __size; 232 uptr __size_with_redzone; 241 uptr __has_dynamic_init; 3193 uptr __size; 3194 uptr __size_with_redzone; 3197 uptr __has_dynamic_init; 3243 tree uptr = TREE_TYPE (DECL_CHAIN (TYPE_FIELDS (type))); local 3249 return build_int_cst (uptr, 0); 3283 return fold_convert (uptr, build_fold_addr_expr (var)); 3310 tree init, uptr = TREE_TYPE (DECL_CHAIN (TYPE_FIELDS (type))) local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| asan.cc | 228 uptr __size; 232 uptr __size_with_redzone; 241 uptr __has_dynamic_init; 3145 uptr __size; 3146 uptr __size_with_redzone; 3149 uptr __has_dynamic_init; 3195 tree uptr = TREE_TYPE (DECL_CHAIN (TYPE_FIELDS (type))); local 3201 return build_int_cst (uptr, 0); 3235 return fold_convert (uptr, build_fold_addr_expr (var)); 3262 tree init, uptr = TREE_TYPE (DECL_CHAIN (TYPE_FIELDS (type))) local [all...] |
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-csky.c | 1355 unsigned char *uptr = (unsigned char *)ptr; local 1369 v = uptr[lo] | (uptr[hi] << 8); 1373 v |= uptr[lo + 2] | (uptr[hi + 2] << 8);
|