| /src/external/gpl2/dtc/dist/ |
| fdtput.c | 64 int value_size = 0; /* size of holding area */ local 87 if (upto + len > value_size) { 88 value_size = (upto + len) + 500; 89 value = xrealloc(value, value_size);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_kms.c | 234 uint32_t *value, value_tmp, *value_ptr, value_size; local 241 value_size = sizeof(uint32_t); 439 value_size = sizeof(uint64_t); 492 value_size = sizeof(uint32_t)*32; 495 value_size = sizeof(uint32_t)*32; 504 value_size = sizeof(uint32_t)*16; 537 value_size = sizeof(uint64_t); 542 value_size = sizeof(uint64_t); 547 value_size = sizeof(uint64_t); 605 if (copy_to_user(value_ptr, (char*)value, value_size)) { [all...] |
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_rar5.c | 1469 uint64_t value_size = 0; local 1474 if(!read_var(a, &rar->file.redir_type, &value_size)) 1476 if(ARCHIVE_OK != consume(a, (int64_t)value_size)) 1478 *extra_data_size -= value_size; 1480 if(!read_var(a, &rar->file.redir_flags, &value_size)) 1482 if(ARCHIVE_OK != consume(a, (int64_t)value_size)) 1484 *extra_data_size -= value_size; 1541 uint64_t value_size = 0; local 1548 if(!read_var(a, &flags, &value_size)) 1550 if(ARCHIVE_OK != consume(a, (int64_t)value_size)) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/config/bpf/ |
| bpf-helpers.h | 420 unsigned int value_size; member in struct:bpf_map_def
|
| /src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/ |
| componentlib.c | 2296 int value_size = ((ComponentUTF8String*)in->value.value)->value.octetLen; local 2308 if ( out->bv_len < *pos + value_size ) 2310 memcpy( out->bv_val + *pos, value_ptr, value_size ); 2311 out->bv_len += value_size; 2312 *pos += value_size;
|