Searched defs:to (Results 1 - 25 of 433) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2002-03-12-StructInitialize.c5 long to; member in struct:Connection_Type
H A D2002-03-12-StructInitializer.c9 long to; member in struct:Connection_Type
H A Dmangle.c71 int foo10(volatile int* add, int from, int to) { argument
73 return llvm_cas(add, from, to);
/external/icu4c/i18n/
H A Dzonemeta.h20 const UChar *mzid; // const because it's a reference to a resource bundle string.
22 UDate to; member in struct:OlsonToMetaMappingEntry
41 * This overload method returns a persistent const UChar*, which is guranteed to persist
42 * (a pointer to a resource).
58 * Return the country code if this is a 'single' time zone that can fallback to just
60 * to see that there is a localization for the country in order to implement
79 * Returns the pointer to the persistent time zone ID string, or NULL if the given tzid is not in the
85 * Returns the pointer to the persistent meta zone ID string, or NULL if the given mzid is not available.
/external/openssl/crypto/rsa/
H A Drsa_none.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_none(unsigned char *to, int tlen, argument
80 memcpy(to,from,(unsigned int)flen);
84 int RSA_padding_check_none(unsigned char *to, int tlen, argument
94 memset(to,0,tlen-flen);
95 memcpy(to+tlen-flen,from,flen);
H A Drsa_null.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
66 * It is designed to allow some RSA functions to work while stopping those
73 unsigned char *to, RSA *rsa,int padding);
75 unsigned char *to, RSA *rsa,int padding);
77 unsigned char *to, RSA *rsa,int padding);
79 unsigned char *to, RSA *rsa,int padding);
108 unsigned char *to, RSA *rsa, int padding)
115 unsigned char *to, RSA *rsa, int padding)
122 unsigned char *to, RS
107 RSA_null_public_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
114 RSA_null_private_encrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
121 RSA_null_private_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
128 RSA_null_public_decrypt(int flen, const unsigned char *from, unsigned char *to, RSA *rsa, int padding) argument
[all...]
H A Drsa_pk1.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, argument
108 if (*p != 0xff) /* should decrypt to 0xff */
138 memcpy(to,p,(unsigned int)j);
143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, in argument
181 RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, const unsigned char *from, int flen, int num) argument
[all...]
H A Drsa_ssl.c7 * The implementation was written so as to conform with Netscapes SSL.
10 * the following conditions are aheared to. The following conditions
11 * apply to all code found in this distribution, be it the RC4, RSA,
17 * the code are not to be removed.
65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, argument
77 p=(unsigned char *)to;
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, argument
150 memcpy(to,p,(unsigned int)j);
H A Drsa_x931.c25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
66 int RSA_padding_add_X931(unsigned char *to, int tlen, argument
84 p=(unsigned char *)to;
105 int RSA_padding_check_X931(unsigned char *to, int tlen, argument
151 memcpy(to,p,(unsigned int)j);
/external/webkit/
H A Dbison_check.mk13 define local-transform-y-to-cpp
/external/clang/
H A Dclang-host-build.mk25 ## Commands for running tblgen to compile a td file
27 define transform-host-clang-td-to-out
/external/icu4c/common/
H A Ddtintrv.cpp23 DateInterval::DateInterval(UDate from, UDate to) argument
25 toDate(to)
/external/libgsm/src/
H A Ddebug.c14 * calls to functions in this module are #defined to nothing
21 void gsm_debug_words P4( (name, from, to, ptr), argument
24 int to,
29 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
30 while (from <= to) {
35 if (from < to) putc('\n', stderr);
41 void gsm_debug_longwords P4( (name, from, to, ptr), argument
44 int to,
49 fprintf( stderr, "%s [%d .. %d]: ", name, from, to );
[all...]
/external/llvm/
H A Dllvm-device-build.mk16 # to here.
64 ## Commands for running tblgen to compile a td file
66 define transform-device-td-to-out
H A Dllvm-tblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
14 # Set LOCAL_MODULE_CLASS to STATIC_LIBRARIES default (require
37 $(call transform-td-to-out, register-info)
41 $(call transform-td-to-out,instr-info)
45 $(call transform-td-to-out,subtarget)
51 $(call transform-td-to
[all...]
H A Dtblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
31 $(call transform-td-to-out,register-enums)
37 $(call transform-td-to-out,register-desc-header)
43 $(call transform-td-to-out,register-desc)
49 $(call transform-td-to-out,instr-enums)
55 $(call transform-td-to
[all...]
H A Dllvm-host-build.mk49 ## Commands for running tblgen to compile a td file
51 define transform-host-td-to-out
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DToParser.java6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
7 * employees are not subject to copyright protection in the United States
8 * and are considered to be in the public domain. As a result, a formal
9 * license is not needed to use the software.
17 * not limited to the correctness, accuracy, reliability or usefulness of
20 * Permission to use this software is contingent upon your acceptance
45 * @param to String to set
47 public ToParser(String to) { argument
48 super(to);
[all...]
/external/webkit/Source/WebCore/css/
H A DCSSUnicodeRangeValue.h37 static PassRefPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to) argument
39 return adoptRef(new CSSUnicodeRangeValue(from, to));
45 UChar32 to() const { return m_to; } function in class:WebCore::CSSUnicodeRangeValue
50 CSSUnicodeRangeValue(UChar32 from, UChar32 to) argument
52 , m_to(to)
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Ddiscoitemsquerytask.cc13 * 3. The name of the author may not be used to endorse or promote products
41 const Jid& to)
44 to_ = to;
39 DiscoItemsQueryTask(Task* parent, const std::string node, const Jid& to) argument
/external/iptables/include/linux/netfilter/
H A Dxt_connbytes.h20 aligned_u64 from; /* count to be matched */
21 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon5924
/external/jsilver/src/com/google/streamhtmlparser/impl/
H A DStateTableTransition.java10 * Unless required by applicable law or agreed to in writing, software
32 * state to go from A to B for any character that is either 1,2,3 or in
39 private final InternalState to; field in class:StateTableTransition
44 * specified and is subject to change.
51 expression, from, to);
55 InternalState to) {
59 Preconditions.checkNotNull(to);
62 this.to = to;
54 StateTableTransition(String expression, InternalState from, InternalState to) argument
[all...]
/external/kernel-headers/original/linux/netfilter/
H A Dxt_connbytes.h19 aligned_u64 from; /* count to be matched */
20 aligned_u64 to; /* count to be matched */ member in struct:xt_connbytes_info::__anon6453
/external/valgrind/main/coregrind/
H A Dvg_preloaded.c24 along with this program; if not, write to the Free Software
71 Wrapper for indirect functions which need to be redirected.
84 /* Ask the valgrind core running on the real CPU (as opposed to this
85 code which runs on the emulated CPU) to update the redirection that
86 led to this function. This client request eventually gives control to
110 as there are other ways to launch a process with environment that
122 Char **to = NULL; local
125 for (from = to = env; from && *from; from++) {
127 *to
[all...]
/external/webkit/Source/WebCore/platform/graphics/
H A DSegmentedFontData.h37 FontDataRange(UChar32 from, UChar32 to, const SimpleFontData* fontData) argument
39 , m_to(to)
45 UChar32 to() const { return m_to; } function in struct:WebCore::FontDataRange

Completed in 691 milliseconds

1234567891011>>