Searched defs:from (Results 76 - 100 of 865) sorted by relevance

1234567891011>>

/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dpage_decrypt.c47 dsmos_page_transform(const void* from, void *to, unsigned long long src_offset, void *ops) argument
/macosx-10.10/emacs-93/emacs/lisp/calendar/
H A Dcal-iso.el[all...]
/macosx-10.10/emacs-93/emacs/lisp/
H A Dtool-bar.el[all...]
/macosx-10.10/Heimdal-398.1.2/admin/
H A Dcopy.c55 const char *from = argv[0]; local
/macosx-10.10/Heimdal-398.1.2/lib/asn1/
H A Dder_copy.c41 der_copy_general_string (const heim_general_string *from, argument
51 der_copy_integer (const int *from, int *to) argument
58 der_copy_unsigned (const unsigned *from, unsigned *to) argument
65 der_copy_generalized_time (const time_t *from, time_t *to) argument
72 der_copy_utctime (const time_t *from, time_ argument
79 der_copy_utf8string(const heim_utf8_string *from, heim_utf8_string *to) argument
85 der_copy_printable_string(const heim_printable_string *from, heim_printable_string *to) argument
98 der_copy_ia5_string(const heim_ia5_string *from, heim_ia5_string *to) argument
105 der_copy_bmp_string(const heim_bmp_string *from, heim_bmp_string *to) argument
116 der_copy_universal_string(const heim_universal_string *from, heim_universal_string *to) argument
128 der_copy_visible_string(const heim_visible_string *from, heim_visible_string *to) argument
135 der_copy_octet_string(const heim_octet_string *from, heim_octet_string *to) argument
146 der_copy_heim_integer(const heim_integer *from, heim_integer *to) argument
158 der_copy_oid(const heim_oid *from, heim_oid *to) argument
170 der_copy_bit_string(const heim_bit_string *from, heim_bit_string *to) argument
[all...]
/macosx-10.10/Libc-1044.1.2/db/recno/FreeBSD/
H A Drec_delete.c152 char *from; local
[all...]
/macosx-10.10/MITKerberosShim-66/
H A Dcreds.c94 krb5_copy_creds(mit_krb5_context context, const mit_krb5_creds *from, mit_krb5_creds **to) argument
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Ddispatch.c68 dispatch_range(u_int from, u_int to, dispatch_fn *fn) argument
/macosx-10.10/OpenSSH-189/osslshim/heimdal-asn1/
H A Dasn1-der_copy.c63 der_copy_general_string (const heim_general_string *from, argument
73 der_copy_integer (const int *from, int *to) argument
80 der_copy_unsigned (const unsigned *from, unsigned *to) argument
87 der_copy_generalized_time (const time_t *from, time_t *to) argument
94 der_copy_utctime (const time_t *from, time_ argument
101 der_copy_utf8string(const heim_utf8_string *from, heim_utf8_string *to) argument
107 der_copy_printable_string(const heim_printable_string *from, heim_printable_string *to) argument
120 der_copy_ia5_string(const heim_ia5_string *from, heim_ia5_string *to) argument
127 der_copy_bmp_string(const heim_bmp_string *from, heim_bmp_string *to) argument
138 der_copy_universal_string(const heim_universal_string *from, heim_universal_string *to) argument
150 der_copy_visible_string(const heim_visible_string *from, heim_visible_string *to) argument
157 der_copy_octet_string(const heim_octet_string *from, heim_octet_string *to) argument
168 der_copy_heim_integer(const heim_integer *from, heim_integer *to) argument
180 der_copy_oid(const heim_oid *from, heim_oid *to) argument
192 der_copy_bit_string(const heim_bit_string *from, heim_bit_string *to) argument
[all...]
/macosx-10.10/Security-57031.1.35/Security/include/security_smime/
H A Dsecalgid.c141 SECOID_CopyAlgorithmID(PRArenaPool *arena, SECAlgorithmID *to, const SECAlgorithmID *from) argument
/macosx-10.10/Security-57031.1.35/Security/libsecurity_smime/lib/
H A Dsecalgid.c141 SECOID_CopyAlgorithmID(PRArenaPool *arena, SECAlgorithmID *to, const SECAlgorithmID *from) argument
/macosx-10.10/Security-57031.1.35/SecurityTests/cspxutils/utilLib/
H A Dcputime.c32 double CPUTimeDeltaSec(CPUTime from, CPUTime to) argument
39 double CPUTimeDeltaMs(CPUTime from, CPUTime to) argument
46 double CPUTimeDeltaUs(CPUTime from, CPUTime to) argument
/macosx-10.10/Security-57031.1.35/libsecurity_smime/Security/
H A Dsecalgid.c139 SECOID_CopyAlgorithmID(PRArenaPool *arena, SECAlgorithmID *to, const SECAlgorithmID *from) argument
/macosx-10.10/Security-57031.1.35/libsecurity_smime/lib/
H A Dsecalgid.c139 SECOID_CopyAlgorithmID(PRArenaPool *arena, SECAlgorithmID *to, const SECAlgorithmID *from) argument
/macosx-10.10/Security-57031.1.35/libsecurity_smime/security_smime/
H A Dsecalgid.c139 SECOID_CopyAlgorithmID(PRArenaPool *arena, SECAlgorithmID *to, const SECAlgorithmID *from) argument
/macosx-10.10/WebCore-7600.1.25/Modules/gamepad/
H A DNavigatorGamepad.cpp59 NavigatorGamepad* NavigatorGamepad::from(Navigator* navigator) function in class:WebCore::NavigatorGamepad
/macosx-10.10/WebCore-7600.1.25/Modules/indexeddb/
H A DDOMWindowIndexedDatabase.cpp55 DOMWindowIndexedDatabase* DOMWindowIndexedDatabase::from(DOMWindow* window) function in class:WebCore::DOMWindowIndexedDatabase
/macosx-10.10/WebCore-7600.1.25/dom/
H A DTypedElementDescendantIterator.h153 inline TypedElementDescendantIterator<ElementType> TypedElementDescendantIteratorAdapter<ElementType>::from(Element& descendant) function in class:WebCore::TypedElementDescendantIteratorAdapter
202 inline TypedElementDescendantConstIterator<ElementType> TypedElementDescendantConstIteratorAdapter<ElementType>::from(const Element& descendant) const function in class:WebCore::TypedElementDescendantConstIteratorAdapter
/macosx-10.10/WebCore-7600.1.25/platform/
H A DRefCountedSupplement.h61 static ThisType* from(Supplementable<T>* host, const char* key) function in class:WebCore::RefCountedSupplement
H A DSupplementable.h92 static Supplement<T>* from(Supplementable<T>* host, const char* key) function in class:WebCore::Supplement
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DSegmentedFontData.h37 FontDataRange(UChar32 from, UChar32 to, PassRefPtr<SimpleFontData> fontData) argument
44 UChar32 from() const { return m_from; } function in struct:WebCore::FontDataRange
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DFontCairo.cpp96 drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const argument
H A DFontCairoHarfbuzzNG.cpp88 void Font::adjustSelectionRectForComplexText(const TextRun& run, LayoutRect& selectionRect, int from, int to) const argument
/macosx-10.10/WebCore-7600.1.25/platform/graphics/transforms/
H A DRotateTransformOperation.cpp39 PassRefPtr<TransformOperation> RotateTransformOperation::blend(const TransformOperation* from, double progress, bool blendToIdentity) argument
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestfilecopy.c23 static void copy_helper(abts_case *tc, const char *from, const char * to, argument

Completed in 211 milliseconds

1234567891011>>