/art/compiler/optimizing/ |
code_generator_x86_64.cc | 616 void CodeGeneratorX86_64::Move(Location destination, Location source) { 617 if (source.Equals(destination)) { 620 if (destination.IsRegister()) { 622 __ movq(destination.AsRegister<CpuRegister>(), source.AsRegister<CpuRegister>()); 624 __ movd(destination.AsRegister<CpuRegister>(), source.AsFpuRegister<XmmRegister>()); 626 __ movl(destination.AsRegister<CpuRegister>(), 630 __ movq(destination.AsRegister<CpuRegister>(), 633 } else if (destination.IsFpuRegister()) { 635 __ movd(destination.AsFpuRegister<XmmRegister>(), source.AsRegister<CpuRegister>()); 637 __ movaps(destination.AsFpuRegister<XmmRegister>(), source.AsFpuRegister<XmmRegister>()) 3902 Location destination = move->GetDestination(); local 4062 Location destination = move->GetDestination(); local 4091 LOG(FATAL) << "Unimplemented swap between " << source << " and " << destination; local [all...] |
/external/compiler-rt/lib/builtins/ |
fp_extend.h | 10 // Set source and destination setting 72 #error Destination should be single, double, or quad precision! 73 #endif //end destination precision
|
/external/iptables/extensions/ |
libxt_udp.c | 20 "[!] --destination-port port[:port]\n" 22 " match destination port(s)\n"); 31 {.name = "destination-port", .id = O_DEST_PORT, .type = XTTYPE_PORTRC,
|
/external/kernel-headers/original/uapi/linux/ |
if_fddi.h | 71 __u8 dsap; /* destination service access point */ 78 __u8 dsap; /* destination service access point */ 96 __u8 daddr[FDDI_K_ALEN]; /* destination address */
|
/external/libnfc-nxp/src/ |
phFriNfc_LlcpTransport_Connectionless.h | 58 * \brief <b>Send data on a socket to a given destination SAP</b>. 60 * This function is used to write data on a socket to a given destination SAP. 65 * \param[in] nSap The destination SAP.
|
/external/libvpx/libvpx/vpx_scale/generic/ |
vpx_scale.c | 50 * int dest_step : Number of pixels to step on in destination. 51 * unsigned int dest_scale : Scale for destination (UNUSED). 52 * unsigned int dest_length : Length of destination. 104 * int dest_step : Number of pixels to step on in destination. 105 * unsigned int dest_scale : Scale for destination (UNUSED). 106 * unsigned int dest_length : Length of destination. 150 * int dest_step : Number of pixels to step on in destination. 151 * unsigned int dest_scale : Scale for destination. 152 * unsigned int dest_length : Length of destination. 213 * int dest_pitch : Stride of destination image [all...] |
/external/mesa3d/src/mesa/main/ |
texstore.h | 47 * \param dstFormat destination Mesa texture format 48 * \param dstX/Y/Zoffset destination x/y/z offset (ala TexSubImage), in texels 49 * \param dstRowStride destination image row stride, in bytes
|
/external/openfst/src/include/fst/script/ |
print-impl.h | 85 << ", destination = " << dest_; 141 ostream *ostrm_; // text FST destination 142 string dest_; // text FST destination name
|
/external/parameter-framework/parameter/ |
CMakeLists.txt | 116 install(TARGETS parameter LIBRARY DESTINATION lib) 125 DESTINATION "include/parameter/client") 153 DESTINATION "include/parameter/plugin")
|
/external/vboot_reference/firmware/2lib/include/ |
2sha.h | 116 * @param digest Destination for hash; must be VB_SHA*_DIGEST_SIZE bytes 166 * The destination digest should be at least vb2_digest_size(algorithm). 169 * @param digest Destination for digest
|
/external/vboot_reference/host/lib/include/ |
host_misc.h | 15 termination (which strncpy() doesn't do). Returns the destination 25 /* Read a string from a file. Passed the destination, dest size, and 28 * Returns the destination, or NULL if error. */
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/ |
XMPUtils.java | 149 * @param dest The destination XMP object. 167 * properties that do not already exist in the destination. The flag 176 * <code>doAllProperties</code>) are propagated to the destination, 177 * replacing any existing values.Properties in the destination that are not in the source 181 * Top level properties are added to the destination if they do not already exist. 182 * If they do exist but differ in form (simple/struct/array) then the destination is left alone. 186 * the corresponding destination XMP property to be deleted. The default is to treat empty 217 * copy new items by "xml:lang" value into the destination 219 * copy new items by value into the destination, ignoring order and duplicates 225 * Each source item is checked to see if it already exists in the destination, [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_scale/generic/ |
vpx_scale.c | 50 * int dest_step : Number of pixels to step on in destination. 51 * unsigned int dest_scale : Scale for destination (UNUSED). 52 * unsigned int dest_length : Length of destination. 104 * int dest_step : Number of pixels to step on in destination. 105 * unsigned int dest_scale : Scale for destination (UNUSED). 106 * unsigned int dest_length : Length of destination. 150 * int dest_step : Number of pixels to step on in destination. 151 * unsigned int dest_scale : Scale for destination. 152 * unsigned int dest_length : Length of destination. 213 * int dest_pitch : Stride of destination image [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppShareInfo.java | 39 * send/receive to a destination address. 72 int direction, String destination, int visibility, int confirm, int status, 80 mDestination = destination;
|
/packages/apps/Camera2/jni/ |
tinyplanet.cc | 136 char* destination = 0; local 138 AndroidBitmap_lockPixels(env, bitmap_out, (void**) &destination); 140 unsigned char * rgb_out = (unsigned char * )destination;
|
/packages/apps/Gallery2/jni/filters/ |
fx.c | 36 char* destination = 0; local 38 AndroidBitmap_lockPixels(env, bitmap, (void**) &destination); 40 unsigned char * rgb = (unsigned char * )destination;
|
tinyplanet.cc | 135 char* destination = 0; local 137 AndroidBitmap_lockPixels(env, bitmap_out, (void**) &destination); 139 unsigned char * rgb_out = (unsigned char * )destination;
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/ |
IconFactory.java | 61 * Draws an icon in the destination bitmap. If scale is set the source image 62 * is stretched to fit within the destination dimensions; otherwise, the 67 * @param scale if true, stretch sourceImage to fit the destination.
|
/pdk/apps/TestingCamera2/src/com/android/testingcamera2/ |
TLog.java | 33 * Log an informative message to the current log destination and to the system log. 50 * Log an error message to the current log destination and to the system log. 67 * Log an error message to the current log destination and to the system log,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
if_fddi.h | 68 __u8 dsap; /* destination service access point */ 76 __u8 dsap; /* destination service access point */ 97 __u8 daddr[FDDI_K_ALEN]; /* destination address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/netinet/ |
if_tr.h | 41 u_int8_t daddr[TR_ALEN]; /* destination address */ 50 u_int8_t dsap; /* destination SAP */ 103 u_int8_t trn_dhost[TR_ALEN]; /* destination host */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
if_fddi.h | 67 __u8 dsap; /* destination service access point */ 74 __u8 dsap; /* destination service access point */ 93 __u8 daddr[FDDI_K_ALEN]; /* destination address */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/ |
if_tr.h | 41 u_int8_t daddr[TR_ALEN]; /* destination address */ 50 u_int8_t dsap; /* destination SAP */ 103 u_int8_t trn_dhost[TR_ALEN]; /* destination host */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_build_py.py | 33 destination = self.mkdtemp() 41 build_lib=destination) 58 pkgdest = os.path.join(destination, "pkg")
|