| /src/external/gpl3/gcc/dist/libgfortran/intrinsics/ |
| size.c | 31 size0 (const array_t * array) function 47 iexport(size0); variable
|
| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| size.c | 31 size0 (const array_t * array) function 47 iexport(size0); variable
|
| /src/sys/arch/powerpc/powerpc/ |
| bus_dma.c | 432 bus_size_t size0 = size; local 524 map->dm_mapsize = size0;
|
| /src/tests/lib/libpthread/ |
| t_stack.c | 332 size_t size, size0; local 367 RZ(pthread_attr_getstacksize(&attr, &size0)); 372 ATF_CHECK_EQ_MSG(C->size, size0, "expected %zu actual %zu", 373 C->size, size0);
|
| /src/external/bsd/zstd/dist/programs/ |
| datagen.c | 106 size_t size0 = RDG_rand(seedPtr) & 3; local 107 size0 = (size_t)1 << (16 + size0 * 2); 108 size0 += RDG_rand(seedPtr) & (size0-1); /* because size0 is power of 2*/ 109 if (buffSize < pos + size0) { 113 memset(buffPtr+pos, 0, size0); 114 pos += size0;
|
| /src/sys/kern/ |
| kern_sysctl.c | 2436 const int size0 = 16; local 2454 log->log_num = malloc(size0 * sizeof(int), 2461 memset(log->log_num, 0, size0 * sizeof(int)); 2463 log->log_size = size0; 2464 log->log_left = size0;
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_7zip.c | 4399 size_t size0, size1, size2, size3; local 4403 size0 = zip->tmp_stream_bytes_remaining; 4404 buf0 = zip->tmp_stream_buff + zip->tmp_stream_bytes_avail - size0; 4446 size_t limit = size0 - inPos;
|
| /src/external/gpl3/gcc/dist/libgfortran/ |
| libgfortran.h | 1511 extern index_type size0 (const array_t * array); 1512 iexport_proto(size0); variable
|
| /src/external/gpl3/gcc.old/dist/libgfortran/ |
| libgfortran.h | 1507 extern index_type size0 (const array_t * array); 1508 iexport_proto(size0); variable
|
| /src/external/gpl3/gcc/dist/gcc/ |
| dwarf2out.cc | 17095 unsigned int size0, size1; 17096 if (!GET_MODE_SIZE (GET_MODE (x0)).is_constant (&size0) 17110 add_loc_descr_op_piece (&cc_loc_result, size0); 17082 unsigned int size0, size1; local
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| dwarf2out.cc | 17009 unsigned int size0, size1; 17010 if (!GET_MODE_SIZE (GET_MODE (x0)).is_constant (&size0) 17024 add_loc_descr_op_piece (&cc_loc_result, size0); 16996 unsigned int size0, size1; local
|