Searched refs:a_ (Results 1 - 18 of 18) sorted by relevance

/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/include/
H A Dmk4dll.h68 d4_DLLSPEC(bool)operator == (const c4_View &a_, const c4_View &b_);
69 d4_DLLSPEC(bool)operator != (const c4_View &a_, const c4_View &b_);
70 d4_DLLSPEC(bool)operator < (const c4_View &a_, const c4_View &b_);
71 d4_DLLSPEC(bool)operator > (const c4_View &a_, const c4_View &b_);
72 d4_DLLSPEC(bool)operator <= (const c4_View &a_, const c4_View &b_);
73 d4_DLLSPEC(bool)operator >= (const c4_View &a_, const c4_View &b_);
75 d4_DLLSPEC(bool)operator == (c4_Cursor a_, c4_Cursor b_);
76 d4_DLLSPEC(bool)operator != (c4_Cursor a_, c4_Cursor b_);
77 d4_DLLSPEC(bool)operator < (c4_Cursor a_, c4_Cursor b_);
78 d4_DLLSPEC(bool)operator > (c4_Cursor a_, c4_Curso
[all...]
H A Dmk4.h220 bool operator == (const t4_i64 a_, const t4_i64 b_);
221 bool operator < (const t4_i64 a_, const t4_i64 b_);
351 bool operator == (const c4_RowRef &a_, const c4_RowRef &b_);
352 bool operator != (const c4_RowRef &a_, const c4_RowRef &b_);
353 bool operator <= (const c4_RowRef &a_, const c4_RowRef &b_);
354 bool operator >= (const c4_RowRef &a_, const c4_RowRef &b_);
355 bool operator > (const c4_RowRef &a_, const c4_RowRef &b_);
356 bool operator < (const c4_RowRef &a_, const c4_RowRef &b_);
/macosx-10.10.1/tcl-105/tcl_ext/mk4tcl/metakit/src/
H A Dtable.cpp143 bool operator == (const c4_Bytes &a_, const c4_Bytes &b_) { argument
144 return a_._contents == b_._contents || (a_._size == b_._size && memcmp
145 (a_._contents, b_._contents, a_._size) == 0);
H A Dview.cpp1033 c4_Row operator + (const c4_RowRef &a_, const c4_RowRef &b_) { argument
1034 c4_Row row = a_;
H A Dviewx.cpp384 bool operator == (const c4_Reference &a_, const c4_Reference &b_) { argument
386 bool f1 = a_.GetData(buf1);
/macosx-10.10.1/apr-32/apr-util/apr-util/hooks/
H A Dapr_hooks.c75 static int crude_order(const void *a_,const void *b_) argument
77 const TSortData *a=a_;
/macosx-10.10.1/apache-793/httpd/modules/generators/
H A Dmod_info.c693 static int cmp_provider_groups(const void *a_, const void *b_) argument
695 const ap_list_provider_groups_t *a = a_, *b = b_;
702 static int cmp_provider_names(const void *a_, const void *b_) argument
704 const ap_list_provider_names_t *a = a_, *b = b_;
744 static int cmp_module_name(const void *a_, const void *b_) argument
746 const module * const *a = a_;
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_apple_csp/open_ssl/bn/
H A Dbntest.c100 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
905 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) argument
915 if(a_)
916 a=a_;
/macosx-10.10.1/OpenSSL098-52/src/crypto/bn/
H A Dbn_gf2m.c924 int BN_GF2m_mod_solve_quad_arr(BIGNUM *r, const BIGNUM *a_, const unsigned int p[], BN_CTX *ctx) argument
930 bn_check_top(a_);
945 if (!BN_GF2m_mod_arr(a, a_, p)) goto err;
H A Dbntest.c97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
1820 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) argument
1830 if(a_)
1831 a=a_;
/macosx-10.10.1/OpenSSL098-52/src/test/
H A Dbntest.c97 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_);
1820 int test_lshift(BIO *bp,BN_CTX *ctx,BIGNUM *a_) argument
1830 if(a_)
1831 a=a_;
/macosx-10.10.1/OpenSSL098-52/src/crypto/x509v3/
H A Dv3_addr.c719 static int IPAddressFamily_cmp(const IPAddressFamily * const *a_,
722 const ASN1_OCTET_STRING *a = (*a_)->addressFamily;
H A Dv3_asid.c169 static int ASIdOrRange_cmp(const ASIdOrRange * const *a_,
172 const ASIdOrRange *a = *a_, *b = *b_;
/macosx-10.10.1/vim-55/runtime/
H A Dscripts.vim339 elseif expand("%") =~ '\a\a_\a\a\($\|[.@]\)\|i18n$\|POSIX$\|translit_'
H A Dmenu.vim34 if s:lang =~ '^\a\a$\|^\a\a_\a\a$'
/macosx-10.10.1/CPANInternal-159.1/JSON-XS-3.01/
H A DXS.xs554 he_cmp_fast (const void *a_, const void *b_)
558 HE *a = *(HE **)a_;
/macosx-10.10.1/Heimdal-398.1.2/lib/hcrypto/libtommath/
H A Dtommath.tex1074 1. while $a.used > 0$ and $a_{a.used - 1} = 0$ do \\
1149 \hspace{3mm}2.1 $b_{n} \leftarrow a_{n}$ \\
2142 Given a polynomial in $x$ such as $f(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_0$ multiplying by $x$ amounts to shifting the coefficients up one
2143 degree. In this case $f(x) \cdot x = a_n x^{n+1} + a_{n-1} x^n + ... + a_0 x$. From a scalar basis point of view multiplying by $x$ is equivalent to
2161 \hspace{3mm}7.1 $a_{i} \leftarrow a_{j}$ \\
2539 \hspace{6mm}5.4.1 $\hat r \leftarrow t_{iy + ix} + a_{ix} \cdot b_{iy} + u$ \\
2570 innermost loop $a_{ix}$ is multiplied against $b$ and the result is added (\textit{with an appropriate shift}) to $t$.
2754 \hspace{6mm}5.4.1 $\_ \hat W \leftarrow \_ \hat W + a_{tx+iy}b_{ty-iy}$ \\
3269 \hspace{3mm}4.1 $\hat r \leftarrow t_{2ix} + \left (a_{i
[all...]
/macosx-10.10.1/Heimdal-398.1.2/tests/apple/
H A Dprincipal.GUPTA4.APPLE.COM814 ���0w&�l�G�|�����]_{O6��.��0Jp�a_��N������7B}M�DL�a� ���p�$]�A�@Ir.��a ��#X� *b(����Xu!.ylE3 �K�Z��Ki�>��h�*�> *�"J�)�#��������u*�p������-����� 0�"3dJ��n�p7h9��h�������|kusers0148@GUPTA4.APPLE.COM&����: kusers0148@GUPTA4.APPLE.COM4\ 6�3Mroot/admin@GUPTA4.APPLE.COM6�3M6�|+�M�WJ�-�� ���f����W���
880 j[�5E �S�`;�3Tmh���W���(')�\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0164@GUPTA4.APPLE.COM&����: kusers0164@GUPTA4.APPLE.COM4\ ?�3Mroot/admin@GUPTA4.APPLE.COM?�3M6�M�����;���0����V�}p��^V��(�i���N�fu]>�U*ckR���-�.Xf_���?C�cQ�^� WA���Q����tkSM���p(��.E �4�����a���y9\��$Gn%>m����XVO#�H �&�09> D[b_G���?�����?,����q�;R�E��nQ3���L/�>B��: �E�;��L�A���|kusers0163@GUPTA4.APPLE.COM&����: kusers0163@GUPTA4.APPLE.COM4\ >�3Mroot/admin@GUPTA4.APPLE.COM>�3M6�Wv/����� � O���Nc2�����[X�����4b���U�����J-.��������5�(.I�a�"���W �`��:����@��G(�~NM*.a_�4����Cy�+KtI�������b���lI��x��\$�PV> �,Xx����^[D�F�V��<LLm����������9�g���U�5��-�5�o� �$�������|kusers0162@GUPTA4.APPLE.COM&����: kusers0162@GUPTA4.APPLE.COM4\ >�3Mroot/admin@GUPTA4.APPLE.COM>�3M6���F0�DB�Ua�Ha%ua0�1�]��{t�;},����5Uc��S!M���k�ZjJ.Z\���|Yk�h$�U��L�� �p��e�+!8�G�Gq@�=/�f.b��Q0��c�����_�4���D��%L�>�=������p����!> &S�i� x�^��x���|H��znK�Vb�s�e�?Q�X��9�s�TM ,�D*�T�����|kusers0161@GUPTA4.APPLE.COM&����: kusers0161@GUPTA4.APPLE.COM4\ =�3Mroot/admin@GUPTA4.APPLE.COM=�3M6�)W�f�����-f[���JK�hp.��#q������n.�1�a��w���.�PM.�c���U��M�4.S�A�kF�j~>R�P�>��`qk�g4;�]�8�.���g��}@�2b'�`�c}��*�M�C��������p����> �
1799 Wjuk��x���p$�V_�DT�`�:�F�4Ys���wL����|kusers0420@GUPTA4.APPLE.COM&����: kusers0420@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6���:�p�W�{����a��%��^������P'� �h�x���&PYg��5�f��.�����M�5�\`[6����j��v��WQ������I9a�3�P��.��� '�s}��$;�>h.�e���r�C �z��q��(���T��$yw> Y�sx������9�%��� 8�Jr��&.VNc��R�7����k �����.�*W�w���! ���]\^�\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0429@GUPTA4.APPLE.COM&����: kusers0429@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6��i���8s|��nt�*W�.4C���95�/�b��^�a_�6ws?��XU��<^".� �=�>���!��,��.��%`J�)�#j �$���$X�&+ Cq.s����V�M�S�����>'����/��1�R��^A�q��M���7"> J����P-v����tx��Xw �qY���jC� Q=nYQ����g~�����t)�tiaT�"Z=����|kusers0428@GUPTA4.APPLE.COM&����: kusers0428@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�]�"+�I�=|^�����P=��p���&�6mN�����`S�]��j+�.�N������\w��� �\��9�?/u�?@�(�f��s�'�`D.jo����=�E�xE���P1�k�[�^P�$�@����X�`P�@s�> ���w��,wW YF��;����g���YyN��wm1*EKFS������<���g.�������|kusers0427@GUPTA4.APPLE.COM&����: kusers0427@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6�n3�>����5���l IY��\�����n�5RsX�����v(����'�M�F.������]�$���.[���z�  `����,�3f��r]�P.��y��PM���sp�m9L�o�B�I6b�h�0p���F����U> �-�f��r5%�������Z��|gM����� lI�[D��!��&��@xq�?g�r���u�����|kusers0426@GUPTA4.APPLE.COM&����: kusers0426@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6���xuT~^��?����6�F��|xd��, a�;��xC2�W�C���'�_�.��� a���6����5��cf���`���+1����yf������ �.Ff% l|�y�4�`nJ������������� �L�����3�> }���0��s�P`$"�4�fZ�Dc����e�c�Z�e[���)�0����P*K�V)��}���|kusers0425@GUPTA4.APPLE.COM&����: kusers0425@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6��`�� � &S�)�"{��2)�;p�� CL���YvF���� �)KB��@.�w��*����`��� RX)�3K�P�k���R���o!��lM�.zS�j�&9k��U�fG[]��s��C�e���\ ��S.�J���> EV����hw�A�� h��H����#���������D*j; M������������^Y&������^]_�\�  p �����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������|kusers0434@GUPTA4.APPLE.COM&����: kusers0434@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6vc�~��M��_4�M�:^\�F��?��Y2��`L��-���[pq����-*.V�D�T!R7=} ���xR>�X���cX���m4�z��1%�5���.�7�%�}����s��M���(�(D��z5���E��A4���4u,> r�,��[n�}j��z��ze�Lr-��u�hV�$ b)������{v����!���` �����|kusers0433@GUPTA4.APPLE.COM&����: kusers0433@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6JT�f`l����t:_2��"WS�wmq)����������b�8XQ��s[q�Y�.��%��F;JS9��X���u.���[��+7����U-+�q.�Y|�,�r@�&?�Vd���B[��!�������������g> �*���1�V�xY����*������l���}@d}��eC���:�A�9��������IY��r���|kusers0432@GUPTA4.APPLE.COM&����: kusers0432@GUPTA4.APPLE.COM4\ ��3Mroot/admin@GUPTA4.APPLE.COM��3M6��[�fC�1���&�GU��!�- j��+Zy�J�

Completed in 397 milliseconds