Searched defs:ins (Results 26 - 49 of 49) sorted by relevance

12

/external/pcre/dist/sljit/
H A DsljitNativeARM_64.c128 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) argument
132 *ptr = ins;
354 sljit_ins ins; local
402 ins = 1 << 22;
404 ins = (0x3f - ((len << 1) - 1)) << 10;
407 return ins | ((len - ones - 1) << 10) | ((len - ones - right) << 16);
409 return ins | ((ones - 1) << 10) | ((len - right) << 16);
H A DsljitNativeARM_T2_32.c1963 sljit_ins cc, ins; local
1991 ins = (op == SLJIT_AND ? ANDI : (op == SLJIT_OR ? ORRI : EORI));
1995 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst) | 1));
2019 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst_r) | 1));
2020 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst_r) | 0));
2024 FAIL_IF(push_inst32(compiler, ins | RN4(src) | RD4(dst_r) | 1));
H A DsljitNativeSPARC_common.c184 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) argument
189 || (delay_slot & DST_INS_MASK) == ((ins >> 25) & 0x1f));
192 *ptr = ins;
H A DsljitNativeMIPS_common.c204 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins, sljit_si delay_slot) argument
207 || delay_slot == ((ins >> 11) & 0x1f) || delay_slot == ((ins >> 16) & 0x1f));
210 *ptr = ins;
H A DsljitNativePPC_common.c239 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) argument
243 *ptr = ins;
H A DsljitNativeTILEGX_64.c335 static sljit_si push_inst_debug(struct sljit_compiler *compiler, sljit_ins ins, int line) argument
339 *ptr = ins;
346 static sljit_si push_inst_nodebug(struct sljit_compiler *compiler, sljit_ins ins) argument
350 *ptr = ins;
357 static sljit_si push_inst(struct sljit_compiler *compiler, sljit_ins ins) argument
361 *ptr = ins;
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dbcel.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libxml/src/
H A Drelaxng.c7324 xmlNodePtr child, ins, tmp; local
7333 ins = cur;
7342 ins = xmlAddNextSibling(ins, child);
/external/chromium_org/third_party/sqlite/src/src/
H A Dbtree.c5453 int ins; /* Index in data[] where new cell pointer is inserted */ local
5494 ins = cellOffset + 2*i;
5507 for(j=end, ptr=&data[j]; j>ins; j-=2, ptr-=2){
5511 put2byte(&data[ins], idx);
/external/libxml2/
H A Drelaxng.c7325 xmlNodePtr child, ins, tmp; local
7334 ins = cur;
7343 ins = xmlAddNextSibling(ins, child);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.provider.filetransfer_3.1.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ecf.provider.filetransfer.httpclient_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/src/
H A Djsregexp.cc5666 ZoneSplayTree<Config>::Locator ins; local
5667 DCHECK_RESULT(tree()->Insert(current.from(), &ins));
5668 ins.set_value(Entry(current.from(),
5677 ZoneSplayTree<Config>::Locator ins; local
5678 DCHECK_RESULT(tree()->Insert(current.to() + 1, &ins));
5679 ins.set_value(Entry(current.to() + 1,
5697 ZoneSplayTree<Config>::Locator ins; local
5698 DCHECK_RESULT(tree()->Insert(current.from(), &ins));
5699 ins.set_value(Entry(current.from(),
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c52572 int ins; /* Index in data[] where new cell pointer is inserted */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c57275 int ins; /* Index in data[] where new cell pointer is inserted */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c57295 int ins; /* Index in data[] where new cell pointer is inserted */ local
[all...]
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 7540 milliseconds

12