Home
last modified time | relevance | path

Searched refs:p_shp (Results 1 – 12 of 12) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/nuvie/portraits/
H A Dportrait_se.cpp167 U6Shape *p_shp = new U6Shape(); in get_portrait_data() local
168 p_shp->load(temp_buf + 8); in get_portrait_data()
175 p_shp->get_size(&p_w, &p_h); in get_portrait_data()
177 unsigned char *p_data = p_shp->get_data(); in get_portrait_data()
191 memcpy(bg_data, p_shp->get_data(), p_w * p_h); in get_portrait_data()
194 delete p_shp; in get_portrait_data()
H A Dportrait_md.cpp88 U6Shape *p_shp = new U6Shape(); in get_portrait_data() local
89 p_shp->load(temp_buf + 8); in get_portrait_data()
95 unsigned char *p_data = p_shp->get_data(); in get_portrait_data()
106 delete p_shp; in get_portrait_data()
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/include/
H A Djobs.h57 Shell_t *p_shp; // shell that posted the job member
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/include/
H A Djobs.h78 Shell_t *p_shp; /* shell that posted the job */ member
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/include/
H A Djobs.h78 Shell_t *p_shp; /* shell that posted the job */ member
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/include/
H A Djobs.h86 Shell_t *p_shp; /* shell that posted the job */ member
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Djobs.c652 Shell_t *shp = pw->p_shp; in job_set()
671 Shell_t *shp = pw->p_shp; in job_reset()
763 pw->p_shp = shp; in job_walk()
916 shp = pw->p_shp; in job_kill()
1128 pw->p_shp = shp; in job_post()
/dports/databases/spatialite-tools/spatialite-tools-5.0.1/
H A Dshp_sanitize.c3975 struct shp_entry *p_shp; in do_scan_dir() local
4080 p_shp = list->first; in do_scan_dir()
4081 while (p_shp != NULL) in do_scan_dir()
4083 if (test_valid_shp (p_shp)) in do_scan_dir()
4087 (cache, p_shp->base_name, validate, esri, &invalid)) in do_scan_dir()
4098 p_shp->file_name); in do_scan_dir()
4102 do_repair_shapefile (cache, p_shp->base_name, in do_scan_dir()
4110 do_clen_files (out_dir, p_shp->base_name); in do_scan_dir()
4121 p_shp = p_shp->next; in do_scan_dir()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Djobs.c878 Shell_t *shp = pw->p_shp; in job_set()
898 Shell_t *shp = pw->p_shp; in job_reset()
1022 pw->p_shp = shp; in job_walk()
1210 shp = pw->p_shp; in job_kill()
1484 pw->p_shp = shp; in job_post()
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Djobs.c825 Shell_t *shp = pw->p_shp; in job_set()
964 pw->p_shp = sh_getinterp(); in job_walk()
1114 Shell_t *shp = pw->p_shp; in job_kill()
1368 pw->p_shp = shp; in job_post()
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Djobs.c825 Shell_t *shp = pw->p_shp; in job_set()
964 pw->p_shp = sh_getinterp(); in job_walk()
1114 Shell_t *shp = pw->p_shp; in job_kill()
1368 pw->p_shp = shp; in job_post()
/dports/math/py-theano/Theano-1.0.5/theano/tensor/tests/
H A Dtest_opt.py3955 def last_pool(im_shp, p_shp, p_strd): argument
3956 rval = int(np.ceil(float(im_shp - p_shp) / p_strd))
3957 assert p_strd * rval + p_shp >= im_shp
3958 assert p_strd * (rval - 1) + p_shp < im_shp