Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 190) sorted by relevance

12345678

/external/bluetooth/bluez/lib/
Dhci.c989 int hci_send_req(int dd, struct hci_request *r, int to) in hci_send_req()
1121 …st bdaddr_t *bdaddr, uint16_t ptype, uint16_t clkoffset, uint8_t rswitch, uint16_t *handle, int to) in hci_create_connection()
1155 int hci_disconnect(int dd, uint16_t handle, uint8_t reason, int to) in hci_disconnect()
1184 int hci_read_local_name(int dd, int len, char *name, int to) in hci_read_local_name()
1208 int hci_write_local_name(int dd, const char *name, int to) in hci_write_local_name()
1228 …d, const bdaddr_t *bdaddr, uint8_t pscan_rep_mode, uint16_t clkoffset, int len, char *name, int to) in hci_read_remote_name_with_clock_offset()
1261 int hci_read_remote_name(int dd, const bdaddr_t *bdaddr, int len, char *name, int to) in hci_read_remote_name()
1266 int hci_read_remote_name_cancel(int dd, const bdaddr_t *bdaddr, int to) in hci_read_remote_name_cancel()
1286 int hci_read_remote_version(int dd, uint16_t handle, struct hci_version *ver, int to) in hci_read_remote_version()
1318 int hci_read_remote_features(int dd, uint16_t handle, uint8_t *features, int to) in hci_read_remote_features()
[all …]
/external/webkit/WebCore/css/
DCSSUnicodeRangeValue.h37 static PassRefPtr<CSSUnicodeRangeValue> create(UChar32 from, UChar32 to) in create()
45 UChar32 to() const { return m_to; } in to() function
50 CSSUnicodeRangeValue(UChar32 from, UChar32 to) in CSSUnicodeRangeValue()
DCSSFontFace.h52 void addRange(UChar32 from, UChar32 to) { m_ranges.append(UnicodeRange(from, to)); } in addRange()
75 UChar32 to() const { return m_to; } in to() function
/external/opencore/codecs_v2/audio/aac/dec/src/
Daac_mem_funcs.h45 #define pv_memset(to, c, n) oscl_memset(to, c, n) argument
48 #define pv_memcpy(to, from, n) oscl_memcpy(to, from, n) argument
49 #define pv_memmove(to, from, n) oscl_memmove(to, from, n) argument
/external/opencore/codecs_v2/audio/mp3/dec/src/
Dmp3_mem_funcs.h63 #define pv_memset(to, c, n) oscl_memset(to, c, n) argument
66 #define pv_memcpy(to, from, n) oscl_memcpy(to, from, n) argument
67 #define pv_memmove(to, from, n) oscl_memmove(to, from, n) argument
/external/opencore/codecs_v2/audio/gsm_amr/amr_wb/dec/src/
Dpvamrwbdecoder_mem_funcs.h60 #define pv_memset(to, c, n) oscl_memset(to, c, n) argument
63 #define pv_memcpy(to, from, n) oscl_memcpy(to, from, n) argument
64 #define pv_memmove(to, from, n) oscl_memmove(to, from, n) argument
/external/openssl/crypto/rsa/
Drsa_null.c108 unsigned char *to, RSA *rsa, int padding) in RSA_null_public_encrypt()
115 unsigned char *to, RSA *rsa, int padding) in RSA_null_private_encrypt()
122 unsigned char *to, RSA *rsa, int padding) in RSA_null_private_decrypt()
129 unsigned char *to, RSA *rsa, int padding) in RSA_null_public_decrypt()
Drsa_pk1.c65 int RSA_padding_add_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_1()
91 int RSA_padding_check_PKCS1_type_1(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_1()
143 int RSA_padding_add_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_type_2()
181 int RSA_padding_check_PKCS1_type_2(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_type_2()
Drsa_none.c65 int RSA_padding_add_none(unsigned char *to, int tlen, in RSA_padding_add_none()
84 int RSA_padding_check_none(unsigned char *to, int tlen, in RSA_padding_check_none()
Drsa_ssl.c65 int RSA_padding_add_SSLv23(unsigned char *to, int tlen, in RSA_padding_add_SSLv23()
105 int RSA_padding_check_SSLv23(unsigned char *to, int tlen, in RSA_padding_check_SSLv23()
Drsa_x931.c66 int RSA_padding_add_X931(unsigned char *to, int tlen, in RSA_padding_add_X931()
105 int RSA_padding_check_X931(unsigned char *to, int tlen, in RSA_padding_check_X931()
Drsa_lib.c279 int RSA_public_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_encrypt()
285 int RSA_private_encrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_encrypt()
291 int RSA_private_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_private_decrypt()
297 int RSA_public_decrypt(int flen, const unsigned char *from, unsigned char *to, in RSA_public_decrypt()
Drsa_oaep.c34 int RSA_padding_add_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_add_PKCS1_OAEP()
91 int RSA_padding_check_PKCS1_OAEP(unsigned char *to, int tlen, in RSA_padding_check_PKCS1_OAEP()
/external/openssl/crypto/bn/
Dbn_nist.c160 #define bn_cp_64(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
161 #define bn_64_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
163 #define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
164 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
166 #define bn_cp_64(to, n, from, m) \ argument
171 #define bn_64_set_0(to, n) \ argument
177 #define bn_cp_32(to, n, from, m) (to)[n] = (m>=0)?((from)[m]):0; argument
178 #define bn_32_set_0(to, n) (to)[n] = (BN_ULONG)0; argument
183 #define nist_set_192(to, from, a1, a2, a3) \ argument
251 #define nist_set_224(to, from, a1, a2, a3, a4, a5, a6, a7) \ argument
[all …]
/external/apache-http/src/org/apache/http/message/
DBasicTokenIterator.java239 final int to = this.currentHeader.length(); in findTokenStart() local
293 final int to = this.currentHeader.length(); in findTokenSeparator() local
332 final int to = this.currentHeader.length(); in findTokenEnd() local
/external/webkit/JavaScriptCore/assembler/
DARMAssembler.h598 static void patchPointerInternal(intptr_t from, void* to) in patchPointerInternal()
617 static void linkPointer(void* code, JmpDst from, void* to) in linkPointer()
622 static void repatchInt32(void* from, int32_t to) in repatchInt32()
627 static void repatchPointer(void* from, void* to) in repatchPointer()
645 void linkJump(JmpSrc from, JmpDst to) in linkJump()
651 static void linkJump(void* code, JmpSrc from, void* to) in linkJump()
656 static void relinkJump(void* from, void* to) in relinkJump()
661 static void linkCall(void* code, JmpSrc from, void* to) in linkCall()
666 static void relinkCall(void* from, void* to) in relinkCall()
685 static int getDifferenceBetweenLabels(JmpDst from, JmpSrc to) in getDifferenceBetweenLabels()
[all …]
DAbstractMacroAssembler.h444 ptrdiff_t differenceBetween(Label from, Jump to) in differenceBetween()
449 ptrdiff_t differenceBetween(Label from, Call to) in differenceBetween()
454 ptrdiff_t differenceBetween(Label from, Label to) in differenceBetween()
459 ptrdiff_t differenceBetween(Label from, DataLabelPtr to) in differenceBetween()
464 ptrdiff_t differenceBetween(Label from, DataLabel32 to) in differenceBetween()
469 ptrdiff_t differenceBetween(DataLabelPtr from, Jump to) in differenceBetween()
474 ptrdiff_t differenceBetween(DataLabelPtr from, DataLabelPtr to) in differenceBetween()
479 ptrdiff_t differenceBetween(DataLabelPtr from, Call to) in differenceBetween()
/external/icu4c/i18n/
Dtztrans.cpp110 TimeZoneTransition::setTo(const TimeZoneRule& to) { in setTo()
118 TimeZoneTransition::adoptTo(TimeZoneRule* to) { in adoptTo()
/external/webkit/WebCore/page/animation/
DAnimationBase.cpp74 static inline int blendFunc(const AnimationBase*, int from, int to, double progress) in blendFunc()
79 static inline double blendFunc(const AnimationBase*, double from, double to, double progress) in blendFunc()
84 static inline float blendFunc(const AnimationBase*, float from, float to, double progress) in blendFunc()
89 static inline Color blendFunc(const AnimationBase* anim, const Color& from, const Color& to, double… in blendFunc()
101 static inline Length blendFunc(const AnimationBase*, const Length& from, const Length& to, double p… in blendFunc()
106 …Size blendFunc(const AnimationBase* anim, const LengthSize& from, const LengthSize& to, double pro… in blendFunc()
112 static inline IntSize blendFunc(const AnimationBase* anim, const IntSize& from, const IntSize& to, … in blendFunc()
118 static inline ShadowStyle blendFunc(const AnimationBase* anim, ShadowStyle from, ShadowStyle to, do… in blendFunc()
129 …ata* blendFunc(const AnimationBase* anim, const ShadowData* from, const ShadowData* to, double pro… in blendFunc()
137 …c(const AnimationBase* anim, const TransformOperations& from, const TransformOperations& to, doubl… in blendFunc()
[all …]
/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_RLEaccel.c110 #define PIXEL_COPY(to, from, len, bpp) \ argument
123 #define OPAQUE_BLIT(to, from, length, bpp, alpha) \ argument
128 #define ALPHA_BLIT32_888MMX(to, from, length, bpp, alpha) \ argument
200 #define ALPHA_BLIT16_565MMX(to, from, length, bpp, alpha) \ argument
290 #define ALPHA_BLIT16_555MMX(to, from, length, bpp, alpha) \ argument
389 #define ALPHA_BLIT32_888(to, from, length, bpp, alpha) \ argument
413 #define ALPHA_BLIT16_565(to, from, length, bpp, alpha) \ argument
430 #define ALPHA_BLIT16_555(to, from, length, bpp, alpha) \ argument
450 #define ALPHA_BLIT_ANY(to, from, length, bpp, alpha) \ argument
509 #define ALPHA_BLIT32_888_50MMX(to, from, length, bpp, alpha) \ argument
[all …]
DSDL_blit.c112 static __inline__ void SDL_memcpyMMX(Uint8 *to, const Uint8 *from, int len) in SDL_memcpyMMX()
129 static __inline__ void SDL_memcpySSE(Uint8 *to, const Uint8 *from, int len) in SDL_memcpySSE()
/external/freetype/src/base/
Dftbbox.c63 BBox_Move_To( FT_Vector* to, in BBox_Move_To()
163 FT_Vector* to, in BBox_Conic_To()
533 FT_Vector* to, in BBox_Cubic_To()
/external/webkit/WebCore/xml/
DXPathNodeSet.cpp44 static void sortBlock(unsigned from, unsigned to, Vector<Vector<Node*> >& parentMatrix, bool mayCon… in sortBlock()
178 unsigned to = m_nodes.size() - 1; in reverse() local
/external/webkit/WebCore/svg/
DSVGAnimateElement.cpp266 double to; in calculateDistance() local
277 Color to = SVGColor::colorFromRGBColorString(toString); in calculateDistance() local
/external/webkit/JavaScriptCore/tests/mozilla/js1_2/Array/
Dslice.js42 function mySlice(a, from, to) argument

12345678