Searched defs:state_offset (Results 1 - 4 of 4) sorted by relevance

/external/ceres-solver/internal/ceres/
H A Dparameter_block.h136 int state_offset() const { return state_offset_; } function in class:ceres::internal::ParameterBlock
137 void set_state_offset(int state_offset) { state_offset_ = state_offset; } argument
242 "constant=%d, index=%d, state_offset=%d, "
H A Dprogram.cc134 int state_offset = 0; local
138 parameter_blocks_[i]->set_state_offset(state_offset);
140 state_offset += parameter_blocks_[i]->Size();
155 int state_offset = 0; local
160 parameter_block->state_offset() != state_offset ||
168 state_offset += parameter_blocks_[i]->Size();
/external/pcre/dist/
H A Dpcre_dfa_exec.c643 int state_offset = current_state->offset; local
648 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset);
659 if (state_offset < 0)
664 ADD_NEW_DATA(state_offset, current_state->count,
671 current_state->offset = state_offset = -state_offset;
681 if (active_states[j].offset == state_offset &&
691 code = start_code + state_offset;
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
780 ADD_ACTIVE(state_offset
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_context.h901 uint32_t state_offset; member in struct:brw_context::__anon14078
933 uint32_t state_offset; member in struct:brw_context::__anon14079
946 uint32_t state_offset; member in struct:brw_context::__anon14080
960 uint32_t state_offset; member in struct:brw_context::__anon14081
990 uint32_t state_offset; /* offset in batchbuffer to pre-gen6 WM state */ member in struct:brw_context::__anon14082
1030 uint32_t state_offset; member in struct:brw_context::__anon14083
1248 brw_program_reloc(struct brw_context *brw, uint32_t state_offset, argument
1259 state_offset,

Completed in 220 milliseconds