Home
last modified time | relevance | path

Searched defs:sp (Results 151 – 175 of 25496) sorted by relevance

12345678910>>...1020

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dsplay-tree.c58 splay_tree_delete_helper (sp, node) in splay_tree_delete_helper() argument
191 splay_tree_splay (sp, key) in splay_tree_splay() argument
296 splay_tree_delete (sp) in splay_tree_delete() argument
308 splay_tree_insert (sp, key, value) in splay_tree_insert() argument
363 splay_tree_remove (sp, key) in splay_tree_remove() argument
405 splay_tree_lookup (sp, key) in splay_tree_lookup() argument
420 splay_tree_max (sp) in splay_tree_max() argument
437 splay_tree_min (sp) in splay_tree_min() argument
455 splay_tree_predecessor (sp, key) in splay_tree_predecessor() argument
488 splay_tree_successor (sp, key) in splay_tree_successor() argument
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dsplay-tree.c58 splay_tree_delete_helper (sp, node) in splay_tree_delete_helper() argument
191 splay_tree_splay (sp, key) in splay_tree_splay() argument
296 splay_tree_delete (sp) in splay_tree_delete() argument
308 splay_tree_insert (sp, key, value) in splay_tree_insert() argument
363 splay_tree_remove (sp, key) in splay_tree_remove() argument
405 splay_tree_lookup (sp, key) in splay_tree_lookup() argument
420 splay_tree_max (sp) in splay_tree_max() argument
437 splay_tree_min (sp) in splay_tree_min() argument
455 splay_tree_predecessor (sp, key) in splay_tree_predecessor() argument
488 splay_tree_successor (sp, key) in splay_tree_successor() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/binutils/libiberty/
H A Dsplay-tree.c58 splay_tree_delete_helper (sp, node) in splay_tree_delete_helper() argument
191 splay_tree_splay (sp, key) in splay_tree_splay() argument
296 splay_tree_delete (sp) in splay_tree_delete() argument
308 splay_tree_insert (sp, key, value) in splay_tree_insert() argument
363 splay_tree_remove (sp, key) in splay_tree_remove() argument
405 splay_tree_lookup (sp, key) in splay_tree_lookup() argument
420 splay_tree_max (sp) in splay_tree_max() argument
437 splay_tree_min (sp) in splay_tree_min() argument
455 splay_tree_predecessor (sp, key) in splay_tree_predecessor() argument
488 splay_tree_successor (sp, key) in splay_tree_successor() argument
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libiberty/
H A Dsplay-tree.c58 splay_tree_delete_helper (sp, node) in splay_tree_delete_helper() argument
191 splay_tree_splay (sp, key) in splay_tree_splay() argument
296 splay_tree_delete (sp) in splay_tree_delete() argument
308 splay_tree_insert (sp, key, value) in splay_tree_insert() argument
363 splay_tree_remove (sp, key) in splay_tree_remove() argument
405 splay_tree_lookup (sp, key) in splay_tree_lookup() argument
420 splay_tree_max (sp) in splay_tree_max() argument
437 splay_tree_min (sp) in splay_tree_min() argument
455 splay_tree_predecessor (sp, key) in splay_tree_predecessor() argument
488 splay_tree_successor (sp, key) in splay_tree_successor() argument
[all …]
/dports/math/ggobi/ggobi-2.1.11/src/
H A DtsPlot.c40 tsWorldToPlane(splotd *sp, GGobiData *d, ggobid *gg) in tsWorldToPlane()
49 splotd *sp; in ggobi_time_series_splot_new() local
61 tsDestroy(splotd *sp) in tsDestroy()
82 tsDrawCase_p(splotd *sp, gint m, GGobiData *d, ggobid *gg) in tsDrawCase_p()
88 tsAddPlotLabels(splotd *sp, GdkDrawable *drawable, ggobid *gg) in tsAddPlotLabels()
118 tsShowWhiskers(splotd *sp, gint m, GdkDrawable *drawable, GdkGC *gc) in tsShowWhiskers()
136 tsTreeLabel(splotd *sp, GGobiData *d, ggobid *gg) in tsTreeLabel()
143 splotVariablesGet(splotd *sp, gint *cols, GGobiData *d) in splotVariablesGet()
157 splotd *sp; in tsplotCreateWithVars() local
176 splotAssignPointsToBins(GGobiData *d, splotd *sp, ggobid *gg) in splotAssignPointsToBins()
[all …]
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dsparsematrix.c28 #define FOR_EACH(sp, X) \ argument
41 #define FOR_EACH_IN_ROW(sp, r, X) \ argument
69 sparsematrix_t* sp = calloc(1, sizeof(sparsematrix_t)); in sparsematrix_new() local
78 void sparsematrix_free(sparsematrix_t* sp) { in sparsematrix_free()
87 void sparsematrix_set(sparsematrix_t* sp, int r, int c, double val) { in sparsematrix_set()
95 void sparsematrix_normalize_rows(sparsematrix_t* sp) { in sparsematrix_normalize_rows()
160 int sparsematrix_count_elements(const sparsematrix_t* sp) { in sparsematrix_count_elements()
180 double sparsematrix_max(const sparsematrix_t* sp) { in sparsematrix_max()
192 double sparsematrix_argmax(const sparsematrix_t* sp, int* pr, int* pc) { in sparsematrix_argmax()
198 double sparsematrix_sum_row(const sparsematrix_t* sp, int r) { in sparsematrix_sum_row()
[all …]
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dsparsematrix.c28 #define FOR_EACH(sp, X) \ argument
41 #define FOR_EACH_IN_ROW(sp, r, X) \ argument
69 sparsematrix_t* sp = calloc(1, sizeof(sparsematrix_t)); in sparsematrix_new() local
78 void sparsematrix_free(sparsematrix_t* sp) { in sparsematrix_free()
87 void sparsematrix_set(sparsematrix_t* sp, int r, int c, double val) { in sparsematrix_set()
95 void sparsematrix_normalize_rows(sparsematrix_t* sp) { in sparsematrix_normalize_rows()
160 int sparsematrix_count_elements(const sparsematrix_t* sp) { in sparsematrix_count_elements()
180 double sparsematrix_max(const sparsematrix_t* sp) { in sparsematrix_max()
192 double sparsematrix_argmax(const sparsematrix_t* sp, int* pr, int* pc) { in sparsematrix_argmax()
198 double sparsematrix_sum_row(const sparsematrix_t* sp, int r) { in sparsematrix_sum_row()
[all …]
/dports/x11/libfm-extra/libfm-1.3.2/src/gtk/
H A Dfm-side-pane.c180 static void on_menu_btn_clicked(GtkButton* btn, FmSidePane* sp) in on_menu_btn_clicked()
194 static void fm_side_pane_init(FmSidePane *sp) in fm_side_pane_init()
266 FmPath* fm_side_pane_get_cwd(FmSidePane* sp) in fm_side_pane_get_cwd()
280 void fm_side_pane_chdir(FmSidePane* sp, FmPath* path) in fm_side_pane_chdir()
318 FmSidePane* sp) in on_item_popup()
325 FmSidePane *sp; in fm_side_pane_dispose() local
371 static void init_dir_tree(FmSidePane* sp) in init_dir_tree()
412 void fm_side_pane_set_mode(FmSidePane* sp, FmSidePaneMode mode) in fm_side_pane_set_mode()
476 FmSidePaneMode fm_side_pane_get_mode(FmSidePane* sp) in fm_side_pane_get_mode()
491 GtkWidget* fm_side_pane_get_title_bar(FmSidePane* sp) in fm_side_pane_get_title_bar()
[all …]
/dports/x11/libfm/libfm-1.3.2/src/gtk/
H A Dfm-side-pane.c180 static void on_menu_btn_clicked(GtkButton* btn, FmSidePane* sp) in on_menu_btn_clicked()
194 static void fm_side_pane_init(FmSidePane *sp) in fm_side_pane_init()
266 FmPath* fm_side_pane_get_cwd(FmSidePane* sp) in fm_side_pane_get_cwd()
280 void fm_side_pane_chdir(FmSidePane* sp, FmPath* path) in fm_side_pane_chdir()
318 FmSidePane* sp) in on_item_popup()
325 FmSidePane *sp; in fm_side_pane_dispose() local
371 static void init_dir_tree(FmSidePane* sp) in init_dir_tree()
412 void fm_side_pane_set_mode(FmSidePane* sp, FmSidePaneMode mode) in fm_side_pane_set_mode()
476 FmSidePaneMode fm_side_pane_get_mode(FmSidePane* sp) in fm_side_pane_get_mode()
491 GtkWidget* fm_side_pane_get_title_bar(FmSidePane* sp) in fm_side_pane_get_title_bar()
[all …]
/dports/graphics/argyllcms/Argyll_V1.9.2/tiff/libtiff/
H A Dtif_jpeg.c366 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
372 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
637 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
962 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1010 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1187 JPEGState *sp = JState(tif); in JPEGDecode() local
1243 JPEGState *sp = JState(tif); in JPEGDecode() local
1365 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1547 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1579 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
[all …]
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/libtiff/
H A Dtif_jpeg.c366 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
372 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
637 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
962 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1010 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1187 JPEGState *sp = JState(tif); in JPEGDecode() local
1243 JPEGState *sp = JState(tif); in JPEGDecode() local
1365 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1547 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1579 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libtiff/
H A Dtif_jpeg.c374 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
380 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
645 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
970 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1018 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1195 JPEGState *sp = JState(tif); in JPEGDecode() local
1251 JPEGState *sp = JState(tif); in JPEGDecode() local
1373 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1555 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1587 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
[all …]
/dports/x11-wm/enlightenment/enlightenment-0.24.2/src/bin/
H A De_spectrum.c25 E_Spectrum *sp; in _e_spectrum_smart_add() local
45 E_Spectrum *sp; in _e_spectrum_smart_del() local
62 E_Spectrum *sp; in _e_spectrum_smart_show() local
75 E_Spectrum *sp; in _e_spectrum_smart_hide() local
88 E_Spectrum *sp; in _e_spectrum_smart_move() local
101 E_Spectrum *sp; in _e_spectrum_smart_resize() local
116 E_Spectrum *sp; in _e_spectrum_smart_color_set() local
128 E_Spectrum *sp; in _e_spectrum_smart_clip_set() local
140 E_Spectrum *sp; in _e_spectrum_smart_clip_unset() local
364 E_Spectrum *sp; in e_spectrum_mode_set() local
[all …]
/dports/editors/vigor/vigor-0.016/vi/
H A Dvs_smap.c45 vs_change(sp, lno, op) in vs_change() argument
302 vs_sm_delete(sp, lno) in vs_sm_delete() argument
352 vs_sm_insert(sp, lno) in vs_sm_insert() argument
408 vs_sm_reset(sp, lno) in vs_sm_reset() argument
757 vs_sm_1up(sp) in vs_sm_1up() argument
787 vs_deleteln(sp, cnt) in vs_deleteln() argument
970 vs_sm_erase(sp) in vs_sm_erase() argument
992 vs_sm_1down(sp) in vs_sm_1down() argument
1022 vs_insertln(sp, cnt) in vs_insertln() argument
1052 vs_sm_next(sp, p, t) in vs_sm_next() argument
[all …]
/dports/editors/nvi2/nvi2-2.2.0/vi/
H A Dvs_smap.c41 vs_change(SCR *sp, recno_t lno, lnop_t op) in vs_change()
307 vs_sm_delete(SCR *sp, recno_t lno) in vs_sm_delete()
355 vs_sm_insert(SCR *sp, recno_t lno) in vs_sm_insert()
409 vs_sm_reset(SCR *sp, recno_t lno) in vs_sm_reset()
747 vs_sm_1up(SCR *sp) in vs_sm_1up()
776 vs_deleteln(SCR *sp, int cnt) in vs_deleteln()
959 vs_sm_erase(SCR *sp) in vs_sm_erase()
980 vs_sm_1down(SCR *sp) in vs_sm_1down()
1009 vs_insertln(SCR *sp, int cnt) in vs_insertln()
1044 vs_sm_next(SCR *sp, SMAP *p, SMAP *t) in vs_sm_next()
[all …]
H A Dgetc.c42 cs_init(SCR *sp, VCS *csp) in cs_init()
68 cs_next(SCR *sp, VCS *csp) in cs_next()
118 cs_fspace(SCR *sp, VCS *csp) in cs_fspace()
138 cs_fblank(SCR *sp, VCS *csp) in cs_fblank()
158 cs_prev(SCR *sp, VCS *csp) in cs_prev()
207 cs_bblank(SCR *sp, VCS *csp) in cs_bblank()
/dports/sysutils/bulk_extractor/bulk_extractor-2.0.0-beta2/src/
H A Dscan_accts_lg.cpp214 void Scanner::startup(const scanner_params& sp) { in startup()
239 void Scanner::init(const scanner_params& sp) { in init()
593 void Scanner::initScan(const scanner_params& sp) { in initScan()
602 void Scanner::ccnHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ccnHitHandler()
620 void Scanner::ccnTrack2HitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in ccnTrack2HitHandler()
639 void Scanner::telephoneHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in telephoneHitHandler()
695 void Scanner::piiHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in piiHitHandler()
709 void Scanner::sinHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in sinHitHandler()
723 void Scanner::sinHitHandler2(const LG_SearchHit& hit, const scanner_params& sp) { in sinHitHandler2()
737 void Scanner::dateHitHandler(const LG_SearchHit& hit, const scanner_params& sp) { in dateHitHandler()
[all …]
/dports/x11-toolkits/xforms/xforms-1.2.4/lib/
H A Dmenu.c63 FLI_MENU_SPEC *sp = ob->spec; in val_to_index() local
87 FLI_MENU_SPEC *sp = ob->spec; in do_menu_low_level() local
237 FLI_MENU_SPEC *sp = ob->spec; in handle_menu() local
358 FLI_MENU_SPEC *sp; in fl_create_menu() local
410 FLI_MENU_SPEC *sp = ob->spec; in fl_clear_menu() local
443 FLI_MENU_SPEC *sp = ob->spec; in addto_menu() local
510 FLI_MENU_SPEC *sp = ob->spec; in fl_set_menu() local
559 FLI_MENU_SPEC *sp= ob->spec; in fl_addto_menu() local
612 FLI_MENU_SPEC *sp = ob->spec; in fl_replace_menu_item() local
674 FLI_MENU_SPEC *sp = ob->spec; in fl_delete_menu_item() local
[all …]
H A Dformbrowser.c86 FLI_FORMBROWSER_SPEC *sp; in fl_create_formbrowser() local
182 FLI_FORMBROWSER_SPEC *sp; in fl_get_formbrowser_topform() local
252 FLI_FORMBROWSER_SPEC *sp; in fl_addto_formbrowser() local
306 FLI_FORMBROWSER_SPEC *sp; in fl_find_formbrowser_form_number() local
339 FLI_FORMBROWSER_SPEC *sp; in fl_delete_formbrowser() local
387 FLI_FORMBROWSER_SPEC *sp; in fl_delete_formbrowser_bynumber() local
422 FLI_FORMBROWSER_SPEC *sp; in fl_replace_formbrowser() local
461 FLI_FORMBROWSER_SPEC *sp; in fl_get_formbrowser_area() local
489 FLI_FORMBROWSER_SPEC *sp; in fl_insert_formbrowser() local
590 FLI_FORMBROWSER_SPEC *sp; in fl_set_formbrowser_xoffset() local
[all …]
/dports/devel/upp/upp/bazaar/plugin/gdal/frmts/gtiff/libtiff/
H A Dtif_jpeg.c360 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
366 TIFFjpeg_destroy(JPEGState* sp) in TIFFjpeg_destroy()
631 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
956 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1004 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1180 JPEGState *sp = JState(tif); in JPEGDecode() local
1311 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1493 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1525 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1685 JPEGState *sp = JState(tif); in JPEGPreEncode() local
[all …]
/dports/graphics/freeimage/FreeImage/Source/LibTIFF4/
H A Dtif_jpeg.c412 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
682 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
1009 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1093 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1325 JPEGState *sp = JState(tif); in JPEGDecode() local
1381 JPEGState *sp = JState(tif); in JPEGDecode() local
1503 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1693 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1725 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1899 JPEGState *sp = JState(tif); in JPEGPreEncode() local
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/tiff/vtktiff/libtiff/
H A Dtif_jpeg.c416 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
687 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
1014 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1098 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1332 JPEGState *sp = JState(tif); in JPEGDecode() local
1388 JPEGState *sp = JState(tif); in JPEGDecode() local
1510 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1700 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1732 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1906 JPEGState *sp = JState(tif); in JPEGPreEncode() local
[all …]
/dports/graphics/libimg/Img-1.4.12/tiff/
H A DtiffJpeg.c411 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
681 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
1005 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1089 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1321 JPEGState *sp = JState(tif); in JPEGDecode() local
1377 JPEGState *sp = JState(tif); in JPEGDecode() local
1499 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1689 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1721 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1895 JPEGState *sp = JState(tif); in JPEGPreEncode() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libtiff/
H A Dtif_jpeg.c420 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
690 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
1014 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1098 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1330 JPEGState *sp = JState(tif); in JPEGDecode() local
1386 JPEGState *sp = JState(tif); in JPEGDecode() local
1508 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1698 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1730 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1904 JPEGState *sp = JState(tif); in JPEGPreEncode() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libtiff/
H A Dtif_jpeg.c420 TIFFjpeg_abort(JPEGState* sp) in TIFFjpeg_abort()
690 JPEGState* sp = JState(tif); in alloc_downsampled_buffers() local
1014 JPEGState* sp = JState(tif); in JPEGSetupDecode() local
1098 JPEGState *sp = JState(tif); in JPEGPreDecode() local
1330 JPEGState *sp = JState(tif); in JPEGDecode() local
1386 JPEGState *sp = JState(tif); in JPEGDecode() local
1508 JPEGState *sp = JState(tif); in JPEGDecodeRaw() local
1698 JPEGState* sp = JState(tif); in prepare_JPEGTables() local
1730 JPEGState* sp = JState(tif); in JPEGSetupEncode() local
1904 JPEGState *sp = JState(tif); in JPEGPreEncode() local
[all …]

12345678910>>...1020