Searched refs:destination (Results 226 - 250 of 302) sorted by relevance

1234567891011>>

/macosx-10.9.5/ruby-104/ruby/ext/socket/
H A Dmkconstants.rb474 IPPROTO_DSTOPTS nil IP6 destination option
506 IP_RECVDSTADDR nil Receive IP destination address with datagram
678 IPV6_RECVPKTINFO nil Receive destination IP address and incoming interface
682 IPV6_RTHDRDSTOPTS nil Allows removal of sticky destination options header
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/sha1/
H A Dsha1.tcl215 -read-destination [subst $token](trfread) \
217 -write-destination [subst $token](trfwrite)
H A Dsha1v1.tcl78 -read-destination [subst $token](trfread) \
80 -write-destination [subst $token](trfwrite)
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/pwr_mgt/
H A DRootDomain.h328 void *destination);
332 void *destination);
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Ducol.h931 * @param destination space to hold the resulting string
948 char *destination,
984 * The destination buffer provided must be big enough to store
1110 * If the destination buffer is not big enough, then its contents are undefined.
1392 * @param capacity capacity of the destination buffer
/macosx-10.9.5/JavaScriptCore-7537.78.1/icu/unicode/
H A Ducol.h751 * @param destination space to hold the resulting string
768 char *destination,
804 * The destination buffer provided must be big enough to store
921 * If the destination buffer is not big enough, the results are undefined.
1191 * @param capacity capacity of the destination buffer
/macosx-10.9.5/WebCore-7537.78.1/icu/unicode/
H A Ducol.h751 * @param destination space to hold the resulting string
768 char *destination,
804 * The destination buffer provided must be big enough to store
921 * If the destination buffer is not big enough, the results are undefined.
1191 * @param capacity capacity of the destination buffer
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/
H A DWebProcess.h224 void startTransfer(uint64_t downloadID, const String& destination);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/generic/
H A Dtransform.h165 Tcl_Channel destination; /* NULL => leave transformation result in member in struct:_Trf_BaseOptions_
388 * (partial) transformation results, decoupling the final destination
/macosx-10.9.5/JavaScriptCore-7537.78.1/offlineasm/
H A Dcloop.rb311 def cloopEmitLea(destination, type)
312 if destination == base
313 $asm.putc "#{destination.clValue(:int8Ptr)} += #{offset.clValue(type)};"
315 $asm.putc "#{destination.clValue(:int8Ptr)} = #{base.clValue(:int8Ptr)} + #{offset.clValue(type)};"
321 def cloopEmitLea(destination, type)
323 $asm.putc "#{destination.clValue(:int8Ptr)} = #{base.clValue(:int8Ptr)} + (#{index.clValue} << #{scaleShift});"
H A Dmips.rb505 def mipsEmitLea(destination)
506 if destination == base
507 $asm.puts "addiu #{destination.mipsOperand}, #{offset.value}"
509 $asm.puts "addiu #{destination.mipsOperand}, #{base.mipsOperand}, #{offset.value}"
/macosx-10.9.5/JavaScriptCore-7537.78.1/assembler/
H A DMacroAssemblerARMv7.h496 // Loads are of the form load(address, destination) and stores of the form
1236 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) argument
1238 ARMv7Assembler::replaceWithJump(instructionStart.dataLocation(), destination.dataLocation());
1905 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
1907 ARMv7Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
1910 static void repatchCall(CodeLocationCall call, FunctionPtr destination) argument
1912 ARMv7Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
H A DMacroAssemblerSH4.h2124 static void replaceWithJump(CodeLocationLabel instructionStart, CodeLocationLabel destination) argument
2126 SH4Assembler::replaceWithJump(instructionStart.dataLocation(), destination.dataLocation());
2176 static void repatchCall(CodeLocationCall call, CodeLocationLabel destination) argument
2178 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
2181 static void repatchCall(CodeLocationCall call, FunctionPtr destination) argument
2183 SH4Assembler::relinkCall(call.dataLocation(), destination.executableAddress());
/macosx-10.9.5/cups-372.4/cups/backend/
H A Dipp.c829 * First validate the destination and see if the device supports multiple
2615 strcmp(mandatory, "destination-uris") &&
2879 ipp_t *destination; /* destination collection */ local
2886 destination = ippNew();
2903 ippAddString(destination, IPP_TAG_JOB, IPP_TAG_URI, "destination-uri", NULL, tel_uri);
2911 ippAddString(destination, IPP_TAG_JOB, IPP_TAG_TEXT, "pre-dial-string", NULL, predial);
2914 ippAddCollection(request, IPP_TAG_JOB, "destination-uris", destination);
[all...]
/macosx-10.9.5/CPANInternal-140/Sub-Install/lib/Sub/
H A DInstall.pm84 warning if warnings are on and the destination is already defined.
/macosx-10.9.5/ruby-104/ruby/
H A Dtranscode.c1484 * but no related character(s) in destination encoding */
2141 VALUE destination,
2150 *out_start_ptr = resize_destination(destination, len, new_len);
2260 VALUE destination,
2327 more_output_buffer(destination, resize_destination, max_output, &out_start, out_pos, &out_stop);
2339 VALUE destination,
2391 more_output_buffer(destination, resize_destination, max_output, &out_start, out_pos, &out_stop);
2413 str_transcoding_resize(VALUE destination, size_t len, size_t new_len) argument
2415 rb_str_resize(destination, new_len);
2416 return (unsigned char *)RSTRING_PTR(destination);
2140 more_output_buffer( VALUE destination, unsigned char *(*resize_destination)(VALUE, size_t, size_t), int max_output, unsigned char **out_start_ptr, unsigned char **out_pos, unsigned char **out_stop_ptr) argument
2258 transcode_loop(const unsigned char **in_pos, unsigned char **out_pos, const unsigned char *in_stop, unsigned char *out_stop, VALUE destination, unsigned char *(*resize_destination)(VALUE, size_t, size_t), const char *src_encoding, const char *dst_encoding, int ecflags, VALUE ecopts) argument
2337 transcode_loop(const unsigned char **in_pos, unsigned char **out_pos, const unsigned char *in_stop, unsigned char *out_stop, VALUE destination, unsigned char *(*resize_destination)(VALUE, size_t, size_t), const char *src_encoding, const char *dst_encoding, int ecflags, VALUE ecopts) argument
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/crc/
H A Dcrc32.tcl124 -write-destination ${token}(trfwrite)
/macosx-10.9.5/vim-53/src/
H A Ddosinst.c270 * If the executable "**destination" is in the install directory, find another
272 * On input "**destination" is the path of an executable in allocated memory
274 * "*destination" is set to NULL or the location of the file.
277 findoldfile(char **destination) argument
279 char *bp = *destination;
322 free(*destination);
324 *destination = farname;
/macosx-10.9.5/CPANInternal-140/PathTools/lib/File/
H A DSpec.pm240 Takes a destination path and an optional base path returns a relative path
241 from the base path to the destination path:
/macosx-10.9.5/Chess-310.5/Sources/
H A DMBCBoard.mm204 NSString * destination = [self destinationForTitle:YES];
207 if ([origin length] || [destination length])
209 origin, operation, destination];
284 - (NSString *) destination
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderListBox.cpp543 int RenderListBox::scrollToward(const IntPoint& destination) argument
547 IntSize positionOffset = roundedIntSize(destination - absPos);
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DDumpRenderTreeSupportQt.cpp678 void DumpRenderTreeSupportQt::addURLToRedirect(const QString& origin, const QString& destination) argument
680 FrameLoaderClientQt::URLsToRedirect[origin] = destination;
/macosx-10.9.5/emacs-92/emacs/lisp/emacs-lisp/
H A Delint.el96 destination display &rest args)
120 (call-process program &optional infile destination display &rest args)
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dpkt_rx0.asm49 destinAdr db 6 dup (0) ; packet destination address
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/md5/
H A Dmd5x.tcl70 -read-destination [subst $token](trfread) \
72 -write-destination [subst $token](trfwrite)

Completed in 267 milliseconds

1234567891011>>