Searched refs:state_offset (Results 1 - 7 of 7) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A Dpcre_dfa_exec.c636 int state_offset = current_state->offset; local
640 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset);
651 if (state_offset < 0)
656 ADD_NEW_DATA(state_offset, current_state->count,
663 current_state->offset = state_offset = -state_offset;
673 if (active_states[j].offset == state_offset &&
683 code = start_code + state_offset;
769 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
772 ADD_ACTIVE(state_offset
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A Dpcre_dfa_exec.c636 int state_offset = current_state->offset; local
640 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset);
651 if (state_offset < 0)
656 ADD_NEW_DATA(state_offset, current_state->count,
663 current_state->offset = state_offset = -state_offset;
673 if (active_states[j].offset == state_offset &&
683 code = start_code + state_offset;
769 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
772 ADD_ACTIVE(state_offset
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pcre-8.31/
H A Dpcre_dfa_exec.c636 int state_offset = current_state->offset; local
640 printf ("%.*sProcessing state %d c=", rlevel*2-2, SP, state_offset);
651 if (state_offset < 0)
656 ADD_NEW_DATA(state_offset, current_state->count,
663 current_state->offset = state_offset = -state_offset;
673 if (active_states[j].offset == state_offset &&
683 code = start_code + state_offset;
769 ADD_ACTIVE(state_offset + 1 + LINK_SIZE, 0);
772 ADD_ACTIVE(state_offset
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/gpu/drm/radeon/
H A Dr600_blit_kms.c425 gpu_addr = rdev->r600_blit.shader_gpu_addr + rdev->r600_blit.state_offset;
479 rdev->r600_blit.state_offset = 0;
523 memcpy_toio(ptr + rdev->r600_blit.state_offset,
526 memcpy_toio(ptr + rdev->r600_blit.state_offset,
529 memcpy_toio(ptr + rdev->r600_blit.state_offset + (rdev->r600_blit.state_len * 4),
H A Dradeon.h462 u32 state_offset; member in struct:r600_blit
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/gpu/drm/radeon/
H A Dr600_blit_kms.c425 gpu_addr = rdev->r600_blit.shader_gpu_addr + rdev->r600_blit.state_offset;
479 rdev->r600_blit.state_offset = 0;
523 memcpy_toio(ptr + rdev->r600_blit.state_offset,
526 memcpy_toio(ptr + rdev->r600_blit.state_offset,
529 memcpy_toio(ptr + rdev->r600_blit.state_offset + (rdev->r600_blit.state_len * 4),
H A Dradeon.h462 u32 state_offset; member in struct:r600_blit

Completed in 143 milliseconds