HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1801 - 1825 of 2299) sorted by null

<<71727374757677787980>>

  /external/libffi/darwin-x86/
ffi.h 88 /* The closure code assumes that this works on pointers, i.e. a size_t */
259 void *ffi_closure_alloc (size_t size, void **code);
361 /* ---- Definitions shared with assembly code ---------------------------- */
386 /* This should always refer to the last type code (for sanity checks) */
  /external/libffi/include/
ffi_real.h 89 /* The closure code assumes that this works on pointers, i.e. a size_t */
260 void *ffi_closure_alloc (size_t size, void **code);
362 /* ---- Definitions shared with assembly code ---------------------------- */
387 /* This should always refer to the last type code (for sanity checks) */
  /external/libffi/src/arm/
sysv.S 183 @ Load r3 with the return type code
  /external/libffi/src/m68k/
sysv.S 84 | Load the return type code
  /external/openssl/crypto/
sparccpuid.S 43 ! to determine if the CPU the code is executing on is V8- or
  /external/openssl/ssl/
d1_both.c 13 * 1. Redistributions of source code must retain the above copyright
68 * apply to all code found in this distribution, be it the RC4, RSA,
69 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
74 * the code are not to be removed.
83 * 1. Redistributions of source code must retain the copyright
94 * 4. If you include any Windows specific code (or a derivative thereof) from
95 * the apps directory (application code) you must include an acknowledgement:
111 * derivative of this code cannot be changed. i.e. this code cannot simply b
    [all...]
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 215 unsigned int code:8; /* PPPoE code */ member in struct:PPPoEPacketStruct
222 #define PPPOE_OVERHEAD 6 /* type, code, session, length */
  /external/ppp/pppd/
spinlock.c 240 #error Need to implement spinlock code in spinlock.c
tty.c 2 * tty.c - code for handling serial ports in pppd.
10 * 1. Redistributions of source code must retain the above copyright
38 * 1. Redistributions of source code must retain the above copyright
118 static int record_write __P((FILE *, int code, u_char *buf, int nb,
1225 record_write(f, code, buf, nb, tp)
1227 int code;
1251 putc(code, f);
    [all...]
  /external/proguard/src/proguard/classfile/attribute/visitor/
StackSizeComputer.java 32 * of the code attributes that it visits.
60 * most recently visited code attribute.
70 * recently visited code attribute.
84 * Returns the maximum stack size of the most recently visited code attribute.
103 // TODO: Remove this when the code has stabilized.
107 // Process the code.
315 Instruction instruction = InstructionFactory.create(codeAttribute.code,
  /external/proguard/src/proguard/classfile/io/
ProgramClassReader.java 361 // Read the byte code.
364 byte[] code = new byte[codeAttribute.u4codeLength];
365 dataInput.readFully(code);
366 codeAttribute.code = code;
379 // Read the code attributes.
    [all...]
  /external/proguard/src/proguard/optimize/
TailRecursionSimplifier.java 112 // Append the body of the code.
115 // Update the code attribute if any code has been inlined.
125 * Appends the code of the given code attribute.
129 // The code may expand, due to expanding constant and variable
136 // Append a label just after the code.
171 InstructionFactory.create(codeAttribute.code, nextOffset);
206 // Remember that the code has changed.
  /external/proguard/src/proguard/optimize/evaluation/
PartialEvaluator.java 35 * This AttributeVisitor performs partial evaluation on the code attributes
179 // Process the code.
246 Instruction instruction = InstructionFactory.create(codeAttribute.code,
381 * <code>NONE</code> if it is not being created.
400 * the "super" or "this" initializer method, or <code>NONE</code> if it is
412 * <code>AT_METHOD_ENTRY</code> if the invocation is calling the "super" or
413 * "this" initializer method, , or <code>NONE</code> if it is not a 'new
    [all...]
  /external/proguard/src/proguard/optimize/peephole/
InstructionSequenceReplacer.java 65 * in the visited code.
66 * @param codeAttributeEditor a code editor that can be used for
67 * accumulating changes to the code.
90 * in the visited code.
91 * @param codeAttributeEditor a code editor that can be used for
92 * accumulating changes to the code.
137 System.out.println(" "+InstructionFactory.create(codeAttribute.code, matchedOffset).toString(matchedOffset));
  /external/qemu/distrib/sdl-1.2.12/src/hermes/
mmxp2_32.asm 5 ; This source code is licensed under the GNU LGPL
12 ; This file partly contains code that is (c) Intel Corporation, specifically
  /external/strace/
stream.c 9 * 1. Redistributions of source code must retain the above copyright
1088 stream_ioctl(tcp, code, arg)
1090 int code, arg;
1107 if (code == I_STR)
1112 switch (code) {
  /external/tremolo/Tremolo/
floor1ARM.s 11 @ * Redistributions of source code must retain the above copyright
  /external/v8/src/arm/
assembler-arm.h 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
52 // compatible with int, which has caused code-generation bugs.
64 // code generated for some assembly instructions (because they boil down
65 // to a few constants). If this is a problem, we could change the code
68 // and best performance in optimized code.
74 int code() const { function in struct:v8::internal::Register
111 int code() const { function in struct:v8::internal::SwVfpRegister
129 int code() const { function in struct:v8::internal::DwVfpRegister
199 int code() const function in struct:v8::internal::CRegister
    [all...]
assembler-thumb2.h 8 // - Redistributions of source code must retain the above copyright notice,
33 // The original source code covered by the above license above has been
52 // compatible with int, which has caused code-generation bugs.
64 // code generated for some assembly instructions (because they boil down
65 // to a few constants). If this is a problem, we could change the code
68 // and best performance in optimized code.
74 int code() const { function in struct:v8::internal::Register
111 int code() const { function in struct:v8::internal::SwVfpRegister
129 int code() const { function in struct:v8::internal::DwVfpRegister
199 int code() const function in struct:v8::internal::CRegister
    [all...]
  /external/v8/src/
compiler.h 6 // * Redistributions of source code must retain the above copyright
54 // code generator.
61 // stub code.
217 // General strategy: Source code is translated into an anonymous function w/o
218 // parameters which then can be executed. If the source code contains other
220 // of the source code.
255 // lazily compiled). Called recursively from a backend code
275 Handle<Code> code);
math.js 6 // * Redistributions of source code must retain the above copyright
30 // has the added benefit that the code in this file is isolated from
objects-debug.cc 6 // * Redistributions of source code must retain the above copyright
170 Code::cast(this)->CodePrint();
243 Code::cast(this)->CodeVerify();
582 case CODE_TYPE: return "CODE";
721 PrintF("\n - code = ");
722 code()->ShortPrint();
745 PrintF("\n - code = ");
746 code()->ShortPrint();
747 PrintF("\n - source code = ");
859 void Code::CodePrint()
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.cc 6 // * Redistributions of source code must retain the above copyright
69 void MacroAssembler::Jump(Handle<Code> code, RelocInfo::Mode rmode,
72 Jump(reinterpret_cast<intptr_t>(code.location()), rmode, cond);
95 void MacroAssembler::Call(Handle<Code> code, RelocInfo::Mode rmode,
98 Call(reinterpret_cast<intptr_t>(code.location()), rmode, cond, r1, r2);
344 // this code to load another value which may need 2 instructions to load.
841 Handle<Code> MacroAssembler::ResolveBuiltin(Builtins::JavaScript id,
844 return Handle<Code>(reinterpret_cast<Code*>(NULL)); // UNIMPLEMENTED RETUR
    [all...]
  /external/v8/src/x64/
regexp-macro-assembler-x64.h 6 // * Redistributions of source code must retain the above copyright
102 static Result Match(Handle<Code> regexp,
108 static Result Execute(Code* code,
117 // If the code object is relocated, the return address is fixed before
120 Code* re_code,
181 // Initial size of code buffer.
207 // The registers containing a self pointer to this code's Code object.
223 // Call and return internally in the generated code in a way tha
    [all...]
  /external/v8/test/mjsunit/
array-sort.js 6 // * Redistributions of source code must retain the above copyright
219 // http://code.google.com/p/v8/issues/detail?id=346

Completed in 1053 milliseconds

<<71727374757677787980>>