Home
last modified time | relevance | path

Searched refs:namecode (Results 1 – 25 of 32) sorted by relevance

12

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_fdbrick.c87 MCW_strncpy( br[0]->namecode , "Axial" , 32 ) ; in THD_setup_bricks()
88 MCW_strncpy( br[1]->namecode , "Sagittal" , 32 ) ; in THD_setup_bricks()
89 MCW_strncpy( br[2]->namecode , "Coronal" , 32 ) ; in THD_setup_bricks()
294 br->namecode[0] = '\0' ; in THD_3dim_dataset_to_brick()
/dports/www/analog/analog-6.0/src/
H A Doutcro.c117 void cro_gensumline(FILE *outf, Outchoices *od, int namecode, in cro_gensumline() argument
120 char *name = od->lngstr[namecode]; in cro_gensumline()
133 void cro_gensumlineb(FILE *outf, Outchoices *od, int namecode, double x, in cro_gensumlineb() argument
136 char *name = od->lngstr[namecode]; in cro_gensumlineb()
H A Danlghea4.h366 int namecode, unsigned long x, unsigned long x7, logical isaverage);
368 int namecode, double x, double x7, logical isaverage);
396 extern void cro_gensumline(FILE *outf, Outchoices *od, int namecode,
398 extern void cro_gensumlineb(FILE *outf, Outchoices *od, int namecode,
473 extern void html_gensumline(FILE *outf, Outchoices *od, int namecode,
475 extern void html_gensumlineb(FILE *outf, Outchoices *od, int namecode,
576 extern void latex_gensumline(FILE *outf, Outchoices *od, int namecode,
658 extern void plain_gensumline(FILE *outf, Outchoices *od, int namecode,
739 extern void xhtml_gensumline(FILE *outf, Outchoices *od, int namecode,
823 extern void xml_gensumline(FILE *outf, Outchoices *od, int namecode,
[all …]
H A Doutplain.c163 void plain_gensumline(FILE *outf, Outchoices *od, int namecode, in plain_gensumline() argument
166 fprintf(outf, "%s%s ", od->lngstr[namecode], od->lngstr[colon_]); in plain_gensumline()
179 void plain_gensumlineb(FILE *outf, Outchoices *od, int namecode, double x, in plain_gensumlineb() argument
186 fprintf(outf, "%s%s ", lngstr[namecode], lngstr[colon_]); in plain_gensumlineb()
H A Doutxhtml.c280 void xhtml_gensumline(FILE *outf, Outchoices *od, int namecode, in xhtml_gensumline() argument
285 if (namecode == succreqs_) in xhtml_gensumline()
291 od->lngstr[namecode], od->lngstr[colon_]); in xhtml_gensumline()
304 void xhtml_gensumlineb(FILE *outf, Outchoices *od, int namecode, double x, in xhtml_gensumlineb() argument
312 od->cssprefix, lngstr[namecode], lngstr[colon_]); in xhtml_gensumlineb()
H A Doutlatex.c186 void latex_gensumline(FILE *outf, Outchoices *od, int namecode, in latex_gensumline() argument
189 fprintf(outf, "{\\bf %s%s} ", od->lngstr[namecode], od->lngstr[colon_]); in latex_gensumline()
202 void latex_gensumlineb(FILE *outf, Outchoices *od, int namecode, double x, in latex_gensumlineb() argument
209 fprintf(outf, "{\\bf %s%s} ", lngstr[namecode], lngstr[colon_]); in latex_gensumlineb()
H A Doutxml.c293 void xml_gensumline(FILE *outf, Outchoices *od, int namecode, unsigned long x, unsigned long x7, lo… in xml_gensumline() argument
296 xml_gensumlineb(outf,od,namecode,(double)x,(double)x7,isaverage); in xml_gensumline()
301 void xml_gensumlineb(FILE *outf, Outchoices *od, int namecode, double x, double x7, logical isavera… in xml_gensumlineb() argument
305 switch( namecode ) { in xml_gensumlineb()
H A Douthtml.c202 void html_gensumline(FILE *outf, Outchoices *od, int namecode, in html_gensumline() argument
208 if (namecode == succreqs_ && x7 == (unsigned long)UNSET) in html_gensumline()
209 fprintf(outf, "<p><b>%s%s</b> ", od->lngstr[namecode], od->lngstr[colon_]); in html_gensumline()
211 fprintf(outf, "<br><b>%s%s</b> ", od->lngstr[namecode], in html_gensumline()
225 void html_gensumlineb(FILE *outf, Outchoices *od, int namecode, double x, in html_gensumlineb() argument
232 fprintf(outf, "<br><b>%s%s</b> ", lngstr[namecode], lngstr[colon_]); in html_gensumlineb()
H A Doutput2.c939 void gensumline(FILE *outf, Outchoices *od, char codeletter, int namecode, in gensumline() argument
947 if (x == 0 && namecode != succreqs_) in gensumline()
950 od->outputter->gensumline(outf, od, namecode, x, x7, isaverage); in gensumline()
953 void gensumlineb(FILE *outf, Outchoices *od, char codeletter, int namecode, in gensumlineb() argument
963 od->outputter->gensumlineb(outf, od, namecode, x, x7, isaverage); in gensumlineb()
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/ID3/
H A Dgetid3.lib.php1397 * @param int $namecode
1401 public static function RGADnameLookup($namecode) { argument
1409 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
1444 * @param int $namecode
1450 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
1457 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/ID3/
H A Dgetid3.lib.php1397 * @param int $namecode
1401 public static function RGADnameLookup($namecode) { argument
1409 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
1444 * @param int $namecode
1450 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
1457 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1399 * @param int $namecode
1403 public static function RGADnameLookup($namecode) { argument
1411 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
1446 * @param int $namecode
1452 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
1459 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/class-video/getid3/
H A Dgetid3.lib.php1395 * @param int $namecode
1399 public static function RGADnameLookup($namecode) { argument
1407 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
1442 * @param int $namecode
1448 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
1455 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/www/owncloud/owncloud/lib/composer/christophwurst/id3parser/src/getID3/
H A Dgetid3_lib.php939 public static function RGADnameLookup($namecode) { argument
947 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
973 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
980 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/www/nextcloud/nextcloud/3rdparty/christophwurst/id3parser/src/getID3/
H A Dgetid3_lib.php939 public static function RGADnameLookup($namecode) { argument
947 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
973 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
980 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/
H A Dw_wad.c204 numname->namecode = 0; // clear in numerical_name()
744 if ( *(uint64_t *)lump_p->name == name8.namecode ) in W_Check_Namespace()
804 if ( *(uint64_t *)lump_p->name == name8.namecode ) in W_CheckNumForNamePwad()
857 if ( *(uint64_t *)lump_p->name == name8.namecode ) in W_CheckNumForNameFirst()
H A Dw_wad.h100 uint64_t namecode; // name as numerical (8 bytes) member
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1125 public static function RGADnameLookup($namecode) { argument
1133 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
1159 public static function RGADgainString($namecode, $originatorcode, $replaygain) { argument
1166 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/devel/bullet/bullet3-3.21/Extras/Serialize/makesdna/
H A Dmakesdna.cpp254 short *add_struct(int namecode);
479 short *add_struct(int namecode) in add_struct() argument
496 sp[0] = namecode; in add_struct()
/dports/devel/py-bullet3/bullet3-3.21/Extras/Serialize/makesdna/
H A Dmakesdna.cpp254 short *add_struct(int namecode);
479 short *add_struct(int namecode) in add_struct() argument
496 sp[0] = namecode; in add_struct()
/dports/emulators/simh/simh-3.9.0_5/Ibm1130/utils/
H A Dasm1130.c394 void namecode (unsigned short *words, char *tok);
1657 namecode(&bincard[9], progname); in bincard_typecard()
1665 namecode(&bincard[9+3*i], entry[i]->name); in bincard_typecard()
1673 namecode(&bincard[9], entry[0]->name); in bincard_typecard()
1761 void namecode (unsigned short *words, char *tok) in namecode() function
2540 namecode(words, arg); // emit namecode for loader in x_call()
2769 namecode(words, arg); in x_dsa()
2793 namecode(words, arg); in x_link()
2818 namecode(words, arg); // emit namecode for loader in x_libf()
3229 namecode(words, arg); in x_dn()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Dmakesdna.c237 static short *add_struct(int namecode);
546 static short *add_struct(int namecode) in add_struct() argument
558 sp[0] = namecode; in add_struct()
/dports/www/gallery2/gallery2/modules/getid3/lib/getid3/
H A Dgetid3.lib.inc1120 function RGADnameLookup($namecode) {
1128 return (isset($RGADname[$namecode]) ? $RGADname[$namecode] : '');
1154 function RGADgainString($namecode, $originatorcode, $replaygain) {
1161 $gainstring = str_pad(decbin($namecode), 3, '0', STR_PAD_LEFT);
/dports/science/afni/afni-AFNI_21.3.16/src/rickr/
H A Dr_idisp.c122 CHECK_NULL_STR(bp->namecode), bp->parent ); in r_idisp_fd_brick()
/dports/www/p5-FAQ-OMatic/FAQ-OMatic-2.719/lib/FAQ/OMatic/
H A DItem.pm1684 my $namecode = shift;
1707 return ("<i>".&{$namecode}($val)."</i>".$separator.$whered);

12