Searched refs:state (Results 251 - 275 of 1632) sorted by relevance

<<11121314151617181920>>

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSXAPIChecker.cpp59 ProgramStateRef state = C.getState();
61 state->getSVal(CE->getArg(0), C.getLocationContext()).getAsRegion();
65 ExplodedNode *N = C.generateSink(state);
H A DNSErrorChecker.cpp172 static bool hasFlag(SVal val, ProgramStateRef state) { argument
174 if (const unsigned *attachedFlags = state->get<T>(sym))
180 static void setFlag(ProgramStateRef state, SVal val, CheckerContext &C) { argument
183 C.addTransition(state->set<T>(sym, true));
210 ProgramStateRef state = C.getState(); local
228 setFlag<NSErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
233 setFlag<CFErrorOut>(state, state->getSVal(loc.castAs<Loc>()), C);
243 ProgramStateRef state local
[all...]
H A DObjCAtSyncChecker.cpp41 ProgramStateRef state = C.getState(); local
42 SVal V = state->getSVal(Ex, C.getLocationContext());
63 llvm::tie(notNullState, nullState) = state->assume(V.castAs<DefinedSVal>());
H A DPointerArithChecker.cpp39 ProgramStateRef state = C.getState();
41 SVal LV = state->getSVal(B->getLHS(), LCtx);
42 SVal RV = state->getSVal(B->getRHS(), LCtx);
H A DPointerSubChecker.cpp42 ProgramStateRef state = C.getState();
44 SVal LV = state->getSVal(B->getLHS(), LCtx);
45 SVal RV = state->getSVal(B->getRHS(), LCtx);
/freebsd-9.3-release/contrib/ncurses/ncurses/base/
H A Dlib_instr.c70 mbstate_t state; local
80 init_mb(state);
89 init_mb(state);
/freebsd-9.3-release/contrib/wpa/src/crypto/
H A Dfips_prf_openssl.c22 static void sha1_transform(u8 *state, const u8 data[64]) argument
26 os_memcpy(&context.h0, state, 5 * 4);
28 os_memcpy(state, &context.h0, 5 * 4);
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c68 const lzma_lzma_state state, const uint32_t pos_state)
70 return rc_bit_0_price(coder->is_rep0[state])
71 + rc_bit_0_price(coder->is_rep0_long[state][pos_state]);
77 const lzma_lzma_state state, uint32_t pos_state)
82 price = rc_bit_0_price(coder->is_rep0[state]);
83 price += rc_bit_1_price(coder->is_rep0_long[state][pos_state]);
85 price = rc_bit_1_price(coder->is_rep0[state]);
88 price += rc_bit_0_price(coder->is_rep1[state]);
90 price += rc_bit_1_price(coder->is_rep1[state]);
91 price += rc_bit_price(coder->is_rep2[state],
67 get_short_rep_price(const lzma_coder *const coder, const lzma_lzma_state state, const uint32_t pos_state) argument
76 get_pure_rep_price(const lzma_coder *const coder, const uint32_t rep_index, const lzma_lzma_state state, uint32_t pos_state) argument
101 get_rep_price(const lzma_coder *const coder, const uint32_t rep_index, const uint32_t len, const lzma_lzma_state state, const uint32_t pos_state) argument
458 lzma_lzma_state state; local
[all...]
/freebsd-9.3-release/sys/cddl/compat/opensolaris/sys/
H A Dsunddi.h56 void *ddi_get_soft_state(void *state, int item);
57 int ddi_soft_state_zalloc(void *state, int item);
58 void ddi_soft_state_free(void *state, int item);
/freebsd-9.3-release/sys/dev/hptmv/
H A Daccess601.h38 void HPTLIBAPI set_fail_led(MV_SATA_ADAPTER *pAdapter, UCHAR channel, UCHAR state);
41 #define set_fail_led(pAdapter, channel, state)
55 #define set_fail_led(pAdapter, channel, state)
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsati_test_unit_ready.c90 * - the device should be in a state to receive commands
98 if (sequence->device->state == SATI_DEVICE_STATE_STOPPED)
110 else if (sequence->device->state
123 else if (sequence->device->state
/freebsd-9.3-release/usr.sbin/faithd/test/
H A Dfaithd.rb67 def relay_ftp_command(s6, s4, state)
83 state = "EPSV"
105 return state
108 def relay_ftp_status(s4, s6, state)
138 return state
166 state = 0
169 state = relay_ftp_status(s4, s6, state)
170 break if state == nil
172 state
[all...]
/freebsd-9.3-release/contrib/bind9/bin/dig/
H A Ddig.c726 isc_boolean_t state = ISC_TRUE; local
742 state = ISC_FALSE;
764 lookup->aaonly = state;
770 lookup->section_additional = state;
775 lookup->adflag = state;
783 lookup->section_question = state;
784 lookup->section_authority = state;
785 lookup->section_answer = state;
786 lookup->section_additional = state;
787 lookup->comments = state;
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_dir.c741 xfs_da_state_t *state; local
748 state = xfs_da_state_alloc();
749 state->args = args;
750 state->mp = args->dp->i_mount;
751 state->blocksize = state->mp->m_sb.sb_blocksize;
752 state->node_ents = state->mp->m_dir_node_ents;
758 error = xfs_da_node_lookup_int(state, &retval);
763 blk = &state
798 xfs_da_state_t *state; local
848 xfs_da_state_t *state; local
1032 xfs_da_state_t *state; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp93 ProgramStateRef state = StateMgr.getInitialState(InitLoc); local
114 const MemRegion *R = state->getRegion(PD, InitLoc);
118 SVal V = state->getSVal(loc::MemRegionVal(R));
119 SVal Constraint_untested = evalBinOp(state, BO_GT, V,
129 if (ProgramStateRef newState = state->assume(*Constraint, true))
130 state = newState;
140 const MemRegion *R = state->getRegion(SelfD, InitLoc);
141 SVal V = state->getSVal(loc::MemRegionVal(R));
145 state = state
248 processAssume(ProgramStateRef state, SVal cond, bool assumption) argument
253 wantsRegionChangeUpdate(ProgramStateRef state) argument
258 processRegionChanges(ProgramStateRef state, const InvalidatedSymbols *invalidated, ArrayRef<const MemRegion *> Explicits, ArrayRef<const MemRegion *> Regions, const CallEvent *Call) argument
556 ProgramStateRef state = Pred->getState(); local
720 ProgramStateRef state = Pred->getState(); local
853 ProgramStateRef state = N->getState()->BindExpr(Ex, LCtx, result); local
895 ProgramStateRef state = Pred->getState(); local
1142 ProgramStateRef state = Pred->getState(); local
1167 ProgramStateRef state = Pred->getState(); local
1294 RecoverCastedSymbol(ProgramStateManager& StateMgr, ProgramStateRef state, const Stmt *Condition, const LocationContext *LCtx, ASTContext &Ctx) argument
1482 ProgramStateRef state = Pred->getState(); local
1500 ProgramStateRef state = builder.getState(); local
1569 ProgramStateRef state = builder.getState(); local
1677 ProgramStateRef state = Pred->getState(); local
1743 ProgramStateRef state = (*it)->getState(); local
1770 ProgramStateRef state = Pred->getState(); local
1958 ProgramStateRef state = Pred->getState(); local
1968 ProgramStateRef state = PredI->getState(); local
1997 evalStore(ExplodedNodeSet &Dst, const Expr *AssignE, const Expr *LocationE, ExplodedNode *Pred, ProgramStateRef state, SVal location, SVal Val, const ProgramPointTag *tag) argument
2020 evalLoad(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2059 evalLoadCommon(ExplodedNodeSet &Dst, const Expr *NodeEx, const Expr *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, QualType LoadTy) argument
2096 evalLocation(ExplodedNodeSet &Dst, const Stmt *NodeEx, const Stmt *BoundEx, ExplodedNode *Pred, ProgramStateRef state, SVal location, const ProgramPointTag *tag, bool isLoad) argument
2156 ProgramStateRef state = Pred->getState(); local
2193 ProgramStateRef state = Pred->getState(); local
2454 ProgramStateRef state = N->getState(); local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/pic/
H A Dmain.cpp317 enum { START, MIDDLE, HAD_DOT, HAD_P, HAD_PS, HAD_l, HAD_lf } state = START; local
322 switch (state) {
325 state = HAD_DOT;
330 state = START;
333 state = MIDDLE;
340 state = START;
345 state = HAD_P;
347 state = HAD_l;
353 state = START;
356 state
[all...]
/freebsd-9.3-release/contrib/wpa/src/eap_server/
H A Deap_server_psk.c27 enum { PSK_1, PSK_3, SUCCESS, FAILURE } state; member in struct:eap_psk_data
45 data->state = PSK_1;
71 data->state = FAILURE;
83 data->state = FAILURE;
111 data->state = FAILURE;
156 data->state = FAILURE;
165 switch (data->state) {
171 wpa_printf(MSG_DEBUG, "EAP-PSK: Unknown state %d in buildReq",
172 data->state);
196 if (data->state
[all...]
H A Deap_server_sake.c23 enum { IDENTITY, CHALLENGE, CONFIRM, SUCCESS, FAILURE } state; member in struct:eap_sake_data
40 static const char * eap_sake_state_txt(int state) argument
42 switch (state) {
59 static void eap_sake_state(struct eap_sake_data *data, int state) argument
62 eap_sake_state_txt(data->state),
63 eap_sake_state_txt(state));
64 data->state = state;
75 data->state = CHALLENGE;
143 data->state
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dratelimiter.c46 isc_ratelimiter_state_t state; member in struct:isc_ratelimiter
76 rl->state = isc_ratelimiter_idle;
117 if (rl->state == isc_ratelimiter_ratelimited) {
145 if (rl->state == isc_ratelimiter_ratelimited ||
146 rl->state == isc_ratelimiter_stalled) {
151 } else if (rl->state == isc_ratelimiter_idle) {
156 rl->state = isc_ratelimiter_ratelimited;
159 INSIST(rl->state == isc_ratelimiter_shuttingdown);
198 rl->state = isc_ratelimiter_idle;
215 rl->state
[all...]
H A Dsha2.c563 memmove(context->state, sha224_initial_hash_value,
593 memmove(context->state, sha256_initial_hash_value,
649 a = context->state[0];
650 b = context->state[1];
651 c = context->state[2];
652 d = context->state[3];
653 e = context->state[4];
654 f = context->state[5];
655 g = context->state[6];
656 h = context->state[
[all...]
/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_tt.c75 /* p isn't in the default caching state, set it to
112 if (ttm->state == tt_unpopulated) {
150 enum ttm_caching_state state; local
153 state = tt_wc;
155 state = tt_uncached;
157 state = tt_cached;
159 return ttm_tt_set_caching(ttm, state);
167 if (ttm->state == tt_bound) {
193 ttm->state = tt_unpopulated;
223 ttm->state
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dratelimiter.c46 isc_ratelimiter_state_t state; member in struct:isc_ratelimiter
76 rl->state = isc_ratelimiter_idle;
117 if (rl->state == isc_ratelimiter_ratelimited) {
145 if (rl->state == isc_ratelimiter_ratelimited ||
146 rl->state == isc_ratelimiter_stalled) {
151 } else if (rl->state == isc_ratelimiter_idle) {
156 rl->state = isc_ratelimiter_ratelimited;
159 INSIST(rl->state == isc_ratelimiter_shuttingdown);
198 rl->state = isc_ratelimiter_idle;
215 rl->state
[all...]
/freebsd-9.3-release/sys/dev/ips/
H A Dips.c77 sc->state |= IPS_DEV_OPEN;
84 sc->state &= ~IPS_DEV_OPEN;
129 sc->state |= IPS_OFFLINE;
175 sc->state &= ~IPS_OFFLINE;
191 if(sc->state & IPS_OFFLINE){
196 if(!command || (sc->state & IPS_TIMEOUT)){
202 if (sc->state & IPS_STATIC_BUSY)
205 sc->state |= IPS_STATIC_BUSY;
224 sc->state &= ~IPS_STATIC_BUSY;
227 static const char* ips_diskdev_statename(u_int8_t state) argument
299 int i, state = 0; local
[all...]
/freebsd-9.3-release/contrib/groff/src/preproc/tbl/
H A Dmain.cpp36 END, ERROR } state; member in class:table_input
41 int ended() { return unget_stack.empty() && state == END; }
46 : fp(p), state(START)
70 switch (state) {
76 state = END;
84 state = END;
87 state = REREAD_TE;
94 state = REREAD_T;
101 state = MIDDLE;
106 state
186 enum { START, MIDDLE, HAD_DOT, HAD_T, HAD_TS, HAD_l, HAD_lf } state; local
1288 } state = START; local
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSubEngine.h61 /// updated analysis state, or generate no nodes at all if it doesn't.
105 virtual ProgramStateRef processAssume(ProgramStateRef state,
110 virtual bool wantsRegionChangeUpdate(ProgramStateRef state) = 0;
115 processRegionChanges(ProgramStateRef state,
123 processRegionChange(ProgramStateRef state, argument
125 return processRegionChanges(state, 0, MR, MR, 0);

Completed in 295 milliseconds

<<11121314151617181920>>