HomeSort by relevance Sort by last modified time
    Searched defs:or_ (Results 1 - 9 of 9) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/preprocessed/gcc/
or.hpp 48 struct or_ struct in namespace:boost::mpl
58 , or_
66 , or_
  /external/chromium_org/third_party/cld/base/
template_util.h 87 // or_ is a template || operator.
88 // or_<A, B>::value evaluates "A::value || B::value".
90 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:base
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h 127 // or_ is a template || operator.
128 // or_<A, B>::value evaluates "A::value || B::value".
130 struct or_ : public integral_constant<bool, (A::value || B::value)> { struct in namespace:google::protobuf::internal
  /external/bison/lib/
bbitset.h 138 void (*or_) (bitset, bitset, bitset); member in struct:bitset_vtable
238 #define BITSET_OR_(DST, SRC1, SRC2) (SRC1)->b.vtable->or_ (DST, SRC1, SRC2)
  /external/chromium_org/v8/src/ia32/
assembler-ia32.cc 157 __ or_(eax, 1 << CPUID);
1005 void Assembler::or_(Register dst, int32_t imm32) { function in class:v8::internal::Assembler
1011 void Assembler::or_(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1018 void Assembler::or_(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler
1024 void Assembler::or_(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /external/v8/src/ia32/
assembler-ia32.cc 124 __ or_(eax, 1 << CPUID);
1014 void Assembler::or_(Register dst, int32_t imm32) { function in class:v8::internal::Assembler
1020 void Assembler::or_(Register dst, const Operand& src) { function in class:v8::internal::Assembler
1027 void Assembler::or_(const Operand& dst, const Immediate& x) { function in class:v8::internal::Assembler
1033 void Assembler::or_(const Operand& dst, Register src) { function in class:v8::internal::Assembler
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
AppleScript_Suite.py 559 def or_(self, _object, _attributes={}, **_arguments): member in class:AppleScript_Suite_Events
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 1259 void Assembler::or_(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1252 void Assembler::or_(Register rd, Register rs, Register rt) { function in class:v8::Assembler
    [all...]

Completed in 423 milliseconds