| /src/external/bsd/zstd/dist/tests/cli-tests/bin/ |
| cmp_size | 34 size1=$(wc -c < $2) 38 -eq) [ "$size1" -eq "$size2" ] ;; 39 -ne) [ "$size1" -ne "$size2" ] ;; 40 -lt) [ "$size1" -lt "$size2" ] ;; 41 -le) [ "$size1" -le "$size2" ] ;; 42 -gt) [ "$size1" -gt "$size2" ] ;; 43 -ge) [ "$size1" -ge "$size2" ] ;;
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| xsize.h | 57 xsum (size_t size1, size_t size2) 59 size_t sum = size1 + size2; 60 return (sum >= size1 ? sum : SIZE_MAX); 68 xsum3 (size_t size1, size_t size2, size_t size3) 70 return xsum (xsum (size1, size2), size3); 78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 80 return xsum (xsum (xsum (size1, size2), size3), size4); 88 xmax (size_t size1, size_t size2) 92 return (size1 >= size2 ? size1 : size2) [all...] |
| /src/external/gpl2/gettext/dist/gettext-runtime/libasprintf/ |
| xsize.h | 57 xsum (size_t size1, size_t size2) 59 size_t sum = size1 + size2; 60 return (sum >= size1 ? sum : SIZE_MAX); 68 xsum3 (size_t size1, size_t size2, size_t size3) 70 return xsum (xsum (size1, size2), size3); 78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 80 return xsum (xsum (xsum (size1, size2), size3), size4); 88 xmax (size_t size1, size_t size2) 92 return (size1 >= size2 ? size1 : size2) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/ |
| xsize.h | 56 xsum (size_t size1, size_t size2) 58 size_t sum = size1 + size2; 59 return (sum >= size1 ? sum : SIZE_MAX); 67 xsum3 (size_t size1, size_t size2, size_t size3) 69 return xsum (xsum (size1, size2), size3); 77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 79 return xsum (xsum (xsum (size1, size2), size3), size4); 87 xmax (size_t size1, size_t size2) 91 return (size1 >= size2 ? size1 : size2) [all...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/ |
| xsize.h | 56 xsum (size_t size1, size_t size2) 58 size_t sum = size1 + size2; 59 return (sum >= size1 ? sum : SIZE_MAX); 67 xsum3 (size_t size1, size_t size2, size_t size3) 69 return xsum (xsum (size1, size2), size3); 77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 79 return xsum (xsum (xsum (size1, size2), size3), size4); 87 xmax (size_t size1, size_t size2) 91 return (size1 >= size2 ? size1 : size2) [all...] |
| /src/external/gpl2/texinfo/dist/intl/ |
| xsize.h | 59 xsum (size_t size1, size_t size2) 61 size_t sum = size1 + size2; 62 return (sum >= size1 ? sum : SIZE_MAX); 70 xsum3 (size_t size1, size_t size2, size_t size3) 72 return xsum (xsum (size1, size2), size3); 80 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 82 return xsum (xsum (xsum (size1, size2), size3), size4); 90 xmax (size_t size1, size_t size2) 94 return (size1 >= size2 ? size1 : size2) [all...] |
| /src/external/gpl2/xcvs/dist/lib/ |
| xsize.h | 56 xsum (size_t size1, size_t size2) 58 size_t sum = size1 + size2; 59 return (sum >= size1 ? sum : SIZE_MAX); 67 xsum3 (size_t size1, size_t size2, size_t size3) 69 return xsum (xsum (size1, size2), size3); 77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) 79 return xsum (xsum (xsum (size1, size2), size3), size4); 87 xmax (size_t size1, size_t size2) 91 return (size1 >= size2 ? size1 : size2) [all...] |
| regex.c | 36 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 37 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
|
| /src/sys/arch/ia64/stand/common/ |
| calloc.c | 9 calloc(u_int size1, u_int size2) 11 u_int total_size = size1 * size2;
|
| /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/external/gpl3/gcc.old/dist/gcc/ |
| tree-ssa-alias.h | 185 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 186 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the 191 unsigned HOST_WIDE_INT size1, 195 if (size1 == 0 || size2 == 0) 202 && (size1 == (unsigned HOST_WIDE_INT)-1 203 || pos2 < (pos1 + (HOST_WIDE_INT) size1)))
|
| ipa-modref-tree.cc | 114 poly_int64 offset1, poly_int64 size1, 119 && known_eq (size, size1) 127 size = size1; 140 if (!known_eq (size, size1)) 359 poly_int64 offset1, poly_int64 size1, 365 poly_int64 new_size = size1; 368 || known_le (size2, size1)) 371 gcc_checking_assert (known_le (size1, size2));
|
| /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/distrib/acorn32/ |
| mksparkive.sh | 170 size1=$(wc -c "$file" | awk '{print $1}') 172 if [ $size1 -ge $size2 ]
|
| /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...] |
| /src/external/gpl2/gettext/dist/gettext-tools/libgrep/ |
| regex.c | 58 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 59 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 330 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 334 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 361 const char *string1, int size1, 367 const char *string1, int size1, 385 wchar_t *string1, int size1, 389 const char *string1, int size1, 1127 int size1, [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| regex.c | 78 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 79 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 390 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 394 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 421 const char *string1, int size1, 427 const char *string1, int size1, 445 wchar_t *string1, int size1, 449 const char *string1, int size1, 1184 int size1, const CHAR_T *string2, int size2 [all...] |
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| regex.c | 78 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 79 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 390 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 394 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 421 const char *string1, int size1, 427 const char *string1, int size1, 445 wchar_t *string1, int size1, 449 const char *string1, int size1, 1184 int size1, const CHAR_T *string2, int size2 [all...] |
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| regex.c | 78 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 79 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 390 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 394 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 421 const char *string1, int size1, 427 const char *string1, int size1, 445 wchar_t *string1, int size1, 449 const char *string1, int size1, 1184 int size1, const CHAR_T *string2, int size2 [all...] |
| /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/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/gpl2/grep/dist/lib/ |
| regex.c | 94 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 95 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 401 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 405 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 428 const char *string1, int size1, 1129 print_double_string (where, string1, size1, string2, size2) 1133 int size1; 1144 for (this_char = where - string1; this_char < size1; this_char++) 1664 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, 4952 int size1, size2; variable 5353 int size1 = 0, size2 = 0; local [all...] |
| /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
|