HomeSort by relevance Sort by last modified time
    Searched full:unsafe (Results 101 - 125 of 1002) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/llvm/test/CodeGen/NVPTX/
fast-math.ll 42 attributes #0 = { "unsafe-fp-math" = "true" }
  /external/llvm/test/CodeGen/X86/
fdiv.ll 1 ; RUN: llc < %s -march=x86-64 -enable-unsafe-fp-math | FileCheck %s
sqrt-fastmath.ll 58 attributes #0 = { nounwind readnone uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
59 attributes #1 = { nounwind readnone "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="false" "no-infs-fp-math"="true" "no-nans-fp-math"="true" "unsafe-fp-math"="true" "use-soft-float"="false" }
  /external/llvm/test/MC/MachO/
tlv-bss.ll 33 attributes #0 = { nounwind ssp uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "stack-protector-buffer-size"="8" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/Transforms/LICM/
2007-09-24-PromoteNullValue.ll 1 ; Do not promote null value because it may be unsafe to do so.
  /libcore/luni/src/main/java/java/lang/
SafeVarargs.java 26 * Claims to the compiler that the annotation target does nothing potentially unsafe
  /external/chromium_org/google_apis/cup/
client_update_protocol.cc 147 std::string unsafe(input.begin(), input.end());
148 for (std::string::iterator it = unsafe.begin(); it != unsafe.end(); ++it) {
160 if (unsafe.length() % 4)
161 unsafe.append(4 - (unsafe.length() % 4), '=');
164 if (!base::Base64Decode(unsafe, &decoded))
  /external/chromium_org/sandbox/linux/seccomp-bpf/
trap.cc 33 // Unsafe traps can only be turned on, if the user explicitly allowed them
215 // we never return an ErrorCode that is marked as "unsafe". This also
216 // means, the BPF compiler will never emit code that allow unsafe system
223 // whether unsafe traps are supported (by checking whether the returned
225 SANDBOX_DIE("Cannot use unsafe traps unless CHROME_SANDBOX_DEBUGGING "
242 // calls that might be async-signal-unsafe.
315 // Unsafe traps are a one-way fuse. Once enabled, they can never be turned
317 // We only allow enabling unsafe traps, if the user explicitly set an
321 // We only ever print this message once, when we enable unsafe traps the
326 SANDBOX_INFO("Cannot disable sandbox and use unsafe traps unless
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/Heuristics/
Briggs.h 104 UnsafeArray unsafe, reverseUnsafe; member in struct:PBQP::Heuristics::Briggs::EdgeData
323 ed.unsafe.clear();
324 ed.unsafe.resize(numRegs, 0);
332 ed.unsafe[i] = 1;
364 EdgeData::UnsafeArray &unsafe = local
365 nIsNode1 ? ed.unsafe : ed.reverseUnsafe;
369 if (unsafe[r]) {
391 EdgeData::UnsafeArray &unsafe = local
392 nIsNode1 ? ed.unsafe : ed.reverseUnsafe;
396 if (unsafe[r]) {
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 81 * which is done via Unsafe within methods segmentAt etc
190 UNSAFE.putOrderedObject(this, nextOffset, n);
193 // Unsafe mechanics
194 static final sun.misc.Unsafe UNSAFE;
198 UNSAFE = sun.misc.Unsafe.getUnsafe();
200 nextOffset = UNSAFE.objectFieldOffset
216 (HashEntry<K,V>) UNSAFE.getObjectVolatile
226 UNSAFE.putOrderedObject(tab, ((long)i << TSHIFT) + TBASE, e)
    [all...]
ConcurrentLinkedDeque.java 277 UNSAFE.putObject(this, itemOffset, item);
281 return UNSAFE.compareAndSwapObject(this, itemOffset, cmp, val);
285 UNSAFE.putOrderedObject(this, nextOffset, val);
289 return UNSAFE.compareAndSwapObject(this, nextOffset, cmp, val);
293 UNSAFE.putOrderedObject(this, prevOffset, val);
297 return UNSAFE.compareAndSwapObject(this, prevOffset, cmp, val);
300 // Unsafe mechanics
302 private static final sun.misc.Unsafe UNSAFE;
309 UNSAFE = sun.misc.Unsafe.getUnsafe()
    [all...]
  /external/chromium/net/tools/flip_server/
buffer_interface.h 55 // is unsafe to dereference *ptr.
66 // is unsafe to dereference *ptr.
  /external/chromium_org/net/tools/flip_server/
buffer_interface.h 54 // is unsafe to dereference *ptr.
65 // is unsafe to dereference *ptr.
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
UnsafePersistent.h 38 // An unsafe way to pass Persistent handles around. Do not use unless you know
63 // This is incredibly unsafe: the handle is valid only when this
  /external/llvm/test/CodeGen/Mips/
cmplarge.ll 36 attributes #0 = { nounwind "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
37 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="false" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /external/llvm/test/Transforms/DebugIR/
crash.ll 28 attributes #0 = { nounwind uwtable "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
29 attributes #1 = { "less-precise-fpmad"="false" "no-frame-pointer-elim"="true" "no-frame-pointer-elim-non-leaf"="true" "no-infs-fp-math"="false" "no-nans-fp-math"="false" "unsafe-fp-math"="false" "use-soft-float"="false" }
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 115 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack to pass as argument to unsafe function
125 BL armVCM4P2_DecodeVLCZigzag_AC_unsafe ;// call Unsafe Function for VLC Zigzag Decoding
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
omxVCM4P2_DecodeVLCZigzag_Inter_s.s 115 M_STR pZigzagTable,ppZigzagTable ;// Store zigzag table on stack to pass as argument to unsafe function
125 BL armVCM4P2_DecodeVLCZigzag_AC_unsafe ;// call Unsafe Function for VLC Zigzag Decoding
  /external/chromium/base/
safe_strerror_posix.h 15 // function. strerror() is inherently unsafe in multi-threaded apps and should
  /external/chromium_org/base/
safe_strerror_posix.h 16 // function. strerror() is inherently unsafe in multi-threaded apps and should
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_blocking_page.h 22 // results into more than one interstitial being shown. On the first unsafe
23 // resource received we show an interstitial. Any subsequent unsafe resource
25 // decides to proceed in the first interstitial, we display all queued unsafe
172 // The list of unsafe resources this page is warning about.
  /external/chromium_org/chrome/common/extensions/
csp_validator.h 29 // 'unsafe-eval' in the script-src directive, so that is allowed as a special
  /external/chromium_org/third_party/icu/source/i18n/
nfrlist.h 30 // unsafe class for internal use only. assume memory allocations succeed, indexes are valid.
  /external/chromium_org/third_party/opus/src/win32/
config.h 44 #pragma warning(disable : 4996)/* This function or variable may be unsafe. Consider using fopen_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details. */
  /external/chromium_org/v8/src/
hydrogen-uint32-analysis.cc 170 // are unsafe. When unmarking phi unmark its operands
196 // turning a safe phi into unsafe. The same value
229 // Remove this flag from those phis that are unsafe and propagate
231 // from some non-phi operations that are used as operands to unsafe phis.

Completed in 931 milliseconds

1 2 3 45 6 7 8 91011>>