HomeSort by relevance Sort by last modified time
    Searched full:set_flags (Results 1 - 25 of 128) sorted by null

1 2 3 4 5 6

  /external/pcre/dist/sljit/
sljitNativeSPARC_32.c 41 SLJIT_COMPILE_ASSERT(ICC_IS_SET == SET_FLAGS, icc_is_set_and_set_flags_must_be_the_same);
79 return push_inst(compiler, XNOR | (flags & SET_FLAGS) | D(dst) | S1(0) | S2(src2), DR(dst) | (flags & SET_FLAGS));
84 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(src2) | S2(0), SET_FLAGS));
87 FAIL_IF(push_inst(compiler, OR | (flags & SET_FLAGS) | D(dst) | S1(0) | IMM(32), UNMOVABLE_INS | (flags & SET_FLAGS)));
91 FAIL_IF(push_inst(compiler, SUB | SET_FLAGS | D(0) | S1(TMP_REG1) | S2(0), SET_FLAGS));
94 return push_inst(compiler, ADD | (flags & SET_FLAGS) | D(dst) | S1(dst) | IMM(1), UNMOVABLE_INS | (flags & SET_FLAGS))
    [all...]
sljitNativeARM_T2_32.c 504 /* SET_FLAGS must be 0x100000 as it is also the value of S bit (can be used for optimization). */
505 #define SET_FLAGS 0x0100000
536 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1);
539 if (!(flags & SET_FLAGS))
558 if (!(flags & SET_FLAGS)) {
566 return push_inst32(compiler, ADD_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
571 return push_inst32(compiler, ADCI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
579 return push_inst32(compiler, RSB_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm);
597 if (!(flags & SET_FLAGS)) {
605 return push_inst32(compiler, SUB_WI | (flags & SET_FLAGS) | RD4(dst) | RN4(reg) | imm)
    [all...]
sljitNativeARM_64.c 502 #define SET_FLAGS 0x0080000
509 if (flags & SET_FLAGS) { \
551 SLJIT_ASSERT(!(flags & SET_FLAGS) && (flags & ARG2_IMM) && arg1 == TMP_REG1);
556 goto set_flags;
584 if (imm > 0 && imm <= 0xffffff && !(flags & SET_FLAGS)) {
588 if (nimm > 0 && nimm <= 0xffffff && !(flags & SET_FLAGS)) {
609 goto set_flags;
621 goto set_flags;
636 goto set_flags;
666 SLJIT_ASSERT(!(flags & SET_FLAGS) && arg1 == TMP_REG1)
    [all...]
  /external/valgrind/memcheck/tests/
leak-pool.c 53 void set_flags ( int n ) function
108 set_flags( arg );
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbobj.py 54 def set_flags(self, *args, **kwargs): member in class:DBEnv
55 return self._cobj.set_flags(*args, **kwargs)
196 def set_flags(self, *args, **kwargs): member in class:DB
197 return self._cobj.set_flags(*args, **kwargs)
257 def set_flags(self, *args, **kwargs): member in class:DBSequence
258 return self._cobj.set_flags(*args, **kwargs)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbobj.py 54 def set_flags(self, *args, **kwargs): member in class:DBEnv
55 return self._cobj.set_flags(*args, **kwargs)
196 def set_flags(self, *args, **kwargs): member in class:DB
197 return self._cobj.set_flags(*args, **kwargs)
257 def set_flags(self, *args, **kwargs): member in class:DBSequence
258 return self._cobj.set_flags(*args, **kwargs)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 54 def set_flags(self, *args, **kwargs): member in class:DBEnv
55 return self._cobj.set_flags(*args, **kwargs)
196 def set_flags(self, *args, **kwargs): member in class:DB
197 return self._cobj.set_flags(*args, **kwargs)
257 def set_flags(self, *args, **kwargs): member in class:DBSequence
258 return self._cobj.set_flags(*args, **kwargs)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/
dbobj.py 54 def set_flags(self, *args, **kwargs): member in class:DBEnv
55 return self._cobj.set_flags(*args, **kwargs)
196 def set_flags(self, *args, **kwargs): member in class:DB
197 return self._cobj.set_flags(*args, **kwargs)
257 def set_flags(self, *args, **kwargs): member in class:DBSequence
258 return self._cobj.set_flags(*args, **kwargs)
  /hardware/intel/common/libwsbm/src/
wsbm_pool.h 77 int (*validate) (struct _WsbmBufStorage * buf, uint64_t set_flags,
156 (uint64_t set_flags));
wsbm_driver.h 109 uint64_t set_flags; member in struct:_ValidateNode
wsbm_manager.c 166 node->set_flags = flags & mask;
1089 uint64_t set_flags = flags & mask; local
1100 if ((cur->set_flags | set_flags) &
1108 cur->set_flags &= ~(clr_flags & WSBM_PL_MASK_MEM);
1109 cur->set_flags |= (set_flags & ~WSBM_PL_MASK_MEM);
1236 ret = storage->pool->validate(storage, node->set_flags,
  /external/webrtc/webrtc/p2p/client/
portallocator_unittest.cc 274 session_->set_flags(session_->flags() |
422 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_STUN |
444 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_STUN |
471 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_STUN |
676 session_->set_flags(cricket::PORTALLOCATOR_ENABLE_IPV6);
716 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_DEFAULT_LOCAL_CANDIDATE);
734 session_->set_flags(cricket::PORTALLOCATOR_DISABLE_DEFAULT_LOCAL_CANDIDATE);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 20 self.secondary_db.set_flags(db.DB_DUP)
test_db.py 105 self.db.set_flags(db.DB_CHKSUM)
107 self.db.set_flags(db.DB_TXN_NOT_DURABLE)
test_misc.py 95 db1.set_flags(db.DB_DUPSORT)
104 # no set_flags call, we're testing that it reads and obeys
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 20 self.secondary_db.set_flags(db.DB_DUP)
test_db.py 105 self.db.set_flags(db.DB_CHKSUM)
107 self.db.set_flags(db.DB_TXN_NOT_DURABLE)
test_misc.py 95 db1.set_flags(db.DB_DUPSORT)
104 # no set_flags call, we're testing that it reads and obeys
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 20 self.secondary_db.set_flags(db.DB_DUP)
test_db.py 105 self.db.set_flags(db.DB_CHKSUM)
107 self.db.set_flags(db.DB_TXN_NOT_DURABLE)
test_misc.py 95 db1.set_flags(db.DB_DUPSORT)
104 # no set_flags call, we're testing that it reads and obeys
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_cursor_pget_bug.py 20 self.secondary_db.set_flags(db.DB_DUP)
test_db.py 105 self.db.set_flags(db.DB_CHKSUM)
107 self.db.set_flags(db.DB_TXN_NOT_DURABLE)
test_misc.py 95 db1.set_flags(db.DB_DUPSORT)
104 # no set_flags call, we're testing that it reads and obeys
  /external/webrtc/webrtc/base/
ifaddrs-android.cc 50 int set_flags(struct ifaddrs* ifaddr) { function in namespace:rtc
123 if (set_flags(ifaddr) != 0) {

Completed in 1872 milliseconds

1 2 3 4 5 6