Home
last modified time | relevance | path

Searched refs:newn (Results 151 – 175 of 638) sorted by relevance

12345678910>>...26

/dports/lang/janet/janet-1.19.2/src/core/
H A Dstrtod.c87 int32_t newn = oldn + n; in bignat_extra() local
88 if (mant->cap < newn) { in bignat_extra()
89 int32_t newcap = 2 * newn; in bignat_extra()
97 mant->n = newn; in bignat_extra()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_randommodule.c266 PyObject *newn; in random_seed() local
279 newn = PyNumber_Rshift(n, thirtytwo); in random_seed()
280 if (newn == NULL) in random_seed()
283 n = newn; in random_seed()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/gfs2/
H A Drgrp.c868 while (*newn) { in rgd_insert()
872 parent = *newn; in rgd_insert()
874 newn = &((*newn)->rb_left); in rgd_insert()
876 newn = &((*newn)->rb_right); in rgd_insert()
1501 struct rb_node **newn, *parent = NULL; in rs_insert() local
1509 newn = &rgd->rd_rstree.rb_node; in rs_insert()
1510 while (*newn) { in rs_insert()
1514 parent = *newn; in rs_insert()
1517 newn = &((*newn)->rb_right); in rs_insert()
1519 newn = &((*newn)->rb_left); in rs_insert()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/gfs2/
H A Drgrp.c868 while (*newn) { in rgd_insert()
872 parent = *newn; in rgd_insert()
874 newn = &((*newn)->rb_left); in rgd_insert()
876 newn = &((*newn)->rb_right); in rgd_insert()
1501 struct rb_node **newn, *parent = NULL; in rs_insert() local
1509 newn = &rgd->rd_rstree.rb_node; in rs_insert()
1510 while (*newn) { in rs_insert()
1514 parent = *newn; in rs_insert()
1517 newn = &((*newn)->rb_right); in rs_insert()
1519 newn = &((*newn)->rb_left); in rs_insert()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/gfs2/
H A Drgrp.c868 while (*newn) { in rgd_insert()
872 parent = *newn; in rgd_insert()
874 newn = &((*newn)->rb_left); in rgd_insert()
876 newn = &((*newn)->rb_right); in rgd_insert()
1501 struct rb_node **newn, *parent = NULL; in rs_insert() local
1509 newn = &rgd->rd_rstree.rb_node; in rs_insert()
1510 while (*newn) { in rs_insert()
1514 parent = *newn; in rs_insert()
1517 newn = &((*newn)->rb_right); in rs_insert()
1519 newn = &((*newn)->rb_left); in rs_insert()
[all …]
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dialloc.h53 #define iresize_string(data, oldn, newn, cname)\ argument
54 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dialloc.h58 #define iresize_string(data, oldn, newn, cname)\ argument
59 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dialloc.h53 #define iresize_string(data, oldn, newn, cname)\ argument
54 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dialloc.h55 #define iresize_string(data, oldn, newn, cname)\ argument
56 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dialloc.h55 #define iresize_string(data, oldn, newn, cname)\ argument
56 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dialloc.h55 #define iresize_string(data, oldn, newn, cname)\ argument
56 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dialloc.h55 #define iresize_string(data, oldn, newn, cname)\ argument
56 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dialloc.h58 #define iresize_string(data, oldn, newn, cname)\ argument
59 gs_resize_string(imemory, data, oldn, newn, cname)
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/utilities/paw_utilities/
H A Dnwpw_gaunt.F221 integer mm(3),newn,n,itmp
250 newn = 0
256 newn = i
259 n = newn
541 integer mm(3),newn,n,itmp
573 newn = 0
579 newn = i
582 n = newn
897 newn = 0
903 newn = i
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_randommodule.c272 PyObject *newn; in random_seed() local
285 newn = PyNumber_Rshift(n, thirtytwo); in random_seed()
286 if (newn == NULL) in random_seed()
289 n = newn; in random_seed()
/dports/lang/python27/Python-2.7.18/Modules/
H A D_randommodule.c272 PyObject *newn; in random_seed() local
285 newn = PyNumber_Rshift(n, thirtytwo); in random_seed()
286 if (newn == NULL) in random_seed()
289 n = newn; in random_seed()
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_font_xft.cxx353 int newn; in utf8reformat() local
355 newn = fl_utf8towc(str, n, (wchar_t*)buffer, lbuf); in utf8reformat()
356 if (newn >= lbuf) { in utf8reformat()
357 lbuf = newn + 100; in utf8reformat()
362 n = newn; in utf8reformat()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_font_xft.cxx362 int newn; in utf8reformat() local
364 newn = fl_utf8towc(str, n, (wchar_t*)buffer, lbuf); in utf8reformat()
365 if (newn >= lbuf) { in utf8reformat()
366 lbuf = newn + 100; in utf8reformat()
371 n = newn; in utf8reformat()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_font_xft.cxx360 int newn; in utf8reformat() local
362 newn = fl_utf8towc(str, n, (wchar_t*)buffer, lbuf); in utf8reformat()
363 if (newn >= lbuf) { in utf8reformat()
364 lbuf = newn + 100; in utf8reformat()
369 n = newn; in utf8reformat()
/dports/math/grace/grace-5.1.25/cephes/
H A Djv.c255 static double recur( n, x, newn, cancel ) in recur() argument
258 double *newn;
275 printf( "recur: n = %.6e, newn = %.6e, cfrac = ", *n, *newn );
344 kf = *newn;
392 *newn = k;
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/hw/xwin/
H A Dwinconfig.c897 char *n, *newn; in ParseOptionValue() local
906 newn = n + 2; in ParseOptionValue()
917 newn = n; in ParseOptionValue()
919 if ((s = winFindOptionValue(options, newn)) != NULL) { in ParseOptionValue()
926 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
934 winDrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/hw/xwin/
H A Dwinconfig.c897 char *n, *newn; in ParseOptionValue() local
906 newn = n + 2; in ParseOptionValue()
917 newn = n; in ParseOptionValue()
919 if ((s = winFindOptionValue(options, newn)) != NULL) { in ParseOptionValue()
926 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
934 winDrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/hw/xwin/
H A Dwinconfig.c897 char *n, *newn; in ParseOptionValue() local
906 newn = n + 2; in ParseOptionValue()
917 newn = n; in ParseOptionValue()
919 if ((s = winFindOptionValue(options, newn)) != NULL) { in ParseOptionValue()
926 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
934 winDrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xwayland/xorg-server-1.20.13/hw/xwin/
H A Dwinconfig.c897 char *n, *newn; in ParseOptionValue() local
906 newn = n + 2; in ParseOptionValue()
917 newn = n; in ParseOptionValue()
919 if ((s = winFindOptionValue(options, newn)) != NULL) { in ParseOptionValue()
926 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
934 winDrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()
/dports/x11-servers/xorg-server/xorg-server-1.20.13/hw/xwin/
H A Dwinconfig.c897 char *n, *newn; in ParseOptionValue() local
906 newn = n + 2; in ParseOptionValue()
917 newn = n; in ParseOptionValue()
919 if ((s = winFindOptionValue(options, newn)) != NULL) { in ParseOptionValue()
926 "Option \"%s\" requires a boolean value\n", newn); in ParseOptionValue()
934 winDrvMsgVerb(scrnIndex, X_CONFIG, 2, "Option \"%s\"", newn); in ParseOptionValue()

12345678910>>...26