Searched refs:start_offset (Results 1 - 24 of 24) sorted by last modified time

/macosx-10.9.5/xnu-2422.115.4/osfmk/vm/
H A Dvm_map.c11479 vm_object_offset_t start_offset, end_offset; local
11520 start_offset = start - entry->vme_start;
11522 start_offset = 0;
11525 start_offset += entry->offset;
11536 vm_object_reuse_pages(object, start_offset, end_offset,
11568 vm_object_offset_t start_offset, end_offset; local
11611 start_offset = start - entry->vme_start;
11613 start_offset = 0;
11616 start_offset += entry->offset;
11636 start_offset,
[all...]
H A Dvm_object.c2826 vm_object_offset_t start_offset,
2855 if (end_offset - start_offset == object->vo_size ||
2862 if (m->offset < start_offset ||
2875 ((end_offset - start_offset) >> PAGE_SHIFT)) {
2877 for (cur_offset = start_offset;
2892 if (m->offset < start_offset ||
2824 vm_object_reuse_pages( vm_object_t object, vm_object_offset_t start_offset, vm_object_offset_t end_offset, boolean_t allow_partial_reuse) argument
H A Dbsd_vm.c363 int start_offset,
396 orig_offset = start_offset;
400 cur_needed = (start_offset + io_requested + (PAGE_SIZE - 1)) / PAGE_SIZE;
472 if ((xsize = PAGE_SIZE - start_offset) > io_requested)
475 if ( (retval = uiomove64((addr64_t)(((addr64_t)(dst_page->phys_page) << 12) + start_offset), xsize, uio)) )
479 start_offset = 0;
359 memory_object_control_uiomove( memory_object_control_t control, memory_object_offset_t offset, void * uio, int start_offset, int io_requested, int mark_dirty, int take_reference) argument
H A Dvm_object.h556 vm_object_offset_t start_offset,
/macosx-10.9.5/xnu-2422.115.4/bsd/vfs/
H A Dvfs_cluster.c2722 int start_offset; local
2837 start_offset = (int)(zero_off & PAGE_MASK_64);
2838 upl_f_offset = zero_off - start_offset;
2840 start_offset = (int)(uio->uio_offset & PAGE_MASK_64);
2841 upl_f_offset = uio->uio_offset - start_offset;
2843 start_offset = (int)(zero_off1 & PAGE_MASK_64);
2844 upl_f_offset = zero_off1 - start_offset;
2859 if ((start_offset + total_size) > max_io_size)
2860 total_size = max_io_size - start_offset;
2870 start_offset
3470 int start_offset; local
4806 int start_offset; local
5751 int start_offset; local
[all...]
/macosx-10.9.5/CF-855.17/
H A DCFBurstTrie.c307 static size_t serializeCFBurstTrie(CFBurstTrieRef trie, size_t start_offset, int fd);
649 off_t start_offset = lseek(fd, 0, SEEK_END); local
652 trie->mapSize = serializeCFBurstTrie(trie, start_offset, fd);
660 char *map = (char *)MapViewOfFile(mapHandle, FILE_MAP_READ, 0, start_offset, trie->mapSize);
666 trie->mapBase = mmap(0, trie->mapSize, PROT_READ, MAP_FILE|MAP_SHARED, fd, start_offset);
1785 static bool serializeCFBurstTrieLevels(CFBurstTrieRef trie, TrieLevelRef root, uint32_t *offset, off_t start_offset, bool dispose, bool isroot, int fd) argument
1811 if (serializeCFBurstTrieLevels(trie, nextLevel, offset, start_offset, true, false, fd)) {
1828 pwrite(fd, maptrie, size, this_offset+start_offset);
1839 if (serializeCFBurstTrieLevels(trie, nextLevel, offset, start_offset, true, false, fd)) {
1849 pwrite(fd, &maptrie, sizeof(maptrie), this_offset+start_offset);
1927 serializeCFBurstTrieLists(CFBurstTrieRef trie, TrieLevelRef root, off_t start_offset, int fd) argument
1948 serializeCFBurstTrie(CFBurstTrieRef trie, size_t start_offset, int fd) argument
[all...]
/macosx-10.9.5/WebKit-7537.78.2/blackberry/WebKitSupport/
H A DInputHandler.cpp2330 extractedText->start_offset = 0;
2334 extractedText->selection_start = selectionStart() - extractedText->start_offset;
2335 extractedText->selection_end = selectionEnd() - extractedText->start_offset;
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c3564 u_int32_t start_offset;
3569 if ((err = hfs_get_summary_index(hfsmp, block, &start_offset))) {
3573 next_offset = start_offset++;
3575 if ((start_offset >= hfsmp->hfs_summary_size) || (next_offset >= hfsmp->hfs_summary_size)) {
/macosx-10.9.5/bootp-268.1/bootplib/
H A DDNSNameList.c387 uint32_t start_offset; local
393 start_offset = 0;
405 DNSNameOffsetsAdd(new_name->dn_offsets, start_offset);
406 new_name->dn_buf[start_offset] = digits;
409 start_offset = i + 1;
/macosx-10.9.5/pcre-7/pcre/
H A Dpcre_dfa_exec.c304 start_offset start offset in the subject string
374 int start_offset,
747 current_subject > start_subject + md->start_offset)))
848 if (ptr == start_subject + start_offset) { ADD_ACTIVE(state_offset + 1, 0); }
2667 start_offset where to start in the subject string
2682 const char *subject, int length, int start_offset, int options, int *offsets,
2748 current_subject = (const unsigned char *)subject + start_offset;
2767 md->start_offset = start_offset;
2831 if (start_offset >
370 internal_dfa_exec( dfa_match_data *md, const uschar *this_start_code, const uschar *current_subject, int start_offset, int *offsets, int offsetcount, int *workspace, int wscount, int ims, int rlevel, int recursing) argument
2681 pcre_dfa_exec(const pcre *argument_re, const pcre_extra *extra_data, const char *subject, int length, int start_offset, int options, int *offsets, int offsetcount, int *workspace, int wscount) argument
[all...]
H A Dpcretest.c669 int start_offset, int options, int *use_offsets, int use_size_offsets,
683 count = pcre_exec(re, extra, (char *)bptr, len, start_offset, options,
1743 int start_offset = 0; local
1872 while(isdigit(*p)) start_offset = start_offset * 10 + *p++ - '0';
2159 count = pcre_dfa_exec(re, extra, (char *)bptr, len, start_offset,
2168 start_offset, options | g_notempty, use_offsets, use_size_offsets);
2188 (void)check_match_limit(re, extra, bptr, len, start_offset,
2193 count = check_match_limit(re, extra, bptr, len, start_offset,
2210 count = pcre_exec(re, extra, (char *)bptr, len, start_offset,
668 check_match_limit(pcre *re, pcre_extra *extra, uschar *bptr, int len, int start_offset, int options, int *use_offsets, int use_size_offsets, int flag, unsigned long int *limit, int errnumber, const char *msg) argument
[all...]
H A Dpcre_exec.c1091 mstart == md->start_subject + md->start_offset)))
1586 if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH);
5162 start_offset where to start in the subject string
5175 PCRE_SPTR subject, int length, int start_offset, int options, int *offsets,
5195 USPTR start_match = (USPTR)subject + start_offset;
5277 md->start_offset = start_offset;
5379 if (start_offset > 0 && start_offset < length)
5381 int tb = ((USPTR)subject)[start_offset];
5174 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, PCRE_SPTR subject, int length, int start_offset, int options, int *offsets, int offsetcount) argument
[all...]
H A Dpcregexp.pas366 length, start_offset, options : integer;
373 length, start_offset, options : integer;
H A Dpcredemo.c255 int start_offset = ovector[1]; /* Start at end of previous match */ local
274 start_offset, /* starting offset in the subject */
290 ovector[1] = start_offset + 1;
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Delf32-xtensa.c5320 bfd_vma start_offset; /* Offset in section. */
5431 ebb->start_offset = 0;
5558 ebb->start_offset - block_begin);
5559 if (insn_block_len != ebb->start_offset - block_begin)
5566 ebb->start_offset -= insn_block_len;
5571 >= ebb->start_offset))
6449 ebb->start_offset = r_offset + simplify_size;
6547 bfd_vma start_offset, end_offset;
6550 start_offset = entry->address - ebb->sec->vma;
6554 start_offset
5300 bfd_vma start_offset; /* Offset in section. */ member in struct:ebb_struct
6524 bfd_vma start_offset, end_offset; local
[all...]
H A Delf32-m68hc11.c550 unsigned long start_offset;
583 start_offset = offset;
631 if (start_offset != offset)
633 m68hc11_elf_relax_delete_bytes (abfd, sec, start_offset,
634 offset - start_offset);
642 offset = start_offset + isize;
548 unsigned long start_offset; local
/macosx-10.9.5/emacs-92/emacs/src/
H A Dmsdos.c1284 int start_offset = offset;
1305 dosv_refresh_virtual_screen (start_offset, end_hpos - start_hpos);
1282 int start_offset = offset; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dobjdump.c1254 bfd_vma start_offset,
1310 addr_offset = start_offset;
2358 bfd_size_type start_offset;
2385 start_offset = 0;
2387 start_offset = start_address - section->vma;
2404 bfd_sprintf_vma (abfd, buf, start_offset + section->vma);
2426 for (addr_offset = start_offset;
1246 disassemble_bytes(struct disassemble_info * info, disassembler_ftype disassemble_fn, bfd_boolean insns, bfd_byte * data, bfd_vma start_offset, bfd_vma stop_offset, bfd_vma rel_offset, arelent *** relppp, arelent ** relppend) argument
2349 bfd_size_type start_offset; local
/macosx-10.9.5/apache-786.1/httpd/srclib/pcre/
H A Dpcre.c6759 if (eptr != md->start_subject + md->start_offset) RRETURN(MATCH_NOMATCH);
8796 start_offset where to start in the subject string
8809 const char *subject, int length, int start_offset, int options, int *offsets,
8825 const uschar *start_match = (const uschar *)subject + start_offset;
8895 match_block.start_offset = start_offset;
8927 if (start_offset > 0 && start_offset < length)
8929 int tb = ((uschar *)subject)[start_offset];
9046 if (start_match > match_block.start_subject + start_offset)
8808 pcre_exec(const pcre *argument_re, const pcre_extra *extra_data, const char *subject, int length, int start_offset, int options, int *offsets, int offsetcount) argument
[all...]
H A Dinternal.h713 int start_offset; /* The start offset value */ member in struct:match_data
H A Dpcredemo.c235 int start_offset = ovector[1]; /* Start at end of previous match */ local
254 start_offset, /* starting offset in the subject */
270 ovector[1] = start_offset + 1;
H A Dpcretest.c1245 int start_offset = 0; local
1336 while(isdigit(*p)) start_offset = start_offset * 10 + *p++ - '0';
1529 start_offset, options | g_notempty, use_offsets, use_size_offsets);
1555 count = pcre_exec(re, extra, (char *)bptr, len, start_offset,
1592 count = pcre_exec(re, extra, (char *)bptr, len, start_offset,
1603 start_offset, options | g_notempty, use_offsets, use_size_offsets);
1711 use_offsets[0] = start_offset;
1714 while (start_offset + onechar < len)
1716 int tb = bptr[start_offset
[all...]
/macosx-10.9.5/groff-38/groff/src/preproc/pic/
H A Dcommon.cpp259 distance start_offset = start - c; local
261 double start_angle = atan2(start_offset.y, start_offset.x);
290 distance start_offset = start - c; local
292 double start_angle = atan2(start_offset.y, start_offset.x);
H A Dobject.cpp1692 position start_offset = strt - cent; local
1693 if (start_offset.x == 0.0 && start_offset.y == 0.0)
1698 double start_quad = atan2(start_offset.y, start_offset.x)/(M_PI/2.0);
1709 double r = max(hypot(start_offset), hypot(end_offset));

Completed in 424 milliseconds