Home
last modified time | relevance | path

Searched refs:from (Results 1 – 25 of 1788) sorted by relevance

12345678910>>...72

/external/opencore/modules/cml2/
Drules.cml4 derive pvrtspinterface_m_mk from rtsp_support==y ? "/modules/linux_rtsp/co…
5 derive pvrtspreginterface_m_mk from rtsp_support==y ? "/modules/linux_rtsp/node_…
6 derive pvasfstreaminginterface_m_mk from asf_streaming_support==y ? "/modules/linux_asf/as…
7 derive pvasfstreamingreginterface_m_mk from asf_streaming_support==y ? "/modules/linux_asf/asf_s…
8 derive pvdownloadinterface_m_mk from download_support==y ? "/modules/linux_downloa…
9 derive pvdownloadreginterface_m_mk from download_support==y ? "/modules/linux_download/n…
11 derive pvprotocolenginefasttrackdownloadinterface_m_mk from fasttrack_download_support==y ? "/modu…
12 derive pvprotocolenginefasttrackdownloadpluginreginterface_m_mk from fasttrack_download_support==y …
14 derive pvprotocolenginewmhttpstreaminginterface_m_mk from asf_streaming_support==y ? "/modules/lin…
15 derive pvprotocolenginewmhttpstreamingpluginreginterface_m_mk from asf_streaming_support==y ? "/mo…
[all …]
/external/icu4c/data/translit/
DFullwidth_Halfwidth.txt8 # Generated from CLDR
38 !<>'!'; # from FULLWIDTH EXCLAMATION MARK
39 "<>'"'; # from FULLWIDTH QUOTATION MARK
40 #<>'#'; # from FULLWIDTH NUMBER SIGN
41 $<>'$'; # from FULLWIDTH DOLLAR SIGN
42 %<>'%'; # from FULLWIDTH PERCENT SIGN
43 &<>'&'; # from FULLWIDTH AMPERSAND
44 '<>''; # from FULLWIDTH APOSTROPHE
45 (<>'('; # from FULLWIDTH LEFT PARENTHESIS
46 )<>')'; # from FULLWIDTH RIGHT PARENTHESIS
[all …]
/external/apache-http/src/org/apache/http/message/
DBasicTokenIterator.java168 protected int findNext(int from) in findNext() argument
171 if (from < 0) { in findNext()
177 from = 0; in findNext()
180 from = findTokenSeparator(from); in findNext()
183 int start = findTokenStart(from); in findNext()
230 protected int findTokenStart(int from) { in findTokenStart() argument
231 if (from < 0) { in findTokenStart()
233 ("Search position must not be negative: " + from); in findTokenStart()
240 while (!found && (from < to)) { in findTokenStart()
242 final char ch = this.currentHeader.charAt(from); in findTokenStart()
[all …]
/external/grub/netboot/
Dlinux-asm-string.h24 extern void *__memcpy(void * to, const void * from, size_t n);
25 extern void *__constant_memcpy(void * to, const void * from, size_t n);
32 extern inline void * __memcpy(void * to, const void * from, size_t n) in __memcpy() argument
46 :"0" (n/4), "q" (n),"1" ((long) to),"2" ((long) from) in __memcpy()
55 extern inline void * __constant_memcpy(void * to, const void * from, size_t n) in __constant_memcpy() argument
61 *(unsigned char *)to = *(const unsigned char *)from; in __constant_memcpy()
64 *(unsigned short *)to = *(const unsigned short *)from; in __constant_memcpy()
67 *(unsigned short *)to = *(const unsigned short *)from; in __constant_memcpy()
68 *(2+(unsigned char *)to) = *(2+(const unsigned char *)from); in __constant_memcpy()
71 *(unsigned long *)to = *(const unsigned long *)from; in __constant_memcpy()
[all …]
/external/icu4c/data/misc/
DsupplementalData.txt11 * Map from ISO 3166 country codes to ISO 4217 currency codes
18 from:intvector{ /** 1999-01-01 */
25 from:intvector{ /** 1873 */
36 from:intvector{ /** 1960-01-01 */
47 from:intvector{ /** 1936 */
60 from:intvector{ /** 1973-05-19 */
69 from:intvector{ /** 2002-10-07 */
76 from:intvector{ /** 1927-03-14 */
89 from:intvector{ /** 1965-10-06 */
98 from:intvector{ /** 1965-10-06 */
[all …]
/external/zlib/
Dinffast.c95 unsigned char FAR *from; /* where to copy match from */ local
194 from = window - OFF;
196 from += wsize - op;
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from output */
206 from += wsize + write - op;
211 PUP(out) = PUP(from);
213 from = window - OFF;
218 PUP(out) = PUP(from);
220 from = out - dist; /* rest from output */
[all …]
/external/qemu/distrib/zlib-1.2.3/
Dinffast.c95 unsigned char FAR *from; /* where to copy match from */ local
194 from = window - OFF;
196 from += wsize - op;
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from output */
206 from += wsize + write - op;
211 PUP(out) = PUP(from);
213 from = window - OFF;
218 PUP(out) = PUP(from);
220 from = out - dist; /* rest from output */
[all …]
/external/webkit/WebCore/platform/image-decoders/zlib/
Dinffast.c95 unsigned char FAR *from; /* where to copy match from */ local
194 from = window - OFF;
196 from += wsize - op;
200 PUP(out) = PUP(from);
202 from = out - dist; /* rest from output */
206 from += wsize + write - op;
211 PUP(out) = PUP(from);
213 from = window - OFF;
218 PUP(out) = PUP(from);
220 from = out - dist; /* rest from output */
[all …]
/external/webkit/WebCore/svg/
DSVGPathSegList.cpp144 static inline float blendFunc(float from, float to, float progress) in blendFunc() argument
146 return (to - from) * progress + from; in blendFunc()
150 …class::create(blendFunc(static_cast<class*>(from)->attr1(), static_cast<class*>(to)->attr1(), prog…
153 …class::create(blendFunc(static_cast<class*>(from)->attr1(), static_cast<class*>(to)->attr1(), prog…
154 … blendFunc(static_cast<class*>(from)->attr2(), static_cast<class*>(to)->attr2(), progress))
157 …class::create(blendFunc(static_cast<class*>(from)->attr1(), static_cast<class*>(to)->attr1(), prog…
158 … blendFunc(static_cast<class*>(from)->attr2(), static_cast<class*>(to)->attr2(), progress), \
159 … blendFunc(static_cast<class*>(from)->attr3(), static_cast<class*>(to)->attr3(), progress), \
160 … blendFunc(static_cast<class*>(from)->attr4(), static_cast<class*>(to)->attr4(), progress))
163 …class::create(blendFunc(static_cast<class*>(from)->attr1(), static_cast<class*>(to)->attr1(), prog…
[all …]
/external/webkit/WebCore/xml/
DXPathNodeSet.cpp44 static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*> >& parentMatrix, bool mayCon… in sortBlock() argument
46 ASSERT(from + 1 < to); // Should not call this function with less that two nodes to sort. in sortBlock()
48 for (unsigned i = from; i < to; ++i) { in sortBlock()
58 commonAncestor = parentWithDepth(commonAncestorDepth, parentMatrix[from]); in sortBlock()
63 for (unsigned i = from + 1; i < to; ++i) { in sortBlock()
78 for (unsigned i = from; i < to; ++i) in sortBlock()
80 parentMatrix[i].swap(parentMatrix[from]); in sortBlock()
81 if (from + 2 < to) in sortBlock()
82 sortBlock(from + 1, to, parentMatrix, mayContainAttributeNodes); in sortBlock()
92 unsigned sortedEnd = from; in sortBlock()
[all …]
/external/webkit/JavaScriptCore/runtime/
DJSNumberCell.h122 JSValue v = JSImmediate::from(d); in JSValue()
128 JSValue v = JSImmediate::from(i); in JSValue()
134 JSValue v = JSImmediate::from(i); in JSValue()
140 JSValue v = JSImmediate::from(i); in JSValue()
146 JSValue v = JSImmediate::from(i); in JSValue()
152 JSValue v = JSImmediate::from(i); in JSValue()
158 JSValue v = JSImmediate::from(i); in JSValue()
164 JSValue v = JSImmediate::from(d); in JSValue()
170 JSValue v = JSImmediate::from(i); in JSValue()
176 JSValue v = JSImmediate::from(i); in JSValue()
[all …]
DJSImmediate.h238 static JSValue from(char);
239 static JSValue from(signed char);
240 static JSValue from(unsigned char);
241 static JSValue from(short);
242 static JSValue from(unsigned short);
243 static JSValue from(int);
244 static JSValue from(unsigned);
245 static JSValue from(long);
246 static JSValue from(unsigned long);
247 static JSValue from(long long);
[all …]
/external/wpa_supplicant/
Dctrl_iface_udp.c60 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_attach() argument
68 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_in)); in wpa_supplicant_ctrl_iface_attach()
74 inet_ntoa(from->sin_addr), ntohs(from->sin_port)); in wpa_supplicant_ctrl_iface_attach()
80 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_detach() argument
87 if (from->sin_addr.s_addr == dst->addr.sin_addr.s_addr && in wpa_supplicant_ctrl_iface_detach()
88 from->sin_port == dst->addr.sin_port) { in wpa_supplicant_ctrl_iface_detach()
95 "%s:%d", inet_ntoa(from->sin_addr), in wpa_supplicant_ctrl_iface_detach()
96 ntohs(from->sin_port)); in wpa_supplicant_ctrl_iface_detach()
107 struct sockaddr_in *from, in wpa_supplicant_ctrl_iface_level() argument
117 if (from->sin_addr.s_addr == dst->addr.sin_addr.s_addr && in wpa_supplicant_ctrl_iface_level()
[all …]
Dctrl_iface_unix.c61 struct sockaddr_un *from, in wpa_supplicant_ctrl_iface_attach() argument
69 os_memcpy(&dst->addr, from, sizeof(struct sockaddr_un)); in wpa_supplicant_ctrl_iface_attach()
75 (u8 *) from->sun_path, fromlen - sizeof(from->sun_family)); in wpa_supplicant_ctrl_iface_attach()
81 struct sockaddr_un *from, in wpa_supplicant_ctrl_iface_detach() argument
89 os_memcmp(from->sun_path, dst->addr.sun_path, in wpa_supplicant_ctrl_iface_detach()
90 fromlen - sizeof(from->sun_family)) == 0) { in wpa_supplicant_ctrl_iface_detach()
97 (u8 *) from->sun_path, in wpa_supplicant_ctrl_iface_detach()
98 fromlen - sizeof(from->sun_family)); in wpa_supplicant_ctrl_iface_detach()
109 struct sockaddr_un *from, in wpa_supplicant_ctrl_iface_level() argument
120 os_memcmp(from->sun_path, dst->addr.sun_path, in wpa_supplicant_ctrl_iface_level()
[all …]
/external/openssl/crypto/conf/
Dconf_def.c75 static int str_copy(CONF *conf,char *section,char **to, char *from);
514 static int str_copy(CONF *conf, char *section, char **pto, char *from) in str_copy() argument
522 len=strlen(from)+1; in str_copy()
527 if (IS_QUOTE(conf,*from)) in str_copy()
529 q= *from; in str_copy()
530 from++; in str_copy()
531 while (!IS_EOF(conf,*from) && (*from != q)) in str_copy()
533 if (IS_ESC(conf,*from)) in str_copy()
535 from++; in str_copy()
536 if (IS_EOF(conf,*from)) break; in str_copy()
[all …]
/external/elfutils/src/
Dylwrap96 from="$1"
99 if test $from = "y.tab.c"; then
100 from="y_tab.c"
102 if test $from = "y.tab.h"; then
103 from="y_tab.h"
107 if test -f "$from"; then
125 FROM=`echo "$from" | sed \
131 sed "/^#/{s,$input_rx,,;s,$from,$2,;s,$FORM,$TO,;}" "$from" >"$target" ||
/external/libxml2/include/libxml/
Dxmlautomata.h57 xmlAutomataStatePtr from,
63 xmlAutomataStatePtr from,
70 xmlAutomataStatePtr from,
78 xmlAutomataStatePtr from,
86 xmlAutomataStatePtr from,
95 xmlAutomataStatePtr from,
103 xmlAutomataStatePtr from,
112 xmlAutomataStatePtr from,
117 xmlAutomataStatePtr from,
121 xmlAutomataStatePtr from,
[all …]
/external/openssl/crypto/bn/
Dbn_nist.c160 #define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
163 #define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
166 #define bn_cp_64(to, n, from, m) \ argument
168 bn_cp_32(to, (n)*2, from, (m)*2); \
169 bn_cp_32(to, (n)*2+1, from, (m)*2+1); \
177 #define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
183 #define nist_set_192(to, from, a1, a2, a3) \ argument
185 if (a3 != 0) bn_cp_64(to, 0, from, (a3) - 3) else bn_64_set_0(to, 0)\
186 bn_cp_64(to, 1, from, (a2) - 3) \
187 if (a1 != 0) bn_cp_64(to, 2, from, (a1) - 3) else bn_64_set_0(to, 2)\
[all …]
/external/apache-http/src/org/apache/commons/codec/net/
DRFC1522Codec.java105 int from = 2; in decodeText() local
106 int to = text.indexOf("?", from); in decodeText()
110 String charset = text.substring(from, to); in decodeText()
114 from = to + 1; in decodeText()
115 to = text.indexOf("?", from); in decodeText()
119 String encoding = text.substring(from, to); in decodeText()
124 from = to + 1; in decodeText()
125 to = text.indexOf("?", from); in decodeText()
126 byte[] data = text.substring(from, to).getBytes(StringEncodings.US_ASCII); in decodeText()
/external/bison/build-aux/
Dylwrap134 from="$1"
137 if test $from = "y.tab.c"; then
138 from="y_tab.c"
140 if test $from = "y.tab.h"; then
141 from="y_tab.h"
145 if test -f "$from"; then
173 FROM=`echo "$from" | sed \
180 sed -e "/^#/!b" -e "s,$input_rx,," -e "s,$from,$2," \
181 -e "s,$FROM,$TARGET," "$from" >"$target" || ret=$?
/external/openssl/crypto/rsa/
Drsa_null.c72 static int RSA_null_public_encrypt(int flen, const unsigned char *from,
74 static int RSA_null_private_encrypt(int flen, const unsigned char *from,
76 static int RSA_null_public_decrypt(int flen, const unsigned char *from,
78 static int RSA_null_private_decrypt(int flen, const unsigned char *from,
107 static int RSA_null_public_encrypt(int flen, const unsigned char *from, in RSA_null_public_encrypt() argument
114 static int RSA_null_private_encrypt(int flen, const unsigned char *from, in RSA_null_private_encrypt() argument
121 static int RSA_null_private_decrypt(int flen, const unsigned char *from, in RSA_null_private_decrypt() argument
128 static int RSA_null_public_decrypt(int flen, const unsigned char *from, in RSA_null_public_decrypt() argument
Drsa_pk1.c66 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_1() argument
87 memcpy(p,from,(unsigned int)flen); in RSA_padding_add_PKCS1_type_1()
92 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_1() argument
97 p=from; in RSA_padding_check_PKCS1_type_1()
144 const unsigned char *from, int flen) in RSA_padding_add_PKCS1_type_2() argument
177 memcpy(p,from,(unsigned int)flen); in RSA_padding_add_PKCS1_type_2()
182 const unsigned char *from, int flen, int num) in RSA_padding_check_PKCS1_type_2() argument
187 p=from; in RSA_padding_check_PKCS1_type_2()
/external/iptables/extensions/
Dlibipt_connbytes.c35 si->count.from = strtoul(arg,&colon,10); in parse_range()
43 if (si->count.from > si->count.to) in parse_range()
45 si->count.from, si->count.to); in parse_range()
66 i = sinfo->count.from; in parse()
67 sinfo->count.from = sinfo->count.to; in parse()
155 if (sinfo->count.from > sinfo->count.to) in print()
157 sinfo->count.from); in print()
159 printf("connbytes %llu:%llu ",sinfo->count.from, in print()
174 if (sinfo->count.from > sinfo->count.to) in save()
176 sinfo->count.from); in save()
[all …]
/external/webkit/V8Binding/v8/test/cctest/
Dtest-strings.cc156 int from, in ConstructBalancedHelper() argument
158 CHECK(to > from); in ConstructBalancedHelper()
159 if (to - from == 1) { in ConstructBalancedHelper()
160 return building_blocks[from % NUMBER_OF_BUILDING_BLOCKS]; in ConstructBalancedHelper()
162 if (to - from == 2) { in ConstructBalancedHelper()
164 building_blocks[from % NUMBER_OF_BUILDING_BLOCKS], in ConstructBalancedHelper()
165 building_blocks[(from+1) % NUMBER_OF_BUILDING_BLOCKS]); in ConstructBalancedHelper()
168 ConstructBalancedHelper(building_blocks, from, from + ((to - from) / 2)); in ConstructBalancedHelper()
170 ConstructBalancedHelper(building_blocks, from + ((to - from) / 2), to); in ConstructBalancedHelper()
281 int from, in ConstructSliceTree() argument
[all …]
/external/qemu/android/utils/
Dstralloc.c98 stralloc_copy( stralloc_t* s, stralloc_t* from ) in stralloc_copy() argument
100 stralloc_ready(s, from->n); in stralloc_copy()
101 memcpy( s->s, from->s, from->n ); in stralloc_copy()
102 s->n = from->n; in stralloc_copy()
106 stralloc_append( stralloc_t* s, stralloc_t* from ) in stralloc_append() argument
108 stralloc_readyplus( s, from->n ); in stralloc_append()
109 memcpy( s->s + s->n, from->s, from->n ); in stralloc_append()
110 s->n += from->n; in stralloc_append()
126 stralloc_add_bytes( stralloc_t* s, const void* from, unsigned len ) in stralloc_add_bytes() argument
129 memcpy( s->s + s->n, from, len ); in stralloc_add_bytes()
[all …]

12345678910>>...72