Home
last modified time | relevance | path

Searched refs:in (Results 1 – 25 of 2553) sorted by relevance

12345678910>>...103

/external/zlib/examples/
Dgzjoin.c86 local void bclose(bin *in) in bclose() argument
88 if (in != NULL) { in bclose()
89 if (in->fd != -1) in bclose()
90 close(in->fd); in bclose()
91 if (in->buf != NULL) in bclose()
92 free(in->buf); in bclose()
93 free(in); in bclose()
101 bin *in; in bopen() local
103 in = malloc(sizeof(bin)); in bopen()
104 if (in == NULL) in bopen()
[all …]
Dgzappend.c178 local int readin(file *in) in readin() argument
182 len = read(in->fd, in->buf, 1 << in->size); in readin()
183 if (len == -1) bye("error reading ", in->name); in readin()
184 in->left = (unsigned)len; in readin()
185 in->next = in->buf; in readin()
190 local int readmore(file *in) in readmore() argument
192 if (readin(in) == 0) bye("unexpected end of ", in->name); in readmore()
196 #define read1(in) (in->left == 0 ? readmore(in) : 0, \ argument
197 in->left--, *(in->next)++)
200 local void skip(file *in, unsigned n) in skip() argument
[all …]
/external/webkit/WebCore/html/
DCanvasRenderingContext2D.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
41 void scale(in float sx, in float sy);
42 void rotate(in float angle);
43 void translate(in float tx, in float ty);
44 … void transform(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy);
45 …void setTransform(in float m11, in float m12, in float m21, in float m22, in float dx, in float dy…
50 CanvasGradient createLinearGradient(in float x0, in float y0, in float x1, in float y1)
52 …CanvasGradient createRadialGradient(in float x0, in float y0, in float r0, in float x1, in float y…
[all …]
/external/e2fsprogs/tests/f_h_reindex/
Dexpect.15 Problem in HTREE directory inode 16001: node (1) has bad max hash
6 Problem in HTREE directory inode 16001: node (2) has bad min hash
7 Problem in HTREE directory inode 16001: node (2) has bad max hash
8 Problem in HTREE directory inode 16001: node (3) has bad min hash
9 Problem in HTREE directory inode 16001: node (3) has bad max hash
10 Problem in HTREE directory inode 16001: node (4) has bad min hash
11 Problem in HTREE directory inode 16001: node (4) has bad max hash
12 Problem in HTREE directory inode 16001: node (5) has bad min hash
13 Problem in HTREE directory inode 16001: node (5) has bad max hash
14 Problem in HTREE directory inode 16001: node (6) has bad min hash
[all …]
/external/libxml2/
Dencoding.c122 const unsigned char* in, int *inlen) { in asciiToUTF8() argument
124 const unsigned char* base = in; in asciiToUTF8()
125 const unsigned char* processed = in; in asciiToUTF8()
130 inend = in + (*inlen); in asciiToUTF8()
131 while ((in < inend) && (out - outstart + 5 < *outlen)) { in asciiToUTF8()
132 c= *in++; in asciiToUTF8()
144 processed = (const unsigned char*) in; in asciiToUTF8()
169 const unsigned char* in, int *inlen) { in UTF8Toascii() argument
170 const unsigned char* processed = in; in UTF8Toascii()
173 const unsigned char* instart = in; in UTF8Toascii()
[all …]
/external/webkit/WebCore/svg/
DSVGPathElement.idl5 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
39 SVGPoint getPointAtLength(in float distance);
40 unsigned long getPathSegAtLength(in float distance);
44 SVGPathSegMovetoAbs createSVGPathSegMovetoAbs(in float x,
45 in float y);
46 SVGPathSegMovetoRel createSVGPathSegMovetoRel(in float x,
47 in float y);
49 SVGPathSegLinetoAbs createSVGPathSegLinetoAbs(in float x,
[all …]
/external/clearsilver/autom4te.cache/
Dtraces.01 m4trace:configure.in:2: -1- AC_INIT([cgi/cgi.c])
2 m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
3 m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
4 m4trace:configure.in:2: -1- m4_pattern_forbid([^LIBOBJS$], [do not use LIBOBJS directly, use AC_LIB…
5 m4trace:configure.in:2: -1- m4_pattern_allow([^AS_FLAGS$])
6 m4trace:configure.in:2: -1- m4_pattern_forbid([^_?m4_])
7 m4trace:configure.in:2: -1- m4_pattern_forbid([^dnl$])
8 m4trace:configure.in:2: -1- m4_pattern_forbid([^_?AS_])
9 m4trace:configure.in:2: -1- AC_SUBST([SHELL], [${CONFIG_SHELL-/bin/sh}])
10 m4trace:configure.in:2: -1- AC_SUBST([PATH_SEPARATOR])
[all …]
/external/webkit/WebKit/win/Interfaces/
DDOMEvents.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
55 //void handleEvent(in Event evt);
56 HRESULT handleEvent([in] IDOMEvent* evt);
117 //[OldStyleObjC] void initEvent(in DOMString eventTypeArg,
118 // in boolean canBubbleArg,
119 // in boolean cancelableArg);
120 HRESULT initEvent([in] BSTR eventTypeArg, [in] BOOL canBubbleArg, [in] BOOL cancelableArg);
131 //void addEventListener(in DOMString type,
[all …]
DIWebScriptDebugListener.idl4 * Redistribution and use in source and binary forms, with or without
10 * 2. Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in the
49 HRESULT didLoadMainResourceForDataSource([in] IWebView* view, [in] IWebDataSource* dataSource);
50 …HRESULT didParseSource([in] IWebView* view, [in] BSTR sourceCode, [in] UINT baseLineNumber, [in] B…
51 …ULT failedToParseSource([in] IWebView* view, [in] BSTR sourceCode, [in] UINT baseLineNumber, [in] …
52 …HRESULT didEnterCallFrame([in] IWebView* view, [in] IWebScriptCallFrame* frame, [in] int sourceID,…
53 …ESULT willExecuteStatement([in] IWebView* view, [in] IWebScriptCallFrame* frame, [in] int sourceID…
54 …HRESULT willLeaveCallFrame([in] IWebView* view, [in] IWebScriptCallFrame* frame, [in] int sourceID…
55 …HRESULT exceptionWasRaised([in] IWebView* view, [in] IWebScriptCallFrame* frame, [in] int sourceID…
DIWebEditingDelegate.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
106 …HRESULT shouldBeginEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] …
111 …HRESULT shouldEndEditingInDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BO…
116 …HRESULT shouldInsertNode([in] IWebView* webView, [in] IDOMNode* node, [in] IDOMRange* range, [in] …
121 …HRESULT shouldInsertText([in] IWebView* webView, [in] BSTR text, [in] IDOMRange* range, [in] WebVi…
126 …HRESULT shouldDeleteDOMRange([in] IWebView* webView, [in] IDOMRange* range, [out, retval] BOOL* re…
131 …DOMRange([in] IWebView* webView, [in] IDOMRange* currentRange, [in] IDOMRange* proposedRange, [in]…
135 …HRESULT shouldApplyStyle([in] IWebView* webView, [in] IDOMCSSStyleDeclaration* style, [in] IDOMRan…
[all …]
DIWebUIDelegatePrivate.idl4 * Redistribution and use in source and binary forms, with or without
9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
51 HRESULT webViewResizerRect([in] IWebView* sender, [out, retval] RECT* rect);
52 …HRESULT webViewDrawResizer([in] IWebView* sender, [in] HDC dc, [in] BOOL overlapsContent, [in] REC…
53 HRESULT webViewScrolled([in] IWebView* sender);
54 …HRESULT webViewAddMessageToConsole([in] IWebView* sender, [in] BSTR message, [in] int lineNumber, …
55 HRESULT webViewShouldInterruptJavaScript([in] IWebView* sender, [out, retval] BOOL* result);
56 HRESULT webViewReceivedFocus([in] IWebView* sender);
57 HRESULT webViewLostFocus([in] IWebView* sender, [in] OLE_HANDLE loseFocusToHWnd);
[all …]
/external/ppp/pppd/
Dmd5.c127 UINT4 in[16]; local
142 mdContext->in[mdi++] = *inBuf++;
147 in[i] = (((UINT4)mdContext->in[ii+3]) << 24) |
148 (((UINT4)mdContext->in[ii+2]) << 16) |
149 (((UINT4)mdContext->in[ii+1]) << 8) |
150 ((UINT4)mdContext->in[ii]);
151 Transform (mdContext->buf, in);
164 UINT4 in[16]; local
170 in[14] = mdContext->i[0];
171 in[15] = mdContext->i[1];
[all …]
/external/wpa_supplicant/
Dmd5.c115 u8 in[64]; member
124 static void MD5Transform(u32 buf[4], u32 const in[16]);
220 unsigned char *p = (unsigned char *) ctx->in + t; in MD5Update()
228 byteReverse(ctx->in, 16); in MD5Update()
229 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update()
236 os_memcpy(ctx->in, buf, 64); in MD5Update()
237 byteReverse(ctx->in, 16); in MD5Update()
238 MD5Transform(ctx->buf, (u32 *) ctx->in); in MD5Update()
245 os_memcpy(ctx->in, buf, len); in MD5Update()
262 p = ctx->in + count; in MD5Final()
[all …]
Dmd4.c205 u32 a, b, c, d, in[MD4_BLOCK_LENGTH / 4]; in MD4Transform() local
208 os_memcpy(in, block, sizeof(in)); in MD4Transform()
211 in[a] = (u32)( in MD4Transform()
224 MD4STEP(F1, a, b, c, d, in[ 0], 3); in MD4Transform()
225 MD4STEP(F1, d, a, b, c, in[ 1], 7); in MD4Transform()
226 MD4STEP(F1, c, d, a, b, in[ 2], 11); in MD4Transform()
227 MD4STEP(F1, b, c, d, a, in[ 3], 19); in MD4Transform()
228 MD4STEP(F1, a, b, c, d, in[ 4], 3); in MD4Transform()
229 MD4STEP(F1, d, a, b, c, in[ 5], 7); in MD4Transform()
230 MD4STEP(F1, c, d, a, b, in[ 6], 11); in MD4Transform()
[all …]
/external/strace/
Dstrace-graph101 my ($in) = @_;
105 if ($in =~ s/^\\(.)//) {
107 } elsif ($in =~ s/^\"//) {
108 if ($in =~ s/^\.\.\.//) {
109 return ("$result...", $in);
111 return ($result, $in);
112 } elsif ($in =~ s/([^\\\"]*)//) {
115 return (undef, $in);
121 my ($in) = @_;
123 if ($in =~ s/^\"//) {
[all …]
/external/zlib/contrib/minizip/
DChangeLogUnzip1 Change in 1.01e (12 feb 05)
2 - Fix in zipOpen2 for globalcomment (Rolf Kalbermatter)
3 - Fix possible memory leak in unzip.c (Zoran Stevanovic)
5 Change in 1.01b (20 may 04)
9 Change in 1.01 (8 may 04)
10 - fix buffer overrun risk in unzip.c (Xavier Roche)
11 - fix a minor buffer insecurity in minizip.c (Mike Whittaker)
13 Change in 1.00: (10 sept 03)
17 Change in 0.22: (19 May 03)
19 - append file in existing zipfile
[all …]
/external/openssl/crypto/x509/
Dx509cset.c86 ASN1_TIME *in; in X509_CRL_set_lastUpdate() local
89 in=x->crl->lastUpdate; in X509_CRL_set_lastUpdate()
90 if (in != tm) in X509_CRL_set_lastUpdate()
92 in=M_ASN1_TIME_dup(tm); in X509_CRL_set_lastUpdate()
93 if (in != NULL) in X509_CRL_set_lastUpdate()
96 x->crl->lastUpdate=in; in X509_CRL_set_lastUpdate()
99 return(in != NULL); in X509_CRL_set_lastUpdate()
104 ASN1_TIME *in; in X509_CRL_set_nextUpdate() local
107 in=x->crl->nextUpdate; in X509_CRL_set_nextUpdate()
108 if (in != tm) in X509_CRL_set_nextUpdate()
[all …]
Dx509_set.c79 ASN1_INTEGER *in; in X509_set_serialNumber() local
82 in=x->cert_info->serialNumber; in X509_set_serialNumber()
83 if (in != serial) in X509_set_serialNumber()
85 in=M_ASN1_INTEGER_dup(serial); in X509_set_serialNumber()
86 if (in != NULL) in X509_set_serialNumber()
89 x->cert_info->serialNumber=in; in X509_set_serialNumber()
92 return(in != NULL); in X509_set_serialNumber()
109 ASN1_TIME *in; in X509_set_notBefore() local
112 in=x->cert_info->validity->notBefore; in X509_set_notBefore()
113 if (in != tm) in X509_set_notBefore()
[all …]
/external/webkit/WebCore/dom/
DDocument.idl10 * This library is distributed in the hope that it will be useful,
38 [ReturnsNew] Element createElement(in [ConvertNullToNullString] DOMString tagName)
41 [ReturnsNew] Text createTextNode(in DOMString data);
42 [ReturnsNew] Comment createComment(in DOMString data);
43 [ReturnsNew] CDATASection createCDATASection(in DOMString data)
45 … [OldStyleObjC, ReturnsNew] ProcessingInstruction createProcessingInstruction(in DOMString target,
46in DOMString data)
48 [ReturnsNew] Attr createAttribute(in DOMString name)
50 [ReturnsNew] EntityReference createEntityReference(in DOMString name)
52 NodeList getElementsByTagName(in DOMString tagname);
[all …]
/external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
Dder_sequence_free.c24 void der_sequence_free(ltc_asn1_list *in) in der_sequence_free() argument
29 while (in->prev != NULL || in->parent != NULL) { in der_sequence_free()
30 if (in->parent != NULL) { in der_sequence_free()
31 in = in->parent; in der_sequence_free()
33 in = in->prev; in der_sequence_free()
38 while (in != NULL) { in der_sequence_free()
40 if (in->child) { in der_sequence_free()
42 in->child->parent = NULL; in der_sequence_free()
43 der_sequence_free(in->child); in der_sequence_free()
46 switch (in->type) { in der_sequence_free()
[all …]
/external/webkit/WebCore/WebCore.xcodeproj/
Dproject.pbxproj24 …06027CAD0B1CBFC000884B2D /* ContextMenuItem.h in Headers */ = {isa = PBXBuildFile; fileRef = 06027…
25 …06027CB30B1CC03D00884B2D /* ContextMenuItemMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0…
26 …062287840B4DB322000C34DF /* FocusDirection.h in Headers */ = {isa = PBXBuildFile; fileRef = 062287…
27 …065AD4F50B0C2EDA005A2B1D /* ContextMenuClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 065…
28 …065AD4F60B0C2EDA005A2B1D /* ContextMenuController.cpp in Sources */ = {isa = PBXBuildFile; fileRef…
29 …065AD4F70B0C2EDA005A2B1D /* ContextMenuController.h in Headers */ = {isa = PBXBuildFile; fileRef =…
30 …0668E18B0ADD9624004128E0 /* PopupMenu.h in Headers */ = {isa = PBXBuildFile; fileRef = 0668E1890AD…
31 …0668E1900ADD9640004128E0 /* PopupMenuMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0668E18…
32 …066C772B0AB603B700238CC4 /* FileChooser.h in Headers */ = {isa = PBXBuildFile; fileRef = 066C772A0…
33 …066C772D0AB603D200238CC4 /* FileChooserMac.mm in Sources */ = {isa = PBXBuildFile; fileRef = 066C7…
[all …]
/external/speex/libspeex/
Dfftwrap.c45 static int maximize_range(spx_word16_t *in, spx_word16_t *out, spx_word16_t bound, int len) in maximize_range() argument
51 if (in[i]>max_val) in maximize_range()
52 max_val = in[i]; in maximize_range()
53 if (-in[i]>max_val) in maximize_range()
54 max_val = -in[i]; in maximize_range()
64 out[i] = SHL16(in[i], shift); in maximize_range()
69 static void renorm_range(spx_word16_t *in, spx_word16_t *out, int shift, int len) in renorm_range() argument
74 out[i] = PSHR16(in[i], shift); in renorm_range()
98 void spx_fft(void *table, float *in, float *out) in spx_fft() argument
100 if (in==out) in spx_fft()
[all …]
/external/grub/stage2/
Dterminfo.c55 ti_unescape_memory (const char *in, const char *end) in ti_unescape_memory() argument
64 c = *(in++); in ti_unescape_memory()
68 if (*in >= 'A' && *in <= 'Z') in ti_unescape_memory()
70 *out = (*in) - 'A'; in ti_unescape_memory()
71 in++; in ti_unescape_memory()
79 c = *(in++); in ti_unescape_memory()
87 c = *(in++); in ti_unescape_memory()
94 in--; in ti_unescape_memory()
145 while (in <= end); in ti_unescape_memory()
151 ti_unescape_string (const char *in) in ti_unescape_string() argument
[all …]
/external/zlib/
DChangeLog4 Changes in 1.2.3 (18 July 2005)
7 - Update testzlib, vstudio, masmx64, and masmx86 in contrib [Vollant]
9 Changes in 1.2.2.4 (11 July 2005)
11 - Avoid some Visual C warnings in deflate.c
12 - Avoid more silly Visual C warnings in inflate.c and inftrees.c for 64-bit
14 - Fix some spelling errors in comments [Betts]
15 - Correct inflateInit2() error return documentation in zlib.h
18 - Fix cast for assignments to strm->state in inflate.c and infback.c
19 - Fix zlibCompileFlags() in zutil.c to use 1L for long shifts [Oberhumer]
20 - Move declarations of gf2 functions to right place in crc32.c [Oberhumer]
[all …]
/external/webkit/WebKit/WebKit.xcodeproj/
Dproject.pbxproj10 …065AD5A30B0C32C7005A2B1D /* WebContextMenuClient.h in Headers */ = {isa = PBXBuildFile; fileRef = …
11 …065AD5A40B0C32C7005A2B1D /* WebContextMenuClient.mm in Sources */ = {isa = PBXBuildFile; fileRef =…
12 …06693DDC0BFBA85200216072 /* WebInspectorClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 06…
13 …06693DDD0BFBA85200216072 /* WebInspectorClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 0…
14 …14D8252F0AF955090004F057 /* WebChromeClient.h in Headers */ = {isa = PBXBuildFile; fileRef = 14D82…
15 …14D825300AF955090004F057 /* WebChromeClient.mm in Sources */ = {isa = PBXBuildFile; fileRef = 14D8…
16 …1A20D08B0ED384F20043FA9F /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef =…
17 …1A2D754D0DE480B900F0A648 /* WebIconFetcher.h in Headers */ = {isa = PBXBuildFile; fileRef = 1A2D75…
18 …1A2D754E0DE480B900F0A648 /* WebIconFetcher.mm in Sources */ = {isa = PBXBuildFile; fileRef = 1A2D7…
19 …1A2D75500DE4810E00F0A648 /* WebIconFetcherInternal.h in Headers */ = {isa = PBXBuildFile; fileRef …
[all …]

12345678910>>...103