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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
ea-nonzero.asm 2 ; Also tests that this isn't seen as a circular reference.
  /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);
  /external/chromium_org/third_party/libsrtp/srtp/srtp/
ekt.c 208 uint16_t isn; local
236 /* copy ISN into packet */
237 isn = (uint16_t)pkt_index;
238 *((uint16_t *)packet) = htons(isn);
239 debug_print(mod_srtp, "writing EKT ISN: %s,",
240 octet_string_hex_string(packet, sizeof(isn)));
241 packet += sizeof(isn);
  /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);
  /ndk/tests/device/test-cpufeatures/jni/
Android.mk 35 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
45 # filter-out -march=armv7-a which isn't compatible with -mcpu=cortex-a15
  /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/chromium_org/third_party/libsrtp/srtp/include/
ekt.h 120 uint16_t isn; /* initial sequence number */ member in struct:ekt_stream_ctx_t
  /external/srtp/include/
ekt.h 120 uint16_t isn; /* initial sequence number */ member in struct:ekt_stream_ctx_t
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
fldcw_check.S 19 # that can cause false positives if the test isn't explicit enough
  /external/valgrind/main/exp-bbv/tests/x86/
fldcw_check.S 21 # that can cause false positives if the test isn't explicit enough
  /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
  /device/asus/grouper/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
  /device/asus/tilapia/
BoardConfig.mk 27 # we use the camera stub when the vendor tree isn't present, and
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win64/tests/
sce1.asm 33 ; this isn't part of the official epilog, as described in section 2.5
sce3.asm 33 ; this isn't part of the official epilog, as described in section 2.5
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-relocation.js 14 // A null listener. It isn't important what the listener does.
  /external/chromium_org/v8/test/mjsunit/
regexp-cache-replace.js 28 // Tests that regexp caching isn't messing things up.
  /external/chromium_org/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."
  /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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
init_document.js 81 // starting ChromeVox. If this isn't the uncompiled script, it will be

Completed in 1093 milliseconds

1 2 3 4 5 6 7