/external/qemu/distrib/jpeg-6b/ |
transupp.c | 37 * The other routines require a set of destination virtual arrays, so they 38 * need twice as much memory as jpegtran normally does. The destination 47 * 1. Both the source and destination virtual arrays are allocated from the 50 * 2. The destination's component count should be used. It may be smaller 52 * 3. Likewise the destination's sampling factors should be used. When 53 * forcing to grayscale the destination's sampling factors will be all 1, 55 * 4. When "trim" is in effect, the destination's dimensions will be the 57 * 5. All the routines assume that the source and destination buffers are 60 * Notes 2,3,4 boil down to this: generally we should use the destination's 189 /* Transpose source into destination */ [all...] |
/external/dhcpcd/ |
dhcpcd.conf.5 | 215 .It Ic destination Ar option 219 it will set the listed DHCP options to the destination address of the 274 Here is an example for PPP which gives the destination a default route. 275 It uses the special destination keyword to insert the destination address 279 .D1 destination routers
|
dhcpcd.conf.5.in | 203 .It Ic destination Ar option 207 it will set the listed DHCP options to the destination address of the 262 Here is an example for PPP which gives the destination a default route. 263 It uses the special destination keyword to insert the destination address 267 .D1 destination routers
|
/external/webkit/Source/WebCore/platform/text/ |
TextCodecLatin1.cpp | 127 UChar* destination = characters; local 139 copyASCIIMachineWord(destination, source); 141 destination += sizeof(MachineWord); 147 *destination = *source; 150 *destination = table[*source]; 154 ++destination;
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_PredictIntraChroma_8x8.c | 34 * [in] dstStep Step of the destination buffer 36 * [out] pDst Pointer to the destination buffer 96 * [in] dstStep Step of the destination buffer 98 * [out] pDst Pointer to the destination buffer 162 * dstStep - Step of the destination buffer; must be a multiple of 8. 169 * pDst - Pointer to the destination buffer; must be aligned on an 8-byte
|
/frameworks/rs/scriptc/ |
rs_allocation.rsh | 84 * the destination allocation. 85 * @param dstMip Mip level in the destination allocation. 105 * destination allocation. 107 * destination allocation. 108 * @param dstMip Mip level in the destination allocation. 109 * @param dstFace Cubemap face of the destination allocation,
|
/ndk/build/tools/ |
dev-platform-expand.sh | 33 # android-$API to the destination directory. 61 # The default destination directory is a temporary one 63 register_var_option "--dst-dir=<path>" DSTDIR "Destination directory" 119 echo "ERROR: Could not create destination directory: $DSTDIR" 123 log "Using destination directory: $DSTDIR" 185 # Copy platform sysroot and samples into your destination
|
/prebuilts/sdk/renderscript/include/ |
rs_allocation.rsh | 84 * the destination allocation. 85 * @param dstMip Mip level in the destination allocation. 105 * destination allocation. 107 * destination allocation. 108 * @param dstMip Mip level in the destination allocation. 109 * @param dstFace Cubemap face of the destination allocation,
|
/external/llvm/include/llvm/Analysis/ |
DependenceAnalysis.h | 62 /// an ordering, where the source must precede the destination; in contrast, 67 Instruction *Destination) : 68 Src(Source), Dst(Destination) {} 97 /// getDst - Returns the destination instruction for this dependence. 135 /// (occurs every time the source and destination are executed). 139 /// source and destination of the dependence. 163 /// if no subscript in the source or destination mention the induction 182 /// ordering, where the source must precede the destination; in contrast, 204 /// (occurs every time the source and destination are executed). 208 /// source and destination of the dependence [all...] |
/external/kernel-headers/original/asm-mips/ |
uaccess.h | 117 * @ptr: Destination address, in user space. 156 * @ptr: Destination address, in user space. 381 #define __MODULE_JAL(destination) \ 383 __UA_LA "\t$1, " #destination "\n\t" \ 387 #define __MODULE_JAL(destination) \ 388 "jal\t" #destination "\n\t" 419 * @to: Destination address, in user space. 476 * @to: Destination address, in user space. 551 * @to: Destination address, in kernel space. 583 * @to: Destination address, in kernel space [all...] |
/external/smack/src/org/jivesoftware/smack/util/ |
Base64.java | 353 * and writes the resulting four Base64 bytes to <var>destination</var>.
354 * The source and destination arrays can be manipulated
360 * the <var>destination</var> array.
369 * @param destination the array to hold the conversion
371 * @return the <var>destination</var> array
376 byte[] destination, int destOffset, int options )
398 destination[ destOffset ] = ALPHABET[ (inBuff >>> 18) ];
399 destination[ destOffset + 1 ] = ALPHABET[ (inBuff >>> 12) & 0x3f ];
400 destination[ destOffset + 2 ] = ALPHABET[ (inBuff >>> 6) & 0x3f ];
401 destination[ destOffset + 3 ] = ALPHABET[ (inBuff ) & 0x3f ]; [all...] |
/bionic/libc/arch-arm/generic/bionic/ |
memset.S | 43 /* compute the offset to align the destination 66 /* align the destination to a cache-line */
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
HighRegisterPrefix.java | 136 * and destination index. 139 * @param destIndex {@code >= 0;} the destination register index
|
/dalvik/dx/src/com/android/dx/dex/code/ |
HighRegisterPrefix.java | 136 * and destination index. 139 * @param destIndex {@code >= 0;} the destination register index
|
/external/chromium/chrome/browser/debugger/ |
extension_ports_remote_service.h | 72 // |tool| and |destination| are used as the respective header values. 75 const std::string& destination);
|
/external/chromium/chrome/browser/ |
spellchecker_platform_engine.h | 88 // The result is returned to an IPC message to |destination| thus it should 94 BrowserMessageFilter* destination);
|
/external/chromium/net/socket/ |
socks_client_socket_pool.h | 37 const HostResolver::RequestInfo& destination() const { return destination_; } function in class:net::SOCKSSocketParams 52 // This is the HTTP destination.
|
/external/compiler-rt/make/ |
util.mk | 72 # if 'src' is undefined. The destination variable must be undefined. 74 $(call AssertValue,$(call IsUndefined,$(2)),destination is already defined)\
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
HighRegisterPrefix.java | 136 * and destination index. 139 * @param destIndex {@code >= 0;} the destination register index
|
/external/icu4c/common/ |
ubidiwrt.c | 69 /* simply copy the LTR run to the destination */ 162 * RTL runs need to be copied to the destination in reverse order 169 * to the destination for this run. 184 * With none of the "complicated" options set, the destination 212 * Here, too, the destination 251 /* we need to find out the destination length of the run, 394 /* destSize shrinks, later destination length=destCapacity-destSize */ 426 * the destination, according to the options.
|
/external/iproute2/man/man8/ |
tc-sfq.8 | 31 Destination address 38 destination and the socket they belong to. A flow corresponds mostly to a TCP/IP
|
/external/iptables/extensions/ |
libxt_cluster.man | 48 \-\-destination-mac 01:00:5e:00:01:01 55 \-\-destination\-mac 01:00:5e:00:01:02
|
libxt_hashlimit.man | 3 rule. Grouping can be done per-hostgroup (source and/or destination address) 35 Like \-\-hashlimit\-srcmask, but for destination addresses.
|
/external/jpeg/ |
jcomapi.c | 24 * Closing a data source or destination, if necessary, is the application's 64 * Closing a data source or destination, if necessary, is the application's
|
/external/kernel-headers/original/linux/ |
if_tr.h | 39 __u8 daddr[TR_ALEN]; /* destination address */ 59 __u8 dsap; /* destination SAP */
|