Searched refs:size1 (Results 1 - 25 of 80) sorted by relevance

1234

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-cwd-and-chdir.c31 size_t size1; local
35 size1 = 1;
36 err = uv_cwd(buffer_orig, &size1);
38 ASSERT(size1 > 1);
40 size1 = sizeof buffer_orig;
41 err = uv_cwd(buffer_orig, &size1);
43 ASSERT(size1 > 0);
44 ASSERT(buffer_orig[size1] != '/');
53 ASSERT(size1 == size2);
/netbsd-current/external/lgpl3/mpfr/dist/tools/
H A Dck-clz_tab17 size1=`sed -n 's/^extern .* __clz_tab\[\([0-9]\+\)\].*/\1/p' \
23 if [ -n "$size1" ] && [ -n "$size2" ] && [ "$size1" != "$size2" ]; then
26 mpfr-longlong.h $size1
/netbsd-current/external/gpl2/xcvs/dist/lib/
H A Dxsize.h56 xsum (size_t size1, size_t size2) argument
58 size_t sum = size1 + size2;
59 return (sum >= size1 ? sum : SIZE_MAX);
67 xsum3 (size_t size1, size_t size2, size_t size3) argument
69 return xsum (xsum (size1, size2), size3);
77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
79 return xsum (xsum (xsum (size1, size2), size3), size4);
87 xmax (size_t size1, size_t size2) argument
91 return (size1 >= size2 ? size1
[all...]
H A Dregex.c36 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
37 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dxsize.h57 xsum (size_t size1, size_t size2) argument
59 size_t sum = size1 + size2;
60 return (sum >= size1 ? sum : SIZE_MAX);
68 xsum3 (size_t size1, size_t size2, size_t size3) argument
70 return xsum (xsum (size1, size2), size3);
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
80 return xsum (xsum (xsum (size1, size2), size3), size4);
88 xmax (size_t size1, size_t size2) argument
92 return (size1 >= size2 ? size1
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/libasprintf/
H A Dxsize.h57 xsum (size_t size1, size_t size2) argument
59 size_t sum = size1 + size2;
60 return (sum >= size1 ? sum : SIZE_MAX);
68 xsum3 (size_t size1, size_t size2, size_t size3) argument
70 return xsum (xsum (size1, size2), size3);
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
80 return xsum (xsum (xsum (size1, size2), size3), size4);
88 xmax (size_t size1, size_t size2) argument
92 return (size1 >= size2 ? size1
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dxsize.h56 xsum (size_t size1, size_t size2) argument
58 size_t sum = size1 + size2;
59 return (sum >= size1 ? sum : SIZE_MAX);
67 xsum3 (size_t size1, size_t size2, size_t size3) argument
69 return xsum (xsum (size1, size2), size3);
77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
79 return xsum (xsum (xsum (size1, size2), size3), size4);
87 xmax (size_t size1, size_t size2) argument
91 return (size1 >= size2 ? size1
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dxsize.h56 xsum (size_t size1, size_t size2) argument
58 size_t sum = size1 + size2;
59 return (sum >= size1 ? sum : SIZE_MAX);
67 xsum3 (size_t size1, size_t size2, size_t size3) argument
69 return xsum (xsum (size1, size2), size3);
77 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
79 return xsum (xsum (xsum (size1, size2), size3), size4);
87 xmax (size_t size1, size_t size2) argument
91 return (size1 >= size2 ? size1
[all...]
/netbsd-current/external/gpl2/texinfo/dist/intl/
H A Dxsize.h59 xsum (size_t size1, size_t size2) argument
61 size_t sum = size1 + size2;
62 return (sum >= size1 ? sum : SIZE_MAX);
70 xsum3 (size_t size1, size_t size2, size_t size3) argument
72 return xsum (xsum (size1, size2), size3);
80 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) argument
82 return xsum (xsum (xsum (size1, size2), size3), size4);
90 xmax (size_t size1, size_t size2) argument
94 return (size1 >= size2 ? size1
[all...]
/netbsd-current/sys/arch/ia64/stand/common/
H A Dcalloc.c9 calloc(u_int size1, u_int size2) argument
11 u_int total_size = size1 * size2;
/netbsd-current/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dsize.c47 extern index_type size1 (const array_t * array, index_type dim);
48 export_proto(size1); variable
51 size1 (const array_t * array, index_type dim) function
/netbsd-current/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dsize.c49 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
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/
H A Dder_writer.c31 * and after WPACKET_close(). We use size1 and size2 to determine if
35 size_t size1, size2; local
45 return WPACKET_get_total_written(pkt, &size1)
48 && (size1 == size2 || WPACKET_put_bytes_u8(pkt, tag));
183 * and after WPACKET_close(). We use size1 and size2 to determine if
190 size_t size1, size2; local
192 return WPACKET_get_total_written(pkt, &size1)
195 && (size1 == size2
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-alias.h184 unsigned HOST_WIDE_INT size1,
188 if (size1 == 0 || size2 == 0)
195 && (size1 == (unsigned HOST_WIDE_INT)-1
196 || pos2 < (pos1 + (HOST_WIDE_INT) size1)))
183 ranges_overlap_p(HOST_WIDE_INT pos1, unsigned HOST_WIDE_INT size1, HOST_WIDE_INT pos2, unsigned HOST_WIDE_INT size2) argument
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-alias.h191 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)))
190 ranges_overlap_p(HOST_WIDE_INT pos1, unsigned HOST_WIDE_INT size1, HOST_WIDE_INT pos2, unsigned HOST_WIDE_INT size2) argument
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-unaligned.c31 uint8_t size1[8]; member in union:__anon597::__anon598
87 ACCESS (data.u.size1[offset]);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/
H A Dwatchpoint-unaligned.c31 uint8_t size1[8]; member in union:__anon2816::__anon2817
86 ACCESS (data.u.size1[offset]);
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Ddtbs_equal_ordered.c48 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,
H A Ddtbs_equal_unordered.c68 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,
/netbsd-current/distrib/acorn32/
H A Dmksparkive.sh170 size1=$(wc -c "$file" | awk '{print $1}')
172 if [ $size1 -ge $size2 ]
/netbsd-current/external/lgpl3/gmp/dist/tune/
H A Dspeed.h1078 mp_size_t size1; \
1083 size1 = (s->r == 0 ? s->size : s->r); \
1084 if (size1 < 0) size1 = -size1 - s->size; \
1086 SPEED_RESTRICT_COND (size1 >= 1); \
1087 SPEED_RESTRICT_COND (s->size >= size1); \
1090 SPEED_TMP_ALLOC_LIMBS (wp, size1 + s->size, s->align_wp); \
1093 speed_operand_src (s, s->yp, size1); \
1094 speed_operand_dst (s, wp, size1
[all...]
/netbsd-current/external/gpl2/diffutils/dist/lib/
H A Dregex.c71 # 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, string
5056 int size1, size2; variable
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgrep/
H A Dregex.c58 # 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,
1118 print_double_string(const CHAR_T *where, const CHAR_T *string1, const CHAR_T *string2, int size1, int size2) argument
5010 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5455 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5536 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libiberty/
H A Dregex.c74 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
75 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
386 /* True if `size1' is non-NULL and PTR is pointing anywhere inside
390 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
417 const char *string1, int size1,
423 const char *string1, int size1,
441 wchar_t *string1, int size1,
445 const char *string1, int size1,
1180 int size1, cons
1173 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5009 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5450 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5530 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]
/netbsd-current/external/gpl3/gcc/dist/libiberty/
H A Dregex.c78 # 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, cons
1177 print_double_string(const CHAR_T *where, const CHAR_T *string1, int size1, const CHAR_T *string2, int size2) argument
5013 re_search_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int startpos, int range, struct re_registers *regs, int stop) argument
5454 re_match_2(struct re_pattern_buffer *bufp, const char *string1, int size1, const char *string2, int size2, int pos, struct re_registers *regs, int stop) argument
5534 wcs_re_match_2_internal(struct re_pattern_buffer *bufp, const char *cstring1, int csize1, const char *cstring2, int csize2, int pos, struct re_registers *regs, int stop, wchar_t *string1, int size1, wchar_t *string2, int size2, int *mbs_offset1, int *mbs_offset2) argument
[all...]

Completed in 485 milliseconds

1234