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

/haiku/src/libs/stdc++/legacy/
H A Deditbuf.cc90 return ptr - gap_end() + size1();
109 if (pos < size1())
111 else if (pos > size1())
121 i = size1();
124 new_s1 = size1();
155 adjust_markers (pos << 1, size1() << 1, gap_size(), data);
172 i = size1();
203 adjust_markers ((size1() + gap_size()) << 1, (pos + gap_size()) << 1,
222 int s1 = size1();
527 if (from > size1())
623 mark_pointer size1 = buf->size1() << 1; local
[all...]
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregex.c39 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \
40 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop)
/haiku/src/servers/package/
H A DFSUtils.cpp98 off_t size1; local
99 status_t error = content1.GetSize(&size1);
108 if (size1 != size2) {
113 if (size1 == 0) {
127 while (offset < size1) {
128 size_t toCompare = std::min(size_t(size1 - offset),
/haiku/src/build/libgnuregex/
H A Dregex.c214 /* True if `size1' is non-NULL and PTR is pointing anywhere inside
218 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1)
752 print_double_string (where, string1, size1, string2, size2)
756 int size1;
767 for (this_char = where - string1; this_char < size1; this_char++)
2422 DEBUG_PRINT_DOUBLE_STRING (string_place, string1, size1, string2, \
2464 `pend', `string1', `size1', `string2', and `size2'. */
2492 DEBUG_PRINT_DOUBLE_STRING (str, string1, size1, string2, size2); \
2885 re_search_2 (bufp, string1, size1, string
[all...]
/haiku/headers/cpp/
H A Deditbuf.h143 /* int gap; implicit: buf_size - size1 - size2 */
157 inline int size1() { return gap_start() - data; } function in struct:edit_buffer
/haiku/src/add-ons/kernel/file_systems/exfat/
H A Dexfat.h160 uint64 size1; member in struct:exfat_entry::__anon1374::__anon1379
/haiku/src/tests/kits/storage/
H A DResourcesTest.cpp990 off_t size1 = 0; local
992 CPPUNIT_ASSERT( file1.GetSize(&size1) == B_OK );
994 CPPUNIT_ASSERT( size1 == size2 );
995 char *buffer1 = new char[size1];
997 CPPUNIT_ASSERT( file1.ReadAt(0, buffer1, size1) == size1 );
999 for (int32 i = 0; i < size1; i++)
/haiku/src/bin/network/ping/
H A Dping6.c1966 int i, segments, origsegs, rthsize, size0, size1; local
1992 size1 = inet6_rth_space(IPV6_RTHDR_TYPE_0, 1);
1994 (size1 - size0) + 1;

Completed in 76 milliseconds