HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 951 - 975 of 8676) sorted by null

<<31323334353637383940>>

  /external/chromium_org/third_party/libxml/src/
libxml.h 65 void __xmlIOErr(int domain, int code, const char *extra);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_init.h 77 const void * code);
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-ppc.pl 74 $code.=<<___ if ($i==0);
77 $code.=<<___ if ($i<15);
89 $code.=<<___ if ($i>=15);
109 $code.=<<___ if ($i<79);
123 $code.=<<___ if ($i==79);
143 $code.=<<___;
161 $code=<<___;
274 $code.=<<___;
278 $code.=<<___; # load K_00_19
283 $code.=<<___; # load K_20_3
    [all...]
  /external/clang/test/Sema/
darwin-align-cast.c 11 This code below comes from the following system headers:
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
HighRegisterPrefix.java 17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
21 import com.android.dx.rop.code.SourcePosition;
27 * {@code move*} instructions to move a set of registers into
28 * registers starting at {@code 0} sequentially. This is used
33 /** {@code null-ok;} cached instructions, if constructed */
38 * unknown ({@code -1}).
40 * @param position {@code non-null;} source position
41 * @param registers {@code non-null;} source register
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
CstInsn.java 17 package com.android.dx.rop.code;
26 /** {@code non-null;} the constant */
32 * @param opcode {@code non-null;} the opcode
33 * @param position {@code non-null;} source position
34 * @param result {@code null-ok;} spec for the result, if any
35 * @param sources {@code non-null;} specs for all the sources
36 * @param cst {@code non-null;} constant
58 * @return {@code non-null;} the constant
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
MoveParamCombiner.java 19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegOps;
21 import com.android.dx.rop.code.CstInsn;
22 import com.android.dx.rop.code.LocalItem;
146 * @param insn {@code non-null;} a move-param insn
147 * @return {@code >=0;} parameter index
  /external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/
der_length_printable_string.c 21 int code, value; member in struct:__anon19210
103 if (printable_table[x].code == c) {
115 return printable_table[x].code;
  /external/elfutils/libdw/
dwarf_child.c 20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
24 distribute linked combinations of the two. Non-GPL Code permitted under
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
28 of Non-GPL Code may instantiate templates or use macros or inline
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
181 const unsigned char *code = addr; local
    [all...]
  /external/javassist/src/main/javassist/bytecode/analysis/
FramePrinter.java 81 CodeAttribute code = info.getCodeAttribute(); local
82 if (code == null)
92 int spacing = String.valueOf(code.getCodeLength()).length();
94 CodeIterator iterator = code.iterator();
108 stream.println("--DEAD CODE--");
  /external/kernel-headers/original/asm-mips/
hazards.h 14 #define ASMMACRO(name, code...) .macro name; code; .endm
19 #define ASMMACRO(name, code...) \
20 __asm__(".macro " #name "; " #code "; .endm"); \
73 * rsp. 64-bit code, so can't be used without conditional compilation.
74 * The alterantive is switching the assembler to 64-bit code which happens
75 * to work right even for 32-bit code ...
118 * rsp. 64-bit code, so can't be used without conditional compilation.
119 * The alterantive is switching the assembler to 64-bit code which happens
120 * to work right even for 32-bit code ..
    [all...]
  /external/llvm/test/MC/MachO/ARM/
nop-thumb-padding.s 6 .code 16
nop-thumb2-padding.s 6 .code 16
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoder.cs 126 public uint Code;
135 Code = 0;
138 Code = (Code << 8) | (byte)Stream.ReadByte();
156 Code = (Code << 8) | (byte)Stream.ReadByte();
165 Code = (Code << 8) | (byte)Stream.ReadByte();
172 return Code / (Range /= total);
177 Code -= start * Range;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_init.h 77 const void * code);
  /external/nist-sip/java/gov/nist/javax/sip/parser/
WarningParser.java 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST
86 // Parsing the 3digits code
90 int code = Integer.parseInt(token.getTokenValue()); local
91 warning.setCode(code);
128 // Parsing the 3digits code
132 int code = Integer.parseInt(tok.getTokenValue()); local
133 warning.setCode(code);
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 74 $code.=<<___ if ($i==0);
77 $code.=<<___ if ($i<15);
89 $code.=<<___ if ($i>=15);
109 $code.=<<___ if ($i<79);
123 $code.=<<___ if ($i==79);
143 $code.=<<___;
161 $code=<<___;
274 $code.=<<___;
278 $code.=<<___; # load K_00_19
283 $code.=<<___; # load K_20_3
    [all...]
  /external/qemu/
qbool.c 21 .code = QTYPE_QBOOL,
qfloat.c 21 .code = QTYPE_QFLOAT,
qint.c 20 .code = QTYPE_QINT,
  /external/skia/tools/
git-skia-verify 5 # Use of this source code is governed by a BSD-style license that can be
48 git diff --exit-code > /dev/null
54 git diff --cached --exit-code > /dev/null
  /external/smali/
README.md 8 - [googlecode Issue tracker](https://code.google.com/p/smali/issues/list) - For any bugs/issues/feature requests
15 - [Registers wiki page](https://code.google.com/p/smali/wiki/Registers)
16 - [Types, Methods and Fields wiki page](https://code.google.com/p/smali/wiki/TypesMethodsAndFields)
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/wpa_supplicant_8/src/eap_common/
eap_ikev2_common.h 31 struct wpabuf * eap_ikev2_build_frag_ack(u8 id, u8 code);

Completed in 1655 milliseconds

<<31323334353637383940>>