HomeSort by relevance Sort by last modified time
    Searched refs:semantics (Results 26 - 50 of 171) sorted by null

12 3 4 5 6 7

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/cris/
rd-tls-1.s 18 ; Other for GAS valid operands (some with questionable PIC semantics).
rd-tls-2.s 15 ; Other for GAS valid operands (some with questionable PIC semantics).
rd-pic-1.s 15 ; Other for GAS valid operands (some with questionable PIC semantics).
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 67 bool isTryLock, enum LockingSemantics semantics) const;
126 enum LockingSemantics semantics) const {
163 switch (semantics) {
171 llvm_unreachable("Unknown tryLock locking semantics");
176 } else if (semantics == PthreadSemantics) {
182 // XNU locking semantics return void on non-try locks
183 assert((semantics == XNUSemantics) && "Unknown locking semantics");
  /external/webrtc/webrtc/p2p/base/
sessiondescription.cc 192 if (iter->semantics() == name) {
202 if (iter->semantics() == name) {
213 if (iter->semantics() == name) {
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
APFloat.h 38 format that obeys IEEE semantics only requires adding two lines of
128 /* We support the following floating point semantics. */
231 /// semantics.
237 /// in the given semantics. Might be denormalized, which implies a
244 /// normalized finite number in the given semantics.
320 const fltSemantics &getSemantics() const { return *semantics; }
427 /* What kind of semantics does this value obey? */
428 const fltSemantics *semantics; member in class:llvm::APFloat
  /prebuilts/go/darwin-x86/src/os/exec/
lp_unix.go 49 // Unix shell semantics: path element "" means "."
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
prop.go 70 // sizes have slightly different semantics from the generated code, in that it
74 // do so (without changing the semantics). Bidi requires the semantics used here
75 // for the bidirule implementation to be compatible with the Go semantics.
  /prebuilts/go/linux-x86/src/os/exec/
lp_unix.go 49 // Unix shell semantics: path element "" means "."
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
prop.go 70 // sizes have slightly different semantics from the generated code, in that it
74 // do so (without changing the semantics). Bidi requires the semantics used here
75 // for the bidirule implementation to be compatible with the Go semantics.
  /external/protobuf/csharp/src/Google.Protobuf/
IMessage.cs 47 /// <remarks>See the user guide for precise merge semantics.</remarks>
83 /// <remarks>See the user guide for precise merge semantics.</remarks>
  /toolchain/binutils/binutils-2.27/include/opcode/
ia64.h 249 /* Dependency semantics */
250 enum ia64_dependency_semantics semantics; member in struct:ia64_dependency
254 /* Special info on semantics */
  /external/llvm/include/llvm/ADT/
APFloat.h 63 /// full extended precision). Adding a new format that obeys IEEE semantics
130 /// \name Floating Point Semantics.
260 /// Returns the largest finite number in the given semantics.
265 /// Returns the smallest (by magnitude) finite number in the given semantics.
272 /// semantics.
285 /// semantics.
440 const fltSemantics &getSemantics() const { return *semantics; }
447 /// magnitude in the current semantics.
451 /// magnitude in the current semantics.
621 /// The semantics that this value obeys
622 const fltSemantics *semantics; member in class:llvm::APFloat
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
futex_test.go 69 // the semantics of timedwait on userspace
  /prebuilts/go/linux-x86/src/runtime/
futex_test.go 69 // the semantics of timedwait on userspace
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 194 semantics:3; /* Dependency semantics. */
195 char *extra; /* Additional semantics info. */
799 int semantics, int mode, char *extra, int flag)
808 rs->semantics = semantics;
826 int semantics;
857 semantics = parse_semantics (tmp);
858 extra = semantics == IA64_DVS_OTHER ? xstrdup (tmp) : NULL;
865 add_dep (name, chkp, regp, semantics, mode, extra, 0)
193 semantics:3; \/* Dependency semantics. *\/ member in struct:rdep
824 int semantics; local
    [all...]
  /compatibility/cdd/3_software/
3_4_web-compatibility.md 45 http://www.w3.org/html/wg/drafts/html/master/semantics.html#video)
3_7_runtime-compatibility.md 6 and [Dalvik bytecode specification and semantics](https://android.googlesource.com/platform/dalvik/).
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
PartialClasses.cs 40 // is really a proto2 file, but the runtime doesn't know about proto2 semantics...
  /external/webrtc/talk/media/base/
streamparams_unittest.cc 39 const std::string& semantics,
44 cricket::SsrcGroup sg(semantics, ssrcs);
79 EXPECT_STREQ("{semantics:ABC;ssrcs:[1]}", sg1.ToString().c_str());
200 EXPECT_STREQ("{ssrcs:[1,2];ssrc_groups:{semantics:XYZ;ssrcs:[1,2]};}",
  /prebuilts/go/darwin-x86/src/go/scanner/
errors.go 28 // TODO(gri) reconsider the semantics of Position.IsValid
  /prebuilts/go/linux-x86/src/go/scanner/
errors.go 28 // TODO(gri) reconsider the semantics of Position.IsValid
  /external/tensorflow/tensorflow/core/profiler/g3doc/
options.md 38 #### Option Semantics In Different View
39 options usually have the same semantics in different views. However, some
  /prebuilts/go/darwin-x86/src/cmd/vet/internal/cfg/
cfg.go 36 // edges, nor the short-circuit semantics of the && and || operators,
  /prebuilts/go/darwin-x86/test/chan/
select3.go 7 // Test the semantics of the select statement

Completed in 510 milliseconds

12 3 4 5 6 7