Searched refs:calling (Results 51 - 75 of 81) sorted by relevance

1234

/external/llvm/bindings/ocaml/llvm/
H A Dllvm.mli108 (** The following calling convention values may be accessed with
112 val c : int (** [c] is the C calling convention. *)
113 val fast : int (** [fast] is the calling convention to allow LLVM
116 val cold : int (** [cold] is the calling convention for
118 val x86_stdcall : int (** [x86_stdcall] is the familiar stdcall calling
120 val x86_fastcall : int (** [x86_fastcall] is the familiar fastcall calling
1447 (** [function_call_conv f] returns the calling convention of the function [f].
1451 (** [set_function_call_conv cc f] sets the calling convention of the function
1452 [f] to the calling convention numbered [cc].
1693 (** [instruction_call_conv ci] is the calling conventio
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd205 # function calling PyErr_WarnEx(), 2 is the function above that,
H A Dobject.pxd290 # Takes an arbitrary object and returns the result of calling
/external/libvorbis/doc/
H A D07-floor1.tex340 calling to floor decode). Floor 1 curve synthesis makes use of the
/external/chromium_org/third_party/sqlite/src/src/
H A Dshell.c2500 ** resulting string is obtained from malloc(). The calling
H A Dexpr.c363 ** obtained from sqlite3DbMalloc(). The calling function
1404 ** When the b-tree is being used for membership tests, the calling function
2256 ** register if it is convenient to do so. The calling function
/external/chromium_org/third_party/x86inc/
H A Dx86inc.asm25 ; abstraction between different calling conventions (x86_32, win64, linux64).
/external/openssl/crypto/bn/asm/
H A Dpa-risc2.s32 ; "Caller save" means the calling function must save the register
H A Dpa-risc2W.s26 ; "Caller save" means the calling function must save the register
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dx86inc.asm26 ; abstraction between different calling conventions (x86_32, win64, linux64).
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/x86inc/
H A Dx86inc.asm26 ; abstraction between different calling conventions (x86_32, win64, linux64).
/external/chromium_org/third_party/libyuv/source/
H A Dx86inc.asm26 ; abstraction between different calling conventions (x86_32, win64, linux64).
/external/libunwind/doc/
H A Dlibunwind-dynamic.tex88 and calling \Func{\_U\_dyn\_register}(), passing the address of the
/external/libvpx/libvpx/third_party/x86inc/
H A Dx86inc.asm26 ; abstraction between different calling conventions (x86_32, win64, linux64).
/external/chromium_org/v8/test/cctest/
H A Dtest-debug.cc5579 // Function to retrieve the number of JavaScript frames by calling a JavaScript
5588 // Function to retrieve the source line of the top JavaScript frame by calling a
6814 // Set the debug break flag before calling the code using function.apply.
6835 // Property getter that checks that current and calling contexts
6844 v8::Handle<v8::Context> calling = info.GetIsolate()->GetCallingContext(); local
6845 CHECK(calling == debugee_context);
6846 CHECK(calling != debugger_context);
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/C/
H A DC.stg323 // Pick up the input character by calling the input stream implementation.
576 * get the results of a full parse, but calling a rule half way through the grammar will
2661 * structure. An instance of this structure is created by calling
/external/chromium_org/v8/src/
H A Dapi.cc716 // NeanderObject constructor. When you add one to the site calling the
749 // to check for a dead VM with ON_BAILOUT before calling it. To remind you
751 // site calling this method you should check that you ensured the VM was not
6382 i::Handle<i::Object> calling = isolate->GetCallingNativeContext(); local
6383 if (calling.is_null()) return Local<Context>();
6384 return Utils::ToLocal(i::Handle<i::Context>::cast(calling));
/external/bison/build-aux/
H A Dtexinfo.tex522 % actual body; @end closes the group after calling \Efoo. \envdef also
982 % The paragraph indentation is suppressed or not by calling
4348 % Argument #1 is generated by the calling \fooindex macro,
5086 % whole lot of material, we might end up calling this \output
5728 % Have to define \lastsection before calling \donoderef, because the
/external/chromium_org/third_party/opus/src/
H A Dltmain.sh1386 # Blanks in the command may have been stripped by the calling shell,
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4945 /* Prepares an argument vector before calling spawn().
/external/libcap-ng/libcap-ng-0.7/
H A Dltmain.sh1386 # Blanks in the command may have been stripped by the calling shell,
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4945 /* Prepares an argument vector before calling spawn().
/external/libedit/
H A Dltmain.sh1386 # Blanks in the command may have been stripped by the calling shell,
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4945 /* Prepares an argument vector before calling spawn().
/external/libexif/
H A Dltmain.sh1388 # Blanks in the command may have been stripped by the calling shell,
1543 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4942 /* Prepares an argument vector before calling spawn().
/external/libopus/
H A Dltmain.sh1386 # Blanks in the command may have been stripped by the calling shell,
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4945 /* Prepares an argument vector before calling spawn().
/external/libpng/
H A Dltmain.sh1386 # Blanks in the command may have been stripped by the calling shell,
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4945 /* Prepares an argument vector before calling spawn().
/external/openfst/
H A Dltmain.sh1386 # Blanks in the command may have been stripped by the calling shell,
1541 # Wrapper around calling the cygpath program via LT_CYGPATH. This is used when
4945 /* Prepares an argument vector before calling spawn().

Completed in 845 milliseconds

1234