| /src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/ |
| size.c | 49 extern index_type size1 (const array_t * array, index_type dim); 50 export_proto(size1); variable 55 size1 (const array_t * array, index_type dim) function
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_allocator_bytemap.h | 66 uptr size1() const { return kSize1; } function in class:TwoLevelByteMap
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_flat_map.h | 100 constexpr uptr size1() const { return kSize1; } function in class:__sanitizer::TwoLevelMap
|
| /src/external/gpl2/dtc/dist/tests/ |
| dtbs_equal_ordered.c | 48 uint64_t addr1, size1, addr2, size2; local 54 CHECK(fdt_get_mem_rsv(fdt1, i, &addr1, &size1)); 57 if ((addr1 != addr2) || (size1 != size2)) 61 (unsigned long long)size1,
|
| dtbs_equal_unordered.c | 68 uint64_t addr1, size1, addr2, size2; local 80 CHECK(fdt_get_mem_rsv(fdt1, i, &addr1, &size1)); 83 if ((addr1 != addr2) || (size1 != size2)) 87 (unsigned long long)size1,
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_rtl_access.cpp | 245 int size1 = 1; local 248 size1 = 8; 251 size1 = 4; 254 size1 = 2; 258 addr += size1; 259 size -= size1;
|
| /src/external/bsd/tmux/dist/ |
| layout.c | 913 u_int sx, sy, xoff, yoff, size1, size2, minimum; local 960 * split, size1 is the size of the top/left and size2 the bottom/right. 976 size1 = saved_size - 1 - size2; 982 new_size = size1; 1062 * Set new cell sizes. size1 is the size of the top/left and size2 the 1066 layout_set_size(lc1, size1, sy, xoff, yoff); 1069 layout_set_size(lc1, sx, size1, xoff, yoff);
|
| /src/external/bsd/zstd/dist/tests/regression/ |
| data.c | 284 size_t const size1 = strlen(str1); local 287 size_t const size = size1 + size2 + size3 + 1; 292 strcpy(dst + size1, str2); 294 strcpy(dst + size1 + size2, str3); 295 assert(strlen(dst) == size1 + size2 + size3);
|
| /src/external/gpl3/binutils/dist/ld/emultempl/ |
| spu_ovl.S | 54 #define size1 reserved3 define 158 rotqbyi size1, vma, 4 # 1,4 14 165 andi present1, size1, 1 # 0,2 18
|
| /src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| spu_ovl.S | 54 #define size1 reserved3 define 158 rotqbyi size1, vma, 4 # 1,4 14 165 andi present1, size1, 1 # 0,2 18
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_rtl.cc | 692 int size1 = 1; local 695 size1 = 8; 698 size1 = 4; 701 size1 = 2; 705 addr += size1; 706 size -= size1;
|
| /src/sys/external/bsd/sljit/dist/test_src/ |
| sljitTest.c | 4822 sljit_uw size1, size2, size3; local 4861 size1 = compiler->size; 4874 result = (compiler->size - size3) == (size3 - size2) && (size3 - size2) == (size2 - size1);
|
| /src/usr.sbin/acpitools/aml/ |
| aml_parse.c | 365 int size1, size2, size; local 374 size1 = aml_objtonum(env, obj); 376 size = (size1 < size2) ? size1 : size2; 377 if (size1 > 0) { 378 buffer = memman_alloc_flexsize(aml_memman, size1); 384 bzero(buffer, size1); 392 obj->buffer.size = size1;
|
| /src/external/bsd/pcc/dist/pcc/cc/ccom/ |
| trees.c | 2877 int size1 = (int)tsize(p->n_type, p->n_left->n_df, local 2881 if (size1 < ap->iarg(0)) 2882 ap->iarg(0) = size1;
|
| /src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
| trees.c | 2806 int size1 = (int)tsize(p->n_type, p->n_left->n_df, local 2810 if (size1 < ap->iarg(0)) 2811 ap->iarg(0) = size1;
|
| /src/external/cddl/osnet/dist/common/nvpair/ |
| nvpair.c | 489 int size1, size2; local 503 size1 = nvp->nvp_size - NVP_VALOFF(nvp); 504 if (size2 < 0 || size1 != NV_ALIGN(size2))
|
| /src/external/gpl3/binutils/dist/gas/config/ |
| tc-s12z.c | 1274 int size1 = size_from_suffix (insn, 0); 1297 mb |= (size1 - 1) << 4; 1267 int size1 = size_from_suffix (insn, 0); local
|
| /src/external/gpl3/binutils.old/dist/gas/config/ |
| tc-s12z.c | 1274 int size1 = size_from_suffix (insn, 0); 1297 mb |= (size1 - 1) << 4; 1267 int size1 = size_from_suffix (insn, 0); local
|
| /src/external/bsd/zstd/dist/tests/ |
| zstreamtest.c | 2082 size_t size1, size2; local 2088 size1 = ZSTD_compress2(cctx, dst1, dstSize, src, srcSize); 2090 if (ZSTD_isError(size1)) goto _output_error; 2091 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst1, size1)); 2102 assert(size1 - size2 == 4); /* We add another RLE block with header + character */ 2108 size1 = ZSTD_compress2(cctx, dst1, dstSize, src, srcSize); 2110 if (ZSTD_isError(size1)) goto _output_error; 2111 CHECK_Z(ZSTD_decompress(checkBuf, srcSize, dst1, size1)); 2123 assert(size1 == size2); 2124 assert(memcmp(dst1, dst2, size1) == 0); /* Compressed output should be equal * 2137 size_t size1, size2; local [all...] |
| fuzzer.c | 1555 size_t size1, size2; local 1557 size1 = ZSTD_compressCCtx(cctx, compressedBuffer, compressedBufferSize, CNBuffer, sampleSize, i); 1558 CHECK_Z(size1); 1562 CHECK_EQ(size1, size2); 1567 CHECK_EQ(size1, size2); 1571 CHECK_EQ(size1, size2); 1583 CHECK_EQ(size1, outb.pos); 2925 size_t size1, size2; local 2929 size1 = ZSTD_compress2(cctx, compressedBuffer, compressedBufferSize, CNBuffer, MIN(CNBuffSize, 100 KB)); 2930 if (ZSTD_isError(size1)) goto _output_error 3000 size_t size1, size2; local 3016 size_t size1, size2; local [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| ipa-icf.cc | 1546 unsigned size1, size2, i; local 1573 size1 = gimple_phi_num_args (phi1); 1576 if (size1 != size2) 1579 for (i = 0; i < size1; ++i)
|
| tree-ssa-loop-im.cc | 1827 poly_widest_int size1, size2; local 1839 get_inner_reference_aff (mem1->mem.ref, &off1, &size1); 1846 if (aff_comb_cannot_overlap_p (&off2, size1, size2))
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_read_support_format_7zip.c | 4399 size_t size0, size1, size2, size3; local 4405 size1 = zip->sub_stream_bytes_remaining[0]; 4406 buf1 = zip->sub_stream_buff[0] + zip->sub_stream_size[0] - size1; 4488 if (size1 < 4) 4491 size1 -= 4; 4526 zip->sub_stream_bytes_remaining[0] = size1;
|
| /src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
| c6x.cc | 2354 int size, size1; 2429 size1 = size; 2433 if (((HOST_WIDE_INT)size1 - 1) & off) 2436 if (off > -32 && off < (size1 == size ? 32 : 28)) 2439 || size1 > UNITS_PER_WORD) 2342 int size, size1; local
|
| /src/external/gpl2/diffutils/dist/lib/ |
| regex.c | 71 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 72 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 389 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 393 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 420 const char *string1, int size1, 426 const char *string1, int size1, 444 wchar_t *string1, int size1, 448 const char *string1, int size1, 1191 PREFIX(print_double_string) (where, string1, size1, string2, size2 5056 int size1, size2; variable [all...] |