Searched defs:out (Results 1 - 25 of 1547) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2007-05-11-str-const.c3 static unsigned char out[]={0,1}; variable
/external/bison/src/
H A Dlocation.c34 location_print (FILE *out, location loc) argument
36 fprintf (out, "%s:%d.%d",
41 fprintf (out, "-%s:%d.%d",
45 fprintf (out, "-%d.%d", loc.end.line, loc.end.column - 1);
47 fprintf (out, "-%d", loc.end.column - 1);
/external/chromium/chrome/browser/
H A Ddefault_plugin_uitest.cc33 std::wstring out; local
36 L"document.getElementById('result').innerHTML)", &out));
37 ASSERT_EQ(L"DONE", out);
/external/dropbear/libtomcrypt/src/misc/
H A Dzeromem.c20 @param out The destination of the area to zero
23 void zeromem(void *out, size_t outlen) argument
25 unsigned char *mem = out;
26 LTC_ARGCHKVD(out != NULL);
/external/dropbear/libtomcrypt/src/pk/asn1/der/boolean/
H A Dder_decode_boolean.c25 @param out [out] The boolean to decode
29 int *out)
32 LTC_ARGCHK(out != NULL);
38 *out = (in[2]==0xFF) ? 1 : 0;
28 der_decode_boolean(const unsigned char *in, unsigned long inlen, int *out) argument
H A Dder_encode_boolean.c24 @param out [out] The destination for the DER encoded BOOLEAN
25 @param outlen [in/out] The max size and resulting size of the DER BOOLEAN
29 unsigned char *out, unsigned long *outlen)
32 LTC_ARGCHK(out != NULL);
40 out[0] = 0x01;
41 out[1] = 0x01;
42 out[2] = in ? 0xFF : 0x00;
28 der_encode_boolean(int in, unsigned char *out, unsigned long *outlen) argument
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-84186.js40 var out = JSON.parse(json); variable
41 assertEquals(expected, out.key);
/external/webkit/Source/WebKit/chromium/src/linux/
H A DWebFontRenderStyle.cpp40 void WebFontRenderStyle::toFontRenderStyle(FontRenderStyle* out) argument
42 out->useBitmaps = useBitmaps;
43 out->useAutoHint = useAutoHint;
44 out->useHinting = useHinting;
45 out->hintStyle = hintStyle;
46 out->useAntiAlias = useAntiAlias;
47 out->useSubpixel = useSubpixel;
/external/chromium/webkit/glue/
H A Dweb_io_operators.cc20 std::ostream& operator<<(std::ostream& out, const WebString& s) { argument
21 return out << static_cast<string16>(s);
25 std::ostream& operator<<(std::ostream& out, const WebPoint& p) { argument
26 return out << static_cast<gfx::Point>(p);
29 std::ostream& operator<<(std::ostream& out, const WebRect& p) { argument
30 return out << static_cast<gfx::Rect>(p);
/external/dropbear/libtomcrypt/src/hashes/helper/
H A Dhash_file.c21 @param out [out] The destination of the digest
22 @param outlen [in/out] The max size and resulting size of the message digest
25 int hash_file(int hash, const char *fname, unsigned char *out, unsigned long *outlen) argument
33 LTC_ARGCHK(out != NULL);
45 err = hash_filehandle(hash, in, out, outlen);
H A Dhash_filehandle.c22 @param out [out] The destination of the digest
23 @param outlen [in/out] The max size and resulting size of the digest
26 int hash_filehandle(int hash, FILE *in, unsigned char *out, unsigned long *outlen) argument
36 LTC_ARGCHK(out != NULL);
59 err = hash_descriptor[hash].done(&md, out);
/external/dropbear/libtomcrypt/src/pk/pkcs1/
H A Dpkcs_1_i2osp.c28 @param out [out] The destination for the integer
31 int pkcs_1_i2osp(void *n, unsigned long modulus_len, unsigned char *out) argument
42 zeromem(out, modulus_len);
43 return mp_to_unsigned_bin(n, out+(modulus_len-size));
/external/e2fsprogs/lib/uuid/
H A Dgen_uuid_nt.c81 void uuid_generate(uuid_t out) argument
86 ((NtAllocateUuids_2000)NtAllocateUuids)(out, ((char*)out)+8, ((char*)out)+12, &seed[0] );
90 NtAllocateUuids(out, ((char*)out)+8, ((char*)out)+12);
H A Dpack.c41 unsigned char *out = ptr; local
44 out[3] = (unsigned char) tmp;
46 out[2] = (unsigned char) tmp;
48 out[1] = (unsigned char) tmp;
50 out[0] = (unsigned char) tmp;
53 out[5] = (unsigned char) tmp;
55 out[4] = (unsigned char) tmp;
58 out[7] = (unsigned char) tmp;
60 out[6] = (unsigned char) tmp;
63 out[
[all...]
/external/javassist/sample/evolve/
H A DWebPage.java12 public void show(OutputStreamWriter out) throws IOException { argument
14 out.write(c.getTime().toString());
15 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/javassist/sample/evolve/sample/evolve/
H A DWebPage.java12 public void show(OutputStreamWriter out) throws IOException { argument
13 out.write("<H2>Current Time:</H2>");
15 out.write("<CENTER><H3><FONT color=\"blue\">");
16 out.write(c.getTime().toString());
17 out.write("</FONT></H3></CENTER><HR>");
18 out.write("<P><A HREF=\"demo.html\">Return to the home page.</A>");
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/wpa_supplicant_8/src/crypto/
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Daes-encblock.c20 * @out: Output of the AES block operation (16 bytes)
23 int aes_128_encrypt_block(const u8 *key, const u8 *in, u8 *out) argument
29 aes_encrypt(ctx, in, out);
/external/bison/lib/
H A Dbitsetv-print.c30 bitsetv_matrix_dump (FILE * out, const char *title, bitsetv bset) argument
36 fprintf (out, "%s BEGIN\n", title);
39 fputs (" ", out);
41 putc (i / 10 ? '0' + i / 10 : ' ', out);
42 putc ('\n', out);
43 fputs (" ", out);
45 fprintf (out, "%d", (int) (i % 10));
46 putc ('\n', out);
49 fputs (" .", out);
51 putc ('-', out);
[all...]
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSProcessable.java12 * generic routine to copy out the data we want processed - the OutputStream
17 public void write(OutputStream out) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
H A DASN1Generator.java9 public ASN1Generator(OutputStream out) argument
11 _out = out;
/external/chromium/net/base/
H A Ddns_util_unittest.cc20 std::string out; local
22 EXPECT_TRUE(DNSDomainFromDot("", &out));
23 EXPECT_EQ(out, IncludeNUL(""));
24 EXPECT_TRUE(DNSDomainFromDot("com", &out));
25 EXPECT_EQ(out, IncludeNUL("\003com"));
26 EXPECT_TRUE(DNSDomainFromDot("google.com", &out));
27 EXPECT_EQ(out, IncludeNUL("\x006google\003com"));
28 EXPECT_TRUE(DNSDomainFromDot("www.google.com", &out));
29 EXPECT_EQ(out, IncludeNUL("\003www\006google\003com"));
32 EXPECT_TRUE(DNSDomainFromDot("123456789a123456789a123456789a123456789a123456789a123456789a123", &out));
[all...]
/external/dropbear/libtomcrypt/src/hashes/sha2/
H A Dsha384.c59 @param out [out] The destination of the hash (48 bytes)
62 int sha384_done(hash_state * md, unsigned char *out) argument
67 LTC_ARGCHK(out != NULL);
74 XMEMCPY(out, buf, 48);
/external/dropbear/libtomcrypt/src/mac/f9/
H A Df9_done.c22 @param out [out] Destination for the MAC tag
23 @param outlen [in/out] Destination size and final tag size
26 int f9_done(f9_state *f9, unsigned char *out, unsigned long *outlen) argument
30 LTC_ARGCHK(out != NULL);
62 out[x] = f9->ACC[x];

Completed in 9195 milliseconds

1234567891011>>