Home
last modified time | relevance | path

Searched refs:state_offset (Results 1 – 23 of 23) sorted by relevance

/external/pcre/dist/
Dpcre_dfa_exec.c643 int state_offset = current_state->offset; in internal_dfa_exec() local
648 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset); in internal_dfa_exec()
659 if (state_offset < 0) in internal_dfa_exec()
664 ADD_NEW_DATA(state_offset, current_state->count, in internal_dfa_exec()
671 current_state->offset = state_offset = -state_offset; in internal_dfa_exec()
681 if (active_states[j].offset == state_offset && in internal_dfa_exec()
691 code = start_code + state_offset; in internal_dfa_exec()
777 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0); in internal_dfa_exec()
780 ADD_ACTIVE(state_offset - GET(code, 1), 0); in internal_dfa_exec()
849 ADD_ACTIVE(state_offset + 1, 0); in internal_dfa_exec()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_wm_state.c82 sizeof(*wm), 32, &brw->wm.state_offset); in brw_upload_wm_unit()
100 brw->wm.state_offset + in brw_upload_wm_unit()
107 brw->wm.state_offset + in brw_upload_wm_unit()
228 brw->wm.state_offset + in brw_upload_wm_unit()
238 brw->wm.state_offset + in brw_upload_wm_unit()
Dbrw_context.h901 uint32_t state_offset; member
933 uint32_t state_offset; member
946 uint32_t state_offset; member
960 uint32_t state_offset; member
990 uint32_t state_offset; /* offset in batchbuffer to pre-gen6 WM state */ member
1030 uint32_t state_offset; member
1248 brw_program_reloc(struct brw_context *brw, uint32_t state_offset, in brw_program_reloc() argument
1259 state_offset, in brw_program_reloc()
Dbrw_vs_state.c47 sizeof(*vs), 32, &brw->vs.state_offset); in brw_upload_vs_unit()
54 brw->vs.state_offset + in brw_upload_vs_unit()
159 brw->vs.state_offset + in brw_upload_vs_unit()
Dbrw_gs_state.c45 sizeof(*gs), 32, &brw->gs.state_offset); in brw_upload_gs_unit()
56 brw->gs.state_offset + in brw_upload_gs_unit()
Dbrw_misc_state.c159 brw->vs.state_offset); in upload_pipelined_state_pointers()
162 brw->gs.state_offset | 1); in upload_pipelined_state_pointers()
166 brw->clip.state_offset | 1); in upload_pipelined_state_pointers()
168 brw->sf.state_offset); in upload_pipelined_state_pointers()
170 brw->wm.state_offset); in upload_pipelined_state_pointers()
172 brw->cc.state_offset); in upload_pipelined_state_pointers()
Dbrw_clip_state.c44 sizeof(*clip), 32, &brw->clip.state_offset); in brw_upload_clip_unit()
52 brw->clip.state_offset + in brw_upload_clip_unit()
Dbrw_sf_state.c150 sizeof(*sf), 64, &brw->sf.state_offset); in upload_sf_unit()
158 brw->sf.state_offset + in upload_sf_unit()
306 drm_intel_bo_emit_reloc(bo, (brw->sf.state_offset + in upload_sf_unit()
Dgen7_cc_state.c38 OUT_BATCH(brw->cc.state_offset | 1); in upload_cc_state_pointers()
Dgen6_cc.c217 sizeof(*cc), 64, &brw->cc.state_offset); in gen6_upload_color_calc_state()
254 OUT_BATCH(brw->cc.state_offset | 1); in upload_cc_state_pointers()
Dbrw_cc.c103 sizeof(*cc), 64, &brw->cc.state_offset); in upload_cc_unit()
224 (brw->cc.state_offset + in upload_cc_unit()
/external/ceres-solver/internal/ceres/
Dprogram.cc134 int state_offset = 0; in SetParameterOffsetsAndIndex() local
138 parameter_blocks_[i]->set_state_offset(state_offset); in SetParameterOffsetsAndIndex()
140 state_offset += parameter_blocks_[i]->Size(); in SetParameterOffsetsAndIndex()
155 int state_offset = 0; in IsValid() local
160 parameter_block->state_offset() != state_offset || in IsValid()
168 state_offset += parameter_blocks_[i]->Size(); in IsValid()
Dparameter_block.h136 int state_offset() const { return state_offset_; } in state_offset() function
137 void set_state_offset(int state_offset) { state_offset_ = state_offset; } in set_state_offset() argument
Dcoordinate_descent_minimizer.cc128 parameter_block->SetState(parameters + parameter_block->state_offset()); in Minimize()
183 parameters + parameter_block->state_offset(), in Minimize()
188 parameter_block->SetState(parameters + parameter_block->state_offset()); in Minimize()
/external/v8/src/x64/
Ddeoptimizer-x64.cc289 __ Push(Operand(rbx, FrameDescription::state_offset())); in Generate()
/external/v8/src/arm64/
Ddeoptimizer-arm64.cc275 __ Ldr(x6, MemOperand(current_frame, FrameDescription::state_offset())); in Generate()
/external/v8/src/ppc/
Ddeoptimizer-ppc.cc307 __ LoadP(r9, MemOperand(r5, FrameDescription::state_offset())); in Generate()
/external/v8/src/arm/
Ddeoptimizer-arm.cc302 __ ldr(r6, MemOperand(r2, FrameDescription::state_offset())); in Generate()
/external/v8/src/mips64/
Ddeoptimizer-mips64.cc305 __ ld(a6, MemOperand(a2, FrameDescription::state_offset())); in Generate()
/external/v8/src/mips/
Ddeoptimizer-mips.cc300 __ lw(t2, MemOperand(a2, FrameDescription::state_offset())); in Generate()
/external/v8/src/ia32/
Ddeoptimizer-ia32.cc383 __ push(Operand(ebx, FrameDescription::state_offset())); in Generate()
/external/v8/src/x87/
Ddeoptimizer-x87.cc420 __ push(Operand(ebx, FrameDescription::state_offset())); in Generate()
/external/v8/src/
Ddeoptimizer.h855 static int state_offset() { return offsetof(FrameDescription, state_); } in state_offset() function