Home
last modified time | relevance | path

Searched refs:MSB_FIRST_STRING (Results 1 – 6 of 6) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_writedblk.c74 if( strcmp(hh,MSB_FIRST_STRING) == 0 ){ output_order = MSB_FIRST; return; } in THD_enviro_write_order()
168 THD_set_string_atr( blk , ATRNAME_BYTEORDER , MSB_FIRST_STRING ) ; in THD_write_datablock()
H A Dthd_info.c410 outbuf = THD_zzprintf(outbuf,"Byte Order: %s" , MSB_FIRST_STRING) ; in THD_dataset_info()
423 outbuf = THD_zzprintf(outbuf," [this CPU native = %s]\n" , MSB_FIRST_STRING) ; in THD_dataset_info()
H A Dthd_initdblk.c49 else if( strncmp(hh,MSB_FIRST_STRING,ORDER_LEN) == 0 ) in THD_init_one_datablock()
292 else if( strncmp(atr_labs->ch,MSB_FIRST_STRING,ORDER_LEN) == 0 ) in THD_datablock_from_atr()
H A Dmrilib.h1370 #define MSB_FIRST_STRING "MSB_FIRST" macro
1374 : ((qq)==MSB_FIRST) ? MSB_FIRST_STRING \
H A Dthd_niml.c1962 order == MSB_FIRST ? MSB_FIRST_STRING : in NI_get_byte_order()
H A D3drefit.c872 else if( strcmp(argv[iarg],MSB_FIRST_STRING) == 0 ) in main()