Home
last modified time | relevance | path

Searched refs:p_res (Results 51 – 75 of 451) sorted by relevance

12345678910>>...19

/dports/security/clamav/clamav-0.104.2/libclamav/
H A Dmatcher-pcre.c587 struct cli_pcre_results p_res; in cli_pcre_scanbuf() local
600 memset(&p_res, 0, sizeof(p_res)); in cli_pcre_scanbuf()
692 if ((ret = cli_pcre_results_reset(&p_res, pd)) != CL_SUCCESS) in cli_pcre_scanbuf()
701 cli_pcre_report(pd, buffer + adjbuffer, adjlength, rc, &p_res); in cli_pcre_scanbuf()
709 if (p_res.match[0] > adjshift) { in cli_pcre_scanbuf()
723 pm->lsigid[1], pm->lsigid[2], adjbuffer + p_res.match[0]); in cli_pcre_scanbuf()
741 newres->offset = adjbuffer + p_res.match[0]; in cli_pcre_scanbuf()
759 offset = p_res.match[1]; in cli_pcre_scanbuf()
764 if (rc < 0 && p_res.err != CL_SUCCESS) { in cli_pcre_scanbuf()
765 ret = p_res.err; in cli_pcre_scanbuf()
[all …]
/dports/security/clamav-lts/clamav-0.103.5/libclamav/
H A Dmatcher-pcre.c587 struct cli_pcre_results p_res; in cli_pcre_scanbuf() local
600 memset(&p_res, 0, sizeof(p_res)); in cli_pcre_scanbuf()
692 if ((ret = cli_pcre_results_reset(&p_res, pd)) != CL_SUCCESS) in cli_pcre_scanbuf()
701 cli_pcre_report(pd, buffer + adjbuffer, adjlength, rc, &p_res); in cli_pcre_scanbuf()
709 if (p_res.match[0] > adjshift) { in cli_pcre_scanbuf()
723 pm->lsigid[1], pm->lsigid[2], adjbuffer + p_res.match[0]); in cli_pcre_scanbuf()
741 newres->offset = adjbuffer + p_res.match[0]; in cli_pcre_scanbuf()
759 offset = p_res.match[1]; in cli_pcre_scanbuf()
764 if (rc < 0 && p_res.err != CL_SUCCESS) { in cli_pcre_scanbuf()
765 ret = p_res.err; in cli_pcre_scanbuf()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/switchres/
H A Dcustom_video_drmkms.cpp343 drmModeRes *p_res; in init() local
365 p_res = drmModeGetResources(m_drm_fd); in init()
367 for (int i = 0; i < p_res->count_connectors; i++) in init()
369 p_connector = drmModeGetConnector(m_drm_fd, p_res->connectors[i]); in init()
388 for (int e = 0; e < p_res->count_crtcs; e++) in init()
390 mp_crtc_desktop = drmModeGetCrtc(m_drm_fd, p_res->crtcs[e]); in init()
411 drmModeFreeResources(p_res); in init()
732 drmModeRes *p_res = drmModeGetResources(m_drm_fd); in get_timing() local
734 for (int i = 0; i < p_res->count_connectors; i++) in get_timing()
736 drmModeConnector *p_connector = drmModeGetConnector(m_drm_fd, p_res->connectors[i]); in get_timing()
[all …]
/dports/ftp/vsftpd-ext/vsFTPd-3.0.3-ext.1/
H A Dhttp.c118 static struct mystr p_res = INIT_MYSTR; in http_error() local
137 str_process_template(p_sess, &p_res, &p_tpl, 0, 0, vsf_sysutil_get_time_sec(), 0); in http_error()
138 http_html_content(p_sess, response, &p_res); in http_error()
352 static struct mystr p_res = INIT_MYSTR; in http_handle_browse() local
355 str_process_template(p_sess, &p_res, &p_tpl, 0, 0, vsf_sysutil_get_time_sec(), &dir_list); in http_handle_browse()
357 http_html_content(p_sess, err_200_ok, &p_res); in http_handle_browse()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/drivers/crocus/
H A Dcrocus_resource.h293 crocus_resource_bo(struct pipe_resource *p_res) in crocus_resource_bo() argument
295 struct crocus_resource *res = (void *) p_res; in crocus_resource_bo()
311 _crocus_resource_get_separate_stencil(struct pipe_resource *p_res) in _crocus_resource_get_separate_stencil() argument
316 if (p_res->next && p_res->next->format == PIPE_FORMAT_S8_UINT) in _crocus_resource_get_separate_stencil()
317 return p_res->next; in _crocus_resource_get_separate_stencil()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/xfeatures2d/src/
H A Dmsd.cpp268 …ePoint(int x, int y, int scale, std::vector< std::vector<float> > & saliency, cv::Point2f & p_res);
272 …alePoint(int i, int j, int scale, std::vector< std::vector<float> > & saliency, cv::Point2f &p_res) in rescalePoint() argument
302 p_res.x = i + xc + 0.5f; in rescalePoint()
303 p_res.y = j + xr + 0.5f; in rescalePoint()
307 p_res.x = (i + xc + 0.5f) * effectiveScaleFactor; in rescalePoint()
308 p_res.y = (j + xr + 0.5f) * effectiveScaleFactor; in rescalePoint()
310 p_res.x -= 0.5f; in rescalePoint()
311 p_res.y -= 0.5f; in rescalePoint()
313 …if (p_res.x < 0 || p_res.x >= m_scaleSpace[0].cols || p_res.y < 0 || p_res.y >= m_scaleSpace[0].ro… in rescalePoint()
/dports/science/clipper/clipper-2.1/clipper/minimol/
H A Dminimol_io.cpp144 mmdb::PCResidue p_res = p_chn->GetResidue(r); in import_minimol() local
145 if ( p_chn != NULL ) if ( p_res->isInSelection( h_res ) ) { in import_minimol()
148 for ( int a = 0; a < p_res->GetNumberOfAtoms(); a++ ) { in import_minimol()
149 mmdb::PCAtom p_atm = p_res->GetAtom(a); in import_minimol()
175 mon.set_seqnum( p_res->GetSeqNum(), String(p_res->GetInsCode()) ); in import_minimol()
176 mon.set_type( p_res->GetResName() ); in import_minimol()
177 p_res->GetResidueID( txt ); in import_minimol()
/dports/math/R-cran-NMF/NMF/src/
H A Ddivergence.cpp87 double* p_res = NUMERIC_POINTER(res); in divergence_update_H() local
125 p_res[iH + jH*r] = pH[iH + jH*r] * tmp_res / w_sum; in divergence_update_H()
170 double* p_res = NUMERIC_POINTER(res); in divergence_update_W() local
207 p_res[iW + jW*n] = pW[iW + jW*n] * tmp_res / h_sum; in divergence_update_W()
/dports/math/faiss/faiss-1.7.1/c_api/gpu/
H A DStandardGpuResources_c.cpp19 int faiss_StandardGpuResources_new(FaissStandardGpuResources** p_res) { in DEFINE_DESTRUCTOR()
22 *p_res = reinterpret_cast<FaissStandardGpuResources*>(p); in DEFINE_DESTRUCTOR()
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/simd/intrinsic/
H A Dinlining-issue67557.rs19 let p_res: Simd2 = simd_shuffle2(Simd2(10, 11), Simd2(12, 13), IDX); in main() localVariable
22 assert_10_11(p_res); in main()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/omx/tizonia/
H A Dh264dprc.c188 struct pipe_resource * p_res = NULL; in get_eglimage() local
201 p_res = st_omx_pipe_texture_from_eglimage(p_egldisplay, p_eglimage); in get_eglimage()
203 assert(p_res); in get_eglimage()
206 templat.buffer_format = p_res->format; in get_eglimage()
207 templat.width = p_res->width0; in get_eglimage()
208 templat.height = p_res->height0; in get_eglimage()
212 pipe_resource_reference(&resources[0], p_res); in get_eglimage()
217 assert(video_buffer->buffer_format == p_res->format); in get_eglimage()

12345678910>>...19