Searched +refs:int +refs:to +refs:string (Results 1 - 25 of 53) sorted by relevance

123

/macosx-10.9.5/vim-53/runtime/autoload/
H A Dphpcomplete.vim9 " - Switching to HTML (XML?) completion (SQL) inside of phpStrings
23 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
25 \ 'synIDattr(synID(line("."), col("."), 0), "name") =~? "string\|comment"')
52 " don't need to do anything more
96 " [:space:] thing: we don't have to be so strict when
142 " Get location of class definition, we have to iterate through all
144 " file to the exact file (tags file can be in different dir)
171 " Now we need to get two elements: public functions and public
458 " + limit choice after -> and :: to funcs and vars DONE
651 " is to g
[all...]
/macosx-10.9.5/Heimdal-323.92.1/lib/hcrypto/libtommath/
H A Dbn.tex79 In a nutshell the library was written from scratch with verbose comments to help instruct computer science students how
80 to implement ``bignum'' math. However, the resulting code has proven to be very useful. It has been used by numerous
82 Linux and Windows based x86 to ARM based Gameboys and PPC based MacOS machines.
87 release as well. This textbook is meant to compliment the project by providing a more solid walkthrough of the development
90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
91 public domain everyone is entitled to do with them as they see fit.
95 LibTomMath is meant to be very ``GCC friendly'' as it comes with a makefile well suited for GCC. However, the library will
96 also build in MSVC, Borland C out of the box. For any other ISO C compiler a makefile will have to be made by the end
106 that and include ``tommath.h'' within your programs. Alternatively to buil
[all...]
H A Dtommath.tex69 This text has been placed in the public domain. This text corresponds to the v0.39 release of the
83 This text is formatted to the international B5 paper size of 176mm wide by 250mm tall using the \LaTeX{}
90 They ask why I did it and especially why I continue to work on them for free. The best I can explain it is ``Because I can.''
92 perhaps explains it better. I am the first to admit there is not anything that special with what I have done. Perhaps
93 others can see that too and then we would have a society to be proud of. My LibTom projects are what I am doing to give
94 back to society in the form of tools and knowledge that can help others in their endeavours.
96 I started writing this book because it was the most logical task to further my goal of open academia. The LibTomMath source
97 code itself was written to be easy to follo
[all...]
/macosx-10.9.5/swig-10/Lib/ocaml/
H A Dswig.ml5 type enum = [ `Int of int ]
12 | C_short of int
13 | C_ushort of int
14 | C_int of int
23 | C_obj of (string -> 'a c_obj_t -> 'a c_obj_t)
24 | C_string of string
30 exception BadArgs of string
31 exception BadMethodName of string * string
36 exception NoSuchClass of string
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/llvm/
H A Dllvm.ml91 | Alignment of int
97 | Stackalignment of int
232 exception IoError of string
249 external mdkind_id : llcontext -> string -> int = "llvm_mdkind_id"
252 external create_module : llcontext -> string -> llmodule = "llvm_create_module"
254 external target_triple: llmodule -> string
256 external set_target_triple: string -> llmodule -> unit
258 external data_layout: llmodule -> string
260 external set_data_layout: string
[all...]
H A Dllvm.mli18 These abstract types correlate directly to the LLVM VMCore classes. *)
37 (** Used to store users and usees of values. See the [llvm::Use] class. *)
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
47 (** Used to efficiently handle large buffers of read-only binary data.
106 val c : int (** [c] is the C calling convention. *)
107 val fast : int (** [fast] is the calling convention to allow LLVM
110 val cold : int (** [cold] is the calling convention for
112 val x86_stdcall : int (** [x86_stdcall] is the familiar stdcall calling
114 val x86_fastcall : int (** [x86_fastcal
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli15 exception Error of string
18 (** [GenericValue.t] is a boxed union type used to portably pass arguments to
20 selection of types; for more complex argument types, it is necessary to
21 generate a stub function by hand or to pass parameters by reference.
26 according to the floating point type [fpty]. See the fields
38 (** [of_int n w] boxes the int [i] in a generic value with the bitwidth
40 val of_int : Llvm.lltype -> int -> t
42 (** [of_natint n w] boxes the native int [i] in a generic value with the
65 (** [as_int gv] unboxes the integer-valued generic value [gv] as an [int]
[all...]
/macosx-10.9.5/xnu-2422.115.4/tools/lldbmacros/
H A Dmemory.py57 """ Internal function to calculate ledger peak value for the given phys footprint entry
73 """ Internal function to get memorystatus information from the given proc
106 """ Routine to display each entry in jetsam list with a summary of pressure statistics
185 """ Routine to print a summary listing of all the kernel zones
191 @ - allocs and frees are accounted to caller process for KPRVT
196 O - does not allow refill callout to fill zone on noblock allocation
198 A - currently trying to allocate more backing memory from kernel_memory_allocate
232 """ Helper routine to print a header for zone freelist.
235 zone:zone_t - Zone object to print header info
248 """ Helper routine to prin
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dbst.vim26 " Highlight the last character of an unclosed string, but only when the cursor
38 syn keyword bstBuiltIn call.type$ change.case$ chr.to.int$ cite$
40 syn keyword bstBuiltIn if$ int.to.chr$ int.to.str$
H A Dasm.vim8 " Thanks to Ori Avtalion for feedback on the comment markers!
28 syn match asmType "\.int"
34 syn match asmType "\.string"
43 " I prefer to map it as decimal:
H A Dibasic.vim7 " Description: A vim file to handle the IBasic file format.
10 " Applied IBasic support to the already excellent support for standard
16 " Send suggestions to the maintainer.
27 " Be sure to turn on the "case ignore" since current versions of basic
69 syn keyword ibasicBuiltInFunction str$ string$ time$ ucase$ varptr$
77 syn keyword ibasicTypeSpecifier int integer uint uinteger int64 uint64 defint deflng
78 syn keyword ibasicTypeSpecifier byte char string istring defstr
H A Dlisp.vim8 " Thanks to F Xavier Noria for a list of 978 Common Lisp symbols
85 syn keyword lispFunc // float prin1-to-string
87 syn keyword lispFunc /= float-precision princ-to-string
121 syn keyword lispFunc array-dimensions get-output-stream-string read-char
125 syn keyword lispFunc array-in-bounds-p get-universal-time read-from-string
143 syn keyword lispFunc base-string ignorable remove-if
155 syn keyword lispFunc bit-orc2 int-char restart-name
199 syn keyword lispFunc cell-error-name lisp simple-base-string
[all...]
H A Dspecman.vim8 "| I will be happy to hear about it |
47 syn keyword specmanType integer real bool int long uint byte bits bit time string
61 syn keyword specmanRepeat until repeat while for from to step each do break continue
114 " I took this section from c.vim but I didnt succeded to make it work
115 " ANY one who dare jumping to this deep watter is more than welocome!
H A Dd.vim12 " - Tim Keating: patch to fix a bug in highlighting the `\` literal
13 " - Frank Benoit: Fixed a bug that caused some identifiers and numbers to highlight as octal number errors.
18 " d_comment_strings - Set to highlight strings and numbers in comments.
20 " d_hl_operator_overload - Set to highlight D's specially named functions
25 " to a large number.
28 " statements, depending on their context. Perhaps use pattern matching to
76 syn keyword dType ushort int uint long ulong float
78 syn keyword dType short bool dchar string wstring dstring
98 " dTokens is used by the token string highlighting
150 " problems. To play it safe, set minlines to
[all...]
H A Dlpc.vim7 " file type recognizing, if not, you had to use modeline.
34 " Illegal to use keyword as function
50 syn keyword lpcType int float string
80 " complicated that I use such a long regular expression to describe.
125 " New efuns should NOT be added to this list, see v22 efuns above.
153 " like keywords, constants are always highlighted, be careful to choose only
154 " the constants we used to add to this list.
157 " two underscores. Do we need to includ
[all...]
H A Docaml.vim9 " 2006 Oct 09 - More highlighting improvements to numbers (MM)
12 " A minor patch was applied to the official version so that object/end
36 " lowercase identifier - the standard way to match
50 syn match ocamlCountErr "\<to\>"
98 syn region ocamlNone matchgroup=ocamlKeyword start="\<for\>" matchgroup=ocamlKeyword end="\<\(to\|downto\)\>" contains=ALLBUT,@ocamlContained,ocamlCountErr
174 syn keyword ocamlType int int32 int64 lazy_t list nativeint option
175 syn keyword ocamlType string unit
/macosx-10.9.5/tcl-102/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemdosa.asm8 ; This file contains low-level interface routines to support the MS-DOS
9 ; backing store manager (jmemdos.c). Routines are provided to access disk
10 ; files through direct DOS calls, and to access XMS and EMS drivers.
14 ; a compatible assembler, better fall back to jmemansi.c or jmemname.c.
18 ; require SI,DI,DS to be preserved. Also, we use only 16-bit-wide return
56 int 21h
90 int 21h
124 int 21h
158 int 21h
180 ; Write to fil
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/masmx64/
H A Dgvmat64.asm10 ; File written by Gilles Vollant, by converting to assembly the longest_match
20 ; Permission is granted to anyone to use this software for any purpose,
21 ; including commercial applications, and to alter it and redistribute it
22 ; freely, subject to the following restrictions:
38 ; to compile this file for infozip Zip, I use option:
41 ; to compile this file for zLib, I use option:
43 ; Be carrefull to adapt zlib1222add below to your version of zLib
74 ;scanstart equ rsp + xx - LocalVarsSize ; first two bytes of string ; store
[all...]
/macosx-10.9.5/bash-92/bash-3.2/doc/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26 % In other words, you are welcome to use, share and improve this program.
27 % You are forbidden to forbid anyone else to use, share and improve
43 % Send bug reports to bug-texinfo@gnu.org. Please include including a
47 % To process a Texinfo manual with TeX, it's most reliable to use the
59 % It is possible to adapt texinfo.tex for other languages, to some
98 % If this character appears in an error message or help string, i
[all...]
/macosx-10.9.5/bash-92/bash-3.2/lib/termcap/grot/
H A Dtexinfo.tex1 %% TeX macros to handle texinfo files
17 %to the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139,
21 %In other words, you are welcome to use, share and improve this program.
22 %You are forbidden to forbid anyone else to use, share and improve
26 % Send bug reports to bug-texinfo@prep.ai.mit.edu.
30 % Make it possible to create a .fmt file just by loading this file:
64 % equivalent to this in @example-like environments. Otherwise, a space
76 % If this character appears in an error message or help string, it
101 % Margin to ad
[all...]
/macosx-10.9.5/zlib-53/zlib/contrib/masmx86/
H A Dmatch686.asm74 ; all the +zlib1222add offsets are due to the addition of fields
124 scanstart equ esp + 16 ; first two bytes of string
125 scanend equ esp + 12 ; last two bytes of string
126 scanalign equ esp + 20 ; dword-misalignment of string
129 scan equ esp + 32 ; ptr to string wanting match
144 ;;; program to crash horribly, without so much as a warning at
172 ;; Permission is granted to anyone to use this software for any purpose,
173 ;; including commercial applications, and to alte
[all...]
/macosx-10.9.5/gnudiff-19/diffutils/config/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26 % In other words, you are welcome to use, share and improve this program.
27 % You are forbidden to forbid anyone else to use, share and improve
45 % Send bug reports to bug-texinfo@gnu.org. Please include including a
49 % To process a Texinfo manual with TeX, it's most reliable to use the
61 % It is possible to adapt texinfo.tex for other languages. You can get
95 % If this character appears in an error message or help string, it
150 % Margin to ad
[all...]
/macosx-10.9.5/uucp-11/uucp/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26 % In other words, you are welcome to use, share and improve this program.
27 % You are forbidden to forbid anyone else to use, share and improve
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
46 % To process a Texinfo manual with TeX, it's most reliable to use the
53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
58 % It is possible to adapt texinfo.tex for other languages. You can get
92 % If this character appears in an error message or help string, i
[all...]
/macosx-10.9.5/emacs-92/emacs/lisp/gnus/
H A Dmm-util.el21 ;; along with GNU Emacs; see the file COPYING. If not, write to the
39 '((decode-coding-string . (lambda (s a) s))
40 (encode-coding-string . (lambda (s a) s))
44 (char-int . identity)
49 . (lambda (charset int)
50 (int-to-char int)))
60 (subst-char-in-string
61 . (lambda (from to strin
[all...]
/macosx-10.9.5/bc-21/bc/doc/
H A Dtexinfo.tex1 % texinfo.tex -- TeX macros to handle Texinfo files.
23 % to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
26 % In other words, you are welcome to use, share and improve this program.
27 % You are forbidden to forbid anyone else to use, share and improve
42 % Send bug reports to bug-texinfo@gnu.org. Please include including a
46 % To process a Texinfo manual with TeX, it's most reliable to use the
53 % dvips foo.dvi -o # or whatever, to process the dvi file; this makes foo.ps.
58 % It is possible to adapt texinfo.tex for other languages. You can get
92 % If this character appears in an error message or help string, i
[all...]

Completed in 407 milliseconds

123