Home
last modified time | relevance | path

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

12

/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dmri_max.c17 byte byte_max = 0 ; in mri_max() local
32 byte_max = MAX( byte_max , qar[ii] ) ; in mri_max()
33 RETURN( (double) byte_max ); in mri_max()
94 byte byte_max = 0 ; in mri_maxabs() local
107 byte_max = MAX( byte_max , qar[ii] ) ; in mri_maxabs()
242 byte byte_max = 0 ; in mri_minmax() local
259 byte_max = MAX( byte_max , qar[ii] ) ; in mri_minmax()
298 byte byte_max = 0 ; in mri_minmax_nz() local
316 byte_max = MAX( byte_max , qar[ii] ) ; in mri_minmax_nz()
390 byte byte_max = 0 ; in mri_indmax_nz() local
[all …]
H A DFD2_inc.c3144 byte byte_max = 0 ;
3157 byte_max = MAX( byte_max , qar[ii] ) ;
3158 return (double) byte_max ;
3217 byte byte_max = 0 ;
3228 byte_max = MAX( byte_max , qar[ii] ) ;
3229 return (double) byte_max ;
/dports/lang/ruby26/ruby-2.6.9/tool/
H A Dtranscode-tblgen.rb98 def initialize(byte_min, byte_max, child_tree) argument
100 @byte_max = byte_max
102 @hash = byte_min.hash ^ byte_max.hash ^ child_tree.hash
110 @byte_max == other.byte_max &&
309 if byte_min == byte_max
312 prefix2 = prefix + "{%02X-%02X}" % [byte_min, byte_max]
315 tree << Branch.new(byte_min, byte_max, child_tree)
601 byte_min, byte_max, child_tree = branch.byte_min, branch.byte_max, branch.child_tree
604 table.fill(a, byte_min..byte_max)
608 …name_hint2 = "#{name_hint}_#{byte_min == byte_max ? '%02X' % byte_min : '%02Xto%02X' % [byte_min,
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_writer/
H A Dseqidlist_writer.cpp80 const unsigned char byte_max = 0xFF; in WriteBlastSeqidlistFile() local
168 if(id_len >= byte_max) { in WriteBlastSeqidlistFile()
169 os.write((char *)&byte_max, 1); in WriteBlastSeqidlistFile()
173 char l = byte_max & id_len; in WriteBlastSeqidlistFile()
H A Dwritedb_lmdb.cpp346 const unsigned char byte_max = 0xFF; in s_WirteIds() local
351 if(id_len >= byte_max) { in s_WirteIds()
352 os.write((char *)&byte_max, 1); in s_WirteIds()
357 char l = byte_max & id_len; in s_WirteIds()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_writer/
H A Dseqidlist_writer.cpp80 const unsigned char byte_max = 0xFF; in WriteBlastSeqidlistFile() local
168 if(id_len >= byte_max) { in WriteBlastSeqidlistFile()
169 os.write((char *)&byte_max, 1); in WriteBlastSeqidlistFile()
173 char l = byte_max & id_len; in WriteBlastSeqidlistFile()
H A Dwritedb_lmdb.cpp346 const unsigned char byte_max = 0xFF; in s_WirteIds() local
351 if(id_len >= byte_max) { in s_WirteIds()
352 os.write((char *)&byte_max, 1); in s_WirteIds()
357 char l = byte_max & id_len; in s_WirteIds()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/src/logformat/trace/
H A Dtrin_api.c422 int *byte_pos, const int byte_max ) in TRACE_Get_next_primitive() argument
491 int *byte_pos, const int byte_max ) in TRACE_Get_next_composite() argument
H A Dtrace_API.h176 int *byte_pos, const int byte_max );
187 int *byte_pos, const int byte_max );
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/gfx/text/shaping/
H A Dharfbuzz.rs238 let byte_max = text.len(); in save_glyph_results() localVariable
241 byte_max, in save_glyph_results()
245 let mut byte_to_glyph = vec![NO_GLYPH; byte_max]; in save_glyph_results()
250 if loc < byte_max { in save_glyph_results()
279 while byte_range.end < byte_max { in save_glyph_results()
282 while byte_range.end < byte_max && byte_to_glyph[byte_range.end] == NO_GLYPH { in save_glyph_results()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/blast/seqdb_reader/
H A Dseqidlist_reader.cpp89 const unsigned char byte_max = 0xFF; in GetIds() local
95 if(id_len == byte_max) { in GetIds()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/blast/seqdb_reader/
H A Dseqidlist_reader.cpp89 const unsigned char byte_max = 0xFF; in GetIds() local
95 if(id_len == byte_max) { in GetIds()
/dports/devel/hyperscan/hyperscan-5.4.0/src/parser/
H A DUtf8ComponentClass.cpp1007 u8 byte_max = makeContByte((bb - 1) >> UTF_CONT_SHIFT); in buildFourByte() local
1009 builder.addCharReach(mid2, CharReach(byte_min, byte_max)); in buildFourByte()
1036 u8 byte_max = makeContByte((e - 1) >> UTF_CONT_SHIFT); in buildFourByte() local
1038 builder.addCharReach(mid2, CharReach(byte_min, byte_max)); in buildFourByte()
1063 u8 byte_max = makeContByte((bb - 1) >> (2 * UTF_CONT_SHIFT)); in buildFourByte() local
1065 builder.addCharReach(mid1, CharReach(byte_min, byte_max)); in buildFourByte()
1088 u8 byte_max = makeContByte((e - 1) >> (2 * UTF_CONT_SHIFT)); in buildFourByte() local
1090 builder.addCharReach(mid1, CharReach(byte_min, byte_max)); in buildFourByte()
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/trace_sample/src/
H A Dtrace_impl.c1164 int *byte_pos, const int byte_max ) in TRACE_Get_next_primitive() argument
1177 if ( *byte_pos >= byte_max ) in TRACE_Get_next_primitive()
1183 if ( *byte_pos > byte_max ) in TRACE_Get_next_primitive()
1332 int *byte_pos, const int byte_max ) in TRACE_Get_next_composite() argument
1345 if ( *byte_pos >= byte_max ) in TRACE_Get_next_composite()
1351 if ( *byte_pos > byte_max ) in TRACE_Get_next_composite()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/misc/
H A Dsetlocale.c91 ast.byte_max = MB_CUR_MAX == 1 && !is_us_ascii_codeset() ? 0xff : 0x7f; in init_ast_struct()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/string/
H A Dutf32stowcs.c69 if (!mbwide() && utf32[0] > 0x7f && ast.byte_max == 0x7f) return -1; in utf32stowcs()
H A Dchresc.c257 } else if (w || c <= ast.byte_max) { in chrexp()
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dutf32stowcs.c73 if (!mbwide() && utf32[0] > 0x7f && ast.byte_max == 0x7f) in utf32stowcs()
H A Dchresc.c262 else if (w || c <= ast.byte_max) in chrexp()
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/include/
H A Dast.h127 int byte_max; member
/dports/net/mpich/mpich-3.4.3/src/util/logging/rlog/TraceInput/
H A Dtrace_input.c313 int *byte_pos, const int byte_max) in TRACE_Get_next_primitive() argument
398 int *byte_pos, const int byte_max) in TRACE_Get_next_composite() argument
/dports/net/mpich2/mpich2-1.5/src/util/logging/rlog/TraceInput/
H A Dtrace_input.c344 int *byte_pos, const int byte_max ) in TRACE_Get_next_primitive() argument
462 int *byte_pos, const int byte_max ) in TRACE_Get_next_composite() argument
/dports/net/mpich2/mpich2-1.5/src/mpe2/src/slog2sdk/trace_rlog/src/
H A Dtrace_input.c350 int *byte_pos, const int byte_max ) in TRACE_Get_next_primitive() argument
468 int *byte_pos, const int byte_max ) in TRACE_Get_next_composite() argument
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/include/
H A Dast_std.h292 int byte_max; member
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/comp/
H A Dsetlocale.c2379 ast.byte_max = ast.mb_cur_max == 1 && strcmp(codeset(CODESET_ctype), "US-ASCII") ? 0xff : 0x7f; in set_ctype()
2382 …cp->internal]->name, "", "", codeset(CODESET_ctype), ast.mb_cur_max, ast.byte_max, ast.locale.set); in set_ctype()

12