Searched refs:bx (Results 51 - 75 of 88) sorted by relevance

1234

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/math/
H A Dbignum.tcl850 bx {set base 2 ; set str [string range $str 2 end]}
/macosx-10.10/JavaScriptCore-7600.1.17/assembler/
H A DARMAssembler.h705 void bx(int rm, Condition cc = AL) function in class:JSC::ARMAssembler
H A DARMv7Assembler.h1017 ALWAYS_INLINE AssemblerLabel bx(RegisterID rm) function in namespace:JSC::ARMRegisters
/macosx-10.10/emacs-93/emacs/src/
H A Ddispextern.h1711 int bx, nx, by, ny;
1701 int bx, nx, by, ny; member in struct:draw_fringe_bitmap_params
H A Dw32term.c708 if (p->bx >= 0 && !p->overlay_p)
711 p->bx, p->by, p->nx, p->ny);
H A Dmacterm.c2211 if (p->bx >= 0 && !p->overlay_p)
2224 mac_erase_rectangle (f, face->gc, p->bx, p->by, p->nx, p->ny);
H A Dxterm.c727 if (p->bx >= 0 && !p->overlay_p)
739 p->bx, p->by, p->nx, p->ny);
/macosx-10.10/libpcap-48/libpcap/msdos/
H A Dpktdrvr.c162 #define r_bx x.bx
/macosx-10.10/ncurses-44/ncurses/test/
H A Dncurses.c4939 int w, h, bx, by, sw, sh, i; local
4945 getbegyx(win, by, bx);
4948 if ((subWin = subwin(win, sh, sw, by + h - sh - 2, bx + w - sw - 2)) == 0)
/macosx-10.10/ncurses-44/ncurses/include/
H A DCaps.osf1r5459 box_chars_1 box1 str bx - - ----K box characters primary set
1061 #box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.uwin877 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps1051 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.aix4492 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.hpux111065 box_chars_1 box1 str bx - - ----K box characters primary set
H A DCaps.keys1141 box_chars_1 box1 str bx - - ----K box characters primary set
/macosx-10.10/ncurses-44/ncurses/ncurses/
H A Dllib-lncurses1341 int bx)
H A Dllib-lncursest1345 int bx)
H A Dllib-lncursesw1849 int bx)
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/tcl/
H A Dsdx227 ���|��E,�9��//��l��h!}��=i��'%��s�-��gj|v#gq�J�a�yA��o�x�o��^�-����*�a����S���^[��,l�R�����E�(?<|�"��$���h��3�2'Y96�.��D����������2v��$�_����lek%�,[�\�� �g@B�j����lb��UZ���L�{�D���y����/ ��U� �^�b�E}a ������3!����-&�m>7�#s/_�b�~����K�b?��yqg���w�>�q������?2��K$��I�vag�+�gX����e� wzW���E�� PC.���dWh��d���<�TY:���g�E��(��h_�����h���h�����&O��T��;qj8�\����"=����W<=w]�A"�~D�)�Cc]��N1���I;2�'�@����t�B�U;����D������������L$c?pG�g-��Q'���b���)�r"�F��4���(����b���.\��� �Z�����U.�8}O &5�Qu`n���|�����8���=?�-Q�@����,��� o�e-�����m&����B���x��w��v����G��v���U?�!�[{�f��.r�����bx�I�q�Vh��j���J��Kn��4>E���%^�s����r���WNq��j?e��>�Rq���4����-�z��p�GJ���E�K�P �m���m��te�^����A(U�A��\�f���Al�)_~�<&�5��"N$�B�Q����d�)�{-cJ��E��D�J`S��
844 �`9�bx�$+��H�"�
1006 �����s~��9��uHv7��?^B�:n��WR��5Z��:�G�"bxe9 J��,Cj���h��zG0�?j_� ���BW�p��%{�[4H��_���1m�^�f��z�2�3D����)GF�Q�[5}w������C�8T�j�A9��4N����h���PC� �+%e `������������
/macosx-10.10/tcl-105/tcl_ext/tktreectrl/tktreectrl/generic/
H A DtkTreeItem.c4433 int bx, by; local
4435 bx = left + (tree->useIndent - bmpW) / 2;
4439 bx, by);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/GL/
H A Dglext.h9696 GLAPI void APIENTRY glBinormal3bEXT (GLbyte bx, GLbyte by, GLbyte bz);
9698 GLAPI void APIENTRY glBinormal3dEXT (GLdouble bx, GLdouble by, GLdouble bz);
9700 GLAPI void APIENTRY glBinormal3fEXT (GLfloat bx, GLfloat by, GLfloat bz);
9702 GLAPI void APIENTRY glBinormal3iEXT (GLint bx, GLint by, GLint bz);
9704 GLAPI void APIENTRY glBinormal3sEXT (GLshort bx, GLshort by, GLshort bz);
9719 typedef void (APIENTRYP PFNGLBINORMAL3BEXTPROC) (GLbyte bx, GLbyte by, GLbyte bz);
9721 typedef void (APIENTRYP PFNGLBINORMAL3DEXTPROC) (GLdouble bx, GLdouble by, GLdouble bz);
9723 typedef void (APIENTRYP PFNGLBINORMAL3FEXTPROC) (GLfloat bx, GLfloat by, GLfloat bz);
9725 typedef void (APIENTRYP PFNGLBINORMAL3IEXTPROC) (GLint bx, GLint by, GLint bz);
9727 typedef void (APIENTRYP PFNGLBINORMAL3SEXTPROC) (GLshort bx, GLshor
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c63980 } bx; member in union:vdbeExecUnion
[all...]
/macosx-10.10/apr-32/apr-util/apr-util/xml/expat/
H A Dconfigure13661 struct s { int j; const int *ap[3]; } bx;
13662 struct s *b = &bx; b->j = 5;
/macosx-10.10/emacs-93/emacs/leim/quail/
H A Dhangul3.el1613 (";bx" ?$(C:O(B)
1752 (";;bx" ?$(C;R(B)
3024 ("0bx" ?$(CDn(B)
3169 ("'bx" ?$(CEv(B)
/macosx-10.10/bash-94.1.2/bash-3.2/doc/
H A Dtexinfo.tex1214 \def\rmbshape{bx} %where the normal face is bold
1216 \def\bxshape{bx}

Completed in 591 milliseconds

1234