HomeSort by relevance Sort by last modified time
    Searched defs:out (Results 326 - 350 of 3043) sorted by null

<<11121314151617181920>>

  /external/qemu/audio/
rate_template.h 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
36 struct st_sample ilast, icur, out; local
89 out.l = (ilast.l * (1.0 - t)) + icur.l * t;
90 out.r = (ilast.r * (1.0 - t)) + icur.r * t;
93 out.l = (ilast.l * ((int64_t) UINT_MAX - t) + icur.l * t) >> 32;
94 out.r = (ilast.r * ((int64_t) UINT_MAX - t) + icur.r * t) >> 32;
98 OP (obuf->l, out.l);
99 OP (obuf->r, out.r);
  /external/qemu/distrib/libsparse/src/
img2simg.c 49 int out; local
80 out = STDOUT_FILENO;
82 out = open(argv[2], O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
83 if (out < 0) {
105 ret = sparse_file_write(s, out, false, true, false);
112 close(out);
simg2simg.c 45 int out; local
98 out = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY, 0664);
99 if (out < 0) {
104 ret = sparse_file_write(out_s[i], out, false, true, false);
109 close(out);
  /external/skia/experimental/Intersection/
EdgeWalkerQuadralaterals_Test.cpp 14 SkPath path, out; local
25 testSimplify(path, true, out, bitmap);
29 SkPath path, out; local
40 testSimplify(path, true, out, bitmap);
44 SkPath path, out; local
55 testSimplify(path, true, out, bitmap);
59 SkPath path, out; local
70 testSimplify(path, true, out, bitmap);
74 SkPath path, out; local
85 testSimplify(path, true, out, bitmap)
89 SkPath path, out; local
    [all...]
  /external/smack/src/org/jivesoftware/smack/util/collections/
ReferenceMap.java 146 * Write the map out using a custom routine.
148 private void writeObject(ObjectOutputStream out) throws IOException {
149 out.defaultWriteObject();
150 doWriteObject(out);
  /external/smali/util/src/main/java/org/jf/util/
SmaliHelpFormatter.java 25 * INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
40 System.out.println();
41 System.out.println("Debug Options:");
42 PrintWriter pw = new PrintWriter(System.out);
  /external/valgrind/main/memcheck/tests/
leak-segv-jmp.c 145 UWord out; local
156 : /*out*/ "=r" (out)
160 return out;
  /external/valgrind/main/none/tests/x86/
aad_aam.c 19 unsigned short i,out; local
28 out=i;
35 :"=r"(out), "=r"(flags) /* outputs */
36 :"r"(out) /* input */
46 // printf("%d, %d, %d, ",i,(out>>8)&0xff,out&0xff);
50 if (zf && ((out&0xff)!=0)) {
53 if (pf != parity(out&0xff)) {
56 if (sf != !!(out&0x80)) {
61 if ( ((out>>8)&0xff) != ((i&0xff)/10))
    [all...]
  /external/webp/src/dsp/
neon.h 73 int32x4x4_t out; local
74 out.val[0] = out01.val[0];
75 out.val[1] = out01.val[1];
76 out.val[2] = out23.val[0];
77 out.val[3] = out23.val[1];
78 return out;
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
isacfix_unittest.cc 77 int32_t out[kSamples] = {-1040, -1035, -22875, -1397, -27604, 20018, 7917, local
81 int32_t out[kSamples] = {-1040, -1035, -22875, -1397, -27604, 20017, 7915, local
94 EXPECT_EQ(out[i], in[i]);
  /external/wpa_supplicant_8/src/utils/
base64.c 32 unsigned char *out, *pos; local
42 out = os_malloc(olen);
43 if (out == NULL)
48 pos = out;
82 *out_len = pos - out;
83 return out;
100 unsigned char dtable[256], *out, *pos, block[4], tmp; local
119 pos = out = os_malloc(olen);
120 if (out == NULL)
145 os_free(out);
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPSerializerHelper.java 34 * @param out the output stream to serialize to
38 public static void serialize(XMPMetaImpl xmp, OutputStream out,
49 new XMPSerializerRDF().serialize(xmp, out, options);
71 ByteArrayOutputStream out = new ByteArrayOutputStream(2048); local
72 serialize(xmp, out, options);
76 return out.toString(options.getEncoding());
82 return out.toString();
98 ByteArrayOutputStream out = new ByteArrayOutputStream(2048); local
99 serialize(xmp, out, options);
100 return out.toByteArray()
    [all...]
  /external/zlib/src/examples/
zpipe.c 42 unsigned char out[CHUNK]; local
66 strm.next_out = out;
70 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
98 unsigned char out[CHUNK]; local
124 strm.next_out = out;
136 if (fwrite(out, 1, have, dest) != have || ferror(dest)) {
168 fputs("out of memory\n", stderr);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
sad_halfpel_inline.h 83 register int32 out; local
92 : "=&r"(out),
97 return out;
103 register int32 out; local
112 : "=&r"(out),
117 return out;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_stream.c 75 u32 out; local
80 out = h264bsdShowBits32(pStrmData) >> (32 - numBits);
84 return(out);
119 u32 out; local
137 out = ((u32)pStrm[0] << 24) | ((u32)pStrm[1] << 16) |
144 out <<= bitPosInWord;
145 out |= byte>>tmp;
147 return (out);
153 out = (u32)(*pStrm++) << shift;
158 out |= (u32)(*pStrm++) << shift
    [all...]
  /frameworks/base/core/java/android/net/
NetworkState.java 64 public void writeToParcel(Parcel out, int flags) {
65 out.writeParcelable(networkInfo, flags);
66 out.writeParcelable(linkProperties, flags);
67 out.writeParcelable(networkCapabilities, flags);
68 out.writeString(subscriberId);
69 out.writeString(networkId);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapFactoryTest.java 35 ByteArrayOutputStream out = new ByteArrayOutputStream(); local
36 bitmap1.compress(Bitmap.CompressFormat.PNG, 100, out);
37 ParcelFileDescriptor pfd = ParcelFileDescriptor.fromData(out.toByteArray(), null);
  /frameworks/base/media/jni/
android_media_ResampleInputStream.cpp 93 short out[BUF_SIZE]; local
101 out[i] = (short)(sum >> 16);
105 env->SetByteArrayRegion(jOut, jOutOffset, jNpoints * 2, (jbyte*)out);
  /frameworks/base/telecomm/java/android/telecom/
PhoneAccountHandle.java 102 public void writeToParcel(Parcel out, int flags) {
103 out.writeParcelable(mComponentName, flags);
104 out.writeString(mId);
  /frameworks/base/tools/preload/
PrintHtmlDiff.java 71 PrintStream out = System.out; local
73 out.println("<html><body>");
74 out.println("<style>");
75 out.println("a, th, td, h2 { font-family: arial }");
76 out.println("th, td { font-size: small }");
77 out.println("</style>");
78 out.println("<script src=\"sorttable.js\"></script>");
79 out.println("<p><a href=\"#removed\">Removed</a>");
80 out.println("<a name=\"added\"/><h2>Added</h2>")
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
ScanSettings.java 61 public void writeToParcel(Parcel out, int flags) {
62 out.writeInt(channelSet == null ? 0 : channelSet.size());
64 for (WifiChannel channel : channelSet) channel.writeToParcel(out, flags);
  /libcore/dalvik/src/main/java/dalvik/system/profiler/
BinaryHprofWriter.java 42 private final DataOutputStream out; field in class:BinaryHprofWriter
53 this.out = new DataOutputStream(outputStream);
75 out.flush();
80 out.writeBytes(BinaryHprof.MAGIC + "1.0.2");
81 out.writeByte(0); // null terminated string
82 out.writeInt(BinaryHprof.ID_SIZE);
83 out.writeLong(dumpTimeInMilliseconds);
94 out.writeInt(flags);
95 out.writeShort((short) depth);
117 out.writeInt(e.threadId)
    [all...]
  /libcore/dex/src/main/java/com/android/dex/
EncodedValueCodec.java 30 * Writes a signed integral to {@code out}.
32 public static void writeSignedIntegralValue(ByteOutput out, int type, long value) {
34 * Figure out how many bits are needed to represent the value,
51 out.writeByte(type | ((requiredBytes - 1) << 5));
55 out.writeByte((byte) value);
62 * Writes an unsigned integral to {@code out}.
64 public static void writeUnsignedIntegralValue(ByteOutput out, int type, long value) {
65 // Figure out how many bits are needed to represent the value.
78 out.writeByte(type | ((requiredBytes - 1) << 5));
82 out.writeByte((byte) value)
    [all...]
  /libcore/luni/src/main/java/java/security/
DigestOutputStream.java 87 out.write(b);
110 out.write(b, off, len);
  /libcore/luni/src/main/java/java/util/zip/
CheckedOutputStream.java 68 out.write(val);
88 out.write(buf, off, nbytes);

Completed in 541 milliseconds

<<11121314151617181920>>