Searched refs:segment (Results 76 - 92 of 92) sorted by relevance

1234

/macosx-10.10.1/vim-55/runtime/syntax/
H A Dnamed.vim12 " Please submit the named.conf (segment) with any comments.
H A Dmaple.vim358 syn keyword mvPkg_geometry circle dsegment hyperbola parabola segment triangle
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/googletest/
H A Dgtest.cc3177 const char* segment = data; local
3180 const char* const next_segment = strstr(segment, "]]>");
3183 segment, static_cast<std::streamsize>(next_segment - segment));
3185 segment = next_segment + strlen("]]>");
3187 *stream << segment; local
4642 // sequences. Then we print one segment at a time. At the end of
4644 // next segment.
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm24 JMEMDOSA_TXT segment byte public 'CODE'
/macosx-10.10.1/tcl-105/tk/tk/library/
H A Dmkpsenc.tcl1334 % This segment is a string.
1345 % This segment is glyph name
/macosx-10.10.1/tcl-105/tk84/tk/library/
H A Dmkpsenc.tcl1334 % This segment is a string.
1345 % This segment is glyph name
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/jpeg/
H A Djpeg.tcl64 # segment data can be processed.
123 # segment.
129 # Followed by the JPEG data. Last segment before EOI
215 # seek back to the SoF and write comment(s) segment
257 # look for a jfif header segment and save it
302 # check for a JFXX segment which contains a thumbnail
368 # check that this e1 is really an Exif segment
629 puts " Unknown APP0 segment: $id"
1017 MeteringMode,5 multi-segment
/macosx-10.10.1/xnu-2782.1.97/osfmk/default_pager/
H A Ddp_backing_store.c227 paging_segment_t segment,
403 ("segment #%d: %d total, %d free\n",
745 /* transfer of of the target segment. */
746 /* We are guaranteed that the target segment cannot get */
751 /* do not have any backing store in the target segment */
863 * Someone is already busy reclamining this paging segment.
864 * If it's the emergency segment we are looking at then check
872 /* disable access to this segment */
877 * The "ps" segment is "off-line" now,
887 /* segment fro
3824 ps_vstruct_transfer_from_segment( vstruct_t vs, paging_segment_t segment, upl_t upl) argument
[all...]
/macosx-10.10.1/groff-38/groff/src/preproc/pic/
H A Dpic.cpp4576 yyval.spec->segment_list = new segment(yyval.spec->segment_pos,
4635 yyval.spec->segment_list = new segment(yyval.spec->segment_pos,
/macosx-10.10.1/zlib-55/zlib/contrib/masmx86/
H A Dmatch686.asm96 _TEXT segment
/macosx-10.10.1/libpcap-48/libpcap/msdos/
H A Dpktdrvr.c79 /* Data located in a real-mode segment. This becomes far at runtime
373 rp = (realAdr.segment << 4) + realAdr.offset16;
454 reg.x.ds = rm_mem.rm_segment; /* DOS data segment and */
696 reg.x.di = pktTemp; /* DOS segment to param */
1304 return (r.w.ax); /* Return segment address */
1323 * program segment) and copies the code to it.
1331 * start_offs start of real mode code in program segment
1332 * end_offs 1 byte past end of real mode code in program segment
1338 * offsets within the real mode segment are
1340 * protected mode program segment
[all...]
/macosx-10.10.1/procmail-14/procmail/src/
H A Dautoconf742 echo "Removing core file (bogus readonly segment)"
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Di386-dis.c4905 bfd_vma segment = 0;
4924 the same segment. Otherwise, a data16 prefix on a jump
4929 segment = ((start_pc + codep - start_codep)
4938 disp = ((start_pc + codep - start_codep + disp) & mask) | segment;
4904 bfd_vma segment = 0; local
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dsrconv.c522 rl.segment = 1;
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Dsql.el1133 "savepoint" "scan" "schema" "scn" "scope" "segment" "select"
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dspeedbar.el1083 Each directory segment is a button which jumps speedbar's default
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSKext.cpp74 extern void OSRuntimeUnloadCPPForSegment(kernel_segment_command_t * segment);
796 * KLD bootstrap segment.
798 // xxx - should rename KLD segment
805 /* On x86, use the mapping data from the segment load command to
812 // overwrite memory occupied by KLD segment with random data before
834 /* kxld always needs the kernel's __LINKEDIT segment, but we can make it
837 * managed memory, then copy the segment back in.
860 "Can't copy __LINKEDIT segment for VM reassign.");
909 * Dump the LINKEDIT segment, unless keepsyms is set.
926 "keepsyms boot arg specified; keeping linkedit segment fo
[all...]

Completed in 338 milliseconds

1234