HomeSort by relevance Sort by last modified time
    Searched full:volatile (Results 501 - 525 of 2876) sorted by null

<<21222324252627282930>>

  /external/bison/lib/
exitfail.c 27 int volatile exit_failure = EXIT_FAILURE;
exitfail.h 20 extern int volatile exit_failure;
  /external/bluetooth/glib/gio/
gioenumtypes.c.template 15 static volatile gsize g_define_type_id__volatile = 0;
  /external/chromium/base/
cpu.cc 41 __asm__ volatile (
51 __asm__ volatile (
63 __asm__ volatile (
71 __asm__ volatile (
  /external/chromium/chrome/browser/printing/
print_job_unittest.cc 67 explicit TestPrintJob(volatile bool* check) : check_(check) {
73 volatile bool* check_;
99 volatile bool check = false;
111 volatile bool check = false;
  /external/chromium/chrome/browser/renderer_host/
accelerated_plugin_view_mac.h 56 volatile uint64 acknowledgedSwapBuffersCount_;
61 volatile int rendererId_;
62 volatile int32 routeId_;
63 volatile int gpuHostId_;
  /external/clang/test/Analysis/
OSAtomic_mac.cpp 7 bool OSAtomicCompareAndSwapIntBarrier( int __oldValue, int __newValue, volatile int *__theValue ) ;
  /external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.conv/
p3.cpp 11 const float * const volatile fp = ap;
  /external/clang/test/Index/
complete-declarators.cpp 22 // CHECK-CC1: NotImplemented:{TypedText volatile} (40)
28 // CHECK-CC2: NotImplemented:{TypedText volatile} (40)
34 // CHECK-CC3: NotImplemented:{TypedText volatile} (40)
40 // CHECK-CC4: NotImplemented:{TypedText volatile} (40)
  /external/clang/test/SemaTemplate/
dependent-expr.cpp 52 &const_cast<char&>(reinterpret_cast<const volatile char &>(v)));
destructor-template.cpp 41 template void f<const volatile int>(int *);
  /external/freetype/include/freetype/internal/services/
svotval.h 32 (*otv_validate_func)( FT_Face volatile face,
  /external/grub/stage2/
hercules.c 42 asm volatile ("outb %b0, %w1" : : "a" (value), "Nd" (port));
84 volatile unsigned short *video
101 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR;
119 volatile unsigned long *video = (unsigned long *) HERCULES_VIDEO_ADDR;
  /external/kernel-headers/original/asm-arm/
mtd-xip.h 24 #define xip_iprefetch() do { asm volatile (".rep 8; nop; .endr"); } while (0)
  /external/kernel-headers/original/asm-x86/
vsyscall.h 33 extern volatile unsigned long __jiffies;
  /external/kernel-headers/original/linux/
compiler-gcc.h 9 /* The "volatile" is due to gcc bugs */
  /external/llvm/autoconf/m4/
c_printf_a.m4 13 volatile double A, B;
  /external/llvm/lib/Support/
Memory.cpp 62 asm volatile("dcbf 0, %0" : : "r"(Line));
63 asm volatile("sync");
66 asm volatile("icbi 0, %0" : : "r"(Line));
67 asm volatile("isync");
  /external/llvm/projects/sample/autoconf/m4/
c_printf_a.m4 13 volatile double A, B;
  /external/llvm/test/CodeGen/Mips/
mipslopat.ll 9 %tmp = load volatile i32** @stat_vol_ptr_int, align 4
  /external/llvm/test/CodeGen/X86/
2009-03-23-MultiUseSched.ll 12 %tmp = load volatile i64* @X ; <i64> [#uses=7]
13 %tmp1 = load volatile i64* @X ; <i64> [#uses=5]
14 %tmp2 = load volatile i64* @X ; <i64> [#uses=3]
15 %tmp3 = load volatile i64* @X ; <i64> [#uses=1]
16 %tmp4 = load volatile i64* @X ; <i64> [#uses=5]
17 %tmp5 = load volatile i64* @X ; <i64> [#uses=3]
18 %tmp6 = load volatile i64* @X ; <i64> [#uses=2]
19 %tmp7 = load volatile i64* @X ; <i64> [#uses=1]
20 %tmp8 = load volatile i64* @X ; <i64> [#uses=1]
21 %tmp9 = load volatile i64* @X ; <i64> [#uses=1
    [all...]
overlap-shift.ll 16 store volatile i32 %Z, i32* @G
  /external/llvm/test/Linker/
2004-05-07-TypeResolution2.ll 12 %tmp.3.i.i = load volatile void (%struct2*)** %tmp.2.i.i ; <void (%struct2*)*> [#uses=0]
  /external/llvm/test/Transforms/LoopStrengthReduce/
exit_compare_live_range.ll 12 store volatile float 0.000000e+00, float* %D
  /external/proguard/examples/dictionaries/
keywords.txt 52 volatile

Completed in 1118 milliseconds

<<21222324252627282930>>