HomeSort by relevance Sort by last modified time
    Searched refs:isn (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /external/llvm/tools/llvm-c-test/
module.c 64 LLVMValueRef isn; local
74 for (isn = LLVMGetFirstInstruction(bb); isn;
75 isn = LLVMGetNextInstruction(isn)) {
77 if (LLVMIsACallInst(isn)) {
79 LLVMGetOperand(isn, LLVMGetNumOperands(isn) - 1);
84 printf(" #isn: %u\n", nisn);
  /ndk/tests/build/issue79115-confusing-ld.gold-warning/jni/
Android.mk 10 # Disable integrated assembler because -Wa,--execstack isn't supported
  /external/srtp/srtp/
ekt.c 205 uint16_t isn; local
233 /* copy ISN into packet */
234 isn = (uint16_t)pkt_index;
235 *((uint16_t *)packet) = htons(isn);
236 debug_print(mod_srtp, "writing EKT ISN: %s,",
237 octet_string_hex_string(packet, sizeof(isn)));
238 packet += sizeof(isn);
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenRewriteStream.as 106 var isn:Array = programs[programName] as Array;
107 if ( isn != null ) {
108 programs[programName] = isn.slice(MIN_TOKEN_INDEX,instructionIndex);
188 var isn:Array = programs[name] as Array;
189 if ( isn==null ) {
190 isn = initializeProgram(name);
192 return isn;
196 var isn:Array = new Array();
197 programs[name] = isn;
198 return isn;
    [all...]
  /ndk/tests/build/absolute-src-file-paths/jni/
Android.mk 6 # to determin ABIs. In this case FOO_PATH isn't set and doesn't matter.
  /external/squashfs-tools/squashfs-tools/
Makefile 220 $(error "COMP_DEFAULT is set to ${COMP_DEFAULT}, which isn't selected to be \
  /external/srtp/include/
ekt.h 120 uint16_t isn; /* initial sequence number */ member in struct:ekt_stream_ctx_t
  /external/valgrind/exp-bbv/tests/amd64-linux/
fldcw_check.S 19 # that can cause false positives if the test isn't explicit enough
  /external/valgrind/exp-bbv/tests/x86/
fldcw_check.S 21 # that can cause false positives if the test isn't explicit enough
  /ndk/tests/device/test-cpufeatures/jni/
Android.mk 41 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
51 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
  /build/core/combo/
mac_version.mk 17 $(warning * MAC_SDK_VERSION $(MAC_SDK_VERSION) isn't one of the supported $(mac_sdk_versions_supported))
  /build/target/board/generic_x86/
BoardConfig.mk 34 # the GLES renderer disables itself if host GL acceleration isn't available.
  /build/target/board/generic_x86_64/
BoardConfig.mk 40 # the GLES renderer disables itself if host GL acceleration isn't available.
  /external/llvm/test/MC/Mips/
hilo-addressing.s 39 # Check that relocation isn't emitted for %hi(label1 - label2) and
  /external/llvm/test/ExecutionEngine/RuntimeDyld/ARM/
MachO_ARM_PIC_relocations.s 37 # Add 'aaa' to the common symbols to make sure 'baz' isn't at the start of the
  /bionic/linker/
Android.mk 80 # because LOCAL_2ND_ARCH_VAR_PREFIX or linked_module isn't set properly yet at this point.
  /external/v8/test/mjsunit/es6/
generators-relocation.js 14 // A null listener. It isn't important what the listener does.
  /external/v8/test/mjsunit/
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
instanceof.js 87 // isn't a proper JavaScript object.
  /external/v8/test/webkit/
dfg-arguments-alias-one-block-overwrite.js 25 "Tests that if you alias the arguments in a very small function, arguments simplification still works even if the variable isn't must-aliased."
dfg-integer-optimization.js 31 // but the second one isn't - it must either be an integer addition with overflow checking, or a
  /packages/apps/Messaging/
ForceProguard.mk 19 # If the LOCAL_MODULE being setup isn't a build target, then don't run ForceProguard.
  /build/core/
install_jni_libs.mk 22 # If this app isn't to be installed to system partitions.
  /build/target/board/generic_arm64/
BoardConfig.mk 75 # the GLES renderer disables itself if host GL acceleration isn't available.
  /external/v8/test/mjsunit/regress/
regress-990205.js 29 // (Notice that the example isn't valid ECMAScript due to the

Completed in 660 milliseconds

1 2 3 4 5