HomeSort by relevance Sort by last modified time
    Searched refs:destination (Results 101 - 125 of 202) sorted by null

1 2 3 45 6 7 8 9

  /external/iproute2/doc/
api-ip6-flowlabels.tex 57 destination address and not-fragmentable extensions headers (i.e.\
168 \paragraph{Note about IPv6 options and destination address.}
169 \addcontentsline{toc}{subsection}{IPv6 options and destination address}
171 destination address in \verb|sin6_addr| and non-fragmentable
285 \item \verb|dst| is IPv6 destination address associated with the label.
321 label, it will not be reused with different destination and options at least
401 \item \verb|Dst| is IPv6 destination address.
ip-cref.tex     [all...]
  /external/v8/src/x64/
codegen-x64.cc 86 ControlDestination* destination)
88 destination_(destination),
    [all...]
macro-assembler-x64.h 60 void LoadRoot(Register destination, Heap::RootListIndex index);
184 // high 32 bits of destination.
450 void Jump(Address destination, RelocInfo::Mode rmode);
454 void Call(Address destination, RelocInfo::Mode rmode);
    [all...]
  /external/webkit/WebCore/editing/
CompositeEditCommand.cpp     [all...]
  /external/chromium/base/
file_util_win.cc 305 bool CreateShortcutLink(const wchar_t *source, const wchar_t *destination,
347 result = i_persist_file->Save(destination, TRUE);
352 bool UpdateShortcutLink(const wchar_t *source, const wchar_t *destination,
366 if (FAILED(i_persist_file->Load(destination, STGM_READWRITE)))
393 HRESULT result = i_persist_file->Save(destination, TRUE);
  /external/libvpx/vp8/common/x86/
subpixel_sse2.asm 392 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
507 movdqa XMMWORD PTR [rdi], xmm1 ; store the results in the destination
617 movq QWORD PTR [rdi], xmm4 ; store the results in the destination
732 movq QWORD Ptr [rdi], xmm4 ; store the results in the destination
782 movq QWORD Ptr [rdi+8], xmm4 ; store the results in the destination
879 movq QWORD PTR [rdi], xmm2 ; store the results in the destination
    [all...]
postproc_mmx.asm 58 movsxd rax, DWORD PTR arg(2) ;src_pixels_per_line ; destination pitch?
247 movsxd rax, dword ptr arg(3) ;dst_pixels_per_line ; destination pitch?
248 add rdi,rax ; next destination
249 movsxd rax, dword ptr arg(2) ;src_pixels_per_line ; destination pitch?
postproc_mmx.c 80 destination pitch?
386 destination pitch?
388 next destination
390 destination pitch?
430 destination pitch?
695 destination pitch?
697 next destination
699 destination pitch?
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.c 430 /* Setup destination mfdb */
877 void *source,*destination; local
890 destination = destscr;
891 destination += destpitch * rects[i].y;
892 destination += x1;
895 source, destination,
  /external/clearsilver/util/regex/
regex.c 264 /* Assumes a `char *destination' variable. */
266 (destination = (char *) alloca (nsize), \
267 bcopy (source, destination, osize), \
268 destination)
478 /* Store NUMBER in two contiguous bytes starting at DESTINATION. */
480 #define STORE_NUMBER(destination, number) \
482 (destination)[0] = (number) & 0377; \
483 (destination)[1] = (number) >> 8; \
486 /* Same as STORE_NUMBER, except increment DESTINATION to
487 the byte after where the number is stored. Therefore, DESTINATION
2924 char *destination; local
    [all...]
  /external/quake/quake/src/WinQuake/
net_ipx.cpp 76 IPXaddr destination; member in struct:__anon7003
533 if (IPX_GetLocalTarget (&lma->socketbuffer[handle][0].header.destination, lma->socketbuffer[handle][0].ecb.immediateAddress) != 0)
554 // ipx header : destination
555 Q_memcpy(&lma->socketbuffer[handle][0].header.destination, &((struct sockaddr_ipx *)addr)->sipx_addr, sizeof(IPXaddr));
  /external/webkit/WebCore/rendering/
RenderListBox.cpp 448 int RenderListBox::scrollToward(const IntPoint& destination)
452 int offsetX = destination.x() - absPos.x();
453 int offsetY = destination.y() - absPos.y();
  /external/webkit/JavaScriptCore/parser/
Nodes.h 130 virtual RegisterID* emitBytecode(BytecodeGenerator&, RegisterID* destination = 0) = 0;
806 RegisterID* emitStrcat(BytecodeGenerator& generator, RegisterID* destination, RegisterID* lhs = 0, ReadModifyResolveNode* emitExpressionInfoForMe = 0);
    [all...]
  /libcore/luni/src/main/java/org/apache/xml/serializer/dom3/
LSSerializerImpl.java     [all...]
  /external/dbus/dbus/
dbus-message.c 833 * A message has header fields such as the sender, destination, method
1044 * message. The destination may be #NULL in which case no destination
1052 * Destination, path, interface, and method name can't contain
1055 * @param destination name that the message should be sent to or #NULL
1063 dbus_message_new_method_call (const char *destination,
1072 _dbus_return_val_if_fail (destination == NULL ||
1073 _dbus_check_is_valid_bus_name (destination), NULL);
1085 destination, path, interface, method, NULL))
    [all...]
dbus-message.h 110 const char *destination);
  /external/v8/src/mips/
macro-assembler-mips.h 112 void LoadRoot(Register destination,
114 void LoadRoot(Register destination,
  /libcore/luni/src/main/java/java/net/
InetAddress.java     [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DocumentImpl.java 518 short operation, Node source, NodeImpl destination) {
533 operation, entry.getKey(), userData.value, source, destination);
  /external/bluetooth/bluez/test/
ipctest.c 313 strncpy(msg.getcaps_req.destination, u->address,
314 sizeof(msg.getcaps_req.destination));
584 strncpy(msg.open_req.destination, u->address,
585 sizeof(msg.open_req.destination));
  /external/chromium/third_party/icu/source/i18n/
usearch.cpp 198 * Adds a uint32_t value to a destination array.
202 * before calling this method. destination not to be NULL and has at least
204 * @param destination target array
205 * @param offset destination offset to add value
211 * @return new destination array, destination if there was no new allocation
214 inline int32_t * addTouint32_tArray(int32_t *destination,
229 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
231 destination = temp;
233 destination[offset] = value
    [all...]
  /external/icu4c/i18n/
usearch.cpp 200 * Adds a uint32_t value to a destination array.
204 * before calling this method. destination not to be NULL and has at least
206 * @param destination target array
207 * @param offset destination offset to add value
213 * @return new destination array, destination if there was no new allocation
216 inline int32_t * addTouint32_tArray(int32_t *destination,
231 uprv_memcpy(temp, destination, sizeof(int32_t) * offset);
233 destination = temp;
235 destination[offset] = value
    [all...]
  /external/netperf/
nettest_bsd.h 428 struct addrinfo *destination);
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_riscosASM.S 33 ; entry a1 -> destination

Completed in 2008 milliseconds

1 2 3 45 6 7 8 9