NCBI C++ ToolKit
Classes | Macros | Typedefs | Functions | Variables
lex.newick.cpp File Reference
#include <ncbi_pch.hpp>
#include <stdio.h>
#include <string.h>
#include <corelib/stream_utils.hpp>
#include <algo/phy_tree/phy_node.hpp>
#include "newick.tab.hpp"
+ Include dependency graph for lex.newick.cpp:

Go to the source code of this file.

Go to the SVN repository for this file.

Classes

struct  yy_buffer_state
 

Macros

#define yy_create_buffer   newick_create_buffer
 
#define yy_delete_buffer   newick_delete_buffer
 
#define yy_scan_buffer   newick_scan_buffer
 
#define yy_scan_string   newick_scan_string
 
#define yy_scan_bytes   newick_scan_bytes
 
#define yy_flex_debug   newick_flex_debug
 
#define yy_init_buffer   newick_init_buffer
 
#define yy_flush_buffer   newick_flush_buffer
 
#define yy_load_buffer_state   newick_load_buffer_state
 
#define yy_switch_to_buffer   newick_switch_to_buffer
 
#define yyin   newickin
 
#define yyleng   newickleng
 
#define yylex   newicklex
 
#define yyout   newickout
 
#define yyrestart   newickrestart
 
#define yytext   newicktext
 
#define FLEX_SCANNER
 
#define YY_FLEX_MAJOR_VERSION   2
 
#define YY_FLEX_MINOR_VERSION   5
 
#define yyconst
 
#define YY_PROTO(proto)   ()
 
#define YY_NULL   0
 
#define YY_SC_TO_UI(c)   ((unsigned int) (unsigned char) c)
 
#define BEGIN   yy_start = 1 + 2 *
 
#define YY_START   ((yy_start - 1) / 2)
 
#define YYSTATE   YY_START
 
#define YY_STATE_EOF(state)   (YY_END_OF_BUFFER + state + 1)
 
#define YY_NEW_FILE   yyrestart( yyin )
 
#define YY_END_OF_BUFFER_CHAR   0
 
#define YY_BUF_SIZE   16384
 
#define EOB_ACT_CONTINUE_SCAN   0
 
#define EOB_ACT_END_OF_FILE   1
 
#define EOB_ACT_LAST_MATCH   2
 
#define yyless(n)
 
#define unput(c)   yyunput( c, yytext_ptr )
 
#define YY_BUFFER_NEW   0
 
#define YY_BUFFER_NORMAL   1
 
#define YY_BUFFER_EOF_PENDING   2
 
#define YY_CURRENT_BUFFER   yy_current_buffer
 
#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )
 
#define yy_new_buffer   yy_create_buffer
 
#define yy_set_interactive(is_interactive)
 
#define yy_set_bol(at_bol)
 
#define YY_AT_BOL()   (yy_current_buffer->yy_at_bol)
 
#define yywrap()   1
 
#define YY_SKIP_YYWRAP
 
#define yytext_ptr   yytext
 
#define YY_DO_BEFORE_ACTION
 
#define YY_NUM_RULES   7
 
#define YY_END_OF_BUFFER   8
 
#define REJECT   reject_used_but_not_detected
 
#define yymore()   yymore_used_but_not_detected
 
#define YY_MORE_ADJ   0
 
#define YY_RESTORE_YY_MORE_OFFSET
 
#define INITIAL   0
 
#define YY_NO_UNPUT   1
 
#define YY_INPUT(buf, result, max_size)
 
#define YY_NEVER_INTERACTIVE   1
 
#define EXPECT_NUM   1
 
#define YY_NO_PUSH_STATE   1
 
#define YY_NO_POP_STATE   1
 
#define YY_NO_TOP_STATE   1
 
#define YY_READ_BUF_SIZE   8192
 
#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )
 
#define yyterminate()   return YY_NULL
 
#define YY_START_STACK_INCR   25
 
#define YY_FATAL_ERROR(msg)   yy_fatal_error( msg )
 
#define YY_DECL   int yylex YY_PROTO(( void ))
 
#define YY_USER_ACTION
 
#define YY_BREAK   break;
 
#define YY_RULE_SETUP    YY_USER_ACTION
 
#define YY_EXIT_FAILURE   2
 
#define yyless(n)
 

Typedefs

typedef struct yy_buffer_stateYY_BUFFER_STATE
 
typedef unsigned int yy_size_t
 
typedef unsigned char YY_CHAR
 
typedef int yy_state_type
 

Functions

void newickrestart ()
 
void newick_switch_to_buffer ()
 
void newick_load_buffer_state ()
 
YY_BUFFER_STATE newick_create_buffer ()
 
void newick_delete_buffer ()
 
void newick_init_buffer ()
 
void newick_flush_buffer ()
 
YY_BUFFER_STATE newick_scan_buffer ()
 
YY_BUFFER_STATE newick_scan_string ()
 
YY_BUFFER_STATE newick_scan_bytes ()
 
static void * yy_flex_alloc ()
 
static void * yy_flex_realloc ()
 
static void yy_flex_free ()
 
static yy_state_type yy_get_previous_state ()
 
static yy_state_type yy_try_NUL_trans ()
 
static int yy_get_next_buffer ()
 
static void yy_fatal_error ()
 
 USING_SCOPE (ncbi)
 
static int input ()
 
int newicklex ()
 
static yy_state_type yy_try_NUL_trans (yy_current_state) yy_state_type yy_current_state
 
 if (yy_accept[yy_current_state])
 
 while (yy_chk[yy_base[yy_current_state]+yy_c] !=yy_current_state)
 
void newickrestart (input_file) FILE *input_file
 
 newick_init_buffer (yy_current_buffer, input_file)
 
void newick_switch_to_buffer (new_buffer) YY_BUFFER_STATE new _buffer
 
 if (yy_current_buffer)
 
 if (! b) yy_fatal_error("out of dynamic memory in yy_create_buffer()")
 
 if (! b->yy_ch_buf) yy_fatal_error("out of dynamic memory in yy_create_buffer()")
 
 newick_init_buffer (b, file)
 
void newick_delete_buffer (b) YY_BUFFER_STATE b
 
 if (b==yy_current_buffer) yy_current_buffer
 
 if (b->yy_is_our_buffer) yy_flex_free((void *) b -> yy_ch_buf)
 
 yy_flex_free ((void *) b)
 
void newick_flush_buffer (b) YY_BUFFER_STATE b
 
 if (size< 2||base[size-2] !=0||base[size-1] !=0) return 0
 
 newick_switch_to_buffer (b)
 
 for (len=0;yy_str[len];++len)
 
return newick_scan_bytes (yy_str, len)
 
 for (i=0;i< len;++i) buf[i]
 
static void yy_fatal_error (msg) char msg[]
 
 exit (2)
 
static void * yy_flex_alloc (size) yy_size_t size
 
static void * yy_flex_realloc (ptr, size) void *ptr
 
static void yy_flex_free (ptr) void *ptr
 
void newick_flex_reset (void)
 

Variables

int newickleng
 
FILE * newickin = (FILE *) 0
 
FILE * newickout = (FILE *) 0
 
static YY_BUFFER_STATE yy_current_buffer = 0
 
static char yy_hold_char
 
static int yy_n_chars = 0
 
static char * yy_c_buf_p = (char *) 0
 
static int yy_init = 1
 
static int yy_start = 0
 
static int yy_did_buffer_switch_on_eof = 1
 
char * newicktext
 
static short int yy_accept [26]
 
static int yy_ec [256]
 
static int yy_meta [11]
 
static short int yy_base [28]
 
static short int yy_def [28]
 
static short int yy_nxt [41]
 
static short int yy_chk [41]
 
static yy_state_type yy_last_accepting_state
 
static char * yy_last_accepting_cpos
 
static string g_Buffer
 
CNcbiIstreamg_NewickIstr
 
char * yy_cp = yy_c_buf_p
 
YY_CHAR yy_c = 1
 
 yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]
 
 yy_is_jam = (yy_current_state == 25)
 
YY_BUFFER_STATE newick_create_buffer (file, size) FILE *file
 
int size
 
 b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) )
 
b yy_buf_size = size
 
b yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 )
 
b yy_is_our_buffer = 1
 
FILE * file
 
b yy_input_file = file
 
b yy_fill_buffer = 1
 
b yy_is_interactive = 0
 
b yy_buf_pos = &b->yy_ch_buf[0]
 
b yy_at_bol = 1
 
b yy_buffer_status = 0
 
YY_BUFFER_STATE newick_scan_buffer (base, size) char *base
 
YY_BUFFER_STATE newick_scan_string (yy_str) char *yy_str
 
YY_BUFFER_STATE newick_scan_bytes (bytes, len) char *bytes
 
int len
 
char * buf
 
yy_size_t n = len + 2
 
int i
 

Macro Definition Documentation

◆ BEGIN

#define BEGIN   yy_start = 1 + 2 *

Definition at line 97 of file lex.newick.cpp.

◆ ECHO

#define ECHO   (void) fwrite( yytext, yyleng, 1, yyout )

Definition at line 540 of file lex.newick.cpp.

◆ EOB_ACT_CONTINUE_SCAN

#define EOB_ACT_CONTINUE_SCAN   0

Definition at line 122 of file lex.newick.cpp.

◆ EOB_ACT_END_OF_FILE

#define EOB_ACT_END_OF_FILE   1

Definition at line 123 of file lex.newick.cpp.

◆ EOB_ACT_LAST_MATCH

#define EOB_ACT_LAST_MATCH   2

Definition at line 124 of file lex.newick.cpp.

◆ EXPECT_NUM

#define EXPECT_NUM   1

Definition at line 458 of file lex.newick.cpp.

◆ FLEX_SCANNER

#define FLEX_SCANNER

Definition at line 26 of file lex.newick.cpp.

◆ INITIAL

#define INITIAL   0

Definition at line 394 of file lex.newick.cpp.

◆ REJECT

#define REJECT   reject_used_but_not_detected

Definition at line 388 of file lex.newick.cpp.

◆ unput

#define unput (   c)    yyunput( c, yytext_ptr )

Definition at line 153 of file lex.newick.cpp.

◆ YY_AT_BOL

#define YY_AT_BOL ( )    (yy_current_buffer->yy_at_bol)

Definition at line 280 of file lex.newick.cpp.

◆ YY_BREAK

#define YY_BREAK   break;

Definition at line 599 of file lex.newick.cpp.

◆ YY_BUF_SIZE

#define YY_BUF_SIZE   16384

Definition at line 115 of file lex.newick.cpp.

◆ YY_BUFFER_EOF_PENDING

#define YY_BUFFER_EOF_PENDING   2

Definition at line 216 of file lex.newick.cpp.

◆ YY_BUFFER_NEW

#define YY_BUFFER_NEW   0

Definition at line 204 of file lex.newick.cpp.

◆ YY_BUFFER_NORMAL

#define YY_BUFFER_NORMAL   1

Definition at line 205 of file lex.newick.cpp.

◆ yy_create_buffer

#define yy_create_buffer   newick_create_buffer

Definition at line 2 of file lex.newick.cpp.

◆ YY_CURRENT_BUFFER

#define YY_CURRENT_BUFFER   yy_current_buffer

Definition at line 225 of file lex.newick.cpp.

◆ YY_DECL

#define YY_DECL   int yylex YY_PROTO(( void ))

Definition at line 587 of file lex.newick.cpp.

◆ yy_delete_buffer

#define yy_delete_buffer   newick_delete_buffer

Definition at line 3 of file lex.newick.cpp.

◆ YY_DO_BEFORE_ACTION

#define YY_DO_BEFORE_ACTION
Value:
yytext_ptr = yy_bp; \
yyleng = (int) (yy_cp - yy_bp); \
yy_hold_char = *yy_cp; \
*yy_cp = '\0'; \
yy_c_buf_p = yy_cp;
unsigned int
A callback function used to compare two keys in a database.
Definition: types.hpp:1210
char * yy_cp
#define yytext_ptr
Definition: lex.newick.cpp:289

Definition at line 299 of file lex.newick.cpp.

◆ YY_END_OF_BUFFER

#define YY_END_OF_BUFFER   8

Definition at line 307 of file lex.newick.cpp.

◆ YY_END_OF_BUFFER_CHAR

#define YY_END_OF_BUFFER_CHAR   0

Definition at line 112 of file lex.newick.cpp.

◆ YY_EXIT_FAILURE

#define YY_EXIT_FAILURE   2

Definition at line 1536 of file lex.newick.cpp.

◆ YY_FATAL_ERROR

#define YY_FATAL_ERROR (   msg)    yy_fatal_error( msg )

Definition at line 580 of file lex.newick.cpp.

◆ yy_flex_debug

#define yy_flex_debug   newick_flex_debug

Definition at line 7 of file lex.newick.cpp.

◆ YY_FLEX_MAJOR_VERSION

#define YY_FLEX_MAJOR_VERSION   2

Definition at line 27 of file lex.newick.cpp.

◆ YY_FLEX_MINOR_VERSION

#define YY_FLEX_MINOR_VERSION   5

Definition at line 28 of file lex.newick.cpp.

◆ yy_flush_buffer

#define yy_flush_buffer   newick_flush_buffer

Definition at line 9 of file lex.newick.cpp.

◆ YY_FLUSH_BUFFER

#define YY_FLUSH_BUFFER   yy_flush_buffer( yy_current_buffer )

Definition at line 254 of file lex.newick.cpp.

◆ yy_init_buffer

#define yy_init_buffer   newick_init_buffer

Definition at line 8 of file lex.newick.cpp.

◆ YY_INPUT

#define YY_INPUT (   buf,
  result,
  max_size 
)
Value:
{ \
result = CStreamUtils::Readsome(*g_NewickIstr, buf, max_size); \
if (result == 0 && !*g_NewickIstr) { \
result = YY_NULL; \
} \
}
static streamsize Readsome(CNcbiIstream &is, CT_CHAR_TYPE *buf, streamsize buf_size)
#define YY_NULL
Definition: lex.newick.cpp:84
char * buf
CNcbiIstream * g_NewickIstr
Definition: newick.tab.cpp:126
else result
Definition: token2.c:20

Definition at line 449 of file lex.newick.cpp.

◆ yy_load_buffer_state

#define yy_load_buffer_state   newick_load_buffer_state

Definition at line 10 of file lex.newick.cpp.

◆ YY_MORE_ADJ

#define YY_MORE_ADJ   0

Definition at line 390 of file lex.newick.cpp.

◆ YY_NEVER_INTERACTIVE

#define YY_NEVER_INTERACTIVE   1

Definition at line 457 of file lex.newick.cpp.

◆ yy_new_buffer

#define yy_new_buffer   yy_create_buffer

Definition at line 264 of file lex.newick.cpp.

◆ YY_NEW_FILE

#define YY_NEW_FILE   yyrestart( yyin )

Definition at line 110 of file lex.newick.cpp.

◆ YY_NO_POP_STATE

#define YY_NO_POP_STATE   1

Definition at line 510 of file lex.newick.cpp.

◆ YY_NO_PUSH_STATE

#define YY_NO_PUSH_STATE   1

Definition at line 509 of file lex.newick.cpp.

◆ YY_NO_TOP_STATE

#define YY_NO_TOP_STATE   1

Definition at line 511 of file lex.newick.cpp.

◆ YY_NO_UNPUT

#define YY_NO_UNPUT   1

Definition at line 439 of file lex.newick.cpp.

◆ YY_NULL

#define YY_NULL   0

Definition at line 84 of file lex.newick.cpp.

◆ YY_NUM_RULES

#define YY_NUM_RULES   7

Definition at line 306 of file lex.newick.cpp.

◆ YY_PROTO

#define YY_PROTO (   proto)    ()

Definition at line 80 of file lex.newick.cpp.

◆ YY_READ_BUF_SIZE

#define YY_READ_BUF_SIZE   8192

Definition at line 531 of file lex.newick.cpp.

◆ YY_RESTORE_YY_MORE_OFFSET

#define YY_RESTORE_YY_MORE_OFFSET

Definition at line 391 of file lex.newick.cpp.

◆ YY_RULE_SETUP

#define YY_RULE_SETUP    YY_USER_ACTION

Definition at line 602 of file lex.newick.cpp.

◆ YY_SC_TO_UI

#define YY_SC_TO_UI (   c)    ((unsigned int) (unsigned char) c)

Definition at line 91 of file lex.newick.cpp.

◆ yy_scan_buffer

#define yy_scan_buffer   newick_scan_buffer

Definition at line 4 of file lex.newick.cpp.

◆ yy_scan_bytes

#define yy_scan_bytes   newick_scan_bytes

Definition at line 6 of file lex.newick.cpp.

◆ yy_scan_string

#define yy_scan_string   newick_scan_string

Definition at line 5 of file lex.newick.cpp.

◆ yy_set_bol

#define yy_set_bol (   at_bol)
Value:
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
yy_current_buffer->yy_at_bol = at_bol; \
}
#define yyin
Definition: lex.newick.cpp:12
#define yy_create_buffer
Definition: lex.newick.cpp:2
#define YY_BUF_SIZE
Definition: lex.newick.cpp:115
static YY_BUFFER_STATE yy_current_buffer
Definition: lex.newick.cpp:219

Definition at line 273 of file lex.newick.cpp.

◆ yy_set_interactive

#define yy_set_interactive (   is_interactive)
Value:
{ \
if ( ! yy_current_buffer ) \
yy_current_buffer = yy_create_buffer( yyin, YY_BUF_SIZE ); \
yy_current_buffer->yy_is_interactive = is_interactive; \
}

Definition at line 266 of file lex.newick.cpp.

◆ YY_SKIP_YYWRAP

#define YY_SKIP_YYWRAP

Definition at line 284 of file lex.newick.cpp.

◆ YY_START

#define YY_START   ((yy_start - 1) / 2)

Definition at line 103 of file lex.newick.cpp.

◆ YY_START_STACK_INCR

#define YY_START_STACK_INCR   25

Definition at line 575 of file lex.newick.cpp.

◆ YY_STATE_EOF

#define YY_STATE_EOF (   state)    (YY_END_OF_BUFFER + state + 1)

Definition at line 107 of file lex.newick.cpp.

◆ yy_switch_to_buffer

#define yy_switch_to_buffer   newick_switch_to_buffer

Definition at line 11 of file lex.newick.cpp.

◆ YY_USER_ACTION

#define YY_USER_ACTION

Definition at line 594 of file lex.newick.cpp.

◆ yyconst

#define yyconst

Definition at line 73 of file lex.newick.cpp.

◆ yyin

#define yyin   newickin

Definition at line 12 of file lex.newick.cpp.

◆ yyleng

#define yyleng   newickleng

Definition at line 13 of file lex.newick.cpp.

◆ yyless [1/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
YY_RESTORE_YY_MORE_OFFSET \
yy_c_buf_p = yy_cp = yy_bp + n - YY_MORE_ADJ; \
YY_DO_BEFORE_ACTION; /* set up yytext again */ \
} \
while ( 0 )
static char yy_hold_char
Definition: lex.newick.cpp:229
#define YY_MORE_ADJ
Definition: lex.newick.cpp:390
yy_size_t n

Definition at line 1555 of file lex.newick.cpp.

◆ yyless [2/2]

#define yyless (   n)
Value:
do \
{ \
/* Undo effects of setting up yytext. */ \
yytext[yyleng] = yy_hold_char; \
yy_c_buf_p = yytext + n; \
yy_hold_char = *yy_c_buf_p; \
*yy_c_buf_p = '\0'; \
yyleng = n; \
} \
while ( 0 )
#define yytext
Definition: lex.newick.cpp:17
static char * yy_c_buf_p
Definition: lex.newick.cpp:237
#define yyleng
Definition: lex.newick.cpp:13

Definition at line 1555 of file lex.newick.cpp.

◆ yylex

#define yylex   newicklex

Definition at line 14 of file lex.newick.cpp.

◆ yymore

#define yymore ( )    yymore_used_but_not_detected

Definition at line 389 of file lex.newick.cpp.

◆ yyout

#define yyout   newickout

Definition at line 15 of file lex.newick.cpp.

◆ yyrestart

#define yyrestart   newickrestart

Definition at line 16 of file lex.newick.cpp.

◆ YYSTATE

#define YYSTATE   YY_START

Definition at line 104 of file lex.newick.cpp.

◆ yyterminate

#define yyterminate ( )    return YY_NULL

Definition at line 570 of file lex.newick.cpp.

◆ yytext

#define yytext   newicktext

Definition at line 17 of file lex.newick.cpp.

◆ yytext_ptr

#define yytext_ptr   yytext

Definition at line 289 of file lex.newick.cpp.

◆ yywrap

#define yywrap ( )    1

Definition at line 283 of file lex.newick.cpp.

Typedef Documentation

◆ YY_BUFFER_STATE

Definition at line 117 of file lex.newick.cpp.

◆ YY_CHAR

typedef unsigned char YY_CHAR

Definition at line 285 of file lex.newick.cpp.

◆ yy_size_t

typedef unsigned int yy_size_t

Definition at line 159 of file lex.newick.cpp.

◆ yy_state_type

typedef int yy_state_type

Definition at line 287 of file lex.newick.cpp.

Function Documentation

◆ exit()

exit ( )

Referenced by _dblib_check_and_handle_interrupt(), _dblib_handle_err_message(), mu::Test::ParserTester::Abort(), add_test(), CPSGS_Dispatcher::AddProcessor(), dbg_block_allocator::allocate(), dbg_ptr_allocator::allocate(), AndOperationsTest(), CDirectCGIExec::Ask(), BasicFunctionalityTest(), big_test(), bit_decode_func2(), BitBlockTransposeTest(), BitCountChangeTest(), BitEncoderTest(), BitForEachTest(), Blast_CompositionMatrixAdj(), block_cipher_df(), BlockBitEraseTest(), BlockBitInsertTest(), BuildZipIndex(), BvectorBitForEachTest(), BvectorBulkSetTest(), BvectorEraseTest(), BvectorShiftTest(), BZ2_bz__AssertH__fail(), check(), check_alloc_type(), check_ipd_params(), check_ird_params(), check_ret(), Check_SimModel(), CheckAllocLeaks(), CheckBitList(), CheckCompressedDecode(), CheckCountGapRange(), CheckCountRange(), CheckFDLimit(), CheckFetch(), CheckGap2DGap(), CheckGAPMin(), CheckGTSearch(), CheckIntervals(), CheckRangeCopy(), CheckRowNum(), CheckSparseVectorFilter(), CheckSparseVectorGather(), CheckSparseVectorGatherRandom(), CheckSparseVectorRange(), CheckType(), CheckVectors(), chk(), chooseSettings(), cleanup(), cleanUpAndFail(), compare_BV(), compare_BV_set_ref(), compare_SV_set_ref(), CompareEnumerators(), CompareMiniSet(), compareSets(), CompareSparseVector(), CompareStrSparseVector(), ComparisonTest(), configError(), gap_vector::control(), copyFileName(), create_type(), CBiosampleChkApp::CreateBiosampleUpdateWebService(), ctr_drbg_update_internal(), dbperror(), dbpivot(), dbg_block_allocator::deallocate(), dbg_ptr_allocator::deallocate(), decodeNewickSubtree(), des(), DesrializationTest2(), DetailedCheckVectors(), DetailedCompareBVectors(), DetailedCompareSparseVectors(), detrifurcate(), DNACompressionTest(), doexit(), DoTest(), CBDB_FileDumperApp::Dump(), CVdbFastaExtractor::DumpAll(), EmptyBVTest(), EnumeratorTest(), err_handler(), establish_login(), ex_display_results(), exec_query(), extend_inputline(), CExonSelectorApplication::ExtractExonsFromSAM(), fastme_run(), fatal(), fatal_error(), FindRank(), GammaEncoderTest(), GAPCheck(), GAPTestStress(), get_encoding_coll(), GetNextExon(), CExonSelectorApplication::GetNextExon(), GetNextTest(), GroupByTest(), hmac5(), hmac_drbg_reseed_core(), ignore_err_handler(), ind_subdbp(), CAltValidator::Init(), insert_test(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::IntegerTemplate(), IntervalsCheck(), LoadBLOB_Table(), LoadBVDump(), bm::LoadBVector(), LoadDemoDB(), loadMatrix(), loadMatrixOLD(), loadNewickTree(), LoadPhoneBook(), LoadVectors(), Log2Test(), main(), CIgBlastnApp::CIgFormatter::Main(), mallocFail(), mbedtls_aes_crypt_cbc_ncbicxx_2_28_8(), mbedtls_aes_crypt_cfb128_ncbicxx_2_28_8(), mbedtls_aes_crypt_cfb8_ncbicxx_2_28_8(), mbedtls_aes_crypt_ctr_ncbicxx_2_28_8(), mbedtls_aes_crypt_ofb_ncbicxx_2_28_8(), mbedtls_aes_setkey_dec_ncbicxx_2_28_8(), mbedtls_camellia_setkey_dec_ncbicxx_2_28_8(), mbedtls_cipher_check_tag_ncbicxx_2_28_8(), mbedtls_ctr_drbg_random_with_add_ncbicxx_2_28_8(), mbedtls_ctr_drbg_reseed_internal(), mbedtls_ctr_drbg_update_ret_ncbicxx_2_28_8(), mbedtls_ctr_drbg_update_seed_file_ncbicxx_2_28_8(), mbedtls_ctr_drbg_write_seed_file_ncbicxx_2_28_8(), mbedtls_des3_crypt_cbc_ncbicxx_2_28_8(), mbedtls_des_crypt_cbc_ncbicxx_2_28_8(), mbedtls_dhm_parse_dhm_ncbicxx_2_28_8(), mbedtls_entropy_add_source_ncbicxx_2_28_8(), mbedtls_entropy_func_ncbicxx_2_28_8(), mbedtls_entropy_write_seed_file_ncbicxx_2_28_8(), mbedtls_hkdf_expand_ncbicxx_2_28_8(), mbedtls_hmac_drbg_random_with_add_ncbicxx_2_28_8(), mbedtls_hmac_drbg_update_ret_ncbicxx_2_28_8(), mbedtls_hmac_drbg_update_seed_file_ncbicxx_2_28_8(), mbedtls_hmac_drbg_write_seed_file_ncbicxx_2_28_8(), mbedtls_md5_ret_ncbicxx_2_28_8(), mbedtls_pkcs12_derivation_ncbicxx_2_28_8(), mbedtls_pkcs12_pbe_ext_ncbicxx_2_28_8(), mbedtls_pkcs12_pbe_sha1_rc4_128_ncbicxx_2_28_8(), mbedtls_pkcs5_pbes2_ext_ncbicxx_2_28_8(), mbedtls_psa_aead_decrypt_ncbicxx_2_28_8(), mbedtls_psa_aead_encrypt_ncbicxx_2_28_8(), mbedtls_ripemd160_ret_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_oaep_encrypt_ncbicxx_2_28_8(), mbedtls_rsa_rsassa_pss_verify_ext_ncbicxx_2_28_8(), mbedtls_sha1_ret_ncbicxx_2_28_8(), mbedtls_sha256_ret_ncbicxx_2_28_8(), mbedtls_sha512_ret_ncbicxx_2_28_8(), mbedtls_ssl_cache_get_ncbicxx_2_28_8(), mbedtls_ssl_cache_set_ncbicxx_2_28_8(), mbedtls_ssl_check_record_ncbicxx_2_28_8(), mbedtls_ssl_cookie_check_ncbicxx_2_28_8(), mbedtls_ssl_get_key_exchange_md_ssl_tls_ncbicxx_2_28_8(), mbedtls_ssl_get_key_exchange_md_tls1_2_ncbicxx_2_28_8(), mbedtls_ssl_parse_finished_ncbicxx_2_28_8(), mbedtls_x509_string_to_names_ncbicxx_2_28_8(), md4(), md5(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::MergeTwoSorted(), mgf_mask(), NewickPrintSubtree(), normal_select(), odbc_check_cols(), odbc_check_no_row(), odbc_check_rows(), odbc_connect(), odbc_db_version_int(), odbc_fatal(), odbc_report_error(), odbc_tds_version_long(), odbc_test_skipped(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::push_back_elements::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::merge_sorted::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::swap_with_other::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::extract_uniq::operator()(), DeBruijn::LargeInt< precision >::operator*(), DeBruijn::CKmerMapTemplate< T1, T2, T3, T4, T5, V >::operator[](), OrOperationsTest(), pcregrep_exit(), pem_aes_decrypt(), pem_des3_decrypt(), pem_des_decrypt(), pem_pbkdf1(), pk_write_ec_private(), CSeqMaskerScoreMeanGlob::PostAdvance(), CBiosampleChkApp::ProcessAsnInput(), ProcessSAM(), psa_aead_encrypt_ncbicxx_2_28_8(), psa_asymmetric_encrypt_ncbicxx_2_28_8(), psa_cipher_setup(), psa_crypto_init_ncbicxx_2_28_8(), psa_crypto_storage_store(), psa_generate_derived_key_internal(), psa_its_get_ncbicxx_2_28_8(), psa_its_set_ncbicxx_2_28_8(), psa_key_agreement_internal(), psa_key_derivation_output_bytes_ncbicxx_2_28_8(), psa_load_persistent_key_into_slot(), psa_load_persistent_key_ncbicxx_2_28_8(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::PushBack(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::PushBackElementsFrom(), query(), query_test(), RankFindTest(), CPhyloCSFData::Read(), SPhyloCSFCompactScore::Read(), read_login_info(), readError(), readhdr(), DistanceMatrix::readMat(), real_test(), ReportODBCError(), rsa_rsassa_pss_sign(), CMkIndexApplication::Run(), CSRSearchApplication::Run(), CCompactSAMApplication::Run(), CExonSelectorApplication::Run(), CAgpValidateApplication::Run(), CDemoApp::Run(), s_Abort(), s_ParseOptions(), s_RunLocalVDBSearch(), s_RunPsiVDBSearch(), same_int(), same_smp(), bm::SaveBlob(), bm::SaveBVector(), CAgpCompSpanSplitter::SaveRow(), select_rows(), SerializationOperation(), SerializationOperation2Test(), SerializationTest(), set_interface(), SetTest(), ShiftRotateTest(), special_select(), sql_cmd(), ssl_buffer_message(), ssl_handle_id_based_session_resumption(), ssl_load_buffered_message(), ssl_load_buffered_record(), ssl_parse_server_key_exchange(), StressTest(), StressTestAggregatorAND(), StressTestAggregatorOR(), StressTestAggregatorShiftAND(), StressTestStrSparseVector(), SubOperationsTest(), syb_err_handler(), syb_msg_handler(), tds_open_socket(), Test(), test(), test0(), Test0(), test_err(), test_file(), test_kmers(), test_params(), test_row(), test_rows(), test_split(), test_with_dbname(), TestBlockOR(), TestCompressedCollection(), TestCompressSparseSignedVector(), TestCompressSparseVector(), TestEqualSparseVectors(), TestOutput(), TestProc(), TestRandomSubset(), TestRankCompress(), TestResult(), TestSignedSparseSort(), TestSignedSparseVector(), TestSignedSparseVectorScan(), TestSignedSparseVectorSerial(), TestSparseSort(), TestSparseVector(), TestSparseVector_Stress(), TestSparseVectorInserter(), TestSparseVectorScan(), TestSparseVectorSerial(), TestSparseVectorSerialization2(), TestSparseVectorTransform(), TestStrSparseQuickSort(), TestStrSparseSort(), TestStrSparseVector(), TestStrSparseVectorSerial(), TestTable(), TestTVPInsert(), TestTVPInsert2(), timeout_err_handler(), tls1_prf(), tls_prf_generic(), tooManyBlocks(), unfinished_query_test(), usage(), VerifyCountRange(), WordCmpTest(), SPhyloCSFCompactScore::Write(), CPhyloCSFData::Write(), writeError(), x509_crt_verify_restartable_ca_cb(), CAgpValidateApplication::x_LoadLenFa(), CNetStorageHandler::x_ProcessShutdown(), CAgpValidateApplication::x_ValidateUsingFiles(), and XorOperationsTest().

◆ for() [1/2]

for ( )

◆ for() [2/2]

for ( len  = 0;yy_str[len];++len)

◆ if() [1/7]

if ( b)

◆ if() [2/7]

if ( ! b->  yy_ch_buf)

◆ if() [3/7]

if ( b->  yy_is_our_buffer) -> yy_ch_buf)

◆ if() [4/7]

if ( b  = =yy_current_buffer)
new

◆ if() [5/7]

if ( )

◆ if() [6/7]

if ( yy_accept  [yy_current_state])

Definition at line 1081 of file lex.newick.cpp.

References yy_cp, yy_current_state, yy_last_accepting_cpos, and yy_last_accepting_state.

Referenced by _bcp_get_col_data(), _blk_get_col_data(), _ct_bind_data(), _ct_handle_client_message(), _ct_handle_server_message(), hashtable< _Val, _Key, _HF, _ExK, _EqK, _All >::_M_copy_from(), _SQLFetch(), _SQLGetDiagField(), Messenger::AddHighlights(), CTL_Cmd::AssignCmdParam(), BLAST_LinkHsps(), BLAST_PreliminarySearchEngine(), BlastChooseNaExtend(), BlastNaWordFinder(), blk_bind(), buffer_add_row(), CPhyloTreePS::CalcForces(), CConnTest::CheckFWConnections(), CkSegmentSet(), compile_branch(), CONN_GetSOCK(), ConnNetInfo_ParseURL(), continue_logging_in(), convert_to_usc2le_string(), copy_output_until_stop(), AlignmentManager::CreateMultipleFromPairwiseWithIBM(), CreateNewPairwiseAlignmentsByBlockExtension(), ct_bind(), ct_cmd_props(), ct_con_props(), CTLibContext::CTLIB_srverr_handler(), dbgetnull(), dbtxptr(), dbtxtimestamp(), deflate_stored(), deflateInit2_(), deflateResetKeep(), AlignmentUtility::DoIBM(), DoSocketWait(), DP_GlobalBlockAlign(), DP_GlobalBlockAlignGeneric(), fill_window(), GenBankIndex(), CCgiRequest::GetCGIEntries(), BlockMultipleAlignment::GetCharacterAt(), BlockMultipleAlignment::GetCharacterTraitsAt(), GetFeatNameAndLoc(), CLinkedFeatsGroup::GetHTMLActiveAreas(), CDirEntry::GetType(), GICache_Dump(), GICache_GetAccFreqTab(), bm::bvector< Alloc >::enumerator::go_up(), gzclose_w(), gzprintf(), inflate(), inflate_codes(), inflateBack(), inflateEnd(), inflateGetDictionary(), inflateGetHeader(), inflatePrime(), inflateReset2(), inflateResetKeep(), inflateSetDictionary(), inflateStateCheck(), inflateSync(), inflateValidate(), InitialEntry(), JumperNaWordFinder(), LookupTableOptionsNew(), CTable2AsnContext::MakeGenomeCenterId(), match(), mbedtls_cipher_aead_decrypt(), mbedtls_cipher_aead_encrypt(), mbedtls_cipher_crypt_ncbicxx_2_28_8(), mbedtls_cipher_free_ncbicxx_2_28_8(), mbedtls_md_hmac_finish_ncbicxx_2_28_8(), mbedtls_md_hmac_reset_ncbicxx_2_28_8(), mbedtls_pk_write_pubkey_ncbicxx_2_28_8(), mbedtls_ssl_encrypt_buf_ncbicxx_2_28_8(), mbedtls_ssl_prepare_handshake_record_ncbicxx_2_28_8(), mbedtls_ssl_read_ncbicxx_2_28_8(), mbedtls_x509_get_rsassa_pss_params_ncbicxx_2_28_8(), MD4Final(), MD4Update(), MD5Final(), MD5Update(), mdb_cmp_memnr(), mdb_cursor_del0(), mdb_cursor_put(), mdb_env_copyfd1(), mdb_env_open2(), mdb_env_set_mapsize(), mdb_freelist_save(), mdb_node_add(), mdb_page_alloc(), mdb_page_new(), mdb_page_spill(), mdb_txn_begin(), fix_pub::MergeNonPubmedPubIds(), mz_zip_reader_extract_to_mem_no_alloc(), mz_zip_validate_file(), mz_zip_writer_add_from_zip_reader(), mz_zip_writer_add_to_central_dir(), NcbiGetHostIfConfEx(), odbc_set_return_params(), odbc_set_return_status(), odbc_sql2tds(), odbc_tds2sql_col(), bm::bvector< Alloc >::optimize_gap_size(), pcre_dfa_exec(), pcre_exec(), CTbl2AsnApp::ProcessTopEntry(), CBDB_Cache::Purge(), QSIndex(), python::RetrieveModuleFileName(), rtrim_bcpcol(), CPubseqGatewayApp::Run(), s_BlastEvenGapLinkHSPs(), s_BlastGreedyAlignMemAlloc(), s_BlastNaHashLookupRetieveHits(), s_BlastnDiagTableExtendInitialHit(), s_BuildScoreList(), s_CalculateScoreVectorSize(), s_Close(), s_Connect(), s_CreateHttpConnector(), s_Destroy(), s_FillReturnCutoffsInfo(), s_FindSpliceJunctionsForGap(), s_FwdCompareLinkedHSPSets(), s_gethostbyname_(), s_GetLString(), s_GetNextInfo(), s_InitalizeDllProj(), s_ParseHeader(), s_ProcessOptionalSettings(), s_Read_(), s_ReleaseToFreePages(), s_Reset(), s_RPSPreliminarySearchEngine(), s_ShiftWin1(), s_SmallNaLookup(), s_Update(), s_VT_Close(), s_VT_Descr(), s_VT_Flush(), s_VT_Read(), s_VT_Wait(), s_VT_Write(), TestFixture::ScanCheckHitsCore(), TestFixture::ScanMaxHitsTestCore(), TestFixture::ScanOffsetTestCore(), sendMTFValues(), FileMessenger::SendPendingCommands(), SERV_WriteInfo(), set_nottype_bits(), set_type_bits(), CHistogramGlyph::SetAxisRange(), CBamCoverageGraphPanel::SetBamFiles(), bm::bvector< Alloc >::enumerator::skip(), SPHIPatternSearchBlkNew(), SQLGetData(), SQLGetTypeInfo(), ssl_buffer_message(), ssl_check_client_reconnect(), ssl_parse_client_hello(), ssl_parse_record_header(), tdefl_compress_normal(), tdefl_flush_block(), tds_datecrack(), tds_generic_get(), tds_money_to_string(), tds_msdatetime_put(), tds_mstabletype_put(), tds_numeric_put(), tds_process_login_tokens(), tds_process_loginack(), tds_put_char_param_as_string(), tds_put_param_as_string(), tds_row_free(), tds_sybbigtime_put(), tds_variant_get(), test(), CPhyloTreePS::Update(), updatewindow(), VDBSRC_GetSeq2na(), x509_crt_check_san(), x509_profile_check_key(), x_AddInfo(), CPhyloTreePS::x_ApplyRepulsiveForcesHashed(), CBlobCacher::x_CacheMapRecs(), CBlobCacher::x_CacheMetaRec(), x_DataToGiData(), x_Finalize(), CGeneFileWriter::x_Gene2Accn_Filter(), CAlnVecRow::x_HitTest(), SDiagMessage::x_OldWrite(), CDisplaySeqalign::x_PrintDefLine(), CTar::x_ReadAndProcess(), CMakeProfileDBApp::x_RPS_DbClose(), CGapsEditor::x_SetGapParameters(), x_UpdatePort(), CValidError_bioseq::x_ValidateCDSVDJCmatch(), and CSparseGraph::x_WriteMap().

◆ if() [7/7]

◆ input()

static int input ( )
static

Definition at line 1147 of file lex.newick.cpp.

References EOB_ACT_CONTINUE_SCAN, EOB_ACT_END_OF_FILE, EOB_ACT_LAST_MATCH, offset, yy_c_buf_p, yy_ch_buf, yy_did_buffer_switch_on_eof, YY_END_OF_BUFFER_CHAR, yy_get_next_buffer(), yy_hold_char, yy_n_chars, YY_NEW_FILE, yyin, yyrestart, yytext_ptr, and yywrap.

Referenced by _mm_movemask_epi8(), _mm_movemask_pd(), _mm_movemask_pi8(), _mm_movemask_ps(), CMultiFileInput::AddFilenames(), CTableSortMultiChoice::AddLevels(), aes_crypt_cbc_wrap(), aes_crypt_cfb128_wrap(), aes_crypt_ctr_wrap(), aes_crypt_ecb_wrap(), aes_crypt_ofb_wrap(), aes_crypt_xts_wrap(), xslt::stylesheet::apply(), arc4_crypt_stream_wrap(), AssignFuzzy(), AssignFuzzyLocalVariation(), blowfish_crypt_cbc_wrap(), blowfish_crypt_cfb64_wrap(), blowfish_crypt_ctr_wrap(), blowfish_crypt_ecb_wrap(), BOOST_AUTO_TEST_CASE(), CDebugDumpViewer::Bpt(), SRequestBuilder::Build(), camellia_crypt_cbc_wrap(), camellia_crypt_cfb128_wrap(), camellia_crypt_ctr_wrap(), camellia_crypt_ecb_wrap(), CapitalizeAfterApostrophe(), CBlastnNode::CBlastnNode(), CBlastnNodeArgs::CBlastnNodeArgs(), CBlastpNode::CBlastpNode(), CBlastpNodeArgs::CBlastpNodeArgs(), CBlastxNode::CBlastxNode(), CBlastxNodeArgs::CBlastxNodeArgs(), ccm_auth_crypt(), chacha20_stream_wrap(), chachapoly_crypt_and_tag(), NAutomation::SCommandImpl::Check(), check_ascii(), NAutomation::CAutomationObject::CheckCall(), CheckDuplicates(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::const_lower_bound(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::const_upper_bound(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::construct_hashes(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::construct_values(), CBlastDBAliasApp::ConvertGiFile(), CCountries::CountryFixupItem(), CPssmEngine::CPssmEngine(), CDbIndex_Factory::Create(), CSubAnnotationPanel::Create5ColFeatTable(), CBlastDBAliasApp::CreateAliasFile(), CreateAsnConn_Service(), CreateAsnConn_ServiceEx(), CreateBlastMatrix(), CRPSBlastNodeArgs::CRPSBlastNodeArgs(), CRPSTBlastnNodeArgs::CRPSTBlastnNodeArgs(), CTblastnNode::CTblastnNode(), CTblastnNodeArgs::CTblastnNodeArgs(), dbpivot(), des3_crypt_cbc_wrap(), des3_crypt_ecb_wrap(), des_crypt_cbc_wrap(), des_crypt_ecb_wrap(), CDbIndex_Factory::do_create(), CDbIndex_Factory::do_create_1_2(), NAutomation::CArgument::Exec(), SSimpleCommandImpl::Exec(), SVariadicCommandImpl::Exec(), ctll::fixed_string< N >::fixed_string(), SRequestBuilder::SReader< CJson_ConstObject >::ForEachTSE(), SRequestBuilder::SReader< CArgs >::ForEachTSE(), SRequestBuilder::SReader< SPsgCgiEntries >::ForEachTSE(), CFormatGuess::Format(), ctll::parser< Grammar, input, ActionSelector, IgnoreUnknownActions >::get_current_term(), get_no_padding(), get_one_and_zeros_padding(), get_pkcs_padding(), ctll::parser< Grammar, input, ActionSelector, IgnoreUnknownActions >::get_previous_term(), get_zeros_and_len_padding(), get_zeros_padding(), SRequestBuilder::SReader< CJson_ConstObject >::GetAbsPathRef(), SRequestBuilder::SReader< CJson_ConstObject >::GetAccSubstitution(), SRequestBuilder::SReader< CArgs >::GetAccSubstitution(), SRequestBuilder::SReader< SPsgCgiEntries >::GetAccSubstitution(), SRequestBuilder::SReader< CJson_ConstObject >::GetBioId(), SRequestBuilder::SReader< CArgs >::GetBioId(), SRequestBuilder::SReader< SPsgCgiEntries >::GetBioId(), SRequestBuilder::SReader< CJson_ConstObject >::GetBioIdResolution(), SRequestBuilder::SReader< CArgs >::GetBioIdResolution(), SRequestBuilder::SReader< SPsgCgiEntries >::GetBioIdResolution(), SRequestBuilder::SReader< CJson_ConstObject >::GetBioIds(), SRequestBuilder::SReader< CArgs >::GetBioIds(), SRequestBuilder::SReader< SPsgCgiEntries >::GetBioIds(), SRequestBuilder::SReader< CArgs >::GetBioIdType(), SRequestBuilder::SReader< SPsgCgiEntries >::GetBioIdType(), SRequestBuilder::SReader< CJson_ConstObject >::GetBlobId(), SRequestBuilder::SReader< CArgs >::GetBlobId(), SRequestBuilder::SReader< SPsgCgiEntries >::GetBlobId(), SRequestBuilder::SReader< CJson_ConstObject >::GetChunkId(), SRequestBuilder::SReader< CArgs >::GetChunkId(), SRequestBuilder::SReader< SPsgCgiEntries >::GetChunkId(), CMultiFileInput::GetFilenames(), GetFirstInitial(), SRequestBuilder::SReader< CJson_ConstObject >::GetIpg(), SRequestBuilder::SReader< CArgs >::GetIpg(), SRequestBuilder::SReader< SPsgCgiEntries >::GetIpg(), CTableSortMultiChoice::GetLevels(), CPssmCddInputTest::GetMsaSize(), SRequestBuilder::SReader< CJson_ConstObject >::GetNamedAnnots(), SRequestBuilder::SReader< CArgs >::GetNamedAnnots(), SRequestBuilder::SReader< SPsgCgiEntries >::GetNamedAnnots(), SRequestBuilder::SReader< CJson_ConstObject >::GetNucleotide(), SRequestBuilder::SReader< CArgs >::GetNucleotide(), SRequestBuilder::SReader< SPsgCgiEntries >::GetNucleotide(), CPssmCreateTestFixture::GetNumAlignedSequences(), CPssmCddInputTest::GetNumHits(), SRequestBuilder::SReader< CJson_ConstObject >::GetProtein(), SRequestBuilder::SReader< CArgs >::GetProtein(), SRequestBuilder::SReader< SPsgCgiEntries >::GetProtein(), SRequestBuilder::SReader< CJson_ConstObject >::GetResendTimeout(), SRequestBuilder::GetResolveParams(), CParseTextOptionsDlg::GetSelectedText(), CParseTextOptions::GetSelectedText(), SRequestBuilder::SReader< CJson_ConstObject >::GetSNPScaleLimit(), SRequestBuilder::SReader< CArgs >::GetSNPScaleLimit(), SRequestBuilder::SReader< SPsgCgiEntries >::GetSNPScaleLimit(), SRequestBuilder::SReader< CJson_ConstObject >::GetSpecified(), SRequestBuilder::SReader< CArgs >::GetSpecified(), SRequestBuilder::SReader< SPsgCgiEntries >::GetSpecified(), CPssmCddInputTest::GetSubjectMsaIndex(), GetTextEncodingForm(), SRequestBuilder::SReader< CJson_ConstObject >::GetUserArgs(), SRequestBuilder::SReader< CArgs >::GetUserArgs(), SRequestBuilder::SReader< SPsgCgiEntries >::GetUserArgs(), NAutomation::CCommand::Help(), SCommandGroupImpl::Help(), CTaxValidationAndCleanup::IncrementalSpecificHostMapUpdate(), CTaxValidationAndCleanup::IncrementalStrainMapUpdate(), CQualLookupMap::IncrementalUpdate(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::insert_sort_indices(), LaunchAdapterJob(), CGenBankLoadOptionPanel::LoadSettings(), main(), CBlastnNode::Main(), CBlastpNode::Main(), CBlastxNode::Main(), CRPSBlastNode::Main(), CRPSTBlastnNode::Main(), CTblastnNode::Main(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::make_indices(), CDbIndex::MakeIndex(), MakeLoc(), mbedtls_aes_crypt_cbc_ncbicxx_2_28_8(), mbedtls_aes_crypt_cfb128_ncbicxx_2_28_8(), mbedtls_aes_crypt_cfb8_ncbicxx_2_28_8(), mbedtls_aes_crypt_ctr_ncbicxx_2_28_8(), mbedtls_aes_crypt_ecb_ncbicxx_2_28_8(), mbedtls_aes_crypt_ofb_ncbicxx_2_28_8(), mbedtls_aes_crypt_xts_ncbicxx_2_28_8(), mbedtls_aes_decrypt_ncbicxx_2_28_8(), mbedtls_aes_encrypt_ncbicxx_2_28_8(), mbedtls_arc4_crypt_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_cbc_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_cfb64_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_ctr_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_ecb_ncbicxx_2_28_8(), mbedtls_camellia_crypt_cbc_ncbicxx_2_28_8(), mbedtls_camellia_crypt_cfb128_ncbicxx_2_28_8(), mbedtls_camellia_crypt_ctr_ncbicxx_2_28_8(), mbedtls_camellia_crypt_ecb_ncbicxx_2_28_8(), mbedtls_ccm_auth_decrypt_ncbicxx_2_28_8(), mbedtls_ccm_encrypt_and_tag_ncbicxx_2_28_8(), mbedtls_ccm_star_auth_decrypt_ncbicxx_2_28_8(), mbedtls_ccm_star_encrypt_and_tag_ncbicxx_2_28_8(), mbedtls_chacha20_crypt_ncbicxx_2_28_8(), mbedtls_chacha20_update_ncbicxx_2_28_8(), mbedtls_chachapoly_auth_decrypt_ncbicxx_2_28_8(), mbedtls_chachapoly_encrypt_and_tag_ncbicxx_2_28_8(), mbedtls_chachapoly_update_ncbicxx_2_28_8(), mbedtls_cipher_aead_decrypt(), mbedtls_cipher_aead_encrypt(), mbedtls_cipher_auth_decrypt_ext_ncbicxx_2_28_8(), mbedtls_cipher_auth_decrypt_ncbicxx_2_28_8(), mbedtls_cipher_auth_encrypt_ext_ncbicxx_2_28_8(), mbedtls_cipher_auth_encrypt_ncbicxx_2_28_8(), mbedtls_cipher_crypt_ncbicxx_2_28_8(), mbedtls_cipher_update_ncbicxx_2_28_8(), mbedtls_ct_rsaes_pkcs1_v15_unpadding_ncbicxx_2_28_8(), mbedtls_des3_crypt_cbc_ncbicxx_2_28_8(), mbedtls_des3_crypt_ecb_ncbicxx_2_28_8(), mbedtls_des_crypt_cbc_ncbicxx_2_28_8(), mbedtls_des_crypt_ecb_ncbicxx_2_28_8(), mbedtls_dhm_read_public_ncbicxx_2_28_8(), mbedtls_gcm_auth_decrypt_ncbicxx_2_28_8(), mbedtls_gcm_crypt_and_tag_ncbicxx_2_28_8(), mbedtls_gcm_update_ncbicxx_2_28_8(), mbedtls_internal_aes_decrypt_ncbicxx_2_28_8(), mbedtls_internal_aes_encrypt_ncbicxx_2_28_8(), mbedtls_md5_ncbicxx_2_28_8(), mbedtls_md5_ret_ncbicxx_2_28_8(), mbedtls_md5_update_ncbicxx_2_28_8(), mbedtls_md5_update_ret_ncbicxx_2_28_8(), mbedtls_md_hmac_ncbicxx_2_28_8(), mbedtls_md_hmac_update_ncbicxx_2_28_8(), mbedtls_md_ncbicxx_2_28_8(), mbedtls_md_update_ncbicxx_2_28_8(), mbedtls_pk_decrypt_ncbicxx_2_28_8(), mbedtls_pk_encrypt_ncbicxx_2_28_8(), mbedtls_poly1305_mac_ncbicxx_2_28_8(), mbedtls_poly1305_update_ncbicxx_2_28_8(), mbedtls_ripemd160_ncbicxx_2_28_8(), mbedtls_ripemd160_ret_ncbicxx_2_28_8(), mbedtls_ripemd160_update_ncbicxx_2_28_8(), mbedtls_ripemd160_update_ret_ncbicxx_2_28_8(), mbedtls_rsa_pkcs1_decrypt_ncbicxx_2_28_8(), mbedtls_rsa_pkcs1_encrypt_ncbicxx_2_28_8(), mbedtls_rsa_private_ncbicxx_2_28_8(), mbedtls_rsa_public_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_oaep_decrypt_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_oaep_encrypt_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_pkcs1_v15_decrypt_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_pkcs1_v15_encrypt_ncbicxx_2_28_8(), mbedtls_sha1_ncbicxx_2_28_8(), mbedtls_sha1_ret_ncbicxx_2_28_8(), mbedtls_sha1_update_ncbicxx_2_28_8(), mbedtls_sha1_update_ret_ncbicxx_2_28_8(), mbedtls_sha256_ncbicxx_2_28_8(), mbedtls_sha256_ret_ncbicxx_2_28_8(), mbedtls_sha256_update_ncbicxx_2_28_8(), mbedtls_sha256_update_ret_ncbicxx_2_28_8(), mbedtls_sha512_ncbicxx_2_28_8(), mbedtls_sha512_ret_ncbicxx_2_28_8(), mbedtls_sha512_update_ncbicxx_2_28_8(), mbedtls_sha512_update_ret_ncbicxx_2_28_8(), mbedtls_xtea_crypt_cbc_ncbicxx_2_28_8(), mbedtls_xtea_crypt_ecb_ncbicxx_2_28_8(), ctll::parser< Grammar, input, ActionSelector, IgnoreUnknownActions >::move(), CGridCommandLineInterfaceApp::NetScheduleSanityCheck(), CCountries::NewFixCountry(), CTableSortMultiChoice::OnBrowseBtn(), CGenBankLoadOptionPanel::OnRecentAccClicked(), compile_time_bits::TInsertSorter< _Traits, _AllowDuplicates >::Less::operator()(), pearson_hash_int2byte(), pearson_hash_int2short(), poly1305_process(), PositiveSign(), CObjectsSniffer::Probe(), CObjectsSniffer::ProbeAny(), CObjectsSniffer::ProbeASN1_Bin(), CObjectsSniffer::ProbeText(), process_string(), NAutomation::CAutomationProc::ProcessMessage(), CTAbleValApp::ProcessOneFile(), psa_asymmetric_encrypt_ncbicxx_2_28_8(), psa_crypto_copy_input(), psa_driver_wrapper_cipher_decrypt_ncbicxx_2_28_8(), psa_driver_wrapper_cipher_encrypt_ncbicxx_2_28_8(), psa_driver_wrapper_cipher_update_ncbicxx_2_28_8(), psa_driver_wrapper_hash_compute_ncbicxx_2_28_8(), psa_driver_wrapper_hash_update_ncbicxx_2_28_8(), psa_driver_wrapper_mac_compute_ncbicxx_2_28_8(), psa_driver_wrapper_mac_update_ncbicxx_2_28_8(), psa_driver_wrapper_sign_message_ncbicxx_2_28_8(), psa_driver_wrapper_verify_message_ncbicxx_2_28_8(), PsiBlastComputePssmFromAlignment(), SJobIODump::Read(), ReadContainer(), ReadFastaFileMap(), ReadIntoUtf8(), ReadMap(), CRebase::ReadNARFormat(), ReadSequencesToBlast(), CPssmCddInputTest::RemoveMultipleCdHits(), CParseTextOptions::RemoveSelectedText(), CFindASN1Dlg::ReplaceLinebreaks(), ReplaceNoCase(), CFindASN1Dlg::ReplaceValue(), CTaxValidationAndCleanup::ReportSpecificHostErrors(), rsa_alt_decrypt_wrap(), rsa_decrypt_wrap(), rsa_encrypt_wrap(), CDeltaBlastApp::Run(), CPsiBlastApp::Run(), CSeedTopApp::Run(), CTblastxApp::Run(), CBlastDBAliasApp::Run(), CIgBlastpApp::Run(), CMagicBlastApp::Run(), CRMBlastnApp::Run(), CVecScreenApp::Run(), CTax4BlastDemo::Run(), CBlastInputDemoApplication::Run(), CCacheIndexCopyApp::Run(), CGuideTreeApplication::Run(), CVDBBlastnApp::Run(), CVDBTblastnApp::Run(), CMultipatternApp::Run(), CObjConvProfile::Run(), CSampleNetScheduleClient::Run(), s_CheckInputSize(), s_Create5ColFeatTable(), s_ReadAndTestQueryFromString(), s_ReadAndTestQueryFromString_CFastaReader(), s_ReplaceGIs(), CUpdateMultiSeq_Dlg::s_ReportIdenticalPairs(), s_SearchInSeqText(), s_SplitArrayOf8(), CGenBankLoadOptionPanel::SaveSettings(), ScanFastaFile(), CSuspect_rule_set::Screen(), CMultipatternSearch::Search(), SSnpFilter::SerializeFrom(), CConvertAuthorToConsortiumWhereConstraint::SetConstraint(), CNetBLASTLoadOptionPanel::SetInput(), CBamLoadOptionPanel::SetInput(), CGenBankLoadOptionPanel::SetInput(), CJob::SetInput(), COpenViewManager::SetInputObjects(), CGridJobBatchSubmitter::SetJobInput(), CGridClient::SetJobInput(), CGridCgiContext::SetJobInput(), CAsnExporter::SetObjects(), CAlignTabExporter::SetObjects(), CFastaAlignExporter::SetObjects(), CPhyExporter::SetObjects(), C5ColExporter::SetObjects(), CAgpExporter::SetObjects(), CFastaExporter::SetObjects(), CFlatFileExporter::SetObjects(), CGffExporter::SetObjects(), CGtfExporter::SetObjects(), CWiggleExporter::SetObjects(), SRequestBuilder::SReader< CJson_ConstObject >::SetRequestFlags(), SRequestBuilder::SReader< CArgs >::SetRequestFlags(), SRequestBuilder::SReader< SPsgCgiEntries >::SetRequestFlags(), skip_one_input_sequence(), CNetScheduleSubmitter::SubmitJobBatch(), sUpdateCase(), tds7_send_login(), tds_readpassphrase(), test0(), CFormatGuess::TestFormatXml(), ToAsciiStdString(), CDoiLookup::Transcode(), CSubAnnotationPanel::TransferDataToWindow(), TSeqLocVector2Bioseqs(), SJobIODump::Write(), CMultiFileInput::x_AddFilenameRow(), CTableSortMultiChoice::x_AddLevelRow(), CMakeBlastDBApp::x_AddSequenceData(), CDiscRepApp::x_ConstructOutputName(), CBlastDBAliasApp::x_ConvertSeqIDFile(), CObjConvProfile::x_CreateRelatedMap(), CMultiFileInput::x_DeleteFilename(), CTableSortMultiChoice::x_DeleteLevel(), CHtmlTooltipFormatter::x_FindAllOccurences(), CFormatGuess::x_FindJsonStringLimits(), CClustalOmegaToolJob::x_GetCommandLine(), CClustalwToolJob::x_GetCommandLine(), CKalignToolJob::x_GetCommandLine(), CMafftToolJob::x_GetCommandLine(), CMuscleToolJob::x_GetCommandLine(), CDebugDumpViewer::x_GetInput(), x_GetNextAttribute(), CAltitudePanel::x_GetNumber(), CBlastVdbCmdApp::x_GetQueries(), CConvert2BlastMaskApplication::x_GetReader(), SegMaskerApplication::x_GetReader(), CAlignedFeatureGraph::x_GetRecsSortedByLength(), CMakeBlastDBApp::x_GuessFileType(), CCompressedFile::x_GuessFormat(), CBlastDBCmdApp::x_InitBlastDB_TaxIdList(), CMixedStrands::x_InitDialog(), CHtmlTooltipFormatter::x_InsertSpaces(), CSplitQueryTestFixture::x_ParseConfigLine(), CBlastDBCmdApp::x_ProcessBatchEntry(), CBlastDBCmdApp::x_ProcessBatchEntry_NoDup(), CBlastDBCmdApp::x_ProcessBatchPig(), CRpsAuxFile::x_ReadFromFile(), CObjectsSniffer::x_ReadObject(), CFeatureTblFr::x_RefreshTable(), CBlastnApp::x_RunMTBySplitDB(), CBlastpApp::x_RunMTBySplitDB(), CBlastxApp::x_RunMTBySplitDB(), CRPSBlastApp::x_RunMTBySplitDB(), CRPSTBlastnApp::x_RunMTBySplitDB(), CTblastnApp::x_RunMTBySplitDB(), CBlastnApp::x_RunMTBySplitQuery(), CBlastpApp::x_RunMTBySplitQuery(), CBlastxApp::x_RunMTBySplitQuery(), CRPSBlastApp::x_RunMTBySplitQuery(), CRPSTBlastnApp::x_RunMTBySplitQuery(), CTblastnApp::x_RunMTBySplitQuery(), CMultiFileInput::x_SendFileTxtChangedEvt(), CFeaturePanel::x_StartAssemblyJob(), CSeqTextPanel::x_StartSearch(), CFormatGuess::x_TestInput(), CObjectsSniffer::x_TryReadObject(), CGff2Record::xAssignAttributesFromGff(), xMultiPatternSearch(), and xTryTextFile().

◆ newick_create_buffer()

YY_BUFFER_STATE newick_create_buffer ( )

◆ newick_delete_buffer() [1/2]

void newick_delete_buffer ( )

◆ newick_delete_buffer() [2/2]

void newick_delete_buffer ( b  )

References b.

◆ newick_flex_reset()

void newick_flex_reset ( void  )

Definition at line 1652 of file lex.newick.cpp.

References BEGIN, and newickrestart().

Referenced by ReadNewickTree().

◆ newick_flush_buffer() [1/2]

void newick_flush_buffer ( )

◆ newick_flush_buffer() [2/2]

void newick_flush_buffer ( b  )

References b, and YY_END_OF_BUFFER_CHAR.

◆ newick_init_buffer() [1/3]

void newick_init_buffer ( )

◆ newick_init_buffer() [2/3]

void newick_init_buffer ( b  ,
file   
)

◆ newick_init_buffer() [3/3]

newick_init_buffer ( yy_current_buffer  ,
input_file   
)

◆ newick_load_buffer_state()

void newick_load_buffer_state ( )

◆ newick_scan_buffer()

YY_BUFFER_STATE newick_scan_buffer ( )

◆ newick_scan_bytes() [1/2]

YY_BUFFER_STATE newick_scan_bytes ( )

◆ newick_scan_bytes() [2/2]

return newick_scan_bytes ( yy_str  ,
len   
)

◆ newick_scan_string()

YY_BUFFER_STATE newick_scan_string ( )

◆ newick_switch_to_buffer() [1/3]

void newick_switch_to_buffer ( )

◆ newick_switch_to_buffer() [2/3]

newick_switch_to_buffer ( b  )

◆ newick_switch_to_buffer() [3/3]

void newick_switch_to_buffer ( new_buffer  )
new

References yy_current_buffer.

◆ newicklex()

int newicklex ( void  )

◆ newickrestart() [1/2]

void newickrestart ( )

Referenced by newick_flex_reset().

◆ newickrestart() [2/2]

void newickrestart ( input_file  )

◆ USING_SCOPE()

USING_SCOPE ( ncbi  )

◆ while()

while ( yy_chk+yy_c] !  [yy_base[yy_current_state] = yy_current_state)

◆ yy_fatal_error() [1/2]

static void yy_fatal_error ( )
static

◆ yy_fatal_error() [2/2]

static void yy_fatal_error ( msg  )
static

◆ yy_flex_alloc() [1/2]

static void* yy_flex_alloc ( )
static

◆ yy_flex_alloc() [2/2]

static void* yy_flex_alloc ( size  )
static

References malloc(), and size.

◆ yy_flex_free() [1/3]

yy_flex_free ( (void *)  b)

◆ yy_flex_free() [2/3]

static void yy_flex_free ( )
static

◆ yy_flex_free() [3/3]

static void yy_flex_free ( ptr  )
static

References free().

◆ yy_flex_realloc() [1/2]

static void* yy_flex_realloc ( )
static

Referenced by yy_get_next_buffer().

◆ yy_flex_realloc() [2/2]

static void* yy_flex_realloc ( ptr  ,
size   
)
static

References size.

◆ yy_get_next_buffer()

static int yy_get_next_buffer ( )
static

◆ yy_get_previous_state()

static yy_state_type yy_get_previous_state ( )
static

◆ yy_try_NUL_trans() [1/2]

static yy_state_type yy_try_NUL_trans ( )
static

Referenced by newicklex().

◆ yy_try_NUL_trans() [2/2]

static yy_state_type yy_try_NUL_trans ( yy_current_state  )
static

References yy_is_jam.

Variable Documentation

◆ b

return b = (YY_BUFFER_STATE) yy_flex_alloc( sizeof( struct yy_buffer_state ) )
Examples
/home/coremake/doxygen/cxx/include/corelib/ncbimisc.hpp, and /home/coremake/doxygen/cxx/include/util/data_histogram.hpp.

Definition at line 1285 of file lex.newick.cpp.

Referenced by _mm_add_epi16(), _mm_add_epi32(), _mm_add_epi64(), _mm_add_epi8(), _mm_add_pd(), _mm_add_ps(), _mm_add_sd(), _mm_add_si64(), _mm_add_ss(), _mm_adds_epi16(), _mm_adds_epi8(), _mm_adds_epu16(), _mm_adds_epu8(), _mm_addsub_pd(), _mm_addsub_ps(), _mm_alignr_epi8(), _mm_and_pd(), _mm_and_ps(), _mm_and_si128(), _mm_andnot_pd(), _mm_andnot_ps(), _mm_andnot_si128(), _mm_avg_epu16(), _mm_avg_epu8(), _mm_avg_pu16(), _mm_avg_pu8(), _mm_blend_ps(), _mm_blendv_epi8(), _mm_blendv_pd(), _mm_blendv_ps(), _mm_ceil_sd(), _mm_ceil_ss(), _mm_clmulepi64_si128(), _mm_cmpeq_epi16(), _mm_cmpeq_epi32(), _mm_cmpeq_epi64(), _mm_cmpeq_epi8(), _mm_cmpeq_pd(), _mm_cmpeq_ps(), _mm_cmpeq_sd(), _mm_cmpeq_ss(), _mm_cmpge_pd(), _mm_cmpge_ps(), _mm_cmpge_sd(), _mm_cmpge_ss(), _mm_cmpgt_epi16(), _mm_cmpgt_epi32(), _mm_cmpgt_epi64(), _mm_cmpgt_epi8(), _mm_cmpgt_pd(), _mm_cmpgt_ps(), _mm_cmpgt_sd(), _mm_cmpgt_ss(), _mm_cmple_pd(), _mm_cmple_ps(), _mm_cmple_sd(), _mm_cmple_ss(), _mm_cmplt_epi16(), _mm_cmplt_epi32(), _mm_cmplt_epi8(), _mm_cmplt_pd(), _mm_cmplt_ps(), _mm_cmplt_sd(), _mm_cmplt_ss(), _mm_cmpneq_pd(), _mm_cmpneq_ps(), _mm_cmpneq_sd(), _mm_cmpneq_ss(), _mm_cmpnge_pd(), _mm_cmpnge_ps(), _mm_cmpnge_sd(), _mm_cmpnge_ss(), _mm_cmpngt_pd(), _mm_cmpngt_ps(), _mm_cmpngt_sd(), _mm_cmpngt_ss(), _mm_cmpnle_pd(), _mm_cmpnle_ps(), _mm_cmpnle_sd(), _mm_cmpnle_ss(), _mm_cmpnlt_pd(), _mm_cmpnlt_ps(), _mm_cmpnlt_sd(), _mm_cmpnlt_ss(), _mm_cmpord_pd(), _mm_cmpord_ps(), _mm_cmpord_sd(), _mm_cmpord_ss(), _mm_cmpunord_pd(), _mm_cmpunord_ps(), _mm_cmpunord_sd(), _mm_cmpunord_ss(), _mm_comieq_sd(), _mm_comieq_ss(), _mm_comige_sd(), _mm_comige_ss(), _mm_comigt_sd(), _mm_comigt_ss(), _mm_comile_sd(), _mm_comile_ss(), _mm_comilt_sd(), _mm_comilt_ss(), _mm_comineq_sd(), _mm_comineq_ss(), _mm_cvt_pi2ps(), _mm_cvt_si2ss(), _mm_cvtpi32_ps(), _mm_cvtpi32x2_ps(), _mm_cvtsd_ss(), _mm_cvtsi32_sd(), _mm_cvtsi64_sd(), _mm_cvtsi64_ss(), _mm_cvtss_sd(), _mm_div_pd(), _mm_div_ps(), _mm_div_sd(), _mm_div_ss(), _mm_dp_pd(), _mm_dp_ps(), _mm_floor_sd(), _mm_floor_ss(), _mm_hadd_epi16(), _mm_hadd_epi32(), _mm_hadd_pd(), _mm_hadd_pi16(), _mm_hadd_pi32(), _mm_hadd_ps(), _mm_hadds_epi16(), _mm_hadds_pi16(), _mm_hsub_epi16(), _mm_hsub_epi32(), _mm_hsub_pd(), _mm_hsub_pi16(), _mm_hsub_pi32(), _mm_hsub_ps(), _mm_hsubs_epi16(), _mm_hsubs_pi16(), _mm_madd_epi16(), _mm_maddubs_epi16(), _mm_maddubs_pi16(), _mm_maskmove_si64(), _mm_maskmoveu_si128(), _mm_max_epi16(), _mm_max_epi32(), _mm_max_epi8(), _mm_max_epu16(), _mm_max_epu32(), _mm_max_epu8(), _mm_max_pd(), _mm_max_pi16(), _mm_max_ps(), _mm_max_pu8(), _mm_max_sd(), _mm_max_ss(), _mm_min_epi16(), _mm_min_epi32(), _mm_min_epi8(), _mm_min_epu16(), _mm_min_epu32(), _mm_min_epu8(), _mm_min_pd(), _mm_min_pi16(), _mm_min_ps(), _mm_min_pu8(), _mm_min_sd(), _mm_min_ss(), _mm_move_sd(), _mm_move_ss(), _mm_mpsadbw_epu8(), _mm_mul_epi32(), _mm_mul_epu32(), _mm_mul_pd(), _mm_mul_ps(), _mm_mul_sd(), _mm_mul_ss(), _mm_mul_su32(), _mm_mulhi_epi16(), _mm_mulhi_epu16(), _mm_mulhi_pu16(), _mm_mulhrs_epi16(), _mm_mulhrs_pi16(), _mm_mullo_epi16(), _mm_mullo_epi32(), _mm_or_pd(), _mm_or_ps(), _mm_or_si128(), _mm_packs_epi16(), _mm_packs_epi32(), _mm_packus_epi16(), _mm_packus_epi32(), _mm_round_sd(), _mm_round_ss(), _mm_sad_epu8(), _mm_sad_pu8(), _mm_shuffle_epi8(), _mm_shuffle_pi8(), _mm_shuffle_ps_0011(), _mm_shuffle_ps_0022(), _mm_shuffle_ps_0101(), _mm_shuffle_ps_0321(), _mm_shuffle_ps_1001(), _mm_shuffle_ps_1010(), _mm_shuffle_ps_1032(), _mm_shuffle_ps_1133(), _mm_shuffle_ps_2001(), _mm_shuffle_ps_2010(), _mm_shuffle_ps_2032(), _mm_shuffle_ps_2103(), _mm_shuffle_ps_2200(), _mm_shuffle_ps_2301(), _mm_shuffle_ps_3202(), _mm_shuffle_ps_3210(), _mm_sign_epi16(), _mm_sign_epi32(), _mm_sign_epi8(), _mm_sign_pi16(), _mm_sign_pi32(), _mm_sign_pi8(), _mm_sqrt_sd(), _mm_storel_epi64(), _mm_sub_epi16(), _mm_sub_epi32(), _mm_sub_epi64(), _mm_sub_epi8(), _mm_sub_pd(), _mm_sub_ps(), _mm_sub_sd(), _mm_sub_si64(), _mm_sub_ss(), _mm_subs_epi16(), _mm_subs_epi8(), _mm_subs_epu16(), _mm_subs_epu8(), _mm_testc_si128(), _mm_testz_si128(), _mm_unpackhi_epi16(), _mm_unpackhi_epi32(), _mm_unpackhi_epi64(), _mm_unpackhi_epi8(), _mm_unpackhi_pd(), _mm_unpackhi_ps(), _mm_unpacklo_epi16(), _mm_unpacklo_epi32(), _mm_unpacklo_epi64(), _mm_unpacklo_epi8(), _mm_unpacklo_pd(), _mm_unpacklo_ps(), _mm_xor_pd(), _mm_xor_ps(), _mm_xor_si128(), _PHIPatternWordsBitwiseAnd(), _PHIPatternWordsBitwiseOr(), _PHIPatternWordsLeftShift(), _sse2neon_vmull_p64(), SBaseStat::add_base(), SBaseStats::add_base(), SBaseStats::add_base_raw(), PeriodicTableClass::AddElement(), CGraphContainer::AddGraph(), BlockIntersector::addOneAlignment(), CAlnMultiPane::AddTitle(), CSeqGraphicPane::AddTitle(), CClickableSortUniqueCount::AddToListCtrl(), AggregatorTest(), algs(), AllTests(), bm::and_values_kleene(), CMemStore::Append(), CBinaryListBuilder::AppendIdList(), CRemoveUnindexedFeatures::apply(), CConvertComment::ApplyToComment(), CModelCompare::AreSimilar(), CChainerArgUtil::ArgsToChainer(), assert_equal_dstr(), assert_equal_str(), CCassQueryList::AttachSlot(), CSequenceEditingEventHandler::Autodef(), CCleanup::AutodefId(), CEditingBtnsPanel::AutodefOptions(), bm::avx2_bit_count(), BackboneCellFree(), CModelCompare::BadOverlapTest(), BarcodeTestBioseq(), BarcodeTestFails(), BDB_compare_prefix(), CResultSet::BindBlobToVariant(), CVariant::Bit(), BitRangeAllSetTest(), BitString(), BLAST_Gcd(), BLAST_Gdb3(), Blast_RedoAlignmentCore_MT(), BLAST_SpougeEtoS(), Blast_TrueAaToStdTargetFreqs(), bm::block_find_interval_end(), bm::block_find_interval_start(), bm::block_find_reverse(), rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::Bool(), rapidjson::PrettyWriter< OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags >::Bool(), rapidjson::internal::Hasher< Encoding, Allocator >::Bool(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::Bool(), rapidjson::Writer< OutputStream, UTF8<>, UTF8<>, CrtAllocator, kWriteDefaultFlags >::Bool(), BOOST_AUTO_TEST_CASE(), BSearchContextInfo(), BSearchInt4(), CHitClustering::Build(), BvectorEraseTest(), BvectorFindReverseTest(), BvectorIncTest(), BvectorShiftTest(), bwfi(), BZ2_bzclose(), BZ2_bzerror(), BZ2_bzread(), BZ2_bzRead(), BZ2_bzReadClose(), BZ2_bzReadGetUnused(), BZ2_bzwrite(), BZ2_bzWrite(), BZ2_bzWriteClose(), BZ2_bzWriteClose64(), CalcBitCount32(), CalcDistanceSquare(), CalcMD5(), alp_sim::calculate_lambda(), ConservationColorer::CalculateBasicConservationColors(), ConservationColorer::CalculateFitConservationColors(), CalculatePSSMScore(), CModelCompare::CanBeConnectedIntoOne(), ccm_auth_crypt(), CDBInterfacesFileConnParams::CDBInterfacesFileConnParams(), CFloatingFrame::CFloatingFrame(), chacha20_quarter_round(), CSeqTable_multi_data::ChangeToBit_bvector(), CStickyTooltipHandler::checkChildFocus(), CheckCollectionDate(), CChainer::CChainerImpl::CheckCompatibility(), rapidjson::internal::Schema< SchemaDocumentType >::CheckDoubleMultipleOf(), CheckFocusInOrgs(), CheckForENV(), CheckForExemption(), CValidError_bioseq::CheckForMissingChromosome(), CheckForUnusualFullLengthOrgs(), CheckNeedSYNFocus(), CTreeMinimalSet< TNode, TSet, TNodeList >::CheckNodeList(), CheckPropagatedCDSLocation(), CheckQualsInSourceFeat(), CHttpReply::CDataTrigger::CheckResetTriggered(), CheckSourceFeatLocFuzz(), rapidjson::internal::CheckWithinHalfULP(), clean_up(), CAlignCollapser::ClipNotSupportedFlanks(), BlockMultipleAlignment::Clone(), cmp_labels(), subfuse::CmpEntry(), cmpTableValues(), CSeqScores::CodingScore(), NTweakExon::Collapse(), CGlState::Color3d(), IRender::Color3d(), CGlState::Color3f(), IRender::Color3f(), CGlState::Color4d(), IRender::Color4d(), CGlRenderDebug::Color4f(), CGlState::Color4f(), IRender::Color4f(), CChainer::CChainerImpl::CombineCompatibleChains(), comp_buttons(), compare_BV(), compare_BV_set_ref(), compare_seqids(), MoleculeIdentifier::CompareIdentifiers(), CDiscrepancyContext::CompareRefs(), CompareRowsByEValue(), CompareRowsByIdentifier(), CompareRowsByScore(), CompareRowsFloatGV(), CompareRowsFloatHighlights(), CompareRowsFloatPDB(), CompareSequencesByIdentifier(), CompareSparseVector(), CompareUpdatesByIdentifier(), CompareUpdatesByScore(), dtl::Diff< elem, vector< elem >, Compare< elem > >::composeUnifiedHunks(), CompressNcbi2na(), CNAnnotFilter::Consume(), variation::Contains(), CCleanup::ConvertPubFeatsToPubDescs(), CCleanup::ConvertSrcFeatsToSrcDescs(), CorrectIntervalOrder(), CModelCompare::CountCommonSplices(), CButtonPanel::CreateButton(), CTaskTablePanel::CreateControls(), Threader::CreateCorDef(), BlockAligner::CreateNewPairwiseAlignmentsByBlockAlignment(), CreatePairwiseSeqAlignFromMultipleRow(), CRgbaColor::CRgbaColor(), cs_locale(), CSeqDB_BasePath::CSeqDB_BasePath(), CSeqDB_Path::CSeqDB_Path(), CTooltipFrame::CTooltipFrame(), DefVsHTGKeywords(), BlockMultipleAlignment::DeleteRow(), DescendingModelOrder(), DescendingModelOrderP(), DescendingModelOrderPConsistentCoverage(), bm::iterator_deserializer< BV, SerialIterator >::deserialize(), bm::compressed_collection_deserializer< CBC >::deserialize(), DetailedCompareSparseVectors(), rapidjson::internal::BigInteger::Difference(), DirectCompareFunction(), CResultSet::DisableBind(), CPrintOptions::DisableGouraudShading(), IImageGrabber::DisableGouraudShading(), CTreeQueryExec::DisableUndo(), HitDistributor::distribute(), DoCylinderPlacementTransform(), AlignmentUtility::DoLeaveNOut(), AlignmentUtility::DoLeaveOneOut(), CGlWidgetBase::DoPopupMenu(), ChemicalGraph::DrawAll(), OpenGLRenderer::DrawHalfWorm(), CChainer::DropAlignmentInfo(), DynamicUint4Array_AreEqual(), ecp_group_load(), ecp_mul_mxz(), CAlignMap::EditedSequence(), EmptyBVTest(), EnumeratorTest(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::equal(), CSeq_id_Textseq_Info::TKey::EqualAcc(), EqualPrimerSets(), estimate_jaccard(), estimate_jaccard2(), NSnpAnnot::EstimateSNPCount(), CReportNode::Ext(), CGeneModel::Extend(), fix_pub::ExtractConsortiums(), BlockMultipleAlignment::ExtractRows(), F(), fill_orgref(), CRgbaGradColorTable::FillGradient(), FillInAlignmentData(), FillSetsIntervals(), CAlignCleanup::FillUnaligned(), CAlignCollapser::FilterAlignments(), DeBruijn::CDBGraphDigger::FilterNeighbors(), bm::rsc_sparse_vector< Val, SV >::find_rank(), CBarcodeTool::FindBarcodeFeats(), FindDuplicatePrimers(), CSeqDBNegativeList::FindGi(), CProSplign::FindGlobalAlignment(), CSeqDBNegativeList::FindSi(), CSeqDBNegativeList::FindTi(), util::Fingerprint(), FrAlign(), FrAlignFNog1(), CGeneModel::FrameShifts(), FrBackAlign(), CRegistryFile::FromConfigFile(), CGeneModel::FShiftedLen(), CAlignMap::FShiftedLen(), fta_check_embl_moltype(), fta_check_exception(), fta_check_replace_regulatory(), fta_get_trna_from_product(), fta_if_special_org(), fta_remark_is_er(), fta_remove_keywords(), fta_tpa_keywords_check(), bm::gap_bitset_or_any(), GAPTestStress(), generate_bvector(), rapidjson::GenericValue< rapidjson::Encoding, rapidjson::Allocator >::GenericValue(), CBDB_FieldInt8::Get(), CBDB_FieldUint8::Get(), CBDB_FieldInt4::Get(), CBDB_FieldInt2::Get(), CBDB_FieldUint2::Get(), CBDB_FieldUint4::Get(), CBDB_FieldFloat::Get(), CBDB_FieldDouble::Get(), get_LSH_hashes(), get_LSH_hashes5(), get_sub(), bm::random_subset< BV >::get_subset(), bm::sparse_vector< Val, BV >::get_unsigned_bits(), GetAlignedResidueIndexes(), GetAlignmentByBestNeighbor(), SBamIndexRefIndex::GetAlnOverStarts(), GetAverage(), GetBarcodeValues(), NSnp::GetBitfield(), BlockMultipleAlignment::GetBlockAfter(), BlockMultipleAlignment::GetBlockBefore(), BlockMultipleAlignment::GetBlockList(), BlockMultipleAlignment::GetBlocks(), GetBLOSUM62Score(), CSplign::SAlignedCompartment::GetBox(), CAlignCollapser::GetCollapsedAlgnments(), CReorderSequencesDlg::GetCommand(), variation::GetCommonPrefixLen(), variation::GetCommonSuffixLen(), GetDRlineDataSP(), GetEmblBlockXref(), BlockMultipleAlignment::GetFirstAlignedBlockPosition(), CProteinAlignText::GetGenomicBounds(), Threader::GetGeometryViolations(), GetHexChar(), CGeneModel::GetInDels(), CBDB_FieldSimpleInt< Uint2 >::GetInt(), GetIntFuzzPtr(), GetLocalGeneByLocus(), BlockMultipleAlignment::GetMarkedBlockNumbers(), BlockMultipleAlignment::GetModifiableUngappedAlignedBlocks(), GetNextTest(), CValidErrorFormat::GetObjectLabel(), GetOptionsForSet(), ConservationColorer::GetProfileIndexAndResidue(), GetRandomNumbers(), BlockMultipleAlignment::GetRelativeAlignmentFraction(), GetResidue(), CGeneralScoreMatrix::GetScore(), CCassConnection::GetSizeEstimates(), GetSourceDbtag(), CCompartApp::CCompartment::GetSpan(), CSeq_bond::GetStart(), CSeq_bond::GetStop(), CVariant::GetString(), CIndexSuperHeader_Base::GetSystemEndianness(), CTextSelectItem::GetText(), CBamIndex::GetTotalFileRange(), CTaxon1::GetTypeMaterial(), CBDB_FieldSimpleInt< Uint2 >::GetUint(), GetUnalignedRegionLength(), BlockMultipleAlignment::GetUngappedAlignedBlocks(), CMolInfoField::GetVal(), CSeqDBGiList::GiToOid(), GlbAlign(), CGeneModel::HasCompatibleOverlap(), Hash128to64(), util::Hash128to64(), CNCBlobAccessor::HasPutSucceeded(), CModelCompare::HaveCommonExonOrIntron(), HEAP_Attach(), HEAP_Create(), HEAP_Free(), HEAP_FreeFast(), HEAP_Idle(), HEAP_Trim(), IBoundaryShape::Hide(), CSubtreeBoundary::Hide(), IGridTableAdapter::HideUnselected(), huft_build(), importance_sampling::importance_sampling(), UpdateViewer::ImportStructure(), CFeatureGenerator::SImplementation::SMapper::IncludeSourceLocs(), inflate_block(), inflate_codes(), inflate_dynamic(), inflate_stored(), CSeqScores::Init(), CMemStore::Insert(), CVectorSet< T >::insert(), BlockMultipleAlignment::InsertBlockAfter(), BlockMultipleAlignment::InsertBlockBefore(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::IntegerTemplate(), CSeqScores::IntergenicScore(), IntersectByMaster(), CInDelInfo::IntersectingWith(), CHitElemGlyph::Intersects(), Intervals_RangesTest(), IntervalsCheck(), IntervalsEnumeratorCheck(), InvertInto(), invmod(), bm::is_interval(), CGene::IsAllowedAlternative(), CGeneModel::isCompatible(), IsFirstResidueOfABlock(), variation_ref::IsFirstSubsetOfSecond(), isGoodIntron(), CDataType::IsPrimitive(), IsSPROTAccession(), CDataType::IsStdType(), IsValidAccessPrefix(), key_equal(), KleeneLogicAndStressTest(), KleeneLogicOrStressTest(), KleeneLogicTest(), CGene::LargeCdsOverlap(), DeBruijn::LargeInt< precision >::LargeInt(), LclAlign(), CSeqScores::LeftAlignmentBoundary(), LeftAndLongFirst(), less(), AMatrix_base::LinearTransform(), StructureSet::LoadAlignmentsAndStructures(), StructureSet::LoadMaster(), CEditObjectSeq_desc::LocationChange(), main(), CChain::MainPeaks(), CChainer::CChainerImpl::MakeChains(), CGLFrameBuffer::MakeCurrent(), CBamIndex::MakeEstimatedCoverageAnnot(), CBam2Seq_graph::MakeSeq_annot(), CAlignMap::MapAtoB(), MapDependentToMaster(), CAlignMap::MapRangeAtoB(), BlockModelPair::mask(), MatchExceptSpaceColon(), Splines::max_abs(), mbedtls_arc4_crypt_ncbicxx_2_28_8(), mbedtls_ct_memcmp_ncbicxx_2_28_8(), mbedtls_gf128mul_x_ble(), mbedtls_mpi_add_int_ncbicxx_2_28_8(), mbedtls_mpi_div_int_ncbicxx_2_28_8(), mbedtls_mpi_mod_int_ncbicxx_2_28_8(), mbedtls_mpi_mul_int_ncbicxx_2_28_8(), mbedtls_mpi_sub_int_ncbicxx_2_28_8(), mbedtls_psa_safer_memcmp(), MD4Transform(), MD5Transform(), mdb_cmp(), mdb_cmp_cint(), mdb_cmp_int(), mdb_cmp_long(), mdb_cmp_memn(), mdb_cmp_memnr(), mdb_dcmp(), BlockMultipleAlignment::MergeAlignment(), AlignmentManager::MergeUpdates(), rapidjson::internal::GenericRegex< Encoding, Allocator >::Min(), rapidjson::internal::Min3(), Splines::min_abs(), min_max(), minhash_query(), CTreeMinimalSet< TNode, TSet, TNodeList >::MinimalSet(), mmed3(), DeBruijn::CDBGraphDigger::MostLikelyExtension(), CCleanup::MoveOneFeatToPubdesc(), SequenceViewerWidget_SequenceArea::MoveRubberband(), mul64(), rapidjson::internal::BigInteger::MulAdd64(), multmodp(), myMin(), BlockMultipleAlignment::NAlignedBlocks(), NCBI_LinearSolution(), NcbiGetHostIfConfEx(), NcbiGetHostIP(), NcbiIsInIPRange(), CRCache::CRVPool::newBlock(), newick_delete_buffer(), newick_flush_buffer(), CCassQuery::NextRow(), Nlm_StrICmp(), Nlm_StringCmp(), Nlm_StringCSpn(), Nlm_StringICmp(), Nlm_StringNCmp(), Nlm_StringNICmp(), Nlm_StringPBrk(), Nlm_StringSpn(), Nlm_StrIPCmp(), Nlm_StrNICmp(), Nlm_StrNIPCmp(), NlmKarlinLambdaNR(), NNIEdgeTest(), CSeqScores::NonCodingScore(), CReportNode::NoRec(), odbc_dstr_swap(), CCleanup::OkToPromoteNpPub(), StructureWindow::OnAlignStructures(), CHttpReply::CDataTrigger::OnData(), OneExonCompare(), OneRowOk(), CwxTableListCtrl::OnGetItemAttr(), SequenceViewerWindow::OnHighlight(), CProjectTreeCtrl::OnKeyUp(), CBarcodePanel::OnPaint(), CSeqGraphicWidget::OnSetSeqMarkerDlg(), CSeqGraphicWidget::OnSetSeqMarkerForSelDlg(), CTcpWorker::OnTcpConnection(), bm::op_and(), bm::op_or(), bm::op_xor(), CSeqScores::OpenCodingRegion(), CSeqScores::OpenIntergenicRegion(), CSeqScores::OpenNonCodingRegion(), CBGZFPos::operator!=(), CSafeFlags< Enum >::operator!=(), CWGSDb_Impl::SProtAccInfo::operator!=(), CSeq_id_Textseq_Info::TKey::operator!=(), CSeq_id_General_Str_Info::TKey::operator!=(), pythonpp::operator%(), CSafeFlags< Enum >::operator&(), operator&(), CSafeFlags< Enum >::operator&=(), CCddInputData::compare_hits_by_seqid_eval::operator()(), compare_hit_seq1_start::operator()(), compare_hit_seq2_idx::operator()(), compare_hit_score::operator()(), compare_hit_redundant::operator()(), compare_hit_start::operator()(), s_ByAccVerLen::operator()(), CConstRefCSeqId_LessThan::operator()(), GModelOrder::operator()(), SAlignOrder::operator()(), MultiExonsCompare::operator()(), CWriteDB_PackedStringsCompare::operator()(), CCddInputData::compare_hitseg_range::operator()(), CAlignCollapser::GenomicGapsOrder::operator()(), SGeneInfoListSorter::operator()(), TQueryMessagesLessComparator::operator()(), TQueryMessagesEqualComparator::operator()(), TQueryMessagesComparator::operator()(), seq_align_pairs_first::operator()(), compare_alignments_fwrev_first::operator()(), compare_alignments_revfw_first::operator()(), SLessByInfo::operator()(), eq_seqid::operator()(), PSeq_locLess::operator()(), PSeq_locStrandLess::operator()(), compare_tree_edge_descending::operator()(), CCompareByFind::operator()(), CCompareByCat::operator()(), SOpLess_Second::operator()(), CPhyTreeFormatter::compare_nodes_by_seqid::operator()(), LeftAndLongFirstOrder::operator()(), limited_resource_map< TVDBRowId, CRef< SAmbiguityInfo >, size_t >::SLess::operator()(), limited_size_map< string, CRef< CSlot > >::SLess::operator()(), CMultiAligner::compare_sseg_db_idx::operator()(), CAddFluComments::SCompareStr::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_plus::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_minus::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_or::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_xor::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_and::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_less::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_lesseq::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_equals::operator()(), CSeq_id_General_Str_Info::PKeyLess::operator()(), AlignIdOrder::operator()(), CCddInputData::compare_range::operator()(), tree< T, tree_node_allocator >::compare_nodes< StrictWeakOrdering >::operator()(), RangeOrder::operator()(), CTreeSet2NodeListFunc< TTreeNode, TSet, TNodeList >::operator()(), SUvNgHttp2_TlsImpl::SIncomingData::operator()(), StrLenAdd::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::push_back_elements::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::merge_sorted::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_plusaffect::operator()(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::Integer_xoraffect::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::swap_with_other::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::extract_uniq::operator()(), LeftAndLongFirstOrderForAligns::operator()(), pythonpp::operator*(), rapidjson::internal::DiyFp::operator*(), pythonpp::operator+(), pythonpp::operator-(), operator-(), pythonpp::operator/(), CBGZFPos::operator<(), CWGSDb_Impl::SProtAccInfo::operator<(), CSeq_id_Textseq_Info::TKey::operator<(), operator<<(), CBGZFPos::operator<=(), CBGZFPos::operator==(), CBlastOptionsLocal::operator==(), CSafeFlags< Enum >::operator==(), CFeatureGenerator::SImplementation::SExon::operator==(), CWGSDb_Impl::SProtAccInfo::operator==(), CSeq_id_Textseq_Info::TKey::operator==(), CSeq_id_General_Str_Info::TKey::operator==(), CBGZFPos::operator>(), CBGZFPos::operator>=(), CSafeFlags< Enum >::operator^(), operator^(), CSafeFlags< Enum >::operator^=(), CSafeFlags< Enum >::operator|(), operator|(), CSafeFlags< Enum >::operator|=(), bm::or_values_kleene(), OriginalOrder(), OrOperationsTest(), CRWStreambuf::overflow(), CConn_Streambuf::overflow(), SSnpFilter::Passes(), pivot_key_equal(), PixDistanceSquare(), CSeqGlyph::PointInRect(), CReorderSequencesDlg::PopulateSet(), CGnomonAnnotator::Predict(), CCassConnection::Prepare(), CAlignCleanup::PreserveRows(), CParse::PrintInfo(), ProcFeatBlk(), CSeqScores::ProtNumber(), SequenceDisplay::ProximitySort(), bm::encoder::put_16(), bm::encoder::put_32(), COStreamBuffer::PutInt4(), COStreamBuffer::PutInt8(), putShortMSB(), COStreamBuffer::PutUint4(), COStreamBuffer::PutUint8(), NBestPlacement::Rank(), RankRangeSplitTest(), CJson_WalkHandler::Read(), SEmbeddedStreamReaderWriter::Read(), CMemStore::Read(), ReadBlock(), ReadBytes(), ReadCassandraSatInfo(), ReadId(), ReadNumber(), ReadOctetString(), UpdateViewer::ReadSequencesFromFile(), ReadString(), ReadValue(), AlignmentManager::RealignAllDependentStructures(), StructureObject::RealignStructure(), CHMM_State::RegionStop(), BlockMultipleAlignment::RemoveBlock(), BlockIntersector::removeOneAlignment(), CReorderSequencesDlg::ReorderById(), BlockMultipleAlignment::ReorderRows(), CCleanup::RescueSiteRefPubs(), Residue::Residue(), CChain::RestoreReasonableConfirmedStart(), RSIndexTest(), CBlastKmer::Run(), CSeqDescrRetrievalJob::Run(), CDbapiTest::Run(), CTest::Run(), CProjBulderApp::Run(), CMysqlDemoApp::Run(), s_AbsMax(), s_AddGraphToMap(), s_AddToRPSBucket(), s_AddWordHit(), s_AlignmentCmp(), s_AlignSeqOrder(), s_AmbiguousMatch(), s_ApproxEqual(), s_BlastNaHashLookupFinalize(), s_BUF_IO(), variation_ref::CVariationUtil::s_CatLiterals(), variation::CVariationUtil::s_CatLiterals(), s_CollectAllLeaves(), s_CompareChainsByOid(), s_CompareChainsByScore(), s_CompareOffsetPairsByDiagQuery(), s_ComparePairs(), variation_ref::CVariationUtil::s_CountMatches(), variation::CVariationUtil::s_CountMatches(), s_CreateHeap(), s_CreateRotatedFont(), s_DoPubsMatch(), s_DynamicSGenCodeNodeArray_BinSearch(), s_FromHex(), s_Get_LSH_index_hashes(), s_Get_LSH_index_hashes5(), s_GetNormalizedString(), s_GetNucIdentityMismatch(), s_GetOptionsForSet(), s_GetOverlapCost(), s_GetRandomNumbers(), s_HEAP_Collect(), s_HEAP_Find(), s_HEAP_Free(), s_HEAP_Link(), s_HEAP_Take(), s_HEAP_Walk(), s_MatchesBoundary(), s_MatchesMask(), s_MinhashSequences(), s_NaHashLookupScanSubjectForWordCounts(), s_Ncbi4naToNcbi2na(), s_NeedFeatureClause(), s_NoCaseEqual(), s_NormalizeLinkageEvidenceString(), CMacroFunction_RefreshDefline::s_RefreshDeflineCommand(), LbsmLookup::s_Resolve(), s_SGenCodeNodeCompare(), s_ShiftGapsRight(), s_SortDbSize(), s_StrandsConsistent(), s_StripToPattern(), s_ToString(), s_UpdateAdler32(), compile_time_bits::ct_crc32< poly >::SaltedHash(), same_domain(), SameCitation_PubEquivMatch_Logic(), CSeq_id_Textseq_Info::TKey::SameHash(), CSeq_id_Textseq_Info::TKey::SameHashNoVer(), NTweakExon::SameIdAndStrand(), SameOrientation(), SameWithdrawn(), bm::random_subset< BV >::sample(), CSymDustMasker::save_masked_regions(), CPhyloPdfGrabber::SaveTooltips(), SBamRangeBlock::SBamRangeBlock(), CGlRender::ScaleInvarient(), CGlState::ScaleInvarient(), PssmScorer::score(), ScoreDifferenceSort(), AlignmentUtility::ScoreRowByPSSM(), BlockMultipleAlignment::SelectBlocks(), SeqDB_JoinDelim(), variation::SeqsMatch(), CRgbaColor::Set(), CBDB_FieldSimpleFloat< float >::Set(), CBDB_FieldSimpleInt< Uint2 >::Set(), CPhyloNodeData::SetAlreadyDrawn(), CBoundaryParms::SetAxisAligned(), CRgbaColor::SetBlue(), CGLCanvas::SetClearColor(), CChain::SetConfirmedEnds(), CProjectTreePanel::SetCopyMode(), CAlnVecMultiDataSource::SetCreateConsensus(), CTableImportListCtrl::SetDisplayTypeHeader(), IPhyloTreeRender::SetDistanceBarLowerLeft(), CBoundaryParms::SetDrawBoundaryEdge(), CGlRenderBuffer< T >::SetDrawEnabled(), CTooltipFrame::SetElementActive(), CBDB_FieldSimple< Uint2 >::SetField(), CFieldChoicePanel::SetFieldType(), CTableImportListCtrl::SetFixedWidthUseFields(), CDiscrepancySet::SetGui(), CClonePlacementGlyph::SetHideLabel(), CFeatGlyph::SetHideLabel(), CSegmentGlyph::SetHideLabel(), CVcfGlyph::SetHideLabel(), CGridWidget::SetHideUnselected(), CPhyloTreeWidget::SetHideUnselected(), CTreeBoundaryNode::SetIncludeLabels(), CFeedbackReport::SetIncludeLog(), CBoundaryParms::SetIncludeTextArea(), CTableImportColumn::SetIsCurrent(), CQueryNodeValue::SetIsDataField(), CGlRenderPdf::SetIsGreyscale(), CPdf::SetIsGreyscale(), CSVGRenderer::SetIsGreyscale(), CTreeTriFanNode::SetLabelVisibility(), CMagicBlastOptionsHandle::SetLookupDbFilter(), CPrintOptions::SetMarginBottom(), CTableImportColumn::SetMatchColumn(), CTableDelimiterRules::SetMergeDelimiters(), CTableDelimiterRules::SetMultipleSpacesOnly(), CTableImportColumn::SetOneBased(), CMouseZoomHandler::SetPanOnMouseDown(), CTooltipFrame::SetPinned(), CGlWidgetPane::SetPopupMenuDisplayed(), IImageGrabber::SetPrintingGuidesEnabled(), CAttribMenuItem::SetReadOnly(), CAlignFilter::SetRemoveDuplicates(), CTreeGraphicsModel::SetRenderTooltips(), CClusterer::SetReportSingletons(), CGlPreviewSetupWidget::SetRotated(), CTreeGraphicsModel::SetRotateLabels(), CPsiBlastArgs::SetSaveLastPssm(), CGridWidget::SetSelectAll(), CPhyloTreeWidget::SetSelectAll(), CPhyloSelectionSet::SetSelected(), CRichTextHandle::SetSelectionEnabled(), CHtmlWindowtHandle::SetSelectionEnabled(), CSeqTextConfig::SetShow(), CPhyloTreeScheme::SetSolidColorLeaves(), CFeedbackReport::SetSubscribe(), CTaxon1Node::SetSubtreeLoaded(), CBoundaryParms::SetTextBox(), CSeqGraphicPane::SetVectorMode(), CGlRenderNode::SetVisible(), CPhyloNodeData::SetVisible(), sGetWarningMsg(), bm::bvector< Alloc >::shift_left(), CSeqGraphicHairline::ShowDownwardHairline(), CBarcodeTool::ShowReport(), CAlignMap::ShrinkToRealPoints(), CAlignMap::ShrinkToRealPointsOnEdited(), Splines::signTest(), bm::random_subset< BV >::simple_pick(), CSeqDBGiList::SiToOid(), SkipComments(), SkipEndOfLine(), SkipWhiteSpace(), SkipWhiteSpaceAndGetChar(), smp_add(), smp_cmp(), smp_sub(), smp_to_double(), SOCK_ntoa(), UpdateViewer::SortByPSSM(), SortCluster(), SortClusterSeqs(), CAlignCleanup::SortInputsByScore(), SourceFeatStructFillIn(), CFeatGapInfo::Split(), bm::sse2_and(), bm::sse2_bit_block_calc_count_change(), bm::sse2_bit_count(), bm::sse2_bit_count_op(), bm::sse2_or(), bm::sse2_sub(), bm::sse2_xor(), bm::sse42_bit_block_calc_count_change(), bm::sse4_bit_count(), bm::sse4_bit_count_op(), SSeqRangeArrayLessThanOrEqual(), SSeqRangeIntersectsWith(), CPhyloForce::StartRendering(), IPhyloTreeRender::StartRendering(), CSeq_annot_Info::StartSortedIterator(), CSeqScores::StopInside(), StressTest(), StressTestAggregatorAND(), StressTestAggregatorAND_SUB(), CSuspect_rule::StringMatchesSuspectProductRule(), StripCDSComment(), StripParens(), SubOperationsTest(), CReportNode::Summ(), CDiscrepancyVisitorImpl< _Name >::Summarize(), BlockMultipleAlignment::SumOfAlignedBlockWidths(), rapidjson::internal::Swap(), CAlignShadow::SwapQS(), sx_FindFirstNonZeroBit(), sx_FindNextNonZeroBit(), sx_Get_4na(), CHitFilter< THit >::sx_GetEndsInRange(), sx_Is2na(), SyntaxTest(), bm::aggregator< BV >::test_gap_blocks_and(), bm::aggregator< BV >::test_gap_blocks_sub(), TestBasicMatrix(), TestCompressSparseGather(), TestCompressSparseSignedVector(), TestCompressSparseVector(), TestEqualSparseVectors(), TestFindFirst(), TestHasZeroByte(), TestSignedSparseVectorScan(), TestSignedSparseVectorScanGT(), TestSignedSparseVectorSerial(), TestSparseVector(), TestSparseVectorScan(), TestSparseVectorScanGT(), TestSparseVectorSerial(), TestSQueue(), TestStrSparseQuickSort(), TestStrSparseVector(), TestStrSparseVector_FindEq(), TestStrSparseVectorSerial(), CSeqDBGiList::TiToOid(), CLessTypeInfo::ToBool(), TotalFrameShift(), CMD5::Transform(), ProjectCDS::transform_align(), CFeatGapInfo::Trim(), TrimAlignment::TrimProtein(), TrimAlignment::TrimTranscript(), rapidjson::internal::u32toa(), rapidjson::internal::u64toa(), uhash(), UngetNonWhiteSpace(), CGlBuffer20< T >::UnmapBuffer(), UnpackDPResult(), sse42_crc32::update(), compile_time_bits::ct_crc32< poly >::update(), tabled_crc32::update(), compile_time_bits::ct_crc32< poly >::update4(), BlockMultipleAlignment::UpdateBlockMap(), BlockMultipleAlignment::UpdateBlockMapAndColors(), IColumnScoringMethod::UpdateSettings(), CPhyloCircularCladogram::UseMinimalRotation(), UTIL_Adler32_Update(), CSerialFacetContainer::Validate(), CFarPointerSeq::ValidateAlignment(), CSerialFacetImpl::ValidateContainerElements(), CChain::ValidPolyA(), Convert::ValueToCassCollection< bool >(), VariBandAlign(), verify_all_one_ranges(), VerifyCountRange(), WeDontNeedToJoinThis(), bm::wordcmp(), SEmbeddedStreamReaderWriter::Write(), CMemStore::Write(), CObjectOStreamAsnBinary::WriteBitString(), CNCBlobStorage::WriteBlobStat(), rapidjson::Writer< OutputStream, UTF8<>, UTF8<>, CrtAllocator, kWriteDefaultFlags >::WriteBool(), TNCBufferType::WriteBool(), CSrvSocketTask::WriteBool(), x509_name_cmp(), x509_string_cmp(), CWGSDb_Impl::SAmbiguityInfo::x_AddAmbiguities(), CTooltipFrame::x_AddButton(), CSGAnnotJob::x_AddGraphToMap(), CCleanupApp::x_BatchExtendCDS(), x_BlastDatabaseOptions_cmp(), x_BlastEffectiveLengthsOptions_cmp(), x_BlastScoringOptions_cmp(), CTooltipFrame::x_BreakIntoLines(), CVecscreen::x_BuildHtmlBar(), CBlastKmerBuildIndex::x_BuildIndex(), CValuesCount::x_byCount(), CHitClustering::x_CanCombine(), CPhyloImageGrabber::x_CaptureImage(), CNewCleanup_imp::x_CleanupGenbankBlock(), CFeatureGenerator::SImplementation::x_CreateProteinBioseq(), CFeatGlyph::x_DrawFeatureBar(), CAlignGlyph::x_DrawIntronsAndInternalUnalignedRegions(), CAttribTableColumnIdPanel::x_EnableColumnEditControls(), CTableColumnIdPanel::x_EnableColumnEditControls(), CPhyloSaveSelectiondlg::x_EnableCurrentSelection(), CAttribTableDelimitersPanel::x_EnableMergeSplitWidgets(), CAttribTableColumnIdPanel::x_EnableNonFormatEditControls(), CTableColumnIdPanel::x_EnableNonFormatEditControls(), CSnpJob::x_FetchGraphs(), CBamRefSequencesPanel::x_FillList(), CVcfRefSequencesPanel::x_FillList(), NAdapterSearch::CSimpleUngappedAligner::x_GetBetterOf(), CWriteDB_Impl::x_GetBioseqBinaryHeader(), CVcfGlyph::x_GetClinVarToolTip(), CSVGRenderer::x_GetGradientColors(), CTL_BCPInCmd::x_GetStringValue(), x_HEAP_Walk(), x_json_value_equals(), CTSE_Split_Info::x_LoadChunks(), x_LookupTableOptions_cmp(), x_MatchesMask(), CNewCleanup_imp::x_MoveNPTitle(), CBlastTabular::x_PartialDeserialize(), CBlastKmer::x_ProcessQuery(), CSplign::x_ProcessTermSegm(), x_PushPairVec(), x_QuerySetupOptions_cmp(), CFeaturePanel::x_RenderTitleBar(), CMakeProfileDBApp::x_Run(), x_safe_memcmp(), x_safe_strcmp(), CBlastKmer::x_SearchMultipleQueries(), CWriteDB_LMDB::x_Split(), x_tr(), CGlTextureFont::x_Truncate(), DTDParser::x_Type(), CRawSeqToDeltaSeqByLoc::x_UpdateRows(), CGridWidget::x_UpdateRowsToSelection(), ASNParser::x_Value(), DTDParser::x_Value(), CSeqGlyph::x_Visible_V(), CBlastKmerBuildIndex::x_WriteDataFile(), CBedImportData::xInitializeRgb(), XMLCheckQualifiers(), XMLDefVsHTGKeywords(), XorOperationsTest(), CRgbaColor::YuvToRgb(), and yy_get_next_buffer().

◆ buf

buf[len]
Initial value:
Examples
/home/coremake/doxygen/cxx/include/corelib/ncbistr.hpp, /home/coremake/doxygen/cxx/include/util/buffer_writer.hpp, and /home/coremake/doxygen/cxx/src/objtools/data_loaders/asn_cache/buffer_writer.hpp.

Definition at line 1454 of file lex.newick.cpp.

Referenced by _bcp_readfmt_colinfo(), _blk_get_col_data(), _SQLGetInfo(), _tr_flush_block(), _tr_stored_block(), CRWStreambuf::_Xsgetn_s(), CConn_Streambuf::_Xsgetn_s(), CPushback_Streambuf::_Xsgetn_s(), CCompressionStreambuf::_Xsgetn_s(), CPageBuffers::Add(), add_couple(), CProteinAlignText::AddDNAText(), CArchiveZip::AddEntryFromMemory(), CChecksum::AddFile(), CWriteDB_IsamIndex::AddHash(), CProteinAlignText::AddProtText(), CGRPCClientContext::AddStandardNCBIMetadata(), CChecksum::AddStream(), CAttribMenu::AddSubMenuUnique(), adler32(), adler32_z(), AllTests(), CVariant::Append(), CSimpleBufferT< char >::append(), append_string(), CArchive::AppendFileFromMemory(), CCassPrm::Assign(), bm::avx2_gap_bfind(), bm::avx2_gap_test(), BDB_Hash(), CCassQuery::BindBytes(), BitEncoderTest(), Blast_PerrorEx(), BlastScoreBlkProteinMatrixRead(), CSimpleBlobStore::BlobDescriptor(), block_cipher_df(), BOOST_AUTO_TEST_CASE(), BUF_Append(), BUF_AppendEx(), BUF_Destroy(), BUF_Erase(), BUF_Peek(), BUF_PeekAt(), BUF_PeekAtCB(), BUF_Prepend(), BUF_PrependEx(), BUF_Pushback(), BUF_Read(), BUF_SetChunkSize(), BUF_Size(), BUF_Write(), buffer_add_row(), buffer_alloc(), buffer_count(), buffer_current_index(), buffer_delete_rows(), buffer_free(), buffer_idx2row(), buffer_idx_increment(), buffer_index_valid(), buffer_is_full(), buffer_reset(), buffer_row2idx(), buffer_row_address(), buffer_save_row(), buffer_set_capacity(), buffer_struct_print(), buffer_transfer_bound_data(), BV_Serialize(), BZ2_bzread(), BZ2_bzRead(), BZ2_bzwrite(), BZ2_bzWrite(), cacher_read(), cacher_write(), bm::compressed_buffer_collection< BV >::calc_stat(), CalcMD5(), CTestSeqBasedMethod::CalculateScores(), CColorTableMethod::CalculateScores(), CCddBookRefToBvString(), CDiagRestorer::CDiagRestorer(), check_attr_ard(), check_attr_ird(), check_chars(), check_hex(), CheckData(), CheckGBBlock(), CheckOneDenDiag(), CheckRangeDeserial(), CheckTwoDenDiags(), CNcbiApplogApp::Cmd_Generate(), CNetCacheReader::CNetCacheReader(), CompareSparseVector(), compressor_header(), compressor_write(), bm::compute_serialization_size(), ComputeFileChecksum_deprecated(), ConfigDSN(), CONN_Read(), ConnNetInfo_Log(), bm::miniset< A, N >::convert_buf(), convert_to_upper(), pub_report::ConvertPMCtoPMID(), CSymLink::Copy(), copy_block(), CORE_GetUsername(), CORE_GetUsernameEx(), crc32(), crc32_generic(), crc32_z(), CSymLink::Create(), CreateConfigurableFile(), CGlShader::CreateShader(), CPagerViewButtons::CreateSubNodes(), ct_config(), SH2S_IoStream::DataSourceRead(), dbclrbuf(), DBLB_GetServer(), dbreadtext(), dbresults(), DbxrefQualToDbtag(), CGBenchFeedbackAttachment::DecodeData(), bm::decoder_base::decoder_base(), DeleteFields(), derive_mpi(), bm::sparse_vector_deserializer< bm::str_sparse_vector >::deserialize(), bm::deserialize(), bm::operation_deserializer< bvector_type >::deserialize(), bm::deserializer< BV, DEC >::deserialize(), bm::operation_deserializer< BV >::deserialize(), bm::compressed_collection_deserializer< CBC >::deserialize(), CBDB_ExtBlobMap::Deserialize(), CBDB_BlobMetaContainer::Deserialize(), bm::sparse_vector_deserializer< SV >::deserialize(), CBDB_BvSplitDictStore< Key, Dictionary, BvStore, BV >::Deserialize(), CBDB_BvStore< TBV >::Deserialize(), bm::sparse_vector_deserializer< SV >::deserialize_planes(), bm::deserialize_range(), bm::operation_deserializer< bvector_type >::deserialize_range(), bm::operation_deserializer< BV >::deserialize_range(), bm::sparse_vector_deserializer< SV >::deserialize_range(), bm::sparse_vector_deserializer< SV >::deserialize_structure(), bm::sparse_vector_deserializer< SV >::deserialize_sv(), bm::operation_deserializer< BV >::deserialize_xor(), bm::operation_deserializer< BV >::deserialize_xor_range(), DetailedCompareSparseVectors(), CSeqMaskerIstatFactory::DiscoverStatType(), CConnTest::DispatcherOkay(), dns_a(), dns_txt(), CEUtilsUpdater::DoPubSearch(), CGlCurve< Curve >::DrawBuffered(), SequenceViewerWidget_SequenceArea::DrawCell(), DSOCK_RecvMsg(), CBDB_FileDumper::Dump(), dump(), CDumpSysInfo::DumpSystemInfo(), ecdh_calc_secret_internal(), ecdh_make_params_internal(), ecdh_make_public_internal(), ecdh_read_params_internal(), ecdh_read_public_internal(), ecdsa_sign_det_restartable(), ecdsa_sign_restartable(), ecdsa_signature_to_asn1(), ecdsa_verify_restartable(), CExtraEncoder::Encode(), entropy_gather_internal(), CExecute::Exec(), CPipe::ExecWait(), ExportTest(), CArchiveZip::ExtractEntryToMemory(), CArchive::ExtractFileToMemory(), CFetchURL::Fetch(), CBDB_FileCursor::Fetch(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::Fetch(), CBDB_LobFile::Fetch(), CBDB_BLobFile::Fetch(), CBDB_FileCursor::FetchFirst(), CBlobMetaDB::FetchMeta(), CDbapiTestSpeedApp::FetchResults(), CCassQuery::FieldGetBlobValue(), bm::file_load_compressed_collection(), bm::file_load_svector(), bm::file_save_compressed_collection(), bm::file_save_svector(), fill_chars(), fill_hex(), FillTestBuffer(), CArchiveZip::FinalizeMemory(), CNcbiApplicationAPI::FindProgramExecutablePath(), CImageUtil::FlipY(), CCompressionStreambuf::Flush(), bm::for_each_gap_blk(), bm::for_each_gap_blk_range(), bm::for_each_gap_dbit(), fta_build_structured_comment(), fta_fix_tpa_keywords(), fta_parse_buf(), fta_parse_structured_comment(), fta_parse_tpa_tsa_block(), fta_process_con_slice(), fta_tpa_keywords_check(), fta_vnp_structured_comment(), FtaErrGetMsgCodes(), g_CORE_Sprintf(), g_VersionStr(), bm::gap_add_value(), bm::gap_any_range(), bm::gap_bfind(), bm::gap_bit_count(), bm::gap_bit_count_range(), bm::gap_bit_count_range_hint(), bm::gap_bit_count_to(), bm::gap_bit_count_unr(), bm::gap_bitset_or_any(), bm::gap_bitset_or_count(), bm::gap_bitset_sub_any(), bm::gap_bitset_sub_count(), bm::gap_bitset_xor_any(), bm::gap_bitset_xor_count(), bm::gap_block_find(), bm::gap_capacity(), bm::gap_control_sum(), bm::gap_convert_to_arr(), bm::gap_convert_to_bitset(), bm::gap_convert_to_bitset_smart(), bm::gap_find_first(), bm::gap_find_interval_end(), bm::gap_find_interval_start(), bm::gap_find_last(), bm::gap_find_prev(), bm::gap_free_elements(), bm::gap_init_range_block(), bm::gap_insert(), bm::gap_invert(), bm::gap_is_all_one(), bm::gap_is_all_one_range(), bm::gap_is_all_zero(), bm::gap_is_interval(), bm::gap_length(), bm::gap_level(), bm::gap_limit(), bm::gap_set_all(), bm::gap_set_array(), bm::gap_set_value(), bm::gap_set_value_cpos(), bm::gap_shift_l1(), bm::gap_shift_r1(), bm::gap_split(), bm::gap_test(), bm::gap_test_unr(), GAPCheck(), GenerateCompressedBufferCollection(), CBDB_FieldFixedByteString::Get(), CBDB_FieldLString::Get(), bm::heap_matrix< Val, ROWS, COLS, BVAlloc >::get(), bm::decoder_little_endian::get_16(), bm::decoder::get_16(), bm::decoder_little_endian::get_32(), bm::decoder::get_32(), get_art(), get_desc_field(), GetAccVerHistCompletionHeader(), GetAccVerHistoryHeader(), CObjFingerprint::GetAlignSignature(), CGnomonEngine::GetAnnot(), CEUtils_Request::GetBaseURL(), GetBioseqChunks(), GetBioseqCompletionHeader(), GetBioseqInfoHeader(), GetBioseqMessageHeader(), GetBioseqRecordId(), CPubseqReader::GetBlob(), CSQLITE_Statement::GetBlob(), CBlobStorage_NetCache::GetBlobAsString(), GetBlobChunkHeader(), GetBlobCompletionHeader(), GetBlobExcludeHeader(), GetBlobMessageHeader(), GetBlobPropCompletionHeader(), GetBlobPropHeader(), GetBlobPropMessageHeader(), GetBlobReader(), GetCitBookOld(), CObjFingerprint::GetComponentSignature(), GetCurrentProcessTimes(), CDir::GetCwd(), CNetCacheAPI::GetData(), CBDB_BLobFile::GetData(), CBDB_LobFile::GetData(), CAppExplorerDataObject::GetDataHere(), CBDB_FieldString::GetDataLength(), CBDB_FieldLString::GetDataLength(), CObjFingerprint::GetFeatSignature(), CBDB_FileCursor::GetFieldConvert(), CFtglFontManager::GetFont(), CObjFingerprint::GetGraphSignature(), CUnixFeature::GetGroupGIDByName(), CUnixFeature::GetGroupNameByGID(), CCacheHashedContent::GetHashedContent(), CObjFingerprint::GetHistogramSignature(), CDiagContext::GetHost(), CTaskServer::GetHostByIP(), CTaskServer::GetHostName(), GetIPAddress(), GetIPGMessageHeader(), GetIPGResolveHeader(), CPager::GetItemInfo(), CAsnBinCompressed::GetJobStreamProperties(), GetMD5Digest(), CChecksum::GetMD5Digest(), CCacheHashedContent::GetMediatorKeyContent(), CMergeBitsetBlob< BV >::GetMergeBuffer(), GetNamedAnnotationCompletionHeader(), GetNamedAnnotationHeader(), GetNamedAnnotationMessageCompletionHeader(), GetNamedAnnotationMessageHeader(), CSocket::GetPeerAddress(), GetPerNamedAnnotationResultsHeader(), GetPerNAResultsCompletionHeader(), GetProcessorMessageCompletionHeader(), GetProcessorMessageHeader(), GetProcessorProgressMessageHeader(), GetPublicCommentCompletionHeader(), GetPublicCommentHeader(), GetQSFromFile(), CHttpRequest::GetRawBuffer(), CSeqDBExpert::GetRawSeqAndAmbig(), GetReplyCompletionHeader(), GetReplyMessageHeader(), CObjFingerprint::GetRsiteSignature(), CParamsPanel::GetSelectedIndices(), CConversionResultPanel::GetSelectedIndices(), CParamsPanel::GetSelectedObjects(), CParamsPanel::GetSelection(), CConversionResultPanel::GetSelection(), CMAPanel::GetSelection(), CDataMiningPanel::GetSelection(), CSelectionPanel::GetSelection(), CSelectionView::GetSelection(), GetSeqData(), CObjFingerprint::GetSeqLocSignature(), GetSequenceProtein(), CBlastSeqVectorOM::GetStrandData(), IBlastSeqVector::GetStrandData(), CSQLITE_Statement::GetString(), CDiagContext::GetStringUID(), CTableDataBase::GetTableTypeId(), CAttribIntMenuItem::GetText(), CAttribFloatMenuItem::GetText(), CAttribIntMenuItem::GetTextValue(), CAttribFloatMenuItem::GetTextValue(), CDirEntry::GetTime(), CCurrentProcess::GetTimes(), CAlnStatGlyph::GetTooltip(), CGuiObjectInfoSeq_align::GetToolTip(), GetTSEBlobChunkHeader(), GetTSEBlobCompletionHeader(), GetTSEBlobExcludeHeader(), GetTSEBlobMessageHeader(), GetTSEBlobPropCompletionHeader(), GetTSEBlobPropHeader(), GetTSEBlobPropMessageHeader(), CCompressionUtil::GetUI2(), CCompressionUtil::GetUI4(), CUnixFeature::GetUserNameByUID(), CUnixFeature::GetUserUIDByName(), CObjFingerprint::GetVcfVariantSignature(), CSQLITE3_Cache::GetWriteStream(), CProjBulderApp::Gui_ConfirmConfiguration(), CProjBulderApp::Gui_ConfirmProjects(), gz_load(), gz_read(), gz_write(), gzfread(), gzfwrite(), gzgetc(), gzgets(), gzputc(), gzread(), gzwrite(), CCgiWatchFile::HasChanged(), CProSplign::CImplementation::HasStartOnNuc(), CProSplign::CImplementation::HasStopOnNuc(), CSocketAPI::HostPortToString(), IBISAnnotateDialog::IBISAnnotateDialog(), IdentifySlnGUID(), inflateSync(), bm::miniset< A, N >::init_bitbuf(), bm::miniset< A, N >::init_gapbuf(), CFastCgiThreadedRequest::inProcessor(), CBDB_BLobFile::Insert(), InsertItemInListView(), InsertItemInReportView(), InterpolativeCodingTest(), CTaskServer::IPToString(), CAsnBinCompressed::IsLZOStream(), mu::ParserComplex::IsVal(), mu::ParserInt::IsVal(), CJson_WalkHandler::Key(), load_file(), bm::sparse_vector_deserializer< SV >::load_null_plane(), bm::sparse_vector_deserializer< SV >::load_planes_off_table(), CBDB_RangeMap< TBV >::LoadFreeList(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::LoadIdDeMux(), CDirEntry::LookupLink(), main(), CSeqDBTest2Thread::Main(), CSeqDBTest3Thread::Main(), CAsyncDiagThread::Main(), Make_GI_or_PDB_String_CN3D(), make_ntlm_v2_hash(), SBamUtil::MakeFloat(), SBamUtil::MakeUint2(), SBamUtil::MakeUint4(), SBamUtil::MakeUint8(), mbedtls_aes_rk_offset(), mbedtls_asn1_write_bitstring_ncbicxx_2_28_8(), mbedtls_asn1_write_named_bitstring_ncbicxx_2_28_8(), mbedtls_asn1_write_octet_string_ncbicxx_2_28_8(), mbedtls_asn1_write_raw_buffer_ncbicxx_2_28_8(), mbedtls_ct_mem_move_to_left(), mbedtls_ctr_drbg_update_seed_file_ncbicxx_2_28_8(), mbedtls_ctr_drbg_write_seed_file_ncbicxx_2_28_8(), mbedtls_debug_print_buf_ncbicxx_2_28_8(), mbedtls_debug_print_crt_ncbicxx_2_28_8(), mbedtls_dhm_parse_dhmfile_ncbicxx_2_28_8(), mbedtls_ecdh_calc_secret_ncbicxx_2_28_8(), mbedtls_ecdh_make_params_ncbicxx_2_28_8(), mbedtls_ecdh_make_public_ncbicxx_2_28_8(), mbedtls_ecdh_read_params_ncbicxx_2_28_8(), mbedtls_ecdh_read_public_ncbicxx_2_28_8(), mbedtls_ecdsa_sign_det_ext_ncbicxx_2_28_8(), mbedtls_ecdsa_sign_det_ncbicxx_2_28_8(), mbedtls_ecdsa_sign_ncbicxx_2_28_8(), mbedtls_ecdsa_verify_ncbicxx_2_28_8(), mbedtls_ecp_point_read_binary_ncbicxx_2_28_8(), mbedtls_ecp_point_write_binary_ncbicxx_2_28_8(), mbedtls_ecp_read_key_ncbicxx_2_28_8(), mbedtls_ecp_tls_read_group_id_ncbicxx_2_28_8(), mbedtls_ecp_tls_read_group_ncbicxx_2_28_8(), mbedtls_ecp_tls_read_point_ncbicxx_2_28_8(), mbedtls_ecp_tls_write_group_ncbicxx_2_28_8(), mbedtls_ecp_tls_write_point_ncbicxx_2_28_8(), mbedtls_ecp_write_key_ncbicxx_2_28_8(), mbedtls_entropy_func_ncbicxx_2_28_8(), mbedtls_entropy_update_seed_file_ncbicxx_2_28_8(), mbedtls_entropy_write_seed_file_ncbicxx_2_28_8(), mbedtls_hmac_drbg_update_seed_file_ncbicxx_2_28_8(), mbedtls_hmac_drbg_write_seed_file_ncbicxx_2_28_8(), mbedtls_md_file_ncbicxx_2_28_8(), mbedtls_mpi_read_binary_le_ncbicxx_2_28_8(), mbedtls_mpi_read_binary_ncbicxx_2_28_8(), mbedtls_mpi_write_binary_le_ncbicxx_2_28_8(), mbedtls_mpi_write_binary_ncbicxx_2_28_8(), mbedtls_mpi_write_string_ncbicxx_2_28_8(), mbedtls_net_accept_ncbicxx_2_28_8(), mbedtls_net_recv_ncbicxx_2_28_8(), mbedtls_net_recv_timeout_ncbicxx_2_28_8(), mbedtls_net_send_ncbicxx_2_28_8(), mbedtls_oid_get_numeric_string_ncbicxx_2_28_8(), mbedtls_pem_read_buffer_ncbicxx_2_28_8(), mbedtls_pem_write_buffer_ncbicxx_2_28_8(), mbedtls_pk_load_file_ncbicxx_2_28_8(), mbedtls_pk_parse_keyfile_ncbicxx_2_28_8(), mbedtls_pk_parse_public_keyfile_ncbicxx_2_28_8(), mbedtls_pk_write_key_der_ncbicxx_2_28_8(), mbedtls_pk_write_key_pem_ncbicxx_2_28_8(), mbedtls_pk_write_pubkey_der_ncbicxx_2_28_8(), mbedtls_pk_write_pubkey_pem_ncbicxx_2_28_8(), mbedtls_platform_zeroize_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_oaep_decrypt_ncbicxx_2_28_8(), mbedtls_rsa_rsaes_pkcs1_v15_decrypt_ncbicxx_2_28_8(), mbedtls_rsa_rsassa_pss_verify_ext_ncbicxx_2_28_8(), mbedtls_ssl_check_record_ncbicxx_2_28_8(), mbedtls_ssl_context_load_ncbicxx_2_28_8(), mbedtls_ssl_context_save_ncbicxx_2_28_8(), mbedtls_ssl_flush_output_ncbicxx_2_28_8(), mbedtls_ssl_parse_finished_ncbicxx_2_28_8(), mbedtls_ssl_read_ncbicxx_2_28_8(), mbedtls_ssl_session_load_ncbicxx_2_28_8(), mbedtls_ssl_session_save_ncbicxx_2_28_8(), mbedtls_ssl_ticket_parse_ncbicxx_2_28_8(), mbedtls_ssl_write_ncbicxx_2_28_8(), mbedtls_strerror_ncbicxx_2_28_8(), mbedtls_x509_crl_info_ncbicxx_2_28_8(), mbedtls_x509_crl_parse_der_ncbicxx_2_28_8(), mbedtls_x509_crl_parse_file_ncbicxx_2_28_8(), mbedtls_x509_crl_parse_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_der_internal(), mbedtls_x509_crt_parse_der_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_der_nocopy_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_der_with_ext_cb_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_file_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_ncbicxx_2_28_8(), mbedtls_x509_crt_verify_info_ncbicxx_2_28_8(), mbedtls_x509_csr_info_ncbicxx_2_28_8(), mbedtls_x509_csr_parse_der_ncbicxx_2_28_8(), mbedtls_x509_csr_parse_file_ncbicxx_2_28_8(), mbedtls_x509_csr_parse_ncbicxx_2_28_8(), mbedtls_x509_dn_gets_ncbicxx_2_28_8(), mbedtls_x509_key_size_helper_ncbicxx_2_28_8(), mbedtls_x509_serial_gets_ncbicxx_2_28_8(), mbedtls_x509_sig_alg_gets_ncbicxx_2_28_8(), mbedtls_x509write_crt_der_ncbicxx_2_28_8(), mbedtls_x509write_crt_pem_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_authority_key_identifier_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_basic_constraints_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_key_usage_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_ns_cert_type_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_subject_key_identifier_ncbicxx_2_28_8(), mbedtls_x509write_csr_der_ncbicxx_2_28_8(), mbedtls_x509write_csr_pem_ncbicxx_2_28_8(), mbedtls_x509write_csr_set_key_usage_ncbicxx_2_28_8(), mbedtls_x509write_csr_set_ns_cert_type_ncbicxx_2_28_8(), MD4Transform(), MD4Update(), MD5Transform(), MD5Update(), mdb_assert_fail(), mdb_env_cwalk(), mdb_reader_list(), mdb_strerror(), MEMORY_CreateConnectorEx(), MergeNoteQual(), MIME_ComposeContentTypeEx(), ASNDataManager::MonitorAlignments(), bm::compressed_buffer_collection< BV >::move_buffer(), mycmp(), myGetPrivateProfileString(), mz_zip_reader_read_central_dir(), mz_zip_writer_init_file_v2(), mz_zip_writer_write_zeros(), NcbiAddrToDNS(), NcbiAddrToString(), NcbiDumpIPRange(), NcbiGetCgiClientIPEx(), NcbiGetCgiClientIPv6Ex(), NcbiGetHostIfConfEx(), NcbiGetHostIP(), NcbiGetline(), NcbiIPv4ToString(), NcbiIPv6ToString(), NcbiIsLocalIPEx(), NcbiLog_GetHostName(), NcbiLog_Perf(), NcbiLog_UpdateOnFork(), NcbiLogP_GenerateHitID(), NcbiLogP_GenerateSID(), NcbiLogP_PerfStr(), NcbiMessagePlusError(), NcbiStreamToString(), CMultiSourceWriterImpl::NewStreamBuf(), CCassConnection::NewTimeUUID(), Nlm_MemFill(), Nlmzip_copy_block(), Nlmzip_flush_block(), CDirEntry::NormalizePath(), odbc_buf_add(), odbc_buf_asprintf(), odbc_buf_free(), odbc_buf_get(), odbc_convert_datetime_to_binary(), odbc_db_is_microsoft(), odbc_db_version(), odbc_driver_is_freetds(), odbc_get_sqlchar(), odbc_get_sqlwchar(), odbc_populate_ird(), odbc_quote_metadata(), odbc_setenv(), odbc_stat_execute(), odbc_tds2sql(), odbc_tds_convert_wide_iso(), odbc_unquote(), SUv_Tcp::OnAlloc(), CBDBEnvKeeperConnectionHandler::OnMessage(), SUvNgHttp2_SessionBase::OnRead(), SUv_Tcp::OnRead(), SUvNgHttp2_TlsImpl::OnRecv(), CJaegerTracer::OnRequestStart(), SUvNgHttp2_TlsImpl::OnSend(), CLZOCompressionFile::Open(), CArchiveZip::OpenMemory(), SGetHttpDefaultRetries::operator()(), CBDB_FieldFixedByteString::operator=(), CBDB_FieldLString::operator=(), bm::serializer< BV >::optimize_serialize_destroy(), CHttpGetParser::Parse(), parse_int8(), parse_numeric(), pem_aes_decrypt(), pem_des3_decrypt(), pem_des_decrypt(), pk_parse_key_pkcs8_encrypted_der(), pk_write_ec_pubkey(), PopDiagPostPrefix(), CConnTest::PostCheck(), prdbresults_state(), prdbretcode(), prepare_call(), CSrvTime::Print(), bm::print_bvector_stat(), print_gap(), CNCActiveSyncControl::PrintState(), CPdfNumber::PrintTo(), CNCStat::PrintToLogs(), CNCStat::PrintToSocket(), ProcessStream(), prresult_type(), prretcode(), PSGToString(), CStreamUtils::Pushback(), CSocketReaderWriter::Pushback(), CStreamReader::Pushback(), CSocket::Pushback(), PushDiagPostPrefix(), bm::encoder::put_16(), bm::encoder::put_32(), put_ascii(), put_cp1252(), put_iso1(), put_ucs4be(), put_ucs4le(), put_utf16be(), put_utf16le(), put_utf8(), CNetCacheAPI::PutData(), QSIndex(), query_test(), CBGZFStream::Read(), CPhyloCSFData::Read(), CBamIndex::Read(), CCharVectorFunctions< Char >::Read(), SUvNgHttp2_TlsNoOp::Read(), SUvNgHttp2_TlsImpl::Read(), CNetICacheClient::Read(), CBDB_Cache::Read(), CSQLITE3_Cache::Read(), CAsyncWriteCache::Read(), Ctbl_seg::Read(), Ctbl_feat::Read(), NDirectNetStorageImpl::CObj::Read(), CBDB_BLobStream::Read(), CFileIO::Read(), CCgiEntryReader::Read(), CStreamReader::Read(), CStringReader::Read(), CBDB_BlobReaderWriter::Read(), CDB_Result_Reader::Read(), CBDB_CacheIReader::Read(), SFileTrackDownload::Read(), CMemoryReader::Read(), CSocketReaderWriter::Read(), CStringOrBlobStorageReader::Read(), CFileReader::Read(), CFileReaderWriter::Read(), CBlobReader::Read(), CTransmissionReader::Read(), CCGIStreamReader::Read(), CxBlobReader::Read(), CReaderOfLines::Read(), SPSG_BlobReader::Read(), CTarReader::Read(), CDataChunkReader::Read(), SH2S_ReaderWriter::Read(), CNetCacheReader::Read(), CPipeHandle::Read(), CNamedPipeHandle::Read(), CNamedPipe::Read(), NDirectNetStorageImpl::CRONetCache::Read(), NDirectNetStorageImpl::CROFileTrack::Read(), CPipe::Read(), CLZOCompressionFile::Read(), CCompressionIStream::Read(), CCompressionIOStream::Read(), CVariant::Read(), CSrvSocketTask::Read(), CResultSet::Read(), CSocket::Read(), read_buf(), read_string(), CObjectIStreamAsn::ReadAnyContent(), readBlob(), CBDB_MergeStore< BStore >::ReadBlob(), CBDB_MergeStoreAsync< BStore >::ReadBlob(), CBDB_ExtBlobStore< TBV >::ReadBlob(), readBlobAsChar(), CJson_Document::ReadBuffered(), CSeqDBSeqFile::ReadBytes(), CSeqDBHdrFile::ReadBytes(), CSeqDBRawFile::ReadBytes(), CObjectIStream::ReadCompressedBitString(), CBDB_File::ReadCursor(), CSrvSocketTask::ReadData(), SH2S_ReaderWriter::ReadImpl(), ReadIntoUtf8(), CSocket::ReadLine(), readline(), CNetICacheClient::ReadPart(), CStreamUtils::Readsome(), ReadStringFromStream(), ReadStrWithLen(), CDatagramSocket::Recv(), RemoveSourceFeatSpaces(), RemoveSpacesAndCommas(), CMergeBitsetBlob< BV >::Reset(), revcmp(), bm::heap_matrix< Val, ROWS, COLS, BVAlloc >::row(), bm::dynamic_heap_matrix< unsigned, bv_allocator_type >::row(), CDbapiTest::Run(), CAVApp::Run(), CCompartApplication::Run(), CBDB_SplitTest::Run(), CDbapiTestSpeedApp::RunSample(), s_AddInt(), s_AddZeroPadInt(), s_AddZeroPadInt2(), s_AppendInt4(), s_AppStart(), s_AsnRead(), s_AsnWrite(), s_BUF_IO(), s_BufHash(), s_CheckLZOHeader(), s_CompactBuffer(), s_Compress(), s_CONN_IO(), s_CONN_Read(), s_CONN_ReadPersist(), s_Connect_(), s_CopyData(), s_CP(), s_CreateConnectorMemory(), SH2S_Session::s_DataSourceRead(), s_Decompress(), s_DisplayCheckbox(), s_DisplayCheckboxChecked(), s_DisplayStructureOverview(), SDiagMessage::s_EscapeNewlines(), s_Extra(), s_ExtraStr(), s_FTPMdtm(), s_FTPRename(), s_FTPSize(), s_FTPSyst(), s_GetAlignmentTooltip(), s_GetDiskSpace_PANFS(), CMacroFunction_AuthorFix::s_GetFirstNameInitialsWithoutStops(), s_gethostbyname_(), s_GetOneNexusSizeComment(), s_GetSubHitID(), s_GetTimeStr(), s_GetToolkitRCLogLocation(), s_HEAP_Id(), s_HexDumpFile(), s_HttpUrlDecode(), s_ID(), s_InitAPI_(), CMacroFunction_AuthorFix::s_InsertInitialPeriods(), s_LoadLocalIPs(), s_LoadSingleService(), s_LOG_Handler(), s_LookupHost(), s_MakeFrom(), s_MakeOverflowFileName(), s_MbedTlsError(), s_MbedTlsInit(), s_MbedTlsRead(), s_ModeAsString(), s_Ncbi2naRevCmp(), s_Ncbi4naRevCmp(), s_OffsetAsString(), s_on_ipc_alloc(), s_on_ipc_connection(), SUv_Tcp::s_OnAlloc(), SUv_Tcp::s_OnRead(), SUvNgHttp2_TlsImpl::s_OnRecv(), SUvNgHttp2_TlsImpl::s_OnSend(), s_Print1Dig(), s_Print2Digs(), s_Print3Digs(), s_Print4Digs(), s_Print6Digs(), s_PrintMessage(), s_ProgressCallback(), s_QueueLogWrite(), s_Read(), s_Read_(), s_ReadBufToString(), s_ReadData(), s_ReadFileString(), s_ReadFromSocket(), s_ReadFullResponse(), s_ReadMagic(), s_Readsome(), s_ReadStrFromBUF(), s_ReadUInt32(), s_ReadUInt64(), s_Recv(), s_RecvMsg(), s_SendRcpt(), s_SeqDbGetSequence(), s_SeqDBMapNcbiNA8ToBlastNA8(), s_SetCurThread(), s_SetPrimitiveData(), s_SOCK_IO(), s_SockRead(), s_SockReadResponse(), s_SockWrite(), s_StripToPattern(), s_Uint8ToString(), SDiagMessage::s_UnescapeNewlines(), s_VT_Read(), s_VT_Write(), s_Write(), s_WriteBuffer(), s_WriteInt4(), s_WriteInt8BE(), s_WriteInt8LE(), s_WriteLog(), s_WriteLZOHeader(), s_WriteNoPending(), s_WriteToNamedPipe(), s_WriteToSocket(), s_ZipExtractCallback(), CBDB_RangeMap< TBV >::Save(), xml::impl::save_to_stream_cb(), xml::impl::save_to_string_cb(), CProjectStorage::SaveRawData(), ScanSequence(), SDiagMessage::SDiagMessage(), SeqToDelta(), SerializationCompressionLevelsTest(), CBDB_ExtBlobMap::Serialize(), CBDB_BlobMetaContainer::Serialize(), CCgiRequest::Serialize(), bm::serializer< BV >::serialize(), bm::serialize(), bm::compressed_collection_serializer< CBC >::serialize(), bm::sparse_vector_serializer< SV >::serialize(), CDataFrame< MAX_SIZE >::Serialize(), CSeqDictionary< Alphabet >::Serialize(), CPSGS_SatInfoChunksVerFlavorId2Info::Serialize(), CPSGS_IdModifiedVerFlavorId2Info::Serialize(), SERV_Print(), SERV_PrintFirewallPorts(), SERV_SetImplicitServerType(), bm::set_gap_level(), CBDB_BufferManager::SetAllNull(), CConn_Streambuf::setbuf(), CGlRenderBuffer< T >::SetBuffer(), CQueryEval_BV_Value< BV >::SetBuffer(), CBDB_Field::SetBuffer(), CAppExplorerDataObject::SetData(), SetDiagPostPrefix(), CBDB_FieldFixedByteString::SetMaxVal(), CBDB_FieldString::SetMaxVal(), CBDB_FieldLString::SetMaxVal(), CBDB_FieldFixedByteString::SetMinVal(), CBDB_BufferManager::SetNullBit(), SetupQueries_OMF(), NtlookupTestFixture::SetUpQuery(), TestFixture::SetUpQuery(), NuclWordFinderTextFixture::setupSequences(), TestFixture::SetUpSubject(), sGenerateFields(), CObjectIStreamJson::SkipByteBlock(), smp_to_string(), SOCK_gethostbyaddr(), SOCK_gethostbyaddrEx(), SOCK_gethostname(), SOCK_gethostnameEx(), SOCK_GetPeerAddressString(), SOCK_GetPeerAddressStringEx(), SOCK_HostPortToString(), SOCK_HostPortToStringEx(), SOCK_ntoa(), SOCK_Read(), CNetCacheReader::SocketRead(), bm::sparse_vector_deserialize(), SPGetPEValue(), split_collate(), SPSGS_BlobId::SPSGS_BlobId(), SPValidateEcnum(), bm::sse2_gap_bfind(), bm::sse2_gap_test(), bm::sse42_gap_bfind(), bm::sse42_gap_test(), ssl_calc_finished_tls(), ssl_calc_finished_tls_sha256(), ssl_calc_finished_tls_sha384(), ssl_context_load(), ssl_load_six_bytes(), ssl_parse_alpn_ext(), ssl_parse_client_hello(), ssl_parse_encrypt_then_mac_ext(), ssl_parse_extended_ms_ext(), ssl_parse_max_fragment_length_ext(), ssl_parse_record_header(), ssl_parse_renegotiation_info(), ssl_parse_server_hello(), ssl_parse_servername_ext(), ssl_parse_session_ticket_ext(), ssl_parse_supported_elliptic_curves(), ssl_parse_supported_point_formats(), ssl_parse_supported_point_formats_ext(), ssl_parse_truncated_hmac_ext(), ssl_session_load(), ssl_session_save(), ssl_ticket_gen_key(), ssl_update_checksum_md5sha1(), ssl_update_checksum_sha256(), ssl_update_checksum_sha384(), ssl_update_checksum_start(), ssl_write_alpn_ext(), ssl_write_client_hello(), ssl_write_encrypt_then_mac_ext(), ssl_write_extended_ms_ext(), ssl_write_hostname_ext(), ssl_write_max_fragment_length_ext(), ssl_write_real(), ssl_write_renegotiation_ext(), ssl_write_server_hello(), ssl_write_session_ticket_ext(), ssl_write_supported_elliptic_curves_ext(), ssl_write_supported_point_formats_ext(), ssl_write_truncated_hmac_ext(), NDirectNetStorageImpl::CObj::StartRead(), NDirectNetStorageImpl::CNotFound::StartRead(), NDirectNetStorageImpl::CNetCache::StartRead(), NDirectNetStorageImpl::CFileTrack::StartRead(), NDirectNetStorageImpl::CNetCache::StartWrite(), NDirectNetStorageImpl::CFileTrack::StartWrite(), CStreamUtils::Stepback(), CBDB_ExtBlobStore< TBV >::StoreBlob(), CCompressionUtil::StoreUI2(), CCompressionUtil::StoreUI4(), str(), StressTestStrSparseVector(), CJson_WalkHandler::String(), string_to_int(), string_to_int8(), string_to_uint8(), CSeqConvert_imp::Subseq(), syncsearch(), tds4_send_emulated_rpc(), tds71_do_login(), tds7_put_query_params(), tds_alloc_packet(), tds_ascii_to_ucs2(), tds_connection_read(), tds_connection_write(), tds_convert_int8(), tds_convert_string(), tds_convert_uint8(), tds_convert_unique(), tds_generic_put(), tds_get_homedir(), tds_get_locale(), tds_getmac(), tds_goodread(), tds_msdatetime_put(), tds_numeric_put(), tds_put_buf(), tds_put_login_string(), tds_put_n(), tds_put_param_as_string(), tds_quote_and_put(), tds_quoteout_stream_write(), tds_readpassphrase(), tds_realloc_packet(), tds_send_emulated_rpc(), tds_socket_read(), tds_socket_write(), tds_strftime(), tds_swap_bytes(), tds_vasprintf(), tdsdump_do_dump_buf(), tdsdump_start(), gap_vector::temp_invert(), test(), Test(), test0(), test2(), test_err(), test_generic(), test_split(), TestCompressedCollection(), TestCompressSparseVector(), TestCompressSparseVectorSerial(), TestEqualSparseVectors(), TestInsert(), TestName(), CBDB_BufferManager::TestNullBit(), TestSignedSparseVectorSerial(), TestSIMDUtils(), TestSparseVector(), TestSparseVectorSerial(), TestSparseVectorSerialization2(), TestStrSparseVector(), TestStrSparseVector_FindEq(), TestStrSparseVectorSerial(), to_native(), ToJsonString(), CBDB_FieldLString::ToString(), SCass_BlobId::ToString(), CNetCacheWriter::Transmit(), CNetCacheWriter::TransmitImpl(), CAlnVec::TransposeSequences(), uInt64_toAscii(), uncompress2(), unfinished_query_test(), unlookup(), CCache_blob::UnPack(), unpack_rr(), CMD5::Update(), sse42_crc32::update(), CCharHistogram::UpdateHistogram(), CCharHistogram::UpdateHistogramWithDelim(), CBlobMetaDB::UpdateInsert(), CBDB_BLobFile::UpdateInsert(), CNetCacheWriter::UploadCacheFile(), URL_ConnectEx(), CValidError_bioseq::ValidateSeqDescContext(), VDBSRC_Init2naReader(), SUvNgHttp2_TlsImpl::Write(), SDiagMessage::Write(), NDirectNetStorageImpl::CObj::Write(), CBDB_BLobStream::Write(), CFileIO::Write(), CStreamWriter::Write(), CBDB_BlobReaderWriter::Write(), SFileTrackUpload::Write(), CSocketReaderWriter::Write(), CFileWriter::Write(), CFileReaderWriter::Write(), CBlobWriter::Write(), CWriter_HTMLEncoder::Write(), CChecksumStreamWriter::Write(), CMultiWriter::Write(), CTransmissionWriter::Write(), CCgiStreamWrapperWriter::Write(), CNetCacheWriter::Write(), CBDB_CacheIWriter::Write(), CxBlobWriter::Write(), CMD5StreamWriter< Buffer >::Write(), CStringOrWriter::Write(), SH2S_ReaderWriter::Write(), CNamedPipeHandle::Write(), CNamedPipe::Write(), SIoStreamEmbeddedStreamReaderWriter::Write(), NDirectNetStorageImpl::CWONetCache::Write(), NDirectNetStorageImpl::CWOFileTrack::Write(), CLZOCompressionFile::Write(), CCompressionOStream::Write(), CCompressionIOStream::Write(), CSrvSocketTask::Write(), CSocket::Write(), impl::SBufferWriter_Write< ncbi::CSimpleBufferT< T > >::Write(), impl::SBufferWriter_Write< std::vector< T > >::Write(), impl::SBufferWriter_Write< T >::Write(), SUv_Write::Write(), CObjectOStreamAsn::WriteBitString(), CObjectOStreamAsnBinary::WriteBitString(), CObjectOStreamJson::WriteBitString(), CObjectOStreamXml::WriteBitString(), CNCBlobStorage::WriteBlobStat(), CSrvSocketTask::WriteData(), CNCBlobStorage::WriteDbInfo(), SNetServerConnectionImpl::WriteLine(), CFileHandleDiagHandler::WriteMessage(), CFileDiagHandler::WriteMessage(), CMsvcConfigure::WriteNcbiconfMsvcSite(), CBDB_Cache::WriteOverflow(), TNCBufferType::WriteText(), x509_crt_parse_der_core(), x509_get_certificate_policies(), x509_info_cert_policies(), x509_info_cert_type(), x509_info_ext_key_usage(), x509_info_key_usage(), x509_info_subject_alt_name(), x509write_csr_der_internal(), CDllResolver::x_AddExtraDllPath(), CWriteDB_IsamIndex::x_AddString(), CWriteDB_IsamIndex::x_AddStringData(), CSimpleBufferT< char >::x_Allocate(), CRPCClient_Base::x_Ask(), x_Authenticate(), x_BadMagic(), x_BlockTEA_Decode(), x_BlockTEA_Encode(), CCacheHashedContent::x_CheckHashContent(), CQueueDataBase::x_CheckOpenPreconditions(), CBamRefSeqIterator::x_CheckRC(), CBamAlignIterator::x_CheckRC(), x_ClassStr(), CCompression::x_CompressFile(), CDiagContext::x_CreateUID_AsyncSafe(), x_CredInfo(), CBDB_RawFile::x_DB_CPut(), CBDB_RawFile::x_DB_Put(), CCompression::x_DecompressFile(), x_Descr(), CDeflineGenerator::x_DescribeClones(), CGlCurve< Curve >::x_DrawRecursiveBuffered(), x_DumpHdr(), CSeqSearch::x_ExpandPattern(), x_FixupUserHeader(), x_FlagsStr(), x_FTPCompleteUpload(), x_FTPDir(), x_FTPEprt(), x_FTPEpsv(), x_FTPParseMdtm(), x_FTPParseReply(), x_FTPPasv(), x_FTPPollCntl(), x_FTPPort(), x_FTPXfer(), x_GetChar(), CDisplaySeqalign::x_GetGeneLinkUrl(), CEutilsClient::x_GetHostName(), CLDS2_Database::x_GetLdsSeqId(), CDiagContext::x_GetNextHitID(), CSplignApp::x_GetNextPair(), CBamRefSeqIterator::x_GetString(), CBamAlignIterator::x_GetString(), x_GetValue(), CSaveImagesSetupDlg::x_Init(), x_IPv4ToString(), x_IPv6ToString(), x_IsUrlAccessible(), x_json_serialize_string(), x_json_serialize_to_buffer(), x_json_serialize_to_buffer_pretty(), x_json_serialize_to_buffer_r(), x_json_serialize_to_string(), x_json_serialize_to_string_pretty(), CMultiAligner::x_LoadBlockBoundaries(), CHTMLPage::x_LoadTemplate(), CHTMLPage::x_LoadTemplateLib(), x_MbedTlsPull(), CMergeVolumes::x_MergeVolume(), x_Namespace(), SDiagMessage::x_NewWrite(), x_Num(), SDiagMessage::x_OldWrite(), CPhyloTreeMaxDirectChildDist::x_OnStep(), x_OpcodeStr(), CCleanupApp::x_OpenOStream(), CFastCgiThreadedRequest::x_ParseEnv(), x_Port(), CDisplaySeqalign::x_PrintDefLine(), CHTMLPage::x_PrintTemplate(), CCgiRequest::x_ProcessInputStream(), CSoapServerApplication::x_ProcessWsdlRequest(), CStreamUtils::x_Pushback(), x_Pushback(), x_PushbackBuf(), x_RcodeStr(), CCgiWatchFile::x_Read(), CConn_Streambuf::x_Read(), CRWStreambuf::x_Read(), SPSG_BlobReader::x_Read(), CSeqDBExtFile::x_ReadBytes(), CBDB_ExtBlobStore< TBV >::x_ReadCache(), x_ReadChunkHead(), x_ReadChunkTail(), CBlastDbBlob::x_ReadIntFixed(), x_Readsome(), CColumnarVCFReaderApp::x_ReadVCFBlob(), IPhyloTreeRender::x_RenderCircularVbo(), IPhyloTreeRender::x_RenderSplineVbo(), x_ReqMethod(), x_SaveStr(), CWorkspaceAutoSaver::x_SaveWorkspace(), x_Scheme(), x_Sendmail_InitEnv(), x_ServiceName(), x_SetupConnectionParams(), x_TypeStr(), x_UpdateDtabInArgs(), x_UpdateHost(), CRNAValidator::x_ValidateTrnaCodons(), x_VerifyReply(), x_WriteBuf(), CFastaOstream::x_WriteBuffer(), CCgiStreamWrapperWriter::x_WriteChunk(), CBlastDbBlob::x_WriteIntFixed(), CBlastDbBlob::x_WriteIntFixed_LE(), CBDB_CacheIWriter::x_WriteOverflow(), CBlastDbBlob::x_WriteString(), CBlastDbBlob::x_WriteVarInt(), XMLAccessionsCheck(), XMLConcatSubTags(), XMLGetSegment(), XMLGetTagValue(), XMLInitialEntry(), XMLKeywordsCheck(), XMLRestoreSpecialCharacters(), CConn_Streambuf::xsgetn(), CPushback_Streambuf::xsgetn(), CCompressionStreambuf::xsgetn(), CRWStreambuf::xsgetn(), CCompressionStreambuf::xsputn(), CRWStreambuf::xsputn(), CConn_Streambuf::xsputn(), CPushback_Streambuf::xsputn(), xTryProductRules(), xx_LoadLocalIPs(), and CDiagRestorer::~CDiagRestorer().

◆ file

FILE* file

Definition at line 1337 of file lex.newick.cpp.

Referenced by _bcp_check_eof(), CProjBulderApp::AddCustomConfH(), CProjBulderApp::AddCustomMetaData(), CBamUIDataSource::AddDataLoader(), CSNPDataLoader_Impl::AddFixedFile(), CSNPDataLoader_Impl::AddFixedFileOnce(), CCodeGenerator::AddType(), CUpdateAlign::apply(), CLoadStructComments::apply(), CLoadSecondaryAccessions::apply(), boost::assertion_failed(), CDebugDumpViewer::Bpt(), CRemoteAppLauncher::CanExec(), CBAMDataLoader::CBAMDataLoader(), CBGZFStream::CBGZFStream(), CConn_FTPDownloadStream::CConn_FTPDownloadStream(), CConn_FTPUploadStream::CConn_FTPUploadStream(), CDBInterfacesFileConnParams::CDBInterfacesFileConnParams(), CDiagCompileInfo::CDiagCompileInfo(), CFileDBEngine::CFileDBEngine(), check_lib(), CRR_Util::CheckExistanceAndPermissions(), CGeneFileUtils::CheckExistence(), CheckStaticType(), CHugeAsnReader::CHugeAsnReader(), CInvalidChoiceSelection::CInvalidChoiceSelection(), CBDB_Env::CleanLog(), CFile::CompareTextContents(), CArrayHolder::Convert(), CMacroFlowEditor::CopyDefaultLibrary(), ColumnarVcfCache::CreateBlob(), SRemoteApp::SRequest::CreateFilesNode(), CDirEntry::CreateTmpFile(), CSaveHitMatrixPdfDlg::CSaveHitMatrixPdfDlg(), CSeqDB_Path::CSeqDB_Path(), CSeqIdGuesser::CSeqIdGuesser(), CSeqidlistRead::CSeqidlistRead(), CSimpleDictionary::CSimpleDictionary(), CSmartFileTextToolbar::CSmartFileTextToolbar(), CSNPBlobId::CSNPBlobId(), CSNPDataLoader_Impl::CSNPDataLoader_Impl(), CSNPSeqInfo::CSNPSeqInfo(), CStaticArraySearchBase< NStaticArray::PKeyValuePair< SStaticPair< KeyType, ValueType > >, less< KeyType > >::CStaticArraySearchBase(), debug_print_line_by_line(), debug_print_pk(), debug_send_line(), CReadBlastApp::dumpAlignment(), C5ColObjectLoader::Execute(), CAgpObjectLoader::Execute(), CAsnObjectLoader::Execute(), CBedObjectLoader::Execute(), CFastaObjectLoader::Execute(), CGBFlatFileObjectLoader::Execute(), CGffObjectLoader::Execute(), CPhyObjectLoader::Execute(), CPslObjectLoader::Execute(), CRMObjectLoader::Execute(), CTextAlignObjectLoader::Execute(), CVcfObjectLoader::Execute(), CWigObjectLoader::Execute(), pythonpp::CEngine::ExecuteFile(), ExtractFileName(), CDataType::FileName(), CWinMaskConfig::FillIdList(), get_desktop_file(), CWGSFileInfo::SAccFileInfo::GetContigIterator(), CSeqDB::GetDiskUsage(), GetFavoritesFile(), CWGSDataLoader_Impl::GetFileInfoByGi(), CWGSDataLoader_Impl::GetFileInfoByProtAcc(), CSplitCacheApp::GetFileName(), CMultiFileInput::GetFilenames(), CFtglFontManager::GetFont(), CBamDb::GetHeaderText(), CSeqIdGuesser::GetIdStrings(), CGeneFileUtils::GetLength(), CBamUIDataSource::GetLoaderName(), CSNPDataLoader::SLoaderParams::GetLoaderName(), CSNPDataLoader::GetLoaderNameFromArgs(), CSeqDBAtlas::GetMemoryFile(), CVDBGraphDataLoader_Impl::GetOrphanAnnotRecordsOnce(), CWGSFileInfo::SAccFileInfo::GetProteinIterator(), CCSRADataLoader_Impl::GetRecordsOnce(), CCSRADataLoader_Impl::GetRefSeqInfo(), CWGSFileInfo::SAccFileInfo::GetScaffoldIterator(), CBlastSeqidlistFile::GetSeqidlist(), CBlastSeqidlistFile::GetSeqidlistInfo(), CImageIO::GetTypeFromMagic(), gzbuffer(), gzclearerr(), gzclose(), gzclose_r(), gzclose_w(), gzdirect(), gzeof(), gzerror(), gzflush(), gzfread(), gzfwrite(), gzgetc(), gzgetc_(), gzgets(), gzoffset(), gzoffset64(), gzprintf(), gzputc(), gzputs(), gzread(), gzrewind(), gzseek(), gzseek64(), gzsetparams(), gztell(), gztell64(), gzungetc(), gzwrite(), CAuthorNamesContainer::ImportAuthorsFromFile(), CRemoteAppJobFactory< TJob, TListener, kName >::Init(), init_common(), CMsvcSite::IsLibOk(), CWGSFileInfo::SAccFileInfo::IsMigrated(), CTbl2AsnApp::LoadAnnotMap(), CTbl2AsnApp::LoadCMTFile(), CTbl2AsnApp::LoadDSCFile(), CTbl2AsnApp::LoadPEPFile(), CTbl2AsnApp::LoadPRTFile(), CTbl2AsnApp::LoadRNAFile(), CDiscrepancyDlg::LoadSettings(), CwxExportAlnmultiImgDlg::LoadSettings(), CwxExportVectorImageDlg::LoadSettings(), CwxSavePdfBaseDlg::LoadSettings(), CLoadStructComments::LoadSingle(), CTableImportDataSource::LoadTable(), CLoadStructComments::LoadWithAccessions(), LOG_Write(), CDiagMatcher::MatchFile(), mbedtls_debug_print_buf_ncbicxx_2_28_8(), mbedtls_debug_print_crt_ncbicxx_2_28_8(), mbedtls_debug_print_ecp_ncbicxx_2_28_8(), mbedtls_debug_print_mpi_ncbicxx_2_28_8(), mbedtls_debug_print_msg_ncbicxx_2_28_8(), mbedtls_debug_print_ret_ncbicxx_2_28_8(), mbedtls_debug_printf_ecdh_internal(), mbedtls_debug_printf_ecdh_ncbicxx_2_28_8(), mbedtls_error_add(), mbedtls_platform_entropy_poll_ncbicxx_2_28_8(), mdb_assert_fail(), CAgpconvertApplication::CAsnvalRunner::Notify(), odbc_check_cols(), odbc_check_res(), odbc_check_rows(), odbc_command_proc(), odbc_report_error(), odbc_reset_statement_proc(), CMacroFlowEditor::OnExportMenuClick(), CMacroFlowEditor::OnExportStepsClick(), CSuspectProductRulesEditor::OnFileAdd(), CSuspectProductRulesEditor::OnFileLoad(), CSuspectProductRulesEditor::OnFileSaveAs(), CMacroFlowEditor::OnImportMenuClick(), CMacroFlowEditor::OnInputFile(), CMacroFlowEditor::OnOpenClick(), CSmartFileTextToolbar::OnSaveAsBtn(), CMacroFlowEditor::OnSaveAsClick(), CwxSavePdfBaseDlg::OnSaveClick(), CwxExportAlnmultiImgDlg::OnSaveClick(), CwxExportVectorImageDlg::OnSaveClick(), CSuspectProductRulesEditor::OnShowDiffs(), CIndexerOpenViewExtension::OnViewOpen(), CBGZFStream::Open(), CHugeAsnReader::Open(), CHugeFastaReader::Open(), OpenFileBrowser(), CTLSHandler::OpenInputFile(), CTLSHandler::OpenOutputFile(), CTestNameToInfoMapLoader::operator()(), xml::event_parser::parse_file(), Path(), CAppPopup::PopupFile(), CBam2GraphApp::ProcessFile(), CPsgPerfApplication::ProcessFile(), CTAbleValApp::ProcessOneFile(), DTDParser::PushEntityLexer(), CBamHeader::Read(), CReadBlastApp::ReadBlast(), CImageIO::ReadImage(), CImageIO::ReadImageInfo(), CReadBlastApp::ReadPreviousAcc(), CReadBlastApp::ReadRRNA2(), CImageIO::ReadSubImage(), CReadBlastApp::ReadTagMap(), CReadBlastApp::ReadTRNA2(), ReadVDBFile(), CProjBulderApp::RegisterGeneratedFile(), CSNPDataLoader::RegisterInObjectManager(), CMetaRegistry::SEntry::Reload(), CBDB_RawFile::Rename(), CExceptionReporterStream::Report(), report_bcp_error(), ReportIncorrectOrder(), ReportODBCError(), ReportUnsafeStaticType(), CFileDBEngine::RollbackTransaction(), CBlastnApp::Run(), CBlastpApp::Run(), CBlastxApp::Run(), CTblastnApp::Run(), CPrt2FsmApp::Run(), CAgpFastaComparator::Run(), COmssa2pepxmlApplication::Run(), CMultipatternApp::Run(), CTestApplication::Run(), ASNIOTestApp::Run(), CSeqAnnotSplicerApp::Run(), s_AddOneDataFile(), s_CheckGumbelParams(), s_CheckSorted(), s_CollectFileInfo(), s_Dump(), s_DumpSparse(), s_DumpZero(), s_FileContents2String(), s_GetDBTree(), CSeqDBGiMask::s_GetFileRange(), s_GetFtpHostAndFile(), s_GetProductRules(), s_InitializeECNumberMaps(), s_InitializeInstitutionCollectionCodeMaps(), s_InitializeOrgRefMap(), s_InitializeStructuredCommentRules(), CMacroFunction_StringConstraints::s_IsSynonymFile(), s_LoadECNumberTable(), s_LoadLocalIPs(), s_LoadSeqAnnot(), s_LogSocketError(), s_LogWithErrno(), s_LogWithErrStr(), s_PositionAsString(), s_Read(), s_ReadHeader(), s_ReadObject(), s_ReadRecord(), s_ReadVCFAssembly(), s_SetLogFilesDir(), s_WriteHeader(), s_WriteRecord(), SAccGuide::SAccGuide(), SDiagMessage::SDiagMessage(), search_interface_file(), CRemoteAppRequest::Send(), CBrowserUtils::SendToBrowser(), SeqDB_FileIntegrityAssert(), CCodeGenerator::SetCombiningFileName(), CNcbiDiag::SetFile(), CDiagCompileInfo::SetFile(), CCodeGenerator::SetFileListFileName(), CFileAutoLoader::SetFormatManager(), CBamLoadOptionPanel::SetIndexFiles(), SourceFileExt(), CSrvDiagMsg::StartOldStyle(), CSrvDiagMsg::StartSrvLog(), tds_get_home_file(), tdsdump_do_dump_buf(), tdsdump_do_log(), tdsdump_start(), TruncateCache(), CFileManifest::Validate(), CLBLASTParamsPanel::ValidateLocalDatabase(), SDiagMessage::Write(), CImageIO::WriteImage(), CMsvcConfigure::WriteNcbiconfMsvcSite(), CImageIO::WriteSubImage(), CTar::x_AppendFile(), CDiagFilter::x_CheckFile(), CDebugDumpViewer::x_CheckLocation(), CVcfLoadingJob::x_CreateProjectItems(), CBamUIDataSource::x_GetBamInputs(), CBamUIDataSource::x_GetCSraInputs(), CSeqDB::x_GetDBFilesMetaData(), CBlastDBAliasApp::x_GetDbsToAggregate(), CSNPDataLoader_Impl::x_GetFileInfo(), CSeqDBColumn::x_GetFileRange(), CConn_FTPDownloadStream::x_InitDownload(), CGICacheReader::x_Initialize(), CConn_FTPUploadStream::x_InitUpload(), CGBProjectTool::x_LoadGeneralData(), CColumnarVCFReaderApp::x_LoadVCFFile(), CUpdateAlign::x_MapNonPresentIDs(), CUpdateAlign::x_ReadAlign(), CVDBAliasNode::x_ReadValues(), CWiggleExportJob::x_RecalculateGraph(), CVDBAliasNode::x_ResolveVDBList(), CStaticArraySearchBase< NStaticArray::PKeyValuePair< SStaticPair< KeyType, ValueType > >, less< KeyType > >::x_Set(), BlastdbCopyApplication::x_ShouldCopyPIGs(), BlastdbCopyApplication::x_ShouldParseSeqIds(), CStaticArraySearchBase< NStaticArray::PKeyValuePair< SStaticPair< KeyType, ValueType > >, less< KeyType > >::x_Validate(), xTryProductRules(), and xTryTextFile().

◆ g_Buffer

string g_Buffer
static

Definition at line 445 of file lex.newick.cpp.

Referenced by newicklex().

◆ g_NewickIstr

CNcbiIstream* g_NewickIstr
extern

Definition at line 126 of file newick.tab.cpp.

Referenced by ReadNewickTree().

◆ i

int i
Examples
/home/coremake/doxygen/cxx/include/corelib/ncbistr.hpp, and /home/coremake/doxygen/cxx/include/util/data_histogram.hpp.

Definition at line 1456 of file lex.newick.cpp.

Referenced by _bcp_exec_in(), _bcp_exec_out(), _bcp_free_columns(), _bcp_read_hostfile(), _bcp_readfmt_colinfo(), CStructuredCommentsReader::_BuildStructuredComment(), res_traits< Res >::_codons(), res_traits< EResidue >::_codons(), _cs_convert_ex(), _ct_bind_data(), CTabDelimitedValidator::_MakeColumns(), _mm_aesenclast_si128(), _mm_aeskeygenassist_si128(), _mm_minpos_epu16(), _mm_prefetch(), _mm_round_pd(), CTabDelimitedValidator::_OperateRows(), _pcre_ord2utf(), _PHIBlastFindHitsShort(), _PHIPatternWordsBitwiseAnd(), _PHIPatternWordsBitwiseOr(), _PHIPatternWordsLeftShift(), _PSIAlignedBlockNew(), _PSIAllocateMatrix(), _PSICalculateNormalizedSequenceWeights(), _PSIComputeAlignedRegionLengths(), _PSIComputeFreqRatios(), _PSIComputeFreqRatiosFromCDs(), _PSIComputePositionExtents(), _PSIConvertFreqRatiosToPSSM(), _PSIDeallocateMatrix(), _PSIGetAlignedSequencesForPosition(), _PSIMatrixFrequencyRatiosNew(), _PSIPackedMsaGetNumberOfAlignedSeqs(), _PSIPurgeAlignedRegion(), _PSIScaleMatrix(), _PSISequenceLengthWithoutX(), _PSIStructureGroupCustomization(), StructureBase::_RemoveChild(), CTabDelimitedValidator::_ReportXML(), res_traits< Res >::_rev_codons(), res_traits< EResidue >::_rev_codons(), _SQLAllocDesc(), _SQLFetch(), _SQLFreeDesc(), _sse2neon_vmull_p64(), CProtProp::AACount(), CMSPeak::AboveThresh(), Matrix< T >::absRelApprox(), CSeqScores::AcceptorScore(), CSeqDBImpl::AccessionsToOids(), CSeqDBLMDBSet::AccessionsToOids(), CSeqDBImpl::AccessionToOids(), CSeqDBLMDBSet::AccessionToOids(), AccsCmp(), CDockManager::ActivateClients(), CDockContainer::ActivateClients(), CResolvedTypeSet::Add(), CSeqsRange::Add(), CInt_fuzz::Add(), SSeqTableContent::Add(), CBBox< 3 >::Add(), SChunkInfo::Add(), CPointerPot::Add(), CPosToIndex::Add(), CRegExFSA::Add(), SSparseIndex::Add(), add64(), bm::sparse_vector_scanner< bm::rsc_sparse_vector >::add_agg_char(), bm::bit_vistor_copy_functor< BV >::add_bits(), bm::bit_visitor_callback_adaptor< VCBT, size_type >::add_bits(), bm::bit_visitor_back_inserter_adaptor< BII, size_type >::add_bits(), TestDecodeFunctor::add_bits(), add_entry(), add_name(), add_one_and_zeros_padding(), add_pair_to_block(), add_pkcs_padding(), bm::bit_visitor_callback_adaptor< VCBT, size_type >::add_range(), bm::bit_visitor_back_inserter_adaptor< BII, size_type >::add_range(), TestDecodeFunctor::add_range(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::back_insert_iterator::add_remap_stat(), SBaseStats::add_stat(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::back_insert_iterator::add_value(), add_zeros_and_len_padding(), add_zeros_padding(), CPatternStats::AddAccRuns(), CAlignCollapser::AddAlignment(), AlignmentCollection::AddAlignment(), CMultAlign::AddAlignment(), CChain::AddAllMembersAndCoverage(), CAmbiguityContext::AddAmbiguity(), AddBioseqToTable(), ConservationColorer::AddBlock(), SequenceDisplay::AddBlockBoundaryRows(), AddColumnsToFeatureTable(), AddCommandsForScopedObjects(), CProjectTreeBuilder::AddDatatoolSourcesDepends(), CBoyerMooreMatcher::AddDelimiters(), CArgDescriptions::CPrintUsage::AddDetails(), PeriodicTableClass::AddElement(), DTDParser::AddElementContent(), CBioseq_set_Info::AddEntry(), NAdapterSearch::CPairedEndAdapterDetector::CConsensusPattern::AddExemplar(), AddFeatureSeqTableRowToSeqEntry(), AddFeatureSeqTableToSeqEntry(), AddFeatureToSeqTable(), CMultiFileInput::AddFilenames(), CBamLoadOptionPanel::AddFilenames(), addFlagsFromEnvVar(), CQueryExec::AddFunc(), CWriteDB_GiMaskOffset::AddGIs(), CWriteDB_GiMaskIndex::AddGIs(), Messenger::AddHighlights(), CMSPeak::AddHit(), CBuildDatabase::AddIds(), CPagerView::AddImageString(), CPagerView::AddInactiveImageString(), CIndexedDb_New::AddIndexInfo(), CAlignRangeCollectionList< CAlignRange< TSignedSeqPos > >::AddInsertions(), CAttribMenu::AddInt(), CRasterizer< A >::AddInterval(), CAttribMenu::AddIntReadOnly(), CSearch< LEGACY, NHITS >::AddIonsToHit(), CFormatItemOStream::AddItem(), CGBDocument::AddItems(), CMsvcPrjProjectContext::AdditionalIncludeDirectories(), CMsvcPrjProjectContext::AdditionalLinkerOptions(), CTableSortMultiChoice::AddLevels(), CHandleRangeMap::AddLocation(), CReadBlastApp::addLoctoSimpleSeq(), CBlastQueryVector::AddMask(), Sequence::AddMMDBAnnotTag(), CSearch< LEGACY, NHITS >::AddModsToHit(), CAccPatternCounter::AddName(), BlockModel::addOffset(), ResidueProfiles::addOneRow(), AddProblemsColumnToFeatureSeqTable(), CDensityMap< CntType >::AddRange(), CDensityMap< CntType >::AddRanges(), TaxTreeData::addRows(), AlignmentCollection::addRowSources(), SAccGuide::AddRule(), CSuspectProductRulesEditor::AddRule(), SeqTree::addSelectionFields(), CBlastQueryFilteredFrames::AddSeqLoc(), CLinkUtils::AddSequenceLinks(), CBuildDatabase::AddSequences(), SequenceTable::addSequences(), CPhyloSelectionSetMgr::AddSet(), CExportTableDlg::AddSourceToTable(), CAlignFormatUtil::AddSpace(), SMMStat::AddStats(), CRunOfDigits::AddString(), AddSupport(), CSrcTablePrimerColumn::AddToBioSource(), CClickableSortUniqueCount::AddToBulkEditList(), CDockManager::AddToDefaultLocation(), CClickableSortUniqueCount::AddToListCtrl(), CWindowManagerService::AddToolBarContext(), OpenGLRenderer::AddTransparentSpheresForList(), CApplyEditconvertPanel::AddUndo(), CHit::AddUpSubHits(), StyleManager::AddUserStyle(), mu::ParserByteCode::AddVal(), mu::ParserByteCode::AddVar(), CTriPerimeter::AddVertex(), CWinMaskConfig::AddWinMaskArgs(), CTextFsm< MatchType >::AddWord(), CEditSequence::AdjustFeatureLocations(), CPaintSequence::AdjustFeatureRange(), CCDSTranslationPanel::AdjustForStopCodonHyperlinkClicked(), CPaintSequence::AdjustProtFeatRange(), CEditSequence::AdjustProtFeatureLocations(), AdjustSpecificHostForTaxServer(), AdvancedStringCompare(), aes_gen_tables(), agg_equal(), agg_next(), agg_shift_right_and(), bm::sparse_vector_scanner< SV, S_FACTOR >::aggregate_AND_OR_slices(), bm::sparse_vector_scanner< SV, S_FACTOR >::aggregate_OR_slices(), CNCMMStats::AggregateUsage(), bm::aggregator_pipeline_execute(), AggregatorTest(), algIntSORTFunction(), algs(), algSortQuickCallbackIndex(), ALIGN_EX(), AlignFNog(), AlignmentDisplay::AlignmentDisplay(), AlignmentIsSupportedBySR(), AlignmentSet::AlignmentSet(), AlignModelToSeqalign(), bm::all_set< T >::all_set_block::all_set_block(), bm::blocks_manager< Alloc >::alloc_arena(), bm::blocks_manager< Alloc >::alloc_top_subblock(), CSeedRoots::Allocate(), AMatrix_base::Allocate(), CObjectMemoryPool::Allocate(), bm::basic_bmatrix< BV >::allocate_rows(), CCdCore::AllResiduesInRangeAligned(), alp_data::alp_data(), AnalyzeDllData(), CCyclicDepends::AnalyzeProjItemNew(), AndOperationsTest(), bm::aggregator< BV >::any_carry_overs(), bm::bvector< Alloc >::any_range(), CHitList::Append(), CMSModSpecSet::Append(), CObjectList::Append(), CSymResolver::Append(), append_indent(), MultipleAlignment::appendAlignment(), CSeqTableGrid::AppendCols(), rapidjson::internal::TokenHelper< Stack, Ch >::AppendIndexToken(), CUICommandRegistry::AppendMenuItems(), CObjectIStreamAsn::AppendStringData(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::AppendToken(), CFuseJoinsInLocs::apply(), CMergeBiosources::apply(), CLoadSecondaryAccessions::apply(), CCombineAdjacentGaps::apply_impl(), CRawSeqToDeltaSeqByLoc::apply_impl(), bm::xor_scanner< BV >::apply_xor_match_vector(), ApplyDBLinkValuesTableToSeqEntry(), mu::ParserBase::ApplyFunc(), CDockManager::ApplyLayout(), mu::ParserBase::ApplyNumFunc(), CExpansionRule::ApplyRule(), mu::ParserBase::ApplyStrFunc(), CApplySubpanel::ApplyToAll(), CEditSubpanel::ApplyToAll(), CRemoveSubpanel::ApplyToAll(), CSwapSubpanel::ApplyToAll(), CConvertSubpanel::ApplyToAll(), CParseSubpanel::ApplyToAll(), CChangeCaseSubpanel::ApplyToAll(), CConvertComment::ApplyToComment(), CApplySubpanel::ApplyToSelected(), CEditSubpanel::ApplyToSelected(), CRemoveSubpanel::ApplyToSelected(), CSwapSubpanel::ApplyToSelected(), CConvertSubpanel::ApplyToSelected(), CParseSubpanel::ApplyToSelected(), CChangeCaseSubpanel::ApplyToSelected(), CRemoveEmptyGenomeProjectsDB::ApplyToUserObject(), CRemoveDuplicateStructuredComment::ApplyToUserObject(), CRemoveEmptyStructuredComment::ApplyToUserObject(), CModifyStructuredComment::ApplyToUserObject(), CNcbiApplicationAPI::AppMain(), Matrix< T >::approx(), AlignmentCollection::AreNonOverlapping(), CBDB_BufferManager::ArrangePtrsPacked(), CBDB_BufferManager::ArrangePtrsUnpacked(), mu::ParserByteCode::AsciiDump(), CSplignFormatter::AsExonTable(), CDistanceMatrix::AsMatrix(), CFastaReader::AssembleSeq(), CSplignFormatter::AsSeqAlignSet(), CCompartmentAccessor< THit >::AsSeqAlignSet(), CSeq_id_Descr::Assign(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::assign(), CClassTypeInfo::Assign(), bm::blocks_manager< Alloc >::assign_gap(), bm::blocks_manager< Alloc >::assign_gap_check(), CGffRecord::AssignAttributesCore(), CGffRecord::AssignAttributesExtended(), CSeqDB_BitSet::AssignBit(), CSeqDB_BitSet::AssignBitRange(), CHitMatrixGraph::AssignColorsByScore(), AssignDefaultPatterns(), CTimeSpan::AssignFromSmartString(), rapidjson::internal::Schema< SchemaDocumentType >::AssignIfExist(), CCassPrm::AsStringForDebug(), CSRSearch::CMismatchResultsInfo::at(), atd(), AtomSet::AtomSet(), CGBDocument::AttachProjectItems(), CBlobSplitterImpl::AttachToSkeleton(), DTDParser::AttribBlock(), CAlnMultiRenderer::AutoFitColumns(), CDiscrepancyVisitorImpl< _Name >::Autofix(), AutoMap(), mu::Parser::Avg(), bm::avx2_bit_block_xor(), bm::avx2_gap_sum_arr(), bm::avx2_set_block_bits2(), bm::avx2_setbit_to256(), bm::avx2_shift_r1_and(), BackAlignNog(), CContigAssembly::BandedGlobalAlignment(), BASE64_Decode(), BASE64_Encode(), BasicFunctionalityTest(), bcp_columns(), bcp_options(), BDB_batch_delete_recs(), BDB_Compare(), BDB_find_field(), CObjectIStreamXml::BeginChoiceVariant(), CObjectIStreamJson::BeginClassMember(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::BeginValue(), BelongToExon(), CContigAssembly::BestLocalSubAlignment(), bm::sparse_vector_scanner< SV, S_FACTOR >::bfind(), bm::sparse_vector_scanner< SV, S_FACTOR >::bfind_eq_str(), bm::sparse_vector_scanner< bm::rsc_sparse_vector >::bfind_eq_str_impl(), bm::sv_sample_index< SV >::bfind_range(), big_test(), rapidjson::internal::BigInteger::BigInteger(), impl::binary_to_hex_string(), bm::sparse_vector_scanner< SV, S_FACTOR >::bind(), BioTreeForestConvert2Container(), bm::bvector< Alloc >::bit_and(), bm::basic_bmatrix< BV >::bit_and_rows(), bm::bit_array_compute_gaps(), bm::bit_block_and(), bm::bit_block_erase(), bm::bit_block_find(), bm::bit_block_init_and_2way(), bm::bit_block_insert(), bm::bit_block_rotate_left_1(), bm::bit_block_rotate_left_1_unr(), bm::bit_block_shift_l1(), bm::bit_block_shift_l1_unr_min(), bm::bit_block_shift_r1(), bm::bit_block_shift_r1_and(), bm::bit_block_shift_r1_unr_min(), bm::bit_block_sub(), bm::bit_block_xor(), bm::bit_find_first(), bm::bit_find_first_diff(), bm::bit_find_first_if_1(), bm::bit_find_last(), bm::bit_iblock_make_pcv(), bm::bit_iblock_reduce(), bm::bit_import_u32(), bm::operation_functions< T >::bit_operation_count(), bm::bvector< Alloc >::bit_or(), bm::bvector< Alloc >::bit_or_and(), bm::bit_recomb(), bm::bvector< Alloc >::bit_sub(), bm::basic_bmatrix< BV >::bit_sub_rows(), bm::bvector< Alloc >::bit_xor(), BitBlockTransposeTest(), CSeqMaskerUtil::BitCount(), BitCountChange(), BitCountChangeTest(), BitEncoderTest(), BitForEachRangeFuncTest(), BitForEachTest(), BitRangeAllSetTest(), BitString(), CdBlaster::blast(), Blast_AdjustScores(), Blast_ApplyPseudocounts(), Blast_CalcFreqRatios(), Blast_CalcLambdaFullPrecision(), Blast_CompositionWorkspaceNew(), BLAST_ComputeLengthAdjustment(), BLAST_ComputeTraceback_MT(), BLAST_CreateMixedFrameDNATranslation(), Blast_EntropyOldFreqNewContext(), Blast_FillResidueProbability(), Blast_FindDustFilterLoc(), Blast_FindRepeatFilterLoc(), Blast_FreqRatioToScore(), BLAST_GappedAlignmentWithTraceback(), BLAST_GetAllTranslations(), BLAST_GetAlphaBeta(), Blast_GetCompositionRange(), BLAST_GetGappedScore(), Blast_GetJointProbsForMatrix(), BLAST_GetProteinGapExistenceExtendParams(), Blast_GetRelativeEntropy(), BLAST_GetStandardAaProbabilities(), Blast_HitListMerge(), Blast_HSPListGetEvalues(), Blast_HSPListPurgeHSPsWithCommonEndpoints(), Blast_HSPListSubjectBestHit(), Blast_HSPResultsApplyMasklevel(), Blast_HSPStreamResultBatchReset(), Blast_Int4MatrixFromFreq(), Blast_KarlinBlkNuclGappedCalc(), Blast_KarlinLambdaNR(), BLAST_Log1p(), Blast_MappingResultsFree(), Blast_MaskUnsupportedAA(), BLAST_Matrix::BLAST_Matrix(), Blast_MatrixEntropy(), Blast_MatrixInfoNew(), Blast_PrelimEditBlockToGapEditScript(), Blast_ReadAaComposition(), Blast_RedoAlignmentCore_MT(), BLAST_RombergIntegrate(), Blast_SemiGappedAlign(), BLAST_SetupPartialFetching(), Blast_TargetFreqEntropy(), BlastAaLookupFinalize(), BlastAaLookupTableNew(), BlastBuildSearchResultSet(), BlastCompo_EarlyTermination(), BlastCompressBlastnaSequence(), BlastCompressedAaLookupTableDestruct(), BlastCompressedAaLookupTableNew(), BlastEffectiveLengthsOptions_IsSearchSpaceSet(), BlastHitList2SeqAlign_OMF(), BlastHSPCBSStreamClose(), BlastHSPStreamBatchRead(), BlastHSPStreamClose(), BlastHSPStreamMerge(), BlastInitialWordParametersNew(), BlastKarlinLHtoK(), BlastKmerBreakUpSequence(), BlastKmerGetCompressedTranslationTable(), BlastKmerGetKmerSet(), BlastKmerGetKmerSet2(), BlastKmerGetKmerSetStats(), BlastKmerVerifyIndex(), BlastNaExtendJumper(), BlastNaHashLookupTableNew(), BLASTPrelminSearchHitListToStdSeg(), BlastQueryInfoGetEffSearchSpace(), BlastQueryInfoNew(), BlastQueryInfoSetEffSearchSpace(), BlastRPSScanSubject(), BlastScoreBlkNucleotideMatrixRead(), BlastScoreBlkProteinMatrixLoad(), BlastScoringOptionsSetMatrix(), BlastSeqLocCombine(), BlastSeqLocListReverse(), BlastSeqSrcSetRangesArgBuild(), BlastSparseUint1ArrayNew(), blk_bind(), CSimpleBlobStore::BlobDescriptor(), block_cipher_df(), bm::block_init_digest0(), bm::block_ptr_array_range(), bm::block_to_global_index(), BlockBitEraseTest(), BlockBitInsertTest(), BlockIntersector::BlockIntersector(), BlockLevelTest(), BlockModel::blockMatch(), BlockModel::BlockModel(), blowfish_dec(), blowfish_enc(), bNNI(), BOOST_AUTO_TEST_CASE(), BOOST_AUTO_TEST_SUITE_END(), BOOST_FIXTURE_TEST_CASE(), CGridCellWrapStringRenderer::BreakLines(), bsPutUChar(), bsPutUInt32(), buffer_add_row(), buffer_delete_rows(), buffer_free(), buffer_row2idx(), buffer_transfer_bound_data(), CSeqDictionaryBuilder< Alphabet >::Build(), CBuildAlnVecJob::Build(), CHitClustering::Build(), bm::build_jaccard_similarity_batch(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::build_octet_remap(), bm::sv_serialization_plan_builder< SV >::build_plan(), bm::sparse_vector_serializer< SV >::build_plane_digest(), bm::bvector< Alloc >::build_rs_index(), buildAveragesTable(), BuildBigGoodNucProtSet(), BuildBlastAncillaryData(), TKmerMethods< TKmerCounts >::BuildCompressedTranslation(), WSDLParser::BuildDataTree(), BuildGoodEcoSetWithAlign(), CProjectTreeBuilder::BuildOneProjectTree(), CAlnMixSequences::BuildRows(), BuildSmallGenomeSet(), CStringUtil::BuildString(), CAlignFormatUtil::BuildUserUrl(), BvectorBitForEachTest(), BvectorBulkSetTest(), BvectorInsertTest(), BvectorShiftTest(), BVImportTest(), bwfi(), CRawSeqToDeltaSeqByLoc::ByAssemblyGapFeatures_impl(), BytesToUint8(), BZ2_blockSort(), BZ2_decompress(), BZ2_hbAssignCodes(), BZ2_hbCreateDecodeTables(), BZ2_hbMakeCodeLengths(), CAA::CAA(), CAbortBlocker::CAbortBlocker(), bm::aggregator< BV >::cache_gap_block(), CachedTaxonomyLookupCommand(), CSeqAnnotFromFasta::CacheSequences(), bm::blocks_manager< Alloc >::calc_arena_stat(), bm::calc_block_digest0(), bm::basic_bmatrix< BV >::calc_effective_rows_not_null(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::calc_octet_stat(), bm::blocks_manager< Alloc >::calc_serialization_null_full(), bm::compressed_buffer_collection< BV >::calc_stat(), bm::bvector< Alloc >::calc_stat(), bm::basic_bmatrix< BV >::calc_stat(), CalcBeginMask(), CLadder::CalcDelta(), variation::CalcEffectForProt(), CalcEndMask(), CGraphUtils::CalcGraphLevels(), ColumnResidueProfile::calcInformationContent(), CClassTypeInfoBase::CalcMayContainType(), CalcMD5(), CSearch< LEGACY, NHITS >::CalcModIndex(), CMSSpectrumMatch::CalcNormalTopHit(), DM_BlastScore::CalcPairwiseScoresOnTheFly(), CMSSpectrumMatch::CalcPoisson(), CMSSpectrumMatch::CalcPoissonMean(), CMSSpectrumMatch::CalcPoissonTopHit(), CMSSpectrumMatch::CalcPvalue(), CMSSpectrumMatch::CalcPvalueTopHit(), CCompositeTextItem::CalcSize(), variation::CalcSOTermsForProt(), CDepthCollection::CalcStats(), bm::similarity_batch< SDESCR >::calculate(), alp_sim::calculate_C(), alp_sim::calculate_FSC(), CUpdateSeq_Input::CalculateAlignmentForUnitTest(), CalculateContactScore(), CChain::CalculateDropLimits(), CScatterGraph::CalculateLimits(), CHTML_table::CalculateNumberOfColumns(), CalculatePSSMScore(), ResidueProfiles::calculateRowWeights(), CQualityScoringMethod::CalculateScores(), CSimpleScoringMethod::CalculateScores(), CSNPScoringMethod::CalculateScores(), CMatrixScoringMethod::CalculateScores(), CNonSynonymousScoringMethod::CalculateScores(), Threader::CalculateScores(), CTestSeqBasedMethod::CalculateScores(), CColorTableMethod::CalculateScores(), CChainer::CChainerImpl::CalculateSpliceWeights(), CChain::CalculateSupportAndWeightFromMembers(), CAlignCommon::CAlignCommon(), CAlignInfo::CAlignInfo(), CAlignMap::CAlignMap(), CAlignModel::CAlignModel(), CAlignShadow::CAlignShadow(), CAlignStrandSorter::CAlignStrandSorter(), callout(), python::CCursor::callproc(), CContigAssembly::CAlnStats::CAlnStats(), CAmbigDataBuilder::CAmbigDataBuilder(), CAssignColumnValueDlg::CanAssignColumn(), CCassQueryList::Cancel(), CSchedulerEngine::CancelJob(), CCopyColumnDlg::CanCopyColumn(), CTypesIteratorBase< Parent >::CanEnter(), CSeqMap::CanResolveRange(), CTypesIteratorBase< Parent >::CanSelect(), CArg_DateTime::CArg_DateTime(), carry64(), CAssemblyObjectLoader::CAssemblyObjectLoader(), CBBox< 3 >::CBBox(), CBlastAncillaryData::CBlastAncillaryData(), CBlastDB_SeqFormatter::CBlastDB_SeqFormatter(), CBlastDbBioseqSource::CBlastDbBioseqSource(), CBlastDbFormatter::CBlastDbFormatter(), CBLASTParams::CBLASTParams(), CBlastTabular::CBlastTabular(), CBoundaryShapeRectBase::CBoundaryShapeRectBase(), CBoyerMooreMatcher::CBoyerMooreMatcher(), CBucketPool< Value, Lock, RPool >::CBucketPool(), CChain::CChain(), CCloneConcordancySorter::CCloneConcordancySorter(), CClusterDBSource::CClusterDBSource(), ccm_auth_crypt(), CCoil_ComputeScores(), CCompartOptions::CCompartOptions(), python::CConnection::CConnection(), CContextTranslator::CContextTranslator(), CDB_Bit::CDB_Bit(), DeBruijn::CDBGraph::CDBGraph(), CDbvarClinicalAsstSorter::CDbvarClinicalAsstSorter(), CDbvarPilotSorter::CDbvarPilotSorter(), CDbvarQualitySorter::CDbvarQualitySorter(), CDbvarSamplesetTypeSorter::CDbvarSamplesetTypeSorter(), CDbvarValidationSorter::CDbvarValidationSorter(), CddIdString(), CDDSplashDialog::CDDSplashDialog(), CDiagHit::CDiagHit(), CDisambiguator::CDisambiguator(), CDocsumTableModel::CDocsumTableModel(), CEditScript::CEditScript(), CEndpointKey::CEndpointKey(), pythonpp::CEngine::CEngine(), StructureSet::CenterViewOnAlignedResidues(), StructureSet::CenterViewOnStructure(), CExonParameters::CExonParameters(), CFillTypes::CFillTypes(), CFindGapIntronRow::CFindGapIntronRow(), CFlatFileSeqIterator::CFlatFileSeqIterator(), CGen_code_table_imp::CGen_code_table_imp(), CGeneralScoreMatrix::CGeneralScoreMatrix(), CFactory< Type >::CgiFactory(), CGlDrawScale::CGlDrawScale(), CGRCStatusSorter::CGRCStatusSorter(), CGrowableListCtrl::CGrowableListCtrl(), chacha20_block(), CExonSelectorApplication::ChainExons(), ChangeCountryColonToComma(), CCountries::ChangeExtraColonsToCommas(), CSeqTable_multi_data::ChangeToBit(), CSeqTable_multi_data::ChangeToBit_bvector(), variation::CVariationUtil::ChangeToDelins(), variation_ref::CVariationUtil::ChangeToDelins(), CDiagFilter::Check(), bm::blocks_manager< Alloc >::check_allocate_block(), check_attr_ard(), check_attr_ird(), check_escape(), alp_sim::check_K_criterion(), alp_sim::check_K_criterion_during_killing(), check_mix_pages_range(), bm::bvector< Alloc >::check_or_next(), bm::check_pair_vect_vbr(), compile_time_bits::bitset_traits< _Ty, _Size, u_type >::check_range(), Check_SimModel(), CheckAccession(), CheckAdjacentSpliceSites(), CCustomTree::CheckAll(), CAlignCollapser::CheckAndInsert(), CheckBioseqEndsForNAndGap(), CheckBitList(), CheckBV_AND_OR(), CStickyTooltipHandler::checkChildFocus(), CChainer::CChainerImpl::CheckCompatibility(), CheckCompressedDecode(), CheckCountGapRange(), Splines::checkCubicSplineMonotonicity(), CheckDupEntries(), CheckDuplicates(), CheckErrors(), CheckForBadLocalIdChars(), CheckForEmptySequences(), CheckForFreqRatioFile(), CPrimerTableCommandConverter::CheckForMixedValues(), SPSG_BlobReader::CheckForNewChunks(), CStickyTooltipHandler::CheckForNewTip(), CGLFrameBuffer::checkFramebufferAvailability(), CheckGAPMin(), CheckGTSearch(), rapidjson::internal::Schema< SchemaDocumentType >::CheckInt(), CheckLineType(), CDataTypeModule::CheckNames(), CBDB_BufferManager::CheckNullConstraint(), CIndexedDb_Old::CheckOid(), CheckPrintPubProblems(), CheckQualsInSourceFeat(), CheckRangeDeserial(), CBarcodeTool::CheckRow(), CheckSeqIdInDD(), CheckSourceFeatCoverage(), CheckSourceFeatLocAccs(), CSourceRequirements::CheckSourceQuals(), CheckSparseVectorFilter(), CheckSparseVectorGather(), CheckSparseVectorGatherRandom(), CheckSparseVectorRange(), COligoSpecificityCheck::CheckSpecificity(), CheckSpliceSite(), CheckSTRAND(), CheckStrSVCompare(), CheckTPG(), rapidjson::internal::Schema< SchemaDocumentType >::CheckUint(), CChoiceDataType::CheckValue(), CRealDataType::CheckValue(), CUniSequenceDataType::CheckValue(), ChemicalGraph::ChemicalGraph(), CHitGlyph::CHitGlyph(), CRemoveSequencesDlg::ChooseSequence(), chooseSettings(), CHTML_br::CHTML_br(), CAlnMapPrinter::Chunks(), CIgAnnotation::CIgAnnotation(), CIgAnnotationInfo::CIgAnnotationInfo(), CCigar::CigarString(), CIndexedDb_New::CIndexedDb_New(), CIndexedDb_Old::CIndexedDb_Old(), CIntronParameters::CIntronParameters(), CEUtilsUpdater::CitMatch(), CJobStatusTracker::CJobStatusTracker(), CkCdRegion(), CkLocusLinePos(), CkQualMatchToken(), CkSegmentSet(), CLadder::CLadder(), CClassTypeInfoBase::ClassesById(), CClassTypeInfoBase::ClassesByName(), CDataType::ClassName(), CLatLonCountryMap::CLatLonCountryMap(), CAlignCollapser::CleanSelfTranscript(), CFileLoadManager::CleanUI(), CSeedRoots::CleanUp(), CGb_qual::CleanupAndRepairInference(), CleanupSeparators(), bitvec< unsigned int >::clear(), CSpatialHash2D< std::vector< int > >::Clear(), CCustomTree::Clear(), CAlignSeqTableModel::Clear(), CHitClustering::Clear(), CGroupMapWidget::Clear(), mpmc_bounded_queue_w< size_t, kNotifyQueueLen >::clear(), DynProgProb::clear(), CMatrix3< T >::Clear(), CMatrix4< T >::Clear(), pythonpp::CDictHelper< T >::clear(), bm::base_sparse_vector< Val, BV, MAX_SIZE >::clear_all(), bm::basic_bmatrix< BV >::clear_column(), bm::base_sparse_vector< Val, BV, MAX_SIZE >::clear_range(), bm::bvector< Alloc >::clear_range_no_check(), CGlModel2D::ClearAll(), ClearAllTest(), CGlModel2D::ClearArrays(), CLadder::ClearHits(), CAlignInfo::ClearIIC(), CFindGapIntronRow::ClearIIC(), CStatement::ClearParamList(), OpenGLRenderer::ClearTransparentSpheresForList(), CleaveOffByTail(), CBarcodeTool::ClickLink(), CAlignCollapser::ClipESTorSR(), CChain::ClipLowCoverageUTR(), CAlignCollapser::ClipNotSupportedFlanks(), pythonpp::CList::CList(), TFileSet< base_stream, eFiles, _options... >::Clone(), bm::blocks_manager< Alloc >::clone_assign_block(), bm::blocks_manager< Alloc >::clone_gap_block(), CWriteDB_Impl::Close(), CWindowManager::CloseClients(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::CloseVolumes(), CLorentz::ClosingScore(), CAlnVecPrinter::ClustalStyle(), CMatrix3< T >::CMatrix3(), CMatrix4< T >::CMatrix4(), CMC3_CodingRegion< order >::CMC3_CodingRegion(), CNcbiApplogApp::Cmd_Generate(), CArrayString< PREFIX >::Cmp(), CWriteDB_LMDB::SKeyValuePair::cmp_key(), cmp_labels(), CMsvcPrjProjectContext::CMsvcPrjProjectContext(), CNcbi2naRandomizer::CNcbi2naRandomizer(), CNcbiTable< TValue, TRow, TColumn >::CNcbiTable(), CNetBlastSubmittingJob::CNetBlastSubmittingJob(), CNonSynonymousScoringMethod::CNonSynonymousScoringMethod(), CObjectStack::CObjectStack(), CGen_code_table::CodonToIndex(), COffsetData_Factory::COffsetData_Factory(), CFeaturesGroup::CollapseAll(), CSequenceGroup::CollapseAll(), CPhyloTreeDataSource::CollapseByDistance(), CPhyloTreeDataSource::CollapseSelected(), CAlignCollapser::CollapsIdentical(), CRegExFSA::Collect(), CCustomTree::CollectAll(), CNCMMStats::CollectAllStats(), CDataTypeModule::CollectAllTypeinfo(), CFileModules::CollectAllTypeinfo(), CFileSet::CollectAllTypeinfo(), CollectAttributes(), CBioseqEditorFactory::CollectBioseqEditorCommands(), WSDLParser::CollectDataObjects(), CollectDllsDepends(), SBamIndexRefIndex::CollectEstimatedCoverage(), CFeatGapInfo::CollectGaps(), CEditSequenceEnds::CollectLabels(), CRemoveSequencesDlg::CollectLabels(), CRBSubpanel::CollectLabels(), CAlnVec::CollectNucleotideFrequences(), CollectNucleotideFrequences(), CBlobSplitterImpl::CollectPieces(), CAlnVec::CollectProteinFrequences(), CollectProteinFrequences(), CollectSubNames(), CSrvStat::CollectThreads(), CNCStat::CollectThreads(), CChain::CollectTrustedmRNAsProts(), CSimpleMakeFileContents::CollectValues(), CCustomTree::CollectVisible(), CwxTableListCtrl::ColumnHiddenToIndex(), CwxTableListCtrl::ColumnIndexToHidden(), CwxTableListCtrl::ColumnIndexToVisible(), CwxTableListCtrl::ColumnVisibleToIndex(), CTableImportListCtrl::ColumnWidthsUpdated(), TSearchMessages::Combine(), CSRSearch::combine(), bm::aggregator< BV >::combine_and(), bm::aggregator< BV >::combine_and_horizontal(), bm::aggregator< BV >::combine_and_sub(), bm::aggregator< BV >::combine_and_sub_horizontal(), bm::bvector< Alloc >::combine_operation(), bm::bvector< Alloc >::combine_operation_and(), bm::bvector< Alloc >::combine_operation_block_and(), bm::bvector< Alloc >::combine_operation_block_and_or(), bm::bvector< Alloc >::combine_operation_block_or(), bm::bvector< Alloc >::combine_operation_block_sub(), bm::bvector< Alloc >::combine_operation_block_xor(), bm::bvector< Alloc >::combine_operation_or(), bm::bvector< Alloc >::combine_operation_sub(), bm::bvector< Alloc >::combine_operation_xor(), bm::aggregator< BV >::combine_or(), bm::aggregator< BV >::combine_or_horizontal(), bm::aggregator< BV >::combine_shift_right_and(), CAlignRangeCollection< CAlignRange< TSeqPos > >::CombineAbutting(), CAlignRangeCollectionList< CAlignRange< TSignedSeqPos > >::CombineAbutting(), SrcEditDialog::CombineColumns(), CombineColumns(), CChainer::CChainerImpl::CombineCompatibleChains(), CFixForTransSplicing::CombineFeatures(), bm::sv_sample_index< SV >::common_prefix_length(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::common_prefix_length(), NStr::CommonPrefixSize(), NStr::CommonSuffixSize(), CDense_seg::Compact(), CBDB_RawFile::CompactEx(), CPhyloCSFData::CompactFullScores(), CMSPeak::Compare(), CMSMatchedPeakSet::Compare(), rapidjson::internal::BigInteger::Compare(), bm::bvector< Alloc >::compare(), bm::bvector_mini< A >::compare(), CBDB_BufferManager::Compare(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::compare(), compile_time_bits::Compare(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::compare_nomap(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::compare_remap(), bm::bvector< >::iterator_base::compare_state(), bm::sparse_vector_scanner< SV, S_FACTOR >::compare_str(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::compare_str(), compare_SV_set_ref(), CompareAccsV(), CMultiAlignerTest::CompareDomainHits(), CAnnotCompare::CompareFeats(), CompareMiniSet(), compile_time_bits::CompareNocase(), CDiscrepancyContext::CompareRefs(), SeqTree::compareSequenceCompositions(), CMSPeak::CompareSortedRank(), CompareSparseVector(), CompareStrSparseVector(), CMSPeak::CompareTop(), CompareValLists(), ComparisonTest(), CExonSelectorApplication::CompatiblePair(), CCompactSAMApplication::CompatiblePair(), compile_branch(), bm::aggregator< BV >::pipeline< Opt >::complete(), CTL_Connection::CompleteBlobDescriptors(), BlockModel::completeModelExtendsIntoUnallowedGappedRegion(), CCgiStatistics::Compose_Entries(), ComposeInto(), dtl::Diff< elem, vector< elem >, Compare< elem > >::composeUnifiedHunks(), bm::rank_compressor< BV >::compress(), compress(), bm::rank_compressor< BV >::compress_by_source(), CId2Compressor::CompressChunk(), CompressNcbi2na(), CSequence::CompressSequences(), bm::compute_h64_mask(), bm::compute_s_block_descr(), bm::xor_scanner< BV >::compute_xor_complexity_descr(), CBDB_BufferManager::ComputeBufferSize(), CClusterer::ComputeClusters(), CClusterer::ComputeClustersFromLinks(), TKmerMethods< TKmerCounts >::ComputeDistLinks(), TKmerMethods< TKmerCounts >::ComputeDistMatrix(), CEntropyCalculator::ComputeEntropy(), CPhyloTreeDataSource::ComputeLengthsFromRoot(), CDistances::ComputeMatrix(), ComputeNormalizedProteinEntropy(), CDUpdater::ComputePercentIdentity(), ComputeScoresFromProbs(), CBoundaryShapeRectBase::ComputeShape(), CBoundaryShapeRectBase::ComputeShapeWithLabels(), CBoundaryShapeTri::ComputeShapeWithLabels(), CEntropyCalculator::ComputeSlidingWindowEntropy(), ComputeTableIndex(), NJ_TreeAlgorithm::ComputeTree(), SLC_TreeAlgorithm::ComputeTree(), ConfigureLogging(), CONN_ReadLine(), IPhyloTreeRender::CProjectionExtents::ConsolidateExtents(), CBDB_BufferManager::Construct(), bm::sv_sample_index< SV >::construct(), OpenGLRenderer::ConstructLogo(), CComponentSearchForm::ConstructQuery(), CCpgSearchForm::ConstructQuery(), CFeatureSearchForm::ConstructQuery(), COrfSearchForm::ConstructQuery(), CSequenceSearchForm::ConstructQuery(), CVcfSearchForm::ConstructQuery(), BlockModel::contain(), CClipboard::Contains(), CLadder::Contains(), CGeneModel::Continuous(), CColorPanel::ContrastBG(), CColorPanel::ContrastFG(), gap_vector::control(), Convert(), CConvertImpToRNA::Convert(), CConvertImpToGene::Convert(), CArrayHolder::Convert(), convert_1_to_2(), convert_1_to_4(), convert_datetime2server(), bm::blocks_manager< Alloc >::convert_gap2bitset(), Convert_GC_Assembly_Seq_loc_TopLevel(), convert_to_upper(), CSeq_loc_Conversion::ConvertEquiv(), CSeq_loc_Conversion_Set::ConvertEquiv(), RowSourceTable::convertFromCDRows(), CCdsToMatPeptide::ConvertInner(), CSeq_loc_Conversion::ConvertMix(), CSeq_loc_Conversion_Set::ConvertMix(), CPepXML::ConvertModifications(), CPepXML::ConvertModSetting(), NMacroUtil::ConvertMultiSpaces(), CSeq_loc_Conversion::ConvertPacked_int(), CSeq_loc_Conversion_Set::ConvertPacked_int(), CSeq_loc_Conversion::ConvertPacked_pnt(), CSeq_loc_Conversion_Set::ConvertPacked_pnt(), ConvertPSSMToBLASTMatrix(), DMAlignedOptimalScore::convertScoreToDistance(), CSeq_loc_Conversion::ConvertSimpleMix(), CUnculTaxTool::ConvertSpeciesSpecificNote(), RowSourceTable::convertToCDRows(), CDirEntry::ConvertToOSPath(), ConvertToPairwise(), CTableImportDataSource::ConvertToSeqAnnot(), bm::blocks_manager< Alloc >::copy(), Vector< T >::copy(), copy(), LocalMaxStatMatrix::copy(), Matrix< T >::copy(), DynProgProb::copy(), bm::blocks_manager< Alloc >::copy_bit_block(), copy_data_to_host_var(), bm::base_sparse_vector< Val, BV, MAX_SIZE >::copy_from(), bm::basic_bmatrix< BV >::copy_from(), bm::dynamic_heap_matrix< unsigned, bv_allocator_type >::copy_from(), bm::blocks_manager< Alloc >::copy_to_arena(), CDemoHook::CopyChoiceVariant(), CDemoHook::CopyClassMember(), CObjectOStream::CopyClassRandom(), CObjectOStream::CopyClassSequential(), ViewerBase::CopyDataFromStack(), CMacroFlowEditor::CopyDefaultLibrary(), CBDB_BufferManager::CopyFieldsFrom(), CopyResult(), CdPssmInput::copyRow(), MultipleAlignment::copyRowSource(), CObjectOStreamAsnBinary::CopyString(), CObjectOStreamXml::CopyStringStore(), CObjectOStreamAsnBinary::CopyStringValue(), alp_reg::correction_of_errors(), CorrectWindowRect(), bm::bvector< Alloc >::count(), bm::rs_index< BVAlloc >::count(), bm::count_nz(), bm::bvector< Alloc >::count_to(), bm::bvector< Alloc >::count_to_test(), CMSPeak::CountAAIntervals(), CAnnotPieces::CountAnnotObjects(), SChunkInfo::CountAnnotObjects(), SrcEditDialog::CountColumnRowConflicts(), CountColumnRowConflicts(), CBinaryKmerCounts::CountCommonKmers(), CModelCompare::CountCommonSplices(), CMSHit::CountHits(), CMSHit::CountHitsByType(), CMSHit::CountMods(), CSearch< LEGACY, NHITS >::CountModSites(), CNucProp::CountNmers(), CSeqAnnotFromFasta::CountNonAlphaToPositions(), CountRangeTest(), CdPssmInput::countResiduesInRow(), CAgpErrEx::CountTotals(), CountWords(), CPager::CPager(), cpal(), CParse::CParse(), cpll(), CPrefetchSequence::CPrefetchSequence(), CPrintTaxFields::CPrintTaxFields(), cprl(), CProSplignTrimmer::CProSplignTrimmer(), CPSeq::CPSeq(), CPssmInputFlankingGaps::CPssmInputFlankingGaps(), CPssmInputGapsInQuery::CPssmInputGapsInQuery(), CPssmInputWithSingleCD::CPssmInputWithSingleCD(), CPssmInputWithTwoCDs::CPssmInputWithTwoCDs(), CQueryDataPerChunk::CQueryDataPerChunk(), CQueryExec::CQueryExec(), CRawSeqDBSource::CRawSeqDBSource(), CAlignRowGraphCont::Create(), CSeqMaskerIstatFactory::create(), CFeatureSeqTableColumnBaseFactory::Create(), CMakeDbPosMatrix::Create(), CSubjectsSequenceCoverage::Create(), SNcbiApplogKeywordsInit::Create(), CAnnotationASN1::CImplementationData::create_packed_int_seqloc(), create_tables(), CAlnMap::CreateAlignFromRange(), CreateAlignRow(), CreateAlignSetFromAnchoredAln(), CreateAlignSetFromPairwiseAln(), CreateAnchoredAlnFromAln(), CArgDescriptions::CreateArgs(), CMSModSpecSet::CreateArrays(), StyleManager::CreateASNStyleDictionary(), ColumnarVcfCache::CreateBlob(), CHttpFormData::CreateBoundary(), CSeqMaskerOstatOpt::createCacheBitArray(), CSelectDescription::CreateComponent(), CAlnVec::CreateConsensus(), CAlnVecMultiDataSource::CreateConsensus(), CRunToolDlg::CreateControls(), CAddLinkageToGaps::CreateControls(), CAdjustFeaturesForGaps::CreateControls(), CApplyGCode::CreateControls(), CBulkMolinfoEditDlg::CreateControls(), CCorrectIntervalOrder::CreateControls(), CFarPointerSeq::CreateControls(), CMolInfoEditDlg::CreateControls(), CRawSeqToDeltaSeqByLoc::CreateControls(), CRemoveDescDlg::CreateControls(), CRemoveFeaturesDlg::CreateControls(), CRemoveGeneXrefs::CreateControls(), CRemoveSeqFromAlignDlg::CreateControls(), CReorderSequencesDlg::CreateControls(), CRevCompSequencesDlg::CreateControls(), CRNANamePanel::CreateControls(), CSeqIdFixDlg::CreateControls(), SrcEditDialog::CreateControls(), CSuppressGenes::CreateControls(), CAddSuspectProductRule::CreateControls(), CScoringMethodsDlg::CreateControls(), CAlignmentAssistant::CreateControls(), CGBQualPanel::CreateControls(), CISOJTALookupDlg::CreateControls(), CNonAsciiCharacterReplacement::CreateControls(), CNonAsciiReplacementPanel::CreateControls(), CRawSeqToDeltaByNPanel::CreateControls(), CColorPanel::CreateControls(), CBondPanel::CreateControls(), CMolInfoPanel::CreateControls(), CSitePanel::CreateControls(), CAssignColumnValueDlg::CreateControls(), CCopyColumnDlg::CreateControls(), CSelectSequenceDlg::CreateControls(), CDescTypeSubpanel::CreateControlsMiddle(), CJniUtil::CreateCStyleArgs(), CRealDataType::CreateDefault(), CSeq_align::CreateDensegFromStdseg(), CreateDllBuildTree(), DTDParser::CreateEmbeddedName(), DTDElement::CreateEmbeddedName(), CProjBulderApp::CreateFeaturesAndPackagesFiles(), SRemoteApp::SRequest::CreateFilesNode(), CProjectItemsTree::CreateFrom(), AlignmentSet::CreateFromMultiple(), Threader::CreateGibScd(), CAutoDef::CreateIDOptions(), CSeqUtils::CreateIdStr(), CLadder::CreateLadder(), CLadderContainer::CreateLadderArrays(), CMSMatchedPeakSet::CreateMatchedPeakSet(), CreateMimeFromBiostruc(), CSequence::CreateMsa(), BLASTer::CreateNewPairwiseAlignmentsByBlast(), BlockAligner::CreateNewPairwiseAlignmentsByBlockAlignment(), CreateNewPairwiseAlignmentsByBlockExtension(), CreateObjectLocation(), CPhrap_Seq::CreatePadsFeat(), CPrintSetupDlg::CreatePaperTypeChoice(), rapidjson::internal::Schema< SchemaDocumentType >::CreateParallelValidator(), CDir::CreatePath(), Threader::CreateQrySeq(), Threader::CreateRcxPtl(), CDirEntry::CreateRelativePath(), CAlnMultiModel::CreateRows(), rapidjson::GenericSchemaDocument< ValueT, Allocator >::CreateSchemaRecursive(), rapidjson::internal::Schema< SchemaDocumentType >::CreateSchemaValidators(), CSeqMap::CreateSeqMapForSeq_loc(), CreateSparseAlign(), CPageList::CreateSubNodes(), CPagerView::CreateSubNodes(), CDbapiCursorApp::CreateTable(), CHTMLPage::CreateTemplate(), CNCMMSizePool_Getter::CreateTlsObject(), CAsnViewContext::CreateTooltipWindow(), CChoiceDataType::CreateTypeInfo(), CHelloReplyCommand::CreateView(), CEditObjectSeq_feat::CreateWindowImpl(), CResultSetMetaData::CResultSetMetaData(), CReverseAndComplement< T >::CReverseAndComplement(), CRgbaColor::CRgbaColor(), cs_locale(), CSearch_Base< LEGACY, NHITS, derived_t >::CSearch_Base(), CDbIndex::CSearchResults::CSearchResults(), CSearchResultSet::CSearchResultSet(), CSelection::CSelection(), CSeqDBLMDBEntry::CSeqDBLMDBEntry(), CSeqDBLMDBSet::CSeqDBLMDBSet(), CSeqDBVolSet::CSeqDBVolSet(), CSeqDictionaryBuilder< Alphabet >::CSeqDictionaryBuilder(), CSeqFormatter::CSeqFormatter(), CSeqMaskerIstatAscii::CSeqMaskerIstatAscii(), CSeqMaskerIstatOAscii::CSeqMaskerIstatOAscii(), CSeqScores::CSeqScores(), CSeqTextFontList::CSeqTextFontList(), CSimpleBlobStore::CSimpleBlobStore(), CSimpleGiList::CSimpleGiList(), CSnpBitfield2::CSnpBitfield2(), CSNPDb_Impl::CSNPDb_Impl(), CSortedBioseqs::CSortedBioseqs(), CSortedSeq_ids::CSortedSeq_ids(), CSubjectMap::CSubjectMap(), CSubstMatrix::CSubstMatrix(), CSymDustMasker::CSymDustMasker(), ct_compute_info(), ct_options(), ct_param(), ct_res_info(), CTaxNRCriteria::CTaxNRCriteria(), CTL_RowResult::CTL_RowResult(), ctr_drbg_update_internal(), CTrackingEnvHolder::CTrackingEnvHolder(), CTranslationTable::CTranslationTable(), CTreeWMClient::CTreeWMClient(), pythonpp::CTuple::CTuple(), Splines::cubicRoots(), CGeneModel::CutExons(), CPaintSequence::CutSelection(), CVdbFastaExtractor::CVdbFastaExtractor(), CSeqportUtil_implementation::CWrapper_2D< T >::CWrapper_2D(), CWriteDB_CreateAliasFile(), CWriteDB_CreateOidMaskDB(), CwxGridTableAdapter::CwxGridTableAdapter(), cxei(), CTextPanel::DataLoaded(), CItemsInfo::DataSpec(), CTime::DayOfWeekNameToNum(), dbacolptr(), dbbylist(), dbclose(), dbcolinfo(), dbconvert_ps(), dbexit(), DBLB_GetServer(), DBLB_StatusStr(), dblib_add_connection(), dblib_del_connection(), dbnextrow_pivoted(), dbnumalts(), dbperror(), dbpivot(), dbprhead(), dbprrow(), dbsafestr(), dbsetmaxprocs(), dbsetopt(), dbsettime(), dbspr1row(), dbsprhead(), dbsprline(), dbstring_getchar(), AMatrix_base::DeAllocate(), NtlookupTestFixture::debruijnInit(), debug_print_pk(), CBlastQueryInfo::DebugDump(), CBlastEffectiveLengthsOptions::DebugDump(), CSeqDBAliasFile::DebugDump(), bm::rsc_sparse_vector< Val, SV >::decode(), bm::deserializer< BV, DEC >::decode_arr_sblock(), bm::rsc_sparse_vector< Val, SV >::decode_buf(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::decode_substr(), decodeNewickSubtree(), CGlFeedbackFont::DecodeText(), DecodeXml(), bm::rank_compressor< BV >::decompress(), CScriptPanel::DecreaseFont(), mu::ParserBase::DefineOprt(), CHTML_area::DefinePolygon(), BlockModelPair::degap(), ConsensusMaker::degapAlignment(), CMakeDbPosMatrix::Delete(), alp_data::delete_memory_for_matrix(), CHMMParameters::SDetails::DeleteAllCreatedModels(), DeleteElements(), DeleteFields(), CNetBLASTUIDataSource::DeleteJobDescriptors(), UngappedAlignedBlock::DeleteRow(), UnalignedBlock::DeleteRow(), CLocationListCtrl::DeleteRow(), CScriptPanel::DeleteSelected(), CNCMMSizePool_Getter::DeleteTlsObject(), CSearch< LEGACY, NHITS >::DeleteVariableOverlap(), DelSegnum(), bm::blocks_manager< Alloc >::deoptimize_block(), bm::blocks_manager< Alloc >::deoptimize_block_no_check(), CDockLayoutTree::CNode::DepthFirstForEach(), CDockLayoutTree::CNode::DepthFirstSearch(), des3_set2key(), des3_set3key(), desc_alloc_records(), desc_copy(), desc_free_records(), DescribeSAMOutputFormatSpecifiers(), DescribeTabularOutputFormatSpecifiers(), TaxTreeData::deselectAllTaxNodes(), bm::compressed_collection_deserializer< CBC >::deserialize(), CBDB_ExtBlobMap::Deserialize(), CBDB_BlobMetaContainer::Deserialize(), CSegmentSmearGlyph::CSegMap::Deserialize(), bm::sparse_vector_deserializer< SV >::deserialize_planes(), bm::sparse_vector_deserializer< SV >::deserialize_structure(), DesrializationTest2(), CAlignRowGraphCont::Destroy(), bm::blocks_manager< Alloc >::destroy_tree(), DetailedCheckCompressedDecode(), DetailedCheckVectors(), CCigar::DetailedCigarString(), DetailedCompareSparseVectors(), CDataLoader::DetailsToChoice(), CWGSDb_Impl::DetermineFeatLocIdType(), CSeqAnnotFromFasta::DetermineMasterIndex(), CNcbiMatrix< T >::Diagonal(), CDiffText::Diff(), rapidjson::internal::BigInteger::Difference(), DirectCompareFunction(), CSeqMaskerIstatFactory::DiscoverStatType(), OpenGLRenderer::Display(), CAdjustFeaturesForGaps::DisplayGappedFeatures(), CTaxFormat::DisplayLineageReport(), CTaxFormat::DisplayOrgReport(), CDisplaySeqalign::DisplaySeqalign(), CTaxFormat::DisplayTaxonomyReport(), CCigar::Distance(), bm::distance_and_operation(), bm::distance_operation(), bm::distance_operation_any(), HitDistributor::distribute(), div_small(), bm::dm_control(), DNACompressionTest(), CSampleJob::Do(), CStrTokenize< TStr, TV, TP, TCount, TReserve >::Do(), CDbIndex_Factory::do_create_1_2(), DoAnchoredScan(), COpenViewManager::DoAsyncConversion(), SAppProjectT::DoCreate(), SLibProjectT::DoCreate(), Does3primerAbutGap(), Does5primerAbutGap(), DoesPatternMatchHighlightedResidues(), CSeqMaskerOstatAscii::doFinalize(), CSeqMaskerOstatBin::doFinalize(), CSeqMaskerOstatOpt::doFinalize(), DoHighlightMotif(), CEJournalSearch::DoJournalSearch(), AlignmentUtility::DoLeaveNOut(), AlignmentUtility::DoLeaveOneOut(), CLockVectorGuard< TLockVect >::DoLock(), CSeqMasker::DoMask(), CSeqScores::DonorScore(), CEJournalSearch::DoOneESummary(), DoSocketWait(), CTaxValidationAndCleanup::DoTaxonomyUpdate(), DoTest(), CSampleTest::DoTest(), CSuspectProductRulesEditor::DoubleClick(), DP_CreateBlockInfo(), DP_DestroyMultipleAlignmentResults(), DP_GlobalBlockAlign(), DP_GlobalBlockAlignGeneric(), dpScoreFunction(), SequenceDisplay::DraggedCell(), Residue::Draw(), CStrWithURLRenderer::Draw(), CRenderingContext::Draw3DQuad_HorzLines(), StructureBase::DrawAll(), CPaintAlignment::DrawFeatureLabels(), CPaintSequence::DrawFeatureLabels(), CPaintAlignment::DrawFeatures(), CPaintSequence::DrawFeatures(), OpenGLRenderer::DrawHalfWorm(), SequenceViewerWidget_SequenceArea::DrawLine(), CPaintSequence::DrawMismatch(), CPaintSequence::DrawOnTheFly(), OpenGLRenderer::DrawStrand(), CRenderingContext::DrawStrandIndicators(), CPaintSequence::DrawTextLine(), CPaintAlignment::DrawTextLine(), CPaintSequence::DrawTripletMismatch(), CChainer::DropAlignmentInfo(), CScriptPanel::DropMacro(), DSNDlgProc(), DTDFileNameBase(), DTDPublicModuleName(), DualResiduals(), CRCache::dump(), CBDB_FileDumper::Dump(), CSeq_id_Mapper::Dump(), CLDS2_Database::Dump(), HitDistributor::dump(), CBlastDB_SeqFormatter::DumpAll(), CBlastDB_FastaFormatter::DumpAll(), CBlastDB_BioseqFormatter::DumpAll(), CSeqFormatter::DumpAll(), CNCMMReserve::DumpChunks(), AlignmentDisplay::DumpCondensed(), IPhyloTreeRender::CExtentDimension::DumpExtent(), dumpit(), CConvGraph::DumpPath(), CGlUtils::DumpState(), CPackString::DumpStatistics(), CDumpSysInfo::DumpSystemInfo(), DumpText(), CAnnotCompareDS::DumpTextReport(), CChainer::CChainerImpl::Duplicate5pendsAndShortCDSes(), CChainer::CChainerImpl::DuplicateNotOriented(), CBDB_BufferManager::DuplicateStructureFrom(), CChainer::CChainerImpl::DuplicateUTRs(), bm::dynamic_range_clip_high(), bm::dynamic_range_clip_low(), DynamicMatrixTest(), DynamicSGenCodeNodeArrayFree(), DynamicUint4Array_AreEqual(), DynamicUint4Array_Copy(), ecp_comb_recode_core(), ecp_mod_koblitz(), ecp_mod_p255(), ecp_mod_p448(), ecp_mod_p521(), ecp_mul_comb(), ecp_mul_comb_core(), ecp_mul_mxz(), ecp_normalize_jac_many(), ecp_precompute_comb(), ecp_select_comb(), EditDistance(), CAlignMap::EditedSequence(), ElementsSum(), WSDLParser::EmbeddedElement(), EmblAscii(), EmblGetDivisionNewID(), EmblIndex(), EmblSegment(), SequenceDisplay::Empty(), CCacheDemoApp::EmptyOnOverflowDemo(), ViewerWindowBase::EnableBaseEditorMenuItems(), CExtraEncoder::Encode(), CIDs::Encode(), bm::serializer< BV >::encode_bit_interval(), CGlFeedbackFont::EncodeText(), EndAdded(), rapidjson::internal::Hasher< Encoding, Allocator >::EndArray(), COpenViewDlg::EndModal(), rapidjson::internal::Hasher< Encoding, Allocator >::EndObject(), CIndexedDb_New::EndSearchIndication(), rapidjson::internal::Schema< SchemaDocumentType >::EndValue(), CDockLayoutTree::CNode::EnforceChildOrder(), DistanceMatrix::EnforceSymmetry(), CRCache::CDataPool::ensure(), CFormatGuess::EnsureSplitLines(), CFormatGuess::EnsureStats(), Entropy(), entropy_gather_internal(), DTDParser::EnumeratedBlock(), EnumeratorTest(), CEnumParser< TEnum, TParam >::EnumToString(), mu::Test::ParserTester::EqnTest(), CDataFrame< MAX_SIZE >::Equal(), bm::compressed_collection< Value, BV >::equal(), bm::dynamic_heap_matrix< unsigned, bv_allocator_type >::equal_sz(), CNamespace::EqualLevels(), CClassTypeInfo::Equals(), bm::bvector< Alloc >::erase(), bm::basic_bmatrix< BV >::erase_column(), eraseChar(), eraseInitialChar(), eraseInitialWhiteSpace(), CCdCore::EraseSequence(), CCdCore::EraseSequences(), CCdCore::EraseTheseRows(), CCdCore::EraseUID(), eraseWhiteSpace(), ErrSetLog(), jetbrains::teamcity::TeamcityMessages::escape(), SBamIndexRefIndex::EstimateDataSizeByAlnStartPos(), CScannerFunctorAND::Eval(), CScannerFunctorOR::Eval(), CTreeQueryExec::EvalNext(), rapidjson::internal::GenericRegex< Encoding, Allocator >::EvalQuantifier(), CSGQueryFunctionCompare::Evaluate(), CQueryFuncFunction::Evaluate(), CQueryFuncPromoteAndOr::Evaluate(), CQueryFuncPromoteIn::Evaluate(), CQueryFunction_BV_In_Or< BV >::Evaluate(), CBDB_Cache::EvaluateTimeLine(), ex_display_header(), ex_display_results(), SAnnotSelector::ExcludeAnnotType(), ExcludeBadExons(), SAnnotSelector::ExcludeFeatType(), CCodeGenerator::ExcludeTypes(), CMacroEngineParallel::Exec(), CCassandraFullscanRunner::Execute(), CDownwardTreeFiller::Execute(), CEventHandler::CPostQueue::ExecuteFirstRequest(), CStatement::ExecuteLast(), CMMFlusher::ExecuteSlice(), CStatRotator::ExecuteSlice(), CWriteBackControl::ExecuteSlice(), CNewFileCreator::ExecuteSlice(), CSrvListener::ExecuteSlice(), CTDQueryDataSource::ExecuteStringQuery(), CSeqDBAliasStack::Exists(), CFeaturesGroup::ExpandAll(), CSequenceGroup::ExpandAll(), CPatternStats::ExpandPattern(), bm::export_array(), ExportPNG(), CSequenceEditingEventHandler::ExportStructuredCommentsTable(), CwxTableListCtrl::ExportTableControlToCSV(), CTableImportDataSource::ExportTableParms(), CGeneModel::Extend(), CDiscrepancyContext::Extend(), ExtendCDSToStopCodon(), CSearch_Base< LEGACY, NHITS, derived_t >::ExtendLeft(), BlockExtender::extendOnePair(), CSearch_Base< LEGACY, NHITS, derived_t >::ExtendRight(), DeBruijn::CDBGraphDigger::ExtendToRightMT(), ExtendToStopCodon(), CCleanup::ExtendToStopCodon(), CFileSet::ExternalResolve(), bm::sparse_vector< Val, BV >::extract(), extract_error(), bm::sparse_vector< Val, BV >::extract_planes(), CIgBlastArgs::ExtractAlgorithmOptions(), CExonSelectorApplication::ExtractExonsFromSAM(), CDFamily::extractFamily(), CTableImportDataSource::ExtractFixedFields(), CIDs::ExtractID(), ExtractMetaDataStr(), ExtractObjectLocation(), CTimeLine< BV >::ExtractObjects(), BlockMultipleAlignment::ExtractRows(), CObjMgr_QueryFactory::ExtractScopes(), CAlignFormatUtil::ExtractSeqAlignForSeqList(), ExtractStatAlgoVersion(), CObjMgr_QueryFactory::ExtractUserSpecifiedMasks(), CGlTextureFont::FaceFromString(), FactorReNewtonSystem(), fallbackSimpleSort(), fallbackSort(), CDistMethods::FastMeTree(), CField_type::FeatureFieldFromCDSGeneProtField(), CTL_CursorResultExpl::Fetch(), CEFetch_Request::FetchIdList(), python::CCursor::fetchmany(), FieldIndex(), FileGetsBuf(), FileReadBuf(), bm::bvector< Alloc >::fill_alloc_digest(), bm::bv_ref_vector< BV >::fill_alloc_digest(), fill_orgref(), fill_window(), CAlignCollapser::FillGapsInAlignmentAndAddToGenomicGaps(), CRgbaGradColorTable::FillGradient(), CMSSpectrumMatch::FillMatchedPeaks(), Sequence::FillOutSeqId(), CSeqMaskerScoreMean::FillScores(), FillSets(), FillSetsIntervals(), FillSetsRandom(), FillSetsRegular(), fillSfp(), FillSparseIntervals(), FillTestBuffer(), Filter(), CAlignCollapser::FilterAlignments(), CSeqAlignFilter::FilterByAccessionType(), CEntrez2Client::FilterIds(), CChainer::CChainerImpl::FilterOutChimeras(), COrg_ref::FilterOutParts(), CChainer::CChainerImpl::FilterOutTandemOverlap(), FilterQueriesForMapping(), FilterTokenRanges(), CTrackListCtrl::FilterValues(), bm::iterator_deserializer< BV, SerialIterator >::finalize_target_vector(), CTempString::find(), CItemsInfo::Find(), TypeStringAssociator< StyleSettings::eLabelType >::Find(), CWinMaskUtil::CIdSet_TextMatch::find(), CEditingActionFeatGeneLocusCdsGeneProt::Find(), bm::bvector< Alloc >::find(), bm::rs_index< BVAlloc >::find(), bm::bv_ref_vector< BV >::find(), CMSSpectrumMatch::Find(), bm::serializer< BV >::find_bit_best_encoding(), bm::serializer< BV >::find_bit_best_encoding_l5(), bm::bv_ref_vector< BV >::find_bv(), bm::find_effective_columns(), bm::aggregator< BV >::find_effective_sub_block_size(), bm::sparse_vector_scanner< SV, S_FACTOR >::find_eq_with_nulls_horizontal(), bm::aggregator< BV >::find_first_and_sub(), bm::sparse_vector_scanner< SV, S_FACTOR >::find_first_eq(), bm::bvector< Alloc >::find_first_mismatch(), bm::find_first_nz(), bm::sparse_vector_scanner< SV, S_FACTOR >::find_gt_horizontal(), bm::find_interval_end(), bm::find_interval_start(), bm::find_max_nz(), bm::blocks_manager< Alloc >::find_max_top_blocks(), bm::blocks_manager< Alloc >::find_next_nz_block(), bm::sparse_vector_scanner< SV, S_FACTOR >::find_nonzero(), bm::find_ptr(), bm::blocks_manager< Alloc >::find_real_top_blocks(), bm::bvector< Alloc >::find_reverse(), bm::rs_index< BVAlloc >::find_super_block(), alp_reg::find_tetta_general(), FindAllStops(), CChainer::CChainerImpl::FindAltsForGeneSeeds(), CSeqMaskerOstatOpt::findBestRoff(), CDllResolver::FindCandidates(), CClusterer::CSingleCluster::FindCenterElement(), CSplitter::FindChild(), CDFamily::findChildren(), CRgbaGradColorTable::FindClosestColor(), CRgbaGradColorTable::FindColor(), CWriteDB_Impl::FindColumn(), BlockExtender::findCommonExtension(), FindCompartments(), CCdCore::FindConsensusInSequenceList(), CChainer::CChainerImpl::FindContainedAlignments(), FindContentType(), CObjectIStreamJson::FindDeep(), CObjectIStreamXml::FindDeep(), CDFamily::findFamily(), FindFGapIntronNog(), CCleave::findfirst(), FindForwardOrfs(), FindGeneticCode(), CGlModel2D::FindGeomNode(), CGlModel2D::FindGeomObject(), FindGoodParts(), findHighestScoringRowByPssm(), MoleculeIdentifier::FindIdentifier(), FindIGapIntrons(), BlockModel::findIntersectingBlocks(), BlockFormater::findIntersectingBlocks(), CStreamPathHookBase::FindItem(), CAttribMenu::FindItem(), CNetBLASTUIDataSource::FindJobDescriptor(), CSeqMatch::FindMatches(), SequenceSet::FindMatchingSequence(), CContigAssembly::FindMaxRange(), CEnumeratedTypeValues::FindName(), FindNewLocations(), CSplitCDSwithTooManyXs::FindNewLocations(), CItemsInfo::FindNextMandatory(), CPssmInputTestData::FindNonIdenticalHighScoringResidue(), FindNotNullPtrTest(), CFindPattern::FindNucNmerRepeats(), CChainer::CChainerImpl::FindOptimalChainForProtein(), impl::CCachedRowInfo::FindParamPosInternal(), CResultSetMetaData::FindParamPosInternal(), CDFamily::findParent(), MultipleAlignment::findParentalCastible(), MultipleAlignment::findParentalEquivalent(), FindPartialyCoveredQueries(), CEditSeqEndsWithAlign::FindPosition(), SeqSwapper::findReplacements(), CFeaturePropagator::FindRow(), CDUpdater::findRowsWithOldSeq(), CValidError_align::FindSegmentGaps(), CDUpdater::findSeq(), CDataSource::FindSeq_feat_Lock(), AlignmentCollection::FindSeqInterval(), SequenceTable::findSequence(), NAdapterSearch::CSimpleUngappedAligner::FindSingleBest(), variation::FindSSRLoc(), FindStartsStops(), SeqSwapper::findStructuralPendings(), DeBruijn::FindValleyAndPeak(), CEnumeratedTypeValues::FindValue(), CSimpleBlobStore::Fini(), FireAllTimers(), FixCapitalizationInElement(), CFixProductNames::FixCaps(), CSubSource::FixDateFormat(), ctll::fixed_string< N >::fixed_string(), DTDParser::FixEmbeddedNames(), FixFeatureIdsForUpdates(), COrgMod::FixHostCapitalization(), CPCRPrimerSeq::Fixi(), CSubSource::FixIsolationSourceCapitalization(), FixMixLoc(), SeqTree::fixRowNumber(), CSubSource::FixSexQualifierValue(), CSubSource::FixTissueTypeCapitalization(), FixupMouseStrain(), CObjectIStreamAsnBinary::FixVisibleChars(), FixWindowForNonAsciiText(), fkm(), fkm_output(), TestUtil::FlattenSeqAlignSet(), CImageUtil::FlipX(), AbstractLexer::FlushCommentsTo(), FNV_hash(), bm::for_each_bit(), bm::for_each_bit_block_range(), bm::for_each_block(), bm::for_each_gap_dbit(), bm::for_each_nzblock(), bm::for_each_nzblock2(), bm::for_each_nzblock_if(), bm::for_each_nzblock_range(), SAnnotSelector::ForceAnnotType(), CReadObjectList::ForgetObjects(), CWriteObjectList::ForgetObjects(), CTabularFormatter::Format(), CFlatSubmitterSeqidQVal::Format(), CFlatSubSourcePrimer::Format(), CFlatModelEvQVal::Format(), CwxIntWithFlagsFormat::Format(), FormatAsAsn(), BlockFormater::formatBlocksForQualifiedRows(), CSeqMaskerOstat::FormatMetaData(), CExonSelectorApplication::FormatPaired(), CExonSelectorApplication::FormatSingle(), FrAlign(), FrAlignFNog1(), CGeneModel::FrameShifts(), FrBackAlign(), DynProgProb::free(), Matrix< T >::free(), bm::xor_scanner< BV >::free_blocks(), bm::basic_bmatrix< BV >::free_rows(), bm::base_sparse_vector< Val, BV, 1 >::free_slice(), CBucketPool< Value, Lock, RPool >::FreeAllPools(), FreeFldMtf(), freeMatrix(), FreeRcxPtl(), FreeSeqMtf(), FreeThdTbl(), CIdDeMux< TBV, TBVFact >::FreeUnusedMem(), FreezeBlocks(), FreezeIsolatedBlocks(), FreezeTest(), FromArrayString(), CNWFormatter::SSegment::FromBuffer(), CRegistryFile::FromConfigFile(), CDistanceMatrix::FromMatrix(), CAgpRow::FromString(), CGlTextureFont::FromString(), CDockLayoutTree::CNode::FromUserObject(), CAlignMap::FShiftedLen(), fta_add_hist(), fta_check_multiple_locus_tag(), fta_check_non_tpa_tsa_tls_locations(), fta_check_satellite(), fta_cmp_gene_syns(), fta_create_wgs_seqid(), fta_fix_last_initials(), fta_fix_seq_id(), fta_fix_seq_loc_id(), fta_get_dblink_user_object(), fta_get_gi_for_seq_id(), fta_get_orgref_byid(), fta_get_part_sup(), fta_get_project_user_object(), fta_if_wgs_acc(), fta_number_is_huge(), fta_parse_structured_comment(), fta_process_con_slice(), fta_remark_is_er(), fta_replace_org(), fta_sort_features(), fta_sort_quals(), fta_StringMatch(), fta_tls_keywords_check(), fta_tpa_keywords_check(), fta_tsa_keywords_check(), CSeqMaskerCacheBoost::full_check(), CCustomTree::FullHeight(), SPSG_StatsCounters::SReport::Func(), alp_reg::function_for_robust_regression_sum_with_cut_LSM(), alp_reg::function_for_robust_regression_sum_with_cut_LSM_beta1_is_defined(), g(), g0(), bm::serializer< BV >::gamma_gap_array(), GammaEncoderTest(), bm::gap_bit_count_unr(), bm::gap_convert_to_arr(), bm::gap_insert(), bm::operation_functions< T >::gap_op_to_bit(), bm::operation_functions< T >::gap_operation(), bm::gap_set_array(), bm::gap_shift_l1(), bm::gap_shift_r1(), GAPCheck(), GapEditScriptCombine(), CSeq_align::GapLengthRange(), GapsToDelta(), GAPTestStress(), CAgpRow::GapTypeToString(), bm::rsc_sparse_vector< Val, SV >::gather(), bm::sparse_vector< Val, BV >::gather(), GBQualSplit(), gcm_gen_table(), gcm_mult(), gen_random(), GenBankAscii(), GenBankAsciiOrig(), GenBankIndex(), generate_bvector(), generate_inter_test(), alp_sim::generate_random_permulation(), generate_serialization_test_set(), generate_sparse_bv(), generate_sparse_bvector(), generate_string_set(), generate_vect48_range(), CRegExFSA::GenerateArrayMapData(), CClassTypeStrings::GenerateClassCode(), CChoicePtrTypeStrings::GenerateClassCode(), CChoiceTypeStrings::GenerateClassCode(), CWsdlTypeStrings::GenerateClassCode(), CFileCode::GenerateCode(), CCodeGenerator::GenerateCombiningFile(), GenerateCompressedBufferCollection(), CFileCode::GenerateCPP(), CCodeGenerator::GenerateCvsignore(), DTDParser::GenerateDataTree(), CDeflineGenerator::GenerateDefline(), CCodeGenerator::GenerateDoxygenGroupDescription(), CCodeGenerator::GenerateFileList(), CFileCode::GenerateHPP(), CNcbiEncryptApp::GenerateKey(), CProjBulderApp::GenerateMsvcProjects(), generateMTFValues(), GeneratePipelineTestData(), GenerateRandomKleenVect(), GenerateShiftTestCollection(), GenerateSV(), GenerateTestCollection(), GenerateTestStrCollection(), CWsdlTypeStrings::GenerateTypeCode(), CEnumTypeStrings::GenerateTypeCode(), CProjBulderApp::GenerateUnixProjects(), CFileCode::GenerateUserCPPCode(), CFileCode::GenerateUserHPPCode(), CClassTypeStrings::GenerateUserHPPCode(), CNewCleanup_imp::GenerefBC(), rapidjson::GenericValue< rapidjson::Encoding, rapidjson::Allocator >::GenericValue(), CBlobStoreBase::GenReadQuery(), CScore_CdsInternalStops::Get(), CScore_SegPct::Get(), std::get(), CNcbiEnvironment::Get(), bm::bit_trans_grabber< T, BPC, BPS >::get(), SNgHttp2_Header< NGHTTP2_NV_FLAG_NO_COPY_NAME >::Get(), bm::sparse_vector< Val, BV >::get(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::get(), CAlignmentCollectionScore::Get(), CGlVboNode::Get2DVertexBuffer(), bm::decoder_little_endian::get_32_AND(), bm::decoder::get_32_AND(), bm::decoder_little_endian::get_32_OR(), bm::decoder::get_32_OR(), alp_sim::get_and_allocate_alp_distribution(), bm::aggregator< BV >::get_arg_block(), get_art(), get_attr_stmt(), get_auth_from_toks(), bm::bvector< Alloc >::get_bit(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_AND(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_ASSIGN(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT_A(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT_AND(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT_OR(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT_SUB_AB(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT_SUB_BA(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_COUNT_XOR(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_OR(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_SUB(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_bit_block_XOR(), bm::blocks_manager< Alloc >::get_block(), bm::basic_bmatrix< BV >::get_block(), bm::get_block_coord(), bm::blocks_manager< Alloc >::get_block_ptr(), bm::get_block_start(), bm::random_subset< BV >::get_block_subset(), get_book(), SBaseStats::get_bytes(), SBamAlignInfo::get_cigar(), get_coll_md5(), bm::base_sparse_vector< Val, BV, MAX_SIZE >::get_create_slice(), bm::rsc_sparse_vector< Val, SV >::get_create_slice(), get_date(), get_embl_pmid(), bm::bvector_mini< A >::get_first(), bm::decoder_base::get_h64(), bm::basic_bmatrix< BV >::get_half_octet(), SBaseStats::get_ints(), get_LSH_hashes2(), get_LSH_match_from_hash(), alp_data::get_memory_for_matrix(), SBaseStats::get_min_max(), alp_sim::get_minimal_simulation(), get_muid(), bm::bvector_mini< A >::get_next(), bm::sparse_vector< Val, BV >::get_no_check(), get_one_and_zeros_padding(), pvalues::get_P_error_using_splitting_method(), get_pkcs_padding(), bm::sparse_vector_serial_layout< SV >::get_plane(), bm::random_subset< BV >::get_random_array(), bm::xor_scanner< bvector_type >::get_ref_block(), alp_sim::get_root(), bm::basic_bmatrix< BV >::get_row(), bm::base_sparse_vector< Val, BV, 1 >::get_slice(), bm::rsc_sparse_vector< Val, SV >::get_slice(), bm::base_sparse_vector< Val, BV, MAX_SIZE >::get_slice_mask(), get_stacktrace(), bm::rs_index< BVAlloc >::get_super_block_count(), bm::rs_index< BVAlloc >::get_super_block_rcount(), bm::get_super_block_start(), bm::blocks_manager< Alloc >::get_topblock(), get_ucpname(), bm::sparse_vector< Val, BV >::get_unsigned(), get_zeros_and_len_padding(), get_zeros_padding(), CWGSDb_Impl::SProtAccInfo::GetAcc(), CCdCore::GetAccession(), GetAccession(), CDataLoader::GetAccVers(), CDataSource::GetAccVers(), CGBDataLoader_Native::GetAccVers(), CScope_Impl::GetAccVers(), CPSGDataLoader_Impl::GetAccVersOnce(), CSeqDBGiMask::GetAlgorithmId(), CSeqDBAliasFile::GetAliasFileValues(), GetAlignColl(), CSeq_align::GetAlignedBases(), ResidueMatrix::getAlignedPair(), GetAlignedPositions(), GetAlignedResidueIndexes(), AlignmentCollection::GetAlignedResiduesForAll(), CAlignFormatUtil::GetAlignLengths(), CAlignCommon::GetAlignment(), CCdCore::GetAlignmentAnnotationDescription(), GetAlignmentColumnsForCD(), AlignmentManager::GetAlignmentSetDependentSequences(), GetAlignParts(), CSparseMultiDataSource::GetAlignType(), CDockContainer::GetAllClients(), CPhyloTree::GetAllCollapsed(), CGlTextureFont::GetAllFaces(), CStructCommentSubpanel::GetAllLabels(), CTaxon1::GetAllNames(), CTaxon1::GetAllNamesEx(), CNAUtils::GetAllNAMetaData(), CCdCore::GetAllRowIndicesForSeqId(), AlignmentCollection::getAllRowsForCD(), AlignmentCollection::GetAllSequences(), CTaxon1::GetAllTaxIdByName(), SBamIndexRefIndex::GetAlnOverStarts(), CCSraRefSeqIterator::GetAlnOverStarts(), CAlnVec::GetAlnSeqString(), Molecule::GetAlphaCoords(), CAmbigDataBuilder::GetAmbig(), SSeqTableContent::GetAnnot(), IBISAnnotateDialog::GetAnnotIbisOverlaps(), CSeq_annot_Info::GetAnnotObjectKey(), SSeqTableConverter::GetAnnots(), CJniUtil::GetArgsFromNcbiApp(), CScannerFunctorArgN::GetArguments(), CAlignFormatUtil::GetAsciiProteinMatrix(), CGencollSvc::GetAssmAccs(), StructureSet::GetAtomFromName(), CCgiSession_NetCache::GetAttribute(), CCgiSession_NetCache::GetAttrIStream(), CApplyEditconvertPanel::GetAutopopulateValue(), CSeqDBGiMask::GetAvailableMaskAlgorithms(), CMinHashFile::GetBadMers(), CSeqTableGridPanel::GetBestTableWidth(), SRequestBuilder::SReader< CArgs >::GetBioIds(), CCdCore::GetBioseqForIndex(), CAlnVec::GetBioseqHandle(), GetBioseqWithFootprintForNRows(), CAlignFormatUtil::GetBlastDbInfo(), GroupUpdater::getBlastHits(), CBlastQueryVector::GetBlastSearchQuery(), CBlastQuerySourceOM::GetBlastSequence(), CAsnCacheStoreMany::GetBlob(), SCacheInfo::GetBlob_idsSubkey(), CWGSClient::GetBlobId(), CBDB_ExtBlobMap::GetBlobIdRange(), CBDB_ExtBlobMap::GetBlobLoc(), CRemoteBlastDbDataLoader::GetBlobs(), BlockModel::getBlockNumber(), GetBlockNumberForResidue(), CSeqAnnotFromFasta::GetBlocksFromCounts(), CReadBlastApp::getBounds(), CCompartmentAccessor< THit >::GetBox(), CBroadcastVRChangeDialog::GetBroadcastFlag(), CDataLoader::GetBulkIds(), CDataSource::GetBulkIds(), CGBDataLoader_Native::GetBulkIds(), CScope_Impl::GetBulkIds(), CPSGDataLoader_Impl::GetBulkIdsOnce(), CScope_Impl::GetCDDAnnots(), CDataLoader::GetCDDAnnots(), CGBDataLoader_Native::GetCDDAnnots(), CPSGDataLoader_Impl::GetCDDAnnotsOnce(), ASNDataManager::GetCDDNotes(), GetCdRegionCB(), GroupUpdater::getCds(), CHMMParameters::SDetails::GetCGList(), CNCMMReserve::GetChain(), CLayoutGroup::GetChild(), CTaxon1::GetChildren(), CMolInfoTableCommandConverter::GetChoices(), CGenomeTableCommandConverter::GetChoices(), CFeatureTableCommandConverter::GetChoices(), CPubFieldType::GetChoicesForField(), CSNPDbSeqIterator::GetChunkForVersion(), CVDBGraphDataLoader_Impl::GetChunkOnce(), CNCMMReserve::GetChunks(), CFileCode::GetClasses(), CClassTypeInfoBase::GetClassInfoById(), CClassTypeInfoBase::GetClassInfoByName(), CFileCode::GetClassNamespace(), CClusterer::GetClusterDistMatrix(), CCassConnection::GetClusteringKeyColumnNames(), CPhyloSelectionSetMgr::GetClusterToSelectionMap(), GetCmdlineArgs(), CNCStat::GetCntRunningCmds(), GetCntRunningThreads(), CAlignCollapser::GetCollapsedAlgnments(), CResultSet::GetColNum(), GetColor(), CRgbaGradColorTable::GetColor(), CFillerPointVboGeomBase::GetColorBufferUC(), CTraceGraph::GetColorByValue(), CTraceGlyph::GetColorByValue(), CColorTableMethod::GetColorForScore(), CGlVboNode::GetColors(), CApplyEditconvertPanel::GetColumn(), CUnculTaxTool::GetColumn(), CSubpanel::GetColumn2(), CTableDataSeq_table::GetColumnCommonStrings(), CSeqDBVol::GetColumnId(), CwxTableListCtrl::GetColumnIndexByName(), CAlnMultiRenderer::GetColumnIndexByType(), CCassConnection::GetColumnNames(), CTableImportListCtrl::GetColumnsCombinedCharWidth(), CwxTableListCtrl::GetColumnsOrder(), CAddFeatureBetweenDlg::GetCommand(), CAddGlobalCodeBreak::GetCommand(), CAddSecondary::GetCommand(), CCdsFromGeneMrnaExon::GetCommand(), CCorrectRNAStrandDlg::GetCommand(), CEditHistory::GetCommand(), CEditSequenceEnds::GetCommand(), CExtendCDSToStop::GetCommand(), CFarPointerSeq::GetCommand(), CFuseFeaturesDlg::GetCommand(), CmRNAFromGeneCdsExon::GetCommand(), CReorderSequencesDlg::GetCommand(), CRevCompSequencesDlg::GetCommand(), CSegregateSets::GetCommand(), CtRNAFromGene::GetCommand(), CWithdrawSequences::GetCommand(), CAlignCDSAddPanel::GetCommand(), CAlignRNAAddPanel::GetCommand(), CAlignOtherAddPanel::GetCommand(), CCrossRefFeatsDlg::GetCommand(), CUnculTaxTool::GetCommandFromValuesTable(), CStructuredCommentCommandConverter::GetCommandFromValuesTable(), variation::GetCommonPrefixLen(), variation::GetCommonSuffixLen(), GetCommonTax(), CBlastSeqVectorFromCSeq_data::GetCompressedPlusStrand(), ResidueProfiles::getConsensus(), CStringConstraintSelect::GetConstrainedColumn(), CMacroCompoundConstraintPanel::GetConstraints(), GetContacts(), CTreeIteratorTmpl< CTreeLevelIterator >::GetContext(), CTreeIteratorTmpl< CTreeLevelIterator >::GetContextData(), CSplitQueryBlk::GetContextOffsets(), CBDB_BlobDeMux::GetCoordinates(), CIdDeMux< TBV, TBVFact >::GetCoordinatesFast(), CScriptPanel::GetCount(), CCompartmentAccessor< THit >::GetCounts(), CCSraRefSeqIterator::GetCoverageGraph(), CCreateSeqHistForTpa::GetCreateSeqHistFromTpaCommand(), CJson_WalkHandler::GetCurrentJPath(), CJson_WalkHandler::GetCurrentJPointer(), CUpdateSeqPanel::GetData(), CBroadcastDialog::GetData(), CGBProject::GetData(), CBedCoverageGraph::GetData(), CWigGraph::GetData(), CDDTypedAnnotDialog::GetData(), CGlBuffer20< T >::GetData(), CBlastServices::GetDatabaseInfoLegacy(), CTableImportColumn::GetDataTypeFromString(), CSeqDBImpl::GetDate(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::GetDb(), CSeqDBLMDBSet::GetDBFileNames(), CSeqDBLMDBSet::GetDBTaxIds(), CBlastFormat::GetDbTotalLength(), CRealDataType::GetDefaultString(), CStringDataType::GetDefaultString(), CFileCode::GetDefineBase(), CCdCore::GetDefline(), CShowBlastDeflineTest::GetDeflineInfo(), CCharHistogram::GetDelimiterProbablities(), CDFamily::getDescendants(), GetDescrEmblBlock(), CMacroCompoundConstraintPanel::GetDescription(), GetDescrSPBlock(), CIdDeMux< TBV, TBVFact >::GetDimVector(), GetDiscrepancyCaseName(), CEnumeratedTypeValues::GetDisplayName(), GetDNAConv(), CIgAnnotationInfo::GetDomainInfo(), CSGDataSourceContext::GetDS(), GetDTDModuleName(), CEditObjectSeq_feat::GetEditCommand(), CDictionaryUtil::GetEditDistance(), CTypedArrayAdapter< Type, TBase >::GetElem(), PeriodicTableClass::GetElement(), GetEmblDescr(), GetEmblInst(), GetEmblInstContig(), GetEmblMolInfo(), CAsnCacheStoreMany::GetEntry(), CSNPDbSeqIterator::GetEntry(), CNetBlastSubmittingJob::GetErrors(), CRemoteBlast::GetErrors(), CBedCoverageGraph::GetEstimatedFeatureCount(), CFeatureGenerator::SImplementation::GetExonStructure(), CPaintAlignment::GetExportCont(), CPaintAlignment::GetExportInter(), GetExtensionAsInterface(), GetExtraAccession(), CDocsumTableModel::GetExtraValueAt(), AMatrix_base::GetExtremalEntries(), CPaintSequence::GetFeatsWithExons(), CPaintAlignment::GetFeatsWithExons(), CBioseqEditor::GetFeatTypeFromCmdID(), CPaintSequence::GetFeaturesInRow(), CPaintAlignment::GetFeaturesInRow(), CPaintSequence::GetFeatureStart(), CPaintSequence::GetFeatureStop(), CPaintAlignment::GetFeatWholeRange(), CPaintSequence::GetFeatWholeRange(), CBDB_BufferManager::GetFieldIndex(), CMolInfoFieldType::GetFieldNames(), CMolInfoFieldType::GetFieldType(), CFieldChoicePanel::GetFieldTypes(), CWGSDataLoader_Impl::GetFileInfoByAcc(), CMultiFileInput::GetFilenames(), CAutoCompleteCombo::GetFilteredItems(), GetFirstItemOffset(), GetFlatBiomol(), CNCBlobStorage::GetFullBlobsList(), CChoiceDataType::GetFullCType(), CApplyAuthorsTreeItemData::GetFunction(), CApplyStructCommentTreeItemData::GetFunction(), CSegmentSmearGlyph::CSegMap::GetGaps(), GetGBBlock(), CTaxon1::GetGCName(), GetGenBankDescr(), GetGenBankInstContig(), CParse::GetGenes(), CBlastQuerySourceOM::GetGeneticCodeId(), GetGenomeInfo(), CDiscrepancyContext::GetGenomeName(), CDUpdater::getGi(), CSeqDBImpl::GetGiBounds(), CCdCore::GetGIFromSequenceList(), CDataLoader::GetGis(), CDataSource::GetGis(), CGBDataLoader_Native::GetGis(), CScope_Impl::GetGis(), CPSGDataLoader_Impl::GetGisOnce(), CSeqUtils::GetGIString(), CDensityMapDS::GetGraphTypes(), CDbvarValidationSorter::GetGroupIdx(), CGroupMapWidget::GetGroupLabels(), CCharHistogram::GetGroupOccuranceAverage(), CGuidGenerator::GetGuidUser(), CMD5::GetHexSum(), CHitMatrixDataSource::GetHitSeqIdsForParams(), CSplign::SAlignedCompartment::GetIdentity(), CLocationListCtrl::GetIdFromForm(), CAsnCacheStoreMany::GetIdInfo(), CSeqidlistRead::GetIds(), GetIdxVolNumOIDs(), SRequestBuilder::SImpl< TRequest >::GetIncludeInfo(), CCigar::GetInDels(), CGeneModel::GetInDels(), CScriptPanel::GetIndex(), CLayoutGroup::GetIndex(), CIndexedStrings::GetIndex(), CIndexedOctetStrings::GetIndex(), CAsnCacheStoreMany::GetIndexEntry(), BlockIntersector::getIntersectedAlignment(), pythonpp::CSequnceHelper< T >::GetItem(), CMapControl::GetItemIndex(), CItemsInfo::GetItemsByName(), CItemsInfo::GetItemsByOffset(), CItemsInfo::GetItemsByTagInfo(), PT::GetItemTypes(), CNetBLASTUIDataSource::GetJobDescriptors(), CNetScheduleGetJobImpl< CMainLoopThread::CImpl >::GetJobImmediately(), CSchedulerEngine::GetJobState(), SAnnotObjectsIndex::GetKey(), GetKeyFromCmdID(), CComment_rule::GetKeywordList(), COrf::GetKozakIdentity(), GetKValues(), CPub_equiv::GetLabel(), CDataLoader::GetLabels(), CDataSource::GetLabels(), CGBDataLoader_Native::GetLabels(), CScope_Impl::GetLabels(), CStructCommentSubpanel::GetLabelsFromSeq(), CPSGDataLoader_Impl::GetLabelsOnce(), CSearch< LEGACY, NHITS >::GetLadderCalc(), CQueryDataPerChunk::GetLastChunk(), CRna_qual::GetLegalQual(), GetLength(), CBlastQuerySourceOM::GetLength(), CPacked_seqint::GetLength(), CTableSortMultiChoice::GetLevels(), MultiTextDialog::GetLine(), GetLineOSorOC(), MultiTextDialog::GetLines(), CGuiObjectInfoComponent::GetLinks(), CGuiObjectInfoSeq_feat::GetLinks(), CGuiObjectInfoVariant::GetLinks(), CSeqDBLMDBSet::GetLMDBFileNames(), CRegexp_loc::GetLoc(), DTDParser::GetLocation(), CCdCore::GetLongDescription(), UnalignedSegReader::getLongUnalignedSegs(), CCdCore::GetLowerBound(), GetLowestEvalue(), CMolInfoFieldType::GetMacroFieldNames(), CScriptPanel::GetMacros(), BlockMultipleAlignment::GetMarkedBlockNumbers(), CPhyloNodeData::GetMarkerColorsAsString(), CBlastQuerySourceOM::GetMask(), CBlastQuerySourceOM::GetMaskedRegions(), CBlastQueryVector::GetMaskedRegions(), CBlastQueryVector::GetMasks(), CBamAlignIterator::GetMatchAlign(), CCSraAlignIterator::GetMatchAlign(), CSnpTrackFactory::GetMatchedAnnots(), CVcfTrackFactory::GetMatchedAnnots(), CObjectIndex::GetMatches(), CSeq_id_Mapper::GetMatchingHandles(), CCSraShortReadIterator::GetMateCount(), CMSSpectrumMatch::GetMaxDelta(), CMSPeak::GetMaxI(), AlignedDM::GetMaxScore(), AlignedDM::GetMaxScoreForAligned(), GetMD5Digest(), CMSSpectrumMatch::GetMeanDelta(), CGlTextureFont::GetMetric(), CGlBitmapFont::GetMetric(), GetMinimumLoopLengths(), GetMiscTableFromSeqEntry(), GetMismatches(), CSparseGraph::GetMissingRegions(), CCdCore::GetMmdbId(), CwxTableListCtrl::GetModelIndexByName(), CObjectOStreamXml::GetModuleName(), CFileCode::GetModuleNames(), ColumnResidueProfile::getMostFrequentResidue(), CAsnCacheStoreMany::GetMultipleBlobs(), CAsnCacheStoreMany::GetMultipleEntries(), CAsnCacheStoreMany::GetMultipleIndexEntries(), CAsnCacheStoreMany::GetMultipleRaw(), CHttpRequest::GetMultipleValuesParam(), CWithdrawSequences::GetNames(), CNamespace::GetNamespaceRef(), CObjectPool< C >::GetNewChunk(), CSeqEntrySource::GetNext(), CRawSeqDBSource::GetNext(), CClusterDBSource::GetNext(), GetNextTest(), AlignmentCollection::getNormalRowsNotInChild(), CWGSDb_Impl::GetNucGiRanges(), GetNumAlignedResidues(), CPileUpGraph::GetNumberOfReads(), NJ_TreeAlgorithm::GetNumLoopsForTreeCalc(), SLC_TreeAlgorithm::GetNumLoopsForTreeCalc(), AlignmentCollection::GetNumPendingRows(), CCdCore::GetNumRowsWithSequences(), CTableDataGCAssembly::GetObjectValue(), DTDElement::GetOccurrence(), CSeqDBLMDB::GetOids(), CSeqDBLMDB::GetOidsForTaxIds(), CVDBBlastUtil::GetOidsFromSeqIds_WGS(), CAlignCollapser::GetOnlyOtherAlignments(), COrgrefProp::GetOrgrefProp(), COrgrefProp::GetOrgrefPropBool(), COrgrefProp::GetOrgrefPropInt(), BlockFormater::getOverlappingPercentages(), CSeq_id_PDB_Info::GetPackedSeqId(), getParam(), CHttpRequest::GetParam(), CHMMParameters::SDetails::GetParameter(), CObjectIStream::GetParentObjectPtr(), CCassConnection::GetPartitionKeyColumnNames(), CFindEditSequence::GetPattern(), CMsvcMetaMakefile::GetPchInfo(), StructureObject::GetPDBID(), GetPendingSeqId(), CNucProp::GetPercentGC(), DM_Identities::GetPercentIdentities(), FlexiDm::GetPercentIdentities(), CTriPerimeter::GetPerimiter(), CSeqDBImpl::GetPigBounds(), CPMCIDConverterServer::GetPmids(), CGlCurve< Curve >::GetPoint(), CGlTube< Curve >::GetPoint(), CCurveBezier::GetPoint(), CCurveCubic::GetPoint(), CTaxon1::GetPopsetJoin(), CPosToIndex::GetPositionForIndex(), Sequence::GetPreferredIdentifier(), CInferencePrefixList::GetPrefixAndRemainder(), CPropagateDescriptors::GetPropagateDownCommand(), CPropagateDescriptors::GetPropagateUpCommand(), CBasicRelation::GetProperty(), CTaxon2_data::GetProperty(), CWGSDb_Impl::GetProtAccRanges(), GetProteinConv(), CEditSequence::GetProteinFeatures(), CProtProp::GetProteinPI(), CPaintSequence::GetProtFeatureStart(), CPaintSequence::GetProtFeatureStop(), PssmMaker::getPssmColumnResidues(), CDoiLookup::GetPubFromCrossRef(), GetPublicModuleName(), SrcEditDialog::GetQualChoices(), CCSraAlignIterator::GetQualityGraph(), CConvertFeatDlg::GetQualList(), CSplitQueryBlk::GetQueryContexts(), CSplitQueryBlk::GetQueryIndices(), CBlastQueryVector::GetQuerySeqLoc(), LocalMaxStatMatrix::getR(), GetRandomNumbers(), CAsnCacheStoreMany::GetRaw(), GetRawSequenceString(), CSUCRefreshCntrl::GetRefreshedText(), CClassTypeInfoBase::GetRegisteredClassNames(), CPhyloTreeWidget::GetRenderersNames(), GetReplacementSeqIds(), GetReportableSeqIdForAlignment(), GetReportFromMailReportTable(), CCgiRequest::GetRequestMethod(), GetResidue(), AlignedDM::GetResidueListsWithShifts(), CIndexedDb_Old::GetResults(), CMultiAligner::GetResults(), CSeq_id_Mapper::GetReverseMatchingHandles(), CRna_feat_type::GetRnaRefType(), CRNAFieldNamePanel::GetRnaTypeOnly(), CDualRNAFieldNamePanel::GetRnaTypeOnly(), CVcfTableSelection::GetRows(), CCdCore::GetRowsWithConsensus(), AlignmentCollection::GetRowsWithSameSeqID(), AlignmentCollection::GetRowsWithSeqID(), NWinHook::CKernell32::GetRVAFromExportSection(), CBlastQueryVector::GetScope(), CCodingPropensity::GetScore(), CGnomonEngine::GetScore(), ScoreMatrix::GetScore(), DM_AlignedScore::GetScore(), CEditScript::GetScore(), CGeneralScoreMatrix::GetScore(), CScriptPanel::GetScript(), CSeqTextPane::GetScrollAdjustmentForLastLineVariations(), OpenGLRenderer::GetSelected(), CwxHistogramDlg::GetSelected(), CwxCSVExportDlg::GetSelectedColumns(), CCSVSelectionExportDlg::GetSelectedColumns(), CSelectionControl::GetSelectedIndex(), CSelectionControl::GetSelectedIndexes(), CConversionResultPanel::GetSelectedIndices(), CGridWidget::GetSelectedObjectsOrdered(), CBamRefSequencesPanel::GetSelectedReferenceSeqIds(), CGridWidget::GetSelectedRows(), CStringConstraintSelect::GetSelectedRows(), CApplyEditconvertPanel::GetSelectedRows(), CCompareWithBiosample::GetSelectedRows(), CVcfSampleSelectionPanel::GetSelectedSamples(), CVcfTableSelection::GetSelection(), CAlnTableWidget::GetSelection(), CFeatTableWidget::GetSelection(), CConversionResultPanel::GetSelection(), CObjectListWidget::GetSelection(), CAlnSpanWidget::GetSelection(), TaxTreeData::getSelections(), CPhyloSelectionSetMgr::GetSelectionSet(), CSNPDbFeatIterator::GetSeq_feat(), CWGSScaffoldIterator::GetSeq_inst(), CLocationListCtrl::GetSeq_loc(), CCdCore::GetSeqAligns(), AalookupTestFixture::GetSeqBlk(), CSeqDBVol::GetSeqData(), CAlnReader::GetSeqEntry(), CRemoveSequencesDlg::GetSeqEntry(), CSegregateSetsBase::GetSeqEntry(), CCdCore::GetSeqEntryForIndex(), GetSeqID(), CBlastQuerySourceOM::GetSeqId(), CCdCore::GetSeqIDForIndex(), CCdCore::GetSeqIDForRow(), GetSeqIdProblems(), CAsnCacheStoreMany::GetSeqIds(), CCdCore::GetSeqIDs(), CCdCore::GetSeqIndex(), CWGSScaffoldIterator::GetSeqLength(), CBlastQuerySourceOM::GetSeqLoc(), CSeqMap::GetSeqMapForSeq_loc(), CSeq_align::GetSeqRange(), CStd_seg::GetSeqRange(), CStd_seg::GetSeqStart(), CStd_seg::GetSeqStop(), GetSeqTableForSrcQualFromSeqEntry(), CSeqDictionary< Alphabet >::GetSequence(), CRemoteBlastDbAdapter::GetSequenceBatch(), SeqTree::getSequenceComposition(), CDataLoader::GetSequenceHashes(), CGBDataLoader_Native::GetSequenceHashes(), CScope_Impl::GetSequenceHashes(), CPSGDataLoader_Impl::GetSequenceHashesOnce(), CDataLoader::GetSequenceLengths(), CDataSource::GetSequenceLengths(), CBlastDbDataLoader::GetSequenceLengths(), CGBDataLoader_Native::GetSequenceLengths(), CScope_Impl::GetSequenceLengths(), CPSGDataLoader_Impl::GetSequenceLengthsOnce(), GetSequenceProtein(), GetSequenceSingleNucleotideStrand(), CDataLoader::GetSequenceStates(), CDataSource::GetSequenceStates(), CGBDataLoader_Native::GetSequenceStates(), CScope_Impl::GetSequenceStates(), CPSGDataLoader_Impl::GetSequenceStatesOnce(), CDataLoader::GetSequenceTypes(), CDataSource::GetSequenceTypes(), CGBDataLoader_Native::GetSequenceTypes(), CScope_Impl::GetSequenceTypes(), CPSGDataLoader_Impl::GetSequenceTypesOnce(), CNCDistributionConf::GetServersForSlot(), SNetStorageRPC::GetServiceIfLocator(), CElementaryMatching::CBoolVector::GetSetCount(), GetSetOfSpecies(), ShowHideManager::GetShowHideInfo(), pythonpp::CTuple::GetSlice(), pythonpp::CList::GetSlice(), GetSPDescrComment(), GetSplicePriority(), CAdvancedAlignCleanup::GetSplignCompartments(), CSNPDbSeqIterator::GetSplitInfoAndVersion(), CSraRun::GetSpotEntry(), CCSraDb_Impl::GetSpotGroups(), GetSPSitesMod(), CNCDistributionConf::GetSrvIdByIP(), CObjectStack::GetStackPath(), CObjectStack::GetStackTraceASN(), GetStandardProbability(), CNetBlastJobDescriptor::GetStateLabel(), CPosToIndex::GetStatistics(), CCompartmentAccessor< THit >::GetStatus(), GetStatusByMessage(), CPubFieldType::GetStatusFromString(), CMSSpectrumMatch::GetStdDevDelta(), GetStdPath(), CBlastQuerySourceOM::GetStrand(), CCompartmentAccessor< THit >::GetStrand(), CPacked_seqint::GetStrand(), CLocationListCtrl::GetStrandFromForm(), CPtbRegistry::GetString(), CSeqDBImpl::GetStringBounds(), CCommentItem::GetStringForRefTrack(), CCommentItem::GetStringForTPA(), CTableDataGCAssembly::GetStringValue(), CImage::GetSubImage(), CPssmCddInputTest::GetSubjectMsaIndex(), CNetICacheClient::GetSubkeyList(), NSearchFeatPanel::GetSubtypesForType(), CSUCDataGenerator::GetSUCResults(), ILocalQueryData::GetSumOfSequenceLengths(), CTableDataBase::GetTableTypeId(), CItemsInfo::GetTagAndClass(), GetTargetAcc(), GetTargetedLocusNameConsensus(), CNetBLASTUILoadManager::GetTask(), COrg_ref::GetTaxId(), CDataLoader::GetTaxIds(), CDataSource::GetTaxIds(), CBlastDbDataLoader::GetTaxIds(), CGBDataLoader_Native::GetTaxIds(), CScope_Impl::GetTaxIds(), CSeqDBLMDB::GetTaxIdsForOids(), CSeqDBLMDBEntry::GetTaxIdsForOids(), CSeqDBLMDBSet::GetTaxIdsForOids(), CSeqDBImpl::GetTaxIdsForSeqId(), CPSGDataLoader_Impl::GetTaxIdsOnce(), TaxonomyTree::GetTaxInfoForTaxID(), CSUCResults::GetText(), CCompositeTextItem::GetText(), CBlastQuerySourceOM::GetTitle(), CGuiObjectInfoSeq_align::GetToolTip(), CPhyloTreeLabel::GetToolTipForNode(), BlockModel::getTotalBlockLength(), ISequenceSource::GetTotalLength(), CNWAligner::GetTranscriptString(), CUnicodeToAsciiTranslation::GetTranslation(), GetTreeNeighborhood(), CObjMgr_QueryFactory::GetTSeqLocVector(), CResolvedTypeSet::GetType(), CPubFieldType::GetTypeForLabel(), CDBLinkFieldType::GetTypeForLabel(), CDBLinkField::GetTypeForLabel(), CGBBlockField::GetTypeForLabel(), CImageIO::GetTypeFromFileName(), CImageIO::GetTypeFromMagic(), CTaxon1::GetTypeMaterial(), CCompressionUtil::GetUI4(), CUIDataSourceService::GetUIDataSourceByLabel(), CUIDataSourceService::GetUIDataSourceTypeByLabel(), CCdCore::GetUpdateDate(), CCdCore::GetUpperBound(), CRichTextCtrl::GetUtf8(), GetValidCountryCode(), CRptTypePanel::GetValue(), impl::CDBBindedParams::GetValue(), CSimpleMakeFileContents::GetValue(), CEditingActionFeatCodonsRecognized::GetValue(), CEnumeratedTypeValues::GetValueFlags(), CUnculTaxTool::GetValuesTableFromSeqEntry(), CFeatureTableCommandConverter::GetValuesTableFromSeqEntry(), CApplyAuthorsTreeItemData::GetVariables(), CMacroCompoundConstraintPanel::GetVariables(), CMultAlign::GetVariationAlignList(), UpdateViewer::GetVASTAlignments(), GetVDBScope(), CTreeNodeVboBase::GetVertexBuffer2D(), CFillerPointVboGeomBase::GetVertexBuffer2D(), GetVideoId(), GetVirtualCoordinates(), CFlatFileViewContext::GetVisibleObjects(), CSeqDBVolSet::GetVol(), CSeqDBVolSet::GetVolEntry(), CSeqDBVolSet::GetVolNonConst(), CSeqDBVolSet::GetVolOIDStart(), CSeqDBLMDB::GetVolumesInfo(), CRemoteBlast::GetWarnings(), CAlnVec::GetWholeAlnSeqString(), GetWizardNameList(), CTextUtil::GetWordFrequencies(), CReadDispatcher::GetWriter(), CEnumDataType::GetXMLContents(), CDataValueTmpl< Type >::GetXmlString(), CSeqDBImpl::GiToOid(), CSeqDBImpl::GiToOidwFilterCheck(), GlbAlign(), bm::bvector< Alloc >::enumerator::go_first(), bm::bvector< Alloc >::enumerator::go_to(), bm::interval_enumerator< BV >::go_to_impl(), GoodSupportForIntrons(), bm::greedy_refine_match_vector(), CDistMethods::GrishinDist(), CDistMethods::GrishinGeneralDist(), CAlignGroup::GroupByStrand(), GroupUpdater::GroupUpdater(), CTableColumnTypeGuesser::GuessColumns(), CSubPrep_panel::GuessWizardTypefromSeqEntry(), rapidjson::GenericSchemaDocument< ValueT, Allocator >::HandleRefSchema(), Has4Numbers(), CObjectIStreamXml::HasAnyContent(), HasBadWord(), CBDB_ExtBlobMap::HasBlob(), GroupUpdater::hasCd(), IResultSetMetaData::HasColumn(), CCdCore::HasConsensusSequence(), CSubSource::HasCultureNotes(), CTableQueryExec::HasIdentifier(), IBISAnnotateDialog::HasInteractionData(), CObjectIndex::HasMatches(), CQueryImpl::HasMoreResultSets(), CDockContainer::HasNoWMClients(), CBDB_BufferManager::HasNull(), COrgrefProp::HasOrgrefProp(), CChain::HasTrustedEvidence(), CSeqTable_sparse_index::HasValueAt(), CMacroCompoundConstraintPanel::HasVariables(), CModelCompare::HaveCommonExonOrIntron(), CSeq_id_Mapper::HaveMatchingHandles(), CSeq_id_Mapper::HaveReverseMatch(), bm::heap_vector< const bm::word_t *, allocator_type, true >::heap_vector(), CCacheDemoApp::HeapCacheDemo(), heapify(), CPsgCgiApp::Help(), hex_buffer(), BlockMultipleAlignment::HighlightAlignedColumnsOfMasterRange(), Sequence::HighlightPattern(), HighlightResidues(), DeBruijn::HistogramRange(), CLadder::HitCount(), hmac_md5(), CAlignFormatUtil::HspListToHitMap(), CRgbaColor::HsvToRgb(), CHTMLHelper::HTMLDecode(), huft_build(), hunt(), Identifier(), CTableQueryExec::IdentifierType(), CSeq_id::IdentifyAccession(), CMsvc7RegSettings::IdentifyPlatform(), CNcbiMatrix< T >::Identity(), IfOnlyStopCodon(), bm::bvector< Alloc >::import(), bm::sparse_vector< Val, BV >::import(), bm::sparse_vector< Val, BV >::import_back(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::import_no_check(), bm::bvector< Alloc >::import_sorted(), bm::sparse_vector< Val, BV >::import_u_nocheck(), CCdFromFasta::ImportAlignmentData(), importance_sampling::importance_sampling(), UpdateViewer::ImportStructure(), CTableImportDataSource::ImportTableParms(), bm::improve_gap_levels(), CRegExFSA::In(), Matrix< T >::in(), Vector< T >::in(), bm::sparse_vector< Val, BV >::inc_no_null(), SAnnotSelector::IncludeAnnotType(), SAnnotSelector::IncludedAnnotType(), SAnnotSelector::IncludedFeatType(), SAnnotSelector::IncludeFeatType(), CScriptPanel::IncreaseFont(), array_positive< T >::increment_array(), array< T >::increment_array_on_the_left(), array< T >::increment_array_on_the_rigth(), alp::increment_H_matrix(), alp::increment_H_weights(), alp::increment_H_weights_with_sentinels(), alp::increment_sequences(), alp::increment_W_matrix(), alp::increment_W_weights(), ind_subdbp(), CSequenceEditingEventHandler::IndexerTypeSelection(), IndexerTypeToName(), CGen_code_table::IndexToCodon(), NAdapterSearch::CPairedEndAdapterDetector::CConsensusPattern::InferConsensus(), inflate_dynamic(), inflate_fixed(), CSplitCacheApp::Info(), CSeqMaskerScoreMeanGlob::Init(), CSubPrep_panel::Init(), CSubmissionPrepMainPanel::Init(), CBlastDBAliasApp::Init(), CBlastVdbCmdApp::Init(), CResultSet::Init(), CTableDataBioTreeContainer::Init(), CSeqEditPackage::Init(), CScoreMethodsDlg::Init(), CSeqportUtil_implementation::Init(), NAdapterSearch::CSimpleUngappedAligner::Init(), CMassArray::Init(), CFastIScore::Init(), CLorentz::Init(), CMarkovChain< 0 >::Init(), CMarkovChain< order >::Init(), CSparseAlignment::Init(), CGroupMapWidget::Init(), CSeqScores::Init(), CNSeq::Init(), CAlnMultiDSBuilder::Init(), DynProgProb::init(), Matrix< T >::init(), CObjectList::Init(), CPdfFontHandler::Init(), CDustMaskApplication::Init(), SegMaskerApplication::Init(), Init(), init_basic_converters(), init_dboptions(), init_project_converters(), Init_wxControl(), CSeqportUtil_implementation::InitAmbigIupacnaNcbi2na(), InitClientMessages(), CSeqportUtil_implementation::InitCodes(), CBoyerMooreMatcher::InitCommonDelimiters(), CAlignCollapser::InitContig(), CObject::InitCounter(), SBamRangeBlock::InitData(), COpenDlg::InitDialog(), CIdDeMux< TBV, TBVFact >::InitDim(), COrgRefCache::InitDomain(), initDoubleMatrix(), CFlatFileViewContext::InitDrawStream(), CSeqportUtil_implementation::InitFastNcbi2naNcbi4na(), CSeqportUtil_implementation::InitFastNcbi4naIupacna(), CPhyloNodeData::InitFeatures(), CPhyloSelectionSetMgr::InitFromUserObject(), CPhyloSelectionSet::InitFromUserObject(), SBDB_CacheUnitStatistics::InitHistorgam(), InitialEntry(), CNCBlobStorage::Initialize(), C5ColImportData::Initialize(), CBedImportData::Initialize(), CNCMMChunksPool_Getter::Initialize(), CNCMMChainsPool_Getter::Initialize(), CNCMMReserve::Initialize(), CNCMMStats_Getter::Initialize(), CNCStat::Initialize(), CNCPeriodicSync::Initialize(), NJ_TreeAlgorithm::initializeNodes(), SLC_TreeAlgorithm::initializeNodes(), CSeqportUtil_implementation::InitIndexCodeName(), CSeqportUtil_implementation::InitIupacnaComplement(), CSearch< LEGACY, NHITS >::InitLadders(), CSeqTableGridPanel::InitMapRowLabelToIndex(), CSeqportUtil_implementation::InitMasks(), CSearch< LEGACY, NHITS >::InitModIndex(), COrgRefCache::InitNameClasses(), CTrackContainer::InitNATracks(), CSeqportUtil_implementation::InitNcbi2naComplement(), CSeqportUtil_implementation::InitNcbi2naRev(), CSeqportUtil_implementation::InitNcbi4naComplement(), CSeqportUtil_implementation::InitNcbi4naRev(), initPerm(), CSparseKmerCounts::InitPosBits(), CFIntron::InitRowScores(), CMarkovChainArray< order >::InitScore(), CDataMiningService::InitService(), InitSpellChecker(), SMMStat::InitStartState(), CNcbiTestApplication::InitTestFramework(), InitThreadsMan(), CFileLoadManager::InitUI(), CMPCrossAlignView::InitView(), SRemoteCgi::Input(), CVectorSet< T >::insert(), CLayoutGroup::Insert(), pythonpp::CList::Insert(), CRawScoreVector< Key, Score >::insert(), bm::bvector< Alloc >::insert(), bm::basic_bmatrix< BV >::insert_column(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::insert_value_no_null(), bm::sparse_vector< Val, BV >::insert_value_no_null(), CSeqTableGrid::InsertCols(), CAlnMultiRenderer::InsertColumn(), CMultAlign::InsertDashesInBase(), CSequence::InsertGaps(), AlignmentDisplay::InsertGaps(), CSelListModelImpl< Item >::InsertItems(), TaxTreeData::insertLineage(), CScriptPanel::InsertMacro(), CWriteDB_LMDB::InsertVolumesInfo(), InspectSeqFeat(), CCpuFeatures::InstructionSet::InstructionSet(), rapidjson::internal::Schema< SchemaDocumentType >::Int(), rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::Int(), rapidjson::PrettyWriter< OutputStream, SourceEncoding, TargetEncoding, StackAllocator, writeFlags >::Int(), rapidjson::internal::Hasher< Encoding, Allocator >::Int(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::Int(), rapidjson::Writer< OutputStream, UTF8<>, UTF8<>, CrtAllocator, kWriteDefaultFlags >::Int(), CNucProp::Int2Nmer(), rapidjson::internal::Schema< SchemaDocumentType >::Int64(), rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::Int64(), rapidjson::internal::Hasher< Encoding, Allocator >::Int64(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::Int64(), integerPositivePower(), integerPower(), internal_dfa_exec(), InterpolativeCodingTest(), BlockModel::intersect(), IntersectByMaster(), CPrecalcGapInfo< CBlastTabular >::IntersectsNonBridgeableGap(), CSeqDB_BitSet::IntersectWith(), IntervalEnumeratorTest(), Intervals_RangesTest(), intPower(), intSortRowsFunction(), CNormalizer::IntToReal(), CNormalizer::IntToSize(), bm::bvector< Alloc >::invert(), InvertCase(), InvertInto(), ir_fp_entry_create(), bm::bvector< Alloc >::is_all_one_range(), is_contained_lookup(), ctll::fixed_string< N >::is_same_as(), bm::basic_bmatrix< BV >::is_same_structure(), bm::blocks_manager< Alloc >::is_sparse_sblock(), CSeqScores::isAG(), IsAllOneRangeTest(), CGene::IsAllowedAlternative(), CProjBulderApp::IsAllowedProjectTag(), IsAllPunctuation(), CGene::IsAlternative(), CFormatGuess::IsAsciiText(), ILocalQueryData::IsAtLeastOneQueryValid(), mu::ParserInt::IsBinVal(), CBDB_FieldLString::IsBlank(), MultipleAlignment::isBlockAligned(), mu::ParserTokenReader::IsBuiltIn(), IsCapNameCorrect(), CPaintSequence::IsClipboard(), CObjectStack::IsCompressed(), CSeqScores::isConsensusIntron(), IsConversionPossible(), CDFamily::isDup(), CPaintSequence::IsExonPresent(), CPaintAlignment::IsExonPresent(), IsExtendableLeft(), IsExtendableRight(), CSeqScores::isGT(), CRepeatMaskerReader::IsHeaderLine(), CGb_qual::IsIllegalQualName(), AlignmentManager::IsInAlignment(), CFormatGuess::IsInputRepeatMaskerWithHeader(), CAttribTableColumnIdPanel::IsInputValid(), CObjectStack::IsKnownElement(), IsKnownField(), CGb_qual::IsLegalInferenceDatabase(), CFindITSParser::IsLengthTooLarge(), CMsvcSite::IsLibOk(), CFormatGuess::IsLineFlatFileSequence(), CFormatGuess::IsLineGlimmer3(), CNWFormatter::SSegment::IsLowComplexityExon(), NStr::IsLower(), NWinHook::CHookedFunction::IsMandatory(), CGeneModel::isNMD(), CObjectStack::IsNsQualified(), CPager::IsPagerCommand(), CSplign::IsPolyA(), IsPositionAligned(), CDataType::IsPrimitive(), isProbDist(), CNCBlobAccessor::IsPurged(), CSeqScores::isReadingFrameLeftEnd(), CSeqScores::isReadingFrameRightEnd(), isReplicate(), RowSourceTable::isRowInCD(), isScoreIncreasing(), CCdCore::IsSeqAligns(), CPacked_seqint::IsSetStrand(), CUnculTaxTool::IsSpeciesSpecific(), CSeqScores::isStart(), CDataType::IsStdType(), CSeqScores::isStop(), IsStopCodon(), COrgMod::IsStrainValid(), CGeneModel::IsSubAlignOf(), CFormatGuess::IsSupportedFormat(), Matrix< T >::isSymmetric(), IsTPAAccPrefix(), IsUnexpectedViralOrgModQualifier(), COrgMod::IsUnexpectedViralOrgModQualifier(), IsUnexpectedViralSubSourceQualifier(), NStr::IsUpper(), BlockModel::isValid(), IsValidAccessPrefix(), CSmallDNS::IsValidIP(), ILocalQueryData::IsValidQuery(), IsValidStateAbbreviation(), COrgMod::IsValidTypeMaterial(), ShowHideDomain::IsVisible(), CVDBBlastUtil::IsWGS(), IsWGSAccession(), CAlignFormatUtil::IsWGSPattern(), CwxGridTableAdapter::IterateSelection(), CSeqMatch::IupacToNcbi8na(), Java_org_ncbi_toolkit_NcbiToolkit_init0(), CTextJoiner< num_prealloc, TIn, TOut >::Join(), CDistMethods::JukesCantorDist(), JumperEditsBlockCombine(), JumperExtendLeft(), JumperExtendLeftCompressed(), JumperExtendLeftCompressedWithTraceback(), JumperExtendLeftCompressedWithTracebackOptimal(), JumperExtendRight(), JumperExtendRightCompressed(), JumperExtendRightCompressedWithTraceback(), JumperExtendRightCompressedWithTracebackOptimal(), JumperExtendRightWithTraceback(), JumperFindEdits(), JumperGappedAlignmentCompressedWithTraceback(), JumperNaWordFinder(), JumperPrelimEditBlockToGapEditScript(), rapidjson::internal::Schema< SchemaDocumentType >::Key(), key_cpy(), key_equal(), CComment_rule::KeywordForPrefix(), alp_sim::kill(), alp::kill_upto_level(), CPoolOfThreads_ForServer::KillAllThreads(), CStdPoolOfThreads::KillAllThreads(), CDistMethods::KimuraDist(), KleeneLogicAndStressTest(), KleeneLogicOrStressTest(), KleeneLogicTest(), importance_sampling::lambda_equation(), DeBruijn::LargeInt< precision >::LargeInt(), CThreadPool_Impl::LaunchThreads(), LaunchWebPage(), CGraphContainer::Layout(), CStatusBar::Layout(), CMinPanelContainer::Layout(), C2DLayoutEngine::Layout(), LB_Select(), LBSM_Shmem_Create(), LBSM_Shmem_Destroy(), LBSM_Shmem_Update(), LclAlign(), CChainer::CChainerImpl::LeftRight(), AMatrix_base::LinearTransform(), CFeatureTypePanel::ListPresentFeaturesFirst(), CBDB_BlobDeMuxPersistent::Load(), CMatrixScoringMethod::Load(), CProfileData::Load(), CSubjectMap::Load(), ASNDataManager::Load(), bm::rsc_sparse_vector< Val, SV >::load_from(), bm::iterator_deserializer< BV, SerialIterator >::load_id_list(), bm::sparse_vector_deserializer< SV >::load_null_plane(), bm::sparse_vector_deserializer< SV >::load_planes_off_table(), bm::rsc_sparse_vector< Val, SV >::load_to(), CCacheReader::LoadAccVers(), CId2ReaderBase::LoadAccVers(), CReader::LoadAccVers(), CCSRARefSeqInfo::LoadAnnotPileupChunk(), CTableDelimiterRules::LoadAsn(), CCompoundRWRegistry::LoadBaseRegistries(), CId2ReaderBase::LoadBulkIds(), CReader::LoadBulkIds(), CTraceDataProxy::LoadData(), CSGTraceGraphDS::LoadData(), CProjBulderApp::LoadDepGraph(), LoadEntry(), LoadEntryGenbank(), LoadFeat(), CFileLoadWizard::LoadFormats(), CFastaObjectLoader::LoadFromStream(), CTextAlignObjectLoader::LoadFromStream(), CFileLoadMRUList::LoadFromStrings(), CCacheReader::LoadGis(), CId2ReaderBase::LoadGis(), CReader::LoadGis(), CId2ReaderBase::LoadHashes(), CReader::LoadHashes(), CCacheReader::LoadLabels(), CId2ReaderBase::LoadLabels(), CReader::LoadLabels(), CId2ReaderBase::LoadLengths(), CReader::LoadLengths(), loadMatrix(), loadMatrixOLD(), loadNewickTree(), CBamRefSeqInfo::LoadPileupChunk(), CRedoAlignmentTestFixture::loadPssmFromFile(), CCSRARefSeqInfo::LoadRefSeqMainEntry(), CFileLoadManager::LoadRegisteredManagers(), CCacheReader::LoadSeq_idBlob_ids(), CBamRefSeqInfo::LoadSeqChunk(), LoadSequencesToScope(), CProjectService::LoadSettings(), CFileLoadManager::LoadSettings(), CAECRFrame::LoadSettings(), CBulkEditFeatDlg::LoadSettings(), CEditPubDlg::LoadSettings(), CFindASN1Dlg::LoadSettings(), CParseTextDlg::LoadSettings(), CSUCRefreshCntrl::LoadSettings(), CValidateFrame::LoadSettings(), CQueryParsePanel::LoadSettings(), CEditSequence::LoadSettings(), CwxGridTableAdapter::LoadSettings(), CFileLoadWizard::LoadSettings(), COpenObjectsPanel::LoadSettings(), CWidgetDisplayStyle::LoadSettings(), CTrackListCtrl::LoadSettings(), CGenBankLoadOptionPanel::LoadSettings(), CSequenceEditingEventHandler::LoadSettings(), CEditingBtnsPanel::LoadSettings(), CVDBGraphDataLoader_Impl::LoadSplitEntry(), CBDB_SplitTest::LoadSplitStore(), CId2ReaderBase::LoadStates(), CReader::LoadStates(), CTaxon1::LoadSubtreeEx(), CTestApplication::LoadTable(), CCacheReader::LoadTaxIds(), CId2ReaderBase::LoadTaxIds(), CReader::LoadTaxIds(), CRgbaGradColorTable::LoadTexture(), CId2ReaderBase::LoadTypes(), CReader::LoadTypes(), LoadVectors(), MultipleAlignment::locateChildRow(), CIndexedDb_Old::LocateIndex(), Log2Test(), CBlastFormat::LogBlastSearchInfo(), CTableImportDataSource::LogColumnInfo(), CTableDelimiterRules::LogDelims(), CTableImportDataSource::LogFixedFieldWidths(), CDockLayoutTree::LogPost(), CEJournalSearch::LooksLikeISSN(), lookup_attr(), lookup_canonic(), COrgRefCache::LookupAndAdd(), LookupNCBIStdaaNumberFromCharacter(), CUnculTaxTool::LookupSuggestions(), LookupThreaderResidueNumberFromCharacterAbbrev(), bm::sparse_vector_scanner< SV, S_FACTOR >::lower_bound_str(), SPhyloCSFCompactScore::LowerBound(), CChainer::CChainerImpl::LRCanChainItoJ(), CChainer::CChainerImpl::LRIinit(), LZCNTTest(), CLocalAdapterThread::Main(), main(), CPrefetchThreadOld::Main(), CDLTestThread::Main(), CDLTest2Thread::Main(), CSeqDBTestThread::Main(), CSeqDBTest2Thread::Main(), CSeqDBTest3Thread::Main(), CTestThread::Main(), CAsyncDiagThread::Main(), CMTTestThread::Main(), CTotalRangeThread::Main(), CChain::MainPeaks(), mainSimpleSort(), mainSort(), PssmMaker::make(), value_slice::CMakeObject< CP, vector< T >, CDB_Result >::Make(), value_slice::CMakeObject< CP, stack< T >, CDB_Result >::Make(), value_slice::CMakeObject< CP, deque< T >, CDB_Result >::Make(), value_slice::CMakeObject< CP, set< T >, CDB_Result >::Make(), value_slice::CMakeObject< SRunTimeCP, map< K, V >, CDB_Result >::Make(), value_slice::CMakeObject< SSafeCP, map< K, V >, CDB_Result >::Make(), CQueryFunctionBase::MakeArgVector(), CSeqAnnotFromFasta::MakeAsIsSeqAnnot(), MultipleAlignment::makeBlockTable(), CHitList::MakeCanonical(), CChainer::CChainerImpl::MakeChains(), SeqSwapper::makeClusters(), CSeqTableGridPanel::MakeColumnReadOnly(), MakeCompartments(), CGlState::MakeCurrent(), PssmMaker::makeDefaultPssm(), CEditScript::MakeEditScript(), CBamIndex::MakeEstimatedCoverageAnnot(), MakeFileName(), CCSraAlignIterator::MakeFullMismatch(), CWig2tableApplication::MakeGraph(), CSeqAnnotFromFasta::MakeIBMSeqAnnot(), CBlobSplitterImpl::MakeID2Chunk(), MakeMailReportPostReport(), makeMaps_d(), makeMaps_e(), CSearch< LEGACY, NHITS >::MakeModString(), CMSHits::MakeModString(), TMultiSourceFileSet< _enum, _options... >::MakeNewFileset(), makeNewNode(), CNWAligner::MakePattern(), CMSHits::MakePepString(), CFeatureTableCommandConverter::MakeProblemsColumn(), CRebase::MakeRSpec(), MakeSeqLong(), ViewerWindowBase::MakeSequenceVisible(), MakeSplicedSeg(), MakeSubjectScores(), makeThreshHeap(), python::MakeTupleFromResult(), CUniqueLabelGenerator::MakeUniqueLabel(), CSeqMaskerWindowPattern::MakeUnit(), CAutoDefOptions::MakeUserObject(), MapBlockFromConsensusToMaster(), MapDependentToMaster(), CCDSInfo::MapFromEditedToOrig(), CCDSInfo::MapFromOrigToEdited(), CSeqportUtil_implementation::MapIupacnaToNcbi2na(), CGnomonAnnotator_Base::MapModelsToOrigContig(), CGnomonAnnotator_Base::MapOneModelToEditedContig(), CGnomonAnnotator_Base::MapOneModelToOrigContig(), MapperWordHitsNew(), MapPosition(), AlignmentCollection::mapRow(), CHTMLBasicPage::MapTag(), SChainMember::MarkIncludedForChain(), SChainMember::MarkPostponedForChain(), SChainMember::MarkUnwantedCopiesForChain(), MarkUnwantedLowSupportIntrons(), BlockModel::mask(), BlockModelPair::mask(), MasterDependentAlignment::MasterDependentAlignment(), MasterSlaveAlignment::MasterSlaveAlignment(), CSeqMatch::Match(), match(), match_patterns(), MatchArrayIString(), MatchArrayISubString(), MatchArrayString(), MatchArraySubString(), CProteinAlignText::MatchChar(), CCigar::Matches(), Sequence::MatchesSeqId(), MoleculeIdentifier::MatchesSeqId(), MatchExceptSpaceColon(), CSelectionEvent::MatchIdWithId(), CHitList::MatchOverlappingSubHits(), CObjectTypeInfo::MatchPattern(), CProteinAlignText::MatchText(), Matrix< T >::matrix(), Matrix< T >::Matrix(), mu::Parser::Max(), mu::ParserInt::Max(), bm::aggregator< BV >::max_top_blocks(), maximum(), MaxSTest(), mbedtls_aes_crypt_cbc_ncbicxx_2_28_8(), mbedtls_aes_crypt_ctr_ncbicxx_2_28_8(), mbedtls_aes_crypt_xts_ncbicxx_2_28_8(), mbedtls_aes_setkey_dec_ncbicxx_2_28_8(), mbedtls_aes_setkey_enc_ncbicxx_2_28_8(), mbedtls_arc4_crypt_ncbicxx_2_28_8(), mbedtls_arc4_setup_ncbicxx_2_28_8(), mbedtls_base64_decode_ncbicxx_2_28_8(), mbedtls_base64_encode_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_cbc_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_ctr_ncbicxx_2_28_8(), mbedtls_blowfish_setkey_ncbicxx_2_28_8(), mbedtls_camellia_crypt_cbc_ncbicxx_2_28_8(), mbedtls_camellia_crypt_ctr_ncbicxx_2_28_8(), mbedtls_camellia_setkey_dec_ncbicxx_2_28_8(), mbedtls_camellia_setkey_enc_ncbicxx_2_28_8(), mbedtls_chacha20_update_ncbicxx_2_28_8(), mbedtls_ct_mem_move_to_left(), mbedtls_ct_memcmp_ncbicxx_2_28_8(), mbedtls_ct_memcpy_if_eq_ncbicxx_2_28_8(), mbedtls_ct_mpi_uint_cond_assign_ncbicxx_2_28_8(), mbedtls_ct_rsaes_pkcs1_v15_unpadding_ncbicxx_2_28_8(), mbedtls_ctr_drbg_random_with_add_ncbicxx_2_28_8(), mbedtls_debug_print_buf_ncbicxx_2_28_8(), mbedtls_debug_print_crt_ncbicxx_2_28_8(), mbedtls_des3_crypt_cbc_ncbicxx_2_28_8(), mbedtls_des3_crypt_ecb_ncbicxx_2_28_8(), mbedtls_des_crypt_cbc_ncbicxx_2_28_8(), mbedtls_des_crypt_ecb_ncbicxx_2_28_8(), mbedtls_des_key_check_key_parity_ncbicxx_2_28_8(), mbedtls_des_key_check_weak_ncbicxx_2_28_8(), mbedtls_des_key_set_parity_ncbicxx_2_28_8(), mbedtls_des_setkey_dec_ncbicxx_2_28_8(), mbedtls_des_setkey_ncbicxx_2_28_8(), mbedtls_ecp_fix_negative(), mbedtls_ecp_group_free_ncbicxx_2_28_8(), mbedtls_ecp_grp_id_list_ncbicxx_2_28_8(), mbedtls_entropy_func_ncbicxx_2_28_8(), mbedtls_gcm_finish_ncbicxx_2_28_8(), mbedtls_gcm_starts_ncbicxx_2_28_8(), mbedtls_gcm_update_ncbicxx_2_28_8(), mbedtls_hkdf_expand_ncbicxx_2_28_8(), mbedtls_internal_aes_decrypt_ncbicxx_2_28_8(), mbedtls_internal_aes_encrypt_ncbicxx_2_28_8(), mbedtls_internal_sha256_process_ncbicxx_2_28_8(), mbedtls_internal_sha512_process_ncbicxx_2_28_8(), mbedtls_md_hmac_starts_ncbicxx_2_28_8(), mbedtls_mpi_add_abs_ncbicxx_2_28_8(), mbedtls_mpi_bitlen_ncbicxx_2_28_8(), mbedtls_mpi_cmp_abs_ncbicxx_2_28_8(), mbedtls_mpi_cmp_mpi_ncbicxx_2_28_8(), mbedtls_mpi_copy_ncbicxx_2_28_8(), mbedtls_mpi_div_mpi_ncbicxx_2_28_8(), mbedtls_mpi_exp_mod_ncbicxx_2_28_8(), mbedtls_mpi_lsb_ncbicxx_2_28_8(), mbedtls_mpi_lt_mpi_ct_ncbicxx_2_28_8(), mbedtls_mpi_mod_int_ncbicxx_2_28_8(), mbedtls_mpi_montmul_init_ncbicxx_2_28_8(), mbedtls_mpi_montmul_ncbicxx_2_28_8(), mbedtls_mpi_mul_mpi_ncbicxx_2_28_8(), mbedtls_mpi_read_binary_le_ncbicxx_2_28_8(), mbedtls_mpi_read_string_ncbicxx_2_28_8(), mbedtls_mpi_safe_cond_assign_ncbicxx_2_28_8(), mbedtls_mpi_safe_cond_swap_ncbicxx_2_28_8(), mbedtls_mpi_shift_l_ncbicxx_2_28_8(), mbedtls_mpi_shift_r_ncbicxx_2_28_8(), mbedtls_mpi_shrink_ncbicxx_2_28_8(), mbedtls_mpi_write_binary_le_ncbicxx_2_28_8(), mbedtls_mpi_write_binary_ncbicxx_2_28_8(), mbedtls_mpi_write_string_ncbicxx_2_28_8(), mbedtls_oid_get_numeric_string_ncbicxx_2_28_8(), mbedtls_pkcs12_derivation_ncbicxx_2_28_8(), mbedtls_pkcs5_pbkdf2_hmac_ncbicxx_2_28_8(), mbedtls_psa_safer_memcmp(), mbedtls_rsa_rsaes_oaep_decrypt_ncbicxx_2_28_8(), mbedtls_ssl_encrypt_buf_ncbicxx_2_28_8(), mbedtls_ssl_write_finished_ncbicxx_2_28_8(), mbedtls_ssl_write_record_ncbicxx_2_28_8(), mbedtls_x509_dn_gets_ncbicxx_2_28_8(), mbedtls_x509_serial_gets_ncbicxx_2_28_8(), mbedtls_xtea_crypt_cbc_ncbicxx_2_28_8(), mbedtls_xtea_crypt_ecb_ncbicxx_2_28_8(), mbedtls_xtea_setup_ncbicxx_2_28_8(), mdb_cursor_copy(), mdb_cursor_put(), mdb_cursor_set(), mdb_cursor_shadow(), mdb_cursors_close(), mdb_dbi_open(), mdb_dbis_update(), mdb_dlist_free(), mdb_drop0(), mdb_env_close1(), mdb_env_cwalk(), mdb_env_open2(), mdb_env_read_header(), mdb_find_oldest(), mdb_freelist_save(), mdb_mid2l_insert(), mdb_midl_sort(), mdb_midl_xmerge(), mdb_node_add(), mdb_node_del(), mdb_node_search(), mdb_node_shrink(), mdb_ovpage_free(), mdb_page_alloc(), mdb_page_flush(), mdb_page_merge(), mdb_page_search_root(), mdb_page_spill(), mdb_page_split(), mdb_pages_xkeep(), mdb_reader_check0(), mdb_reader_list(), mdb_rebalance(), mdb_strerror(), mdb_txn_begin(), mdb_txn_commit(), mdb_txn_renew0(), mdb_update_key(), alp_reg::median(), memcchr(), CCacheDemoApp::MemoryCacheDemo(), bm::bvector< Alloc >::merge(), BlockMultipleAlignment::MergeAlignment(), gfx::TimSort< RandomAccessIterator, LessFunction >::mergeAt(), DTDElement::MergeAttributes(), BlockMultipleAlignment::MergeBlocks(), CTableImportDataSource::MergeColumns(), CCdsToMatPeptide::MergeConvert(), CCpGIslands::MergeIslesWithin(), CDUpdater::mergePending(), CGlState::MergeStates(), AlignmentManager::MergeUpdates(), MessWithSegGenes(), meSwap(), NDirectNetStorageImpl::CObj::Meta(), mgf_mask(), MIME_ParseContentTypeEx(), mu::Parser::Min(), mu::ParserInt::Min(), bm::min_delta_apply(), bm::min_delta_u32(), minhash_query(), minhash_query2(), minimum(), MiniSetTest(), DeBruijn::CDBGraphDigger::SContig::MinKmerPosition(), minusOnePower(), mod(), ProteinWithBigHole::model_predicate(), HasShortIntron::model_predicate(), HasLongIntron::model_predicate(), ModelMethod(), CDirEntry::ModeToString(), CRemoveSeqFromAlignDlg::ModifyAlign(), Molecule::Molecule(), CTime::MonthNameToNum(), CPaintSequence::MouseToFeature(), SequenceViewerWidget_SequenceArea::MoveRubberband(), CNetScheduleGetJobImpl< TImpl >::MoveToImmediateActions(), mpi_check_small_factors(), mpi_miller_rabin(), mpi_mul_hlp(), mpi_select(), mpi_sub_hlp(), mpi_uint_bigendian_to_host_c(), MSerial_None(), mu(), mul_small(), fix_pub::MULooksLikeISSN(), MultiplyByA(), MultiplyByAtranspose(), MutationOperationsTest(), MutationTest(), OpenGLRenderer::MyGluCylinder(), OpenGLRenderer::MyGluDisk(), OpenGLRenderer::MyGluSphere(), mz_adler32(), mz_zip_reader_locate_header_sig(), mz_zip_reader_read_central_dir(), mz_zip_string_equal(), mz_zip_validate_archive(), n_meanPowerAssoc(), n_totalProbAssoc(), NaHashLookupThreadDataFree(), NaHashLookupThreadDataNew(), CEnumeratedTypeValues::NameToValue(), NCBI_memcchr(), NCBI_memrchr(), NCBI_PARAM_DEF_EX(), NcbiBlowfishInit(), NcbiCrypt(), NcbiDecrypt(), variation::Ncbieaa2HgvsAA(), NcbiGetCgiClientIPv6Ex(), NcbiLog_AppRun(), NCBISM_Unpack(), CSeqDBLMDB::NegativeSeqIdsToOids(), CSeqDBLMDBSet::NegativeSeqIdsToOids(), CSeqDBLMDB::NegativeTaxIdsToOids(), CSeqDBLMDBSet::NegativeTaxIdsToOids(), neighbor_query(), AlignmentManager::NewAlignments(), CRCache::CRVPool::newBlock(), NewFldMtf(), newicklex(), NewickPrintTreeString(), AlignmentManager::NewMultipleWithRows(), NewQrySeq(), NewRcxPtl(), NewSeqMtf(), NewThdTbl(), CSequenceIStreamBlastDB::next(), CResultSet::Next(), CScanner::Next(), CScanner::NextASNSelector(), CNetScheduleGetJobImpl< TImpl >::NextDiscoveryIteration(), CScanner::NextNamedAnnot(), CDistMethods::NjTree(), Nlm_AddVectors(), Nlm_DenseMatrixNew(), Nlm_EuclideanNorm(), Nlm_FactorLtriangPosDef(), Nlm_FindSubString(), Nlm_Int4MatrixNew(), Nlm_LtriangMatrixNew(), Nlm_MemSearch(), Nlm_rule_line(), Nlm_SearchSubString(), Nlm_SolveLtriangPosDef(), Nlm_StepBound(), NlmKarlinLambdaNR(), CNucProp::Nmer2Int(), NNI(), impl::CDriverContext::NofConnections(), normal_inserts(), pvalues::normal_probability(), normal_select(), CSeq_id_PDB_Info::Normalize(), notAStandardFile(), CActiveObject::Notify(), NotName(), NULL_serial_search_test(), CDemoApplication::NumAdderHook(), numeric_to_longlong(), CBaseClusterer::NumItems(), DeBruijn::LargeInt< precision >::oahash(), odbc_c2string(), odbc_convert_table(), odbc_cursor_execute(), odbc_db_is_microsoft(), odbc_driver_is_freetds(), odbc_errs_reset(), odbc_find_last_socket(), odbc_from_sqlwchar(), odbc_mark_sockets_opened(), odbc_populate_ird(), odbc_set_return_params(), odbc_sql2tds(), odbc_stat_execute(), odbc_tds2sql(), odbc_to_sqlwchar(), odbc_wchar2hex(), OffsetArrayToContextOffsets(), CSubPrep_panel::OkToBulkEditSeqTech(), CUnculTaxTool::OkToTaxFix(), CSegregateSets::OnAccept(), CSequesterSets::OnAccept(), CEditSequence::OnAccept(), CProjectTreePanel::OnActivateClients(), CAlignmentAssistant::OnAddAlignCDS(), CAlignmentAssistant::OnAddAlignOther(), CAlignmentAssistant::OnAddAlignRNA(), CUnculTaxTool::OnAddBacterium(), CPhyloSaveSelectiondlg::OnAddCurrentSelBtnClick(), CUnculTaxTool::OnAddSp(), CCompareWithBiosample::OnAddToSample(), CCompareWithBiosample::OnAddToSource(), CFeatureGraph::OnAJNotification(), StructureWindow::OnAlignStructures(), CMacroFlowEditor::OnAppendClick(), CStringConstraintSelect::OnApply(), CColorTableScoringPanel::OnApply(), CMatchFeatureTableDlg::OnAutomatchTableIdClick(), CMultiFileInput::OnBrowseBtn(), CTableSortMultiChoice::OnBrowseBtn(), CDDRefDialog::OnButton(), PNGOptionsDialog::OnButton(), ShowHideDialog::OnButton(), CReorderSequencesDlg::OnButtonDown(), CRemoveSequencesDlg::OnButtonMoveLeft(), CRBSubpanel::OnButtonMoveLeft(), CRemoveSequencesDlg::OnButtonMoveRight(), CRBSubpanel::OnButtonMoveRight(), CReorderSequencesDlg::OnButtonUp(), CEditingBtnsPanel::OnCancelFindButton(), StructureWindow::OnCDD(), CSeqTableGridPanel::OnCellDoubleLeftClick(), CSeqTableGridPanel::OnCellLeftClick(), CFarPointerSeq::OnCheck(), CCustomTree::OnClick(), CMacroFlowEditor::OnClose(), CWindowsDlg::OnCloseClick(), CFrameworkDemoGUI::OnCloseClientsRequest(), CProjectTreePanel::OnCloseView(), CFlatFileViewContext::OnCollapseSequences(), CDataMiningPanel::OnContextMenu(), CProjectTreePanel::OnContextMenu(), CTextItemPanel::OnContextMenu(), CCompareWithBiosample::OnCopyToSampleButtonClick(), CCompareWithBiosample::OnCopyToSourceButtonClick(), CwxMainFrame::OnCreateMapControlItems(), CProjectTreeViewDropTarget::OnData(), CMultiFileInput::CDropTarget::OnData(), CFrameworkDemoGUIDropTarget::OnData(), CSrcModListPanel::OnDelete(), CSeqTableGridPanel::OnDeleteColumn(), CMacroFlowEditor::OnDeleteFromLibrary(), CSuspectProductRulesEditor::OnDeleteRules(), CBamRefSequencesPanel::OnDeselectAllBtnClick(), CVcfRefSequencesPanel::OnDeselectAllBtnClick(), CCSVSelectionExportDlg::OnDeselectAllBtnClick(), CwxCSVExportDlg::OnDeselectAllBtnClick(), CVcfSampleSelectionPanel::OnDeselectallSamplesClick(), CFilterColumnsDlg::OnDeselectBtnClick(), CSuspectProductRulesEditor::OnDisplay(), StructureWindow::OnEditFavorite(), CAppJobDispatcher::OnEngineJobStateChanged(), DeBruijn::CDBGraphDigger::OneStepBranchExtend(), CBioSourcePanel::OnEvtText(), CFarPointerSeq::OnExport(), CMacroFlowEditor::OnExportMenuClick(), CMacroFlowEditor::OnExportStepsClick(), CGridWidget::OnExportToCSV(), CSuspectProductRulesEditor::OnFileAdd(), CSuspectProductRulesEditor::OnFileLoad(), CSuspectProductRulesEditor::OnFileSave(), CSuspectProductRulesEditor::OnFileSaveAs(), CEditingBtnsPanel::OnFindButton(), CMacroFlowEditor::OnFindClick(), CDiscrepancyPanel::OnFindNext(), ViewerWindowBase::OnFindPattern(), CDiscrepancyPanel::OnFindPrev(), CDiscrepancyPanel::OnFindText(), CWindowsDlg::OnFloatClick(), CAgpValidateReader::OnGapOrComponent(), CTableImportListCtrl::OnGetItemText(), CGridWidget::OnGridCellRightClick(), CGrid::OnGridLabelLeftClick(), CAlignTabExportPage2::OnIdle(), COrganismInfoPanel::OnImportSrcTable(), CSaveDlg::OnInitDialog(), CMacroFlowEditor::OnInputFile(), CISOJTALookupDlg::OnIsoJtaReportBtnClick(), CGridCgiSampleApplication::OnJobDone(), ViewerWindowBase::OnJustification(), CAttribTableDelimitersPanel::OnListctrlColLeftClick(), CSuspectProductRulesEditor::OnListMatches(), CAdjustFeaturesForGaps::OnMakeReport(), CDataMiningPanel::OnMenuEvent(), CAttribTableColumnIdPanel::OnMergeIDColsClick(), CWindowsDlg::OnMinimizeClick(), CBarcodePanel::OnMouseClick(), CPaintSequence::OnMouseClick(), CGlPreviewSetupWidget::OnMouseDoubleClick(), CGlPreviewSetupWidget::OnMouseDown(), ViewerWindowBase::OnMouseMode(), CMapControl::OnMouseWheel(), CDockManager::OnMove(), CAgpValidateReader::OnObjectChange(), CDiscrepancyConf::OnOk(), CAlnPropertiesDlg::OnOkClick(), CwxTableListCtrl::OnPaint(), CBarcodePanel::OnPaint(), CGradientColorPanel::OnPaint(), CGradientPanel::OnPaint(), CMinPanelContainer::OnPaint(), CPaintSequence::OnPaste(), CMacroFlowEditor::OnPasteClick(), CwxMainFrame::OnPostEventsClick(), CQueryParsePanel::OnQuerySel(), SPSG_IoImpl::OnQueue(), SequenceViewerWindow::OnRealign(), CWindowsDlg::OnRecoverClick(), CMacroWordSubstitutionDlg::OnRemove(), CWordSubstitutionDlg::OnRemove(), CCompoundConstraintPanel::OnRemoveConstraint(), CSuspectCompoundConstraintPanel::OnRemoveConstraint(), CMacroCompoundConstraintPanel::OnRemoveConstraint(), CBarcodeTool::OnRemoveKeyword(), CAlignmentAssistant::OnRemoveSeqFromAlign(), CWindowsDlg::OnRestoreClick(), CCDSTranslationPanel::OnRetranslateLinkHyperlinkClicked(), CQueryParsePanel::OnSearchctrlTextEnter(), CSeqTableGridPanel::OnSearchTable(), CBarcodeTool::OnSelect(), CRemoveSequencesDlg::OnSelect(), CRevCompSequencesDlg::OnSelect(), StructureWindow::OnSelect(), CBarcodeTool::OnSelectAll(), CEditSequenceEnds::OnSelectAll(), CRemoveSequencesDlg::OnSelectAll(), CFilterColumnsDlg::OnSelectAllBtnClick(), CBamRefSequencesPanel::OnSelectAllBtnClick(), CVcfRefSequencesPanel::OnSelectAllBtnClick(), CCSVSelectionExportDlg::OnSelectAllBtnClick(), CwxCSVExportDlg::OnSelectAllBtnClick(), CSaveDlg::OnSelectAllClick(), CVcfSampleSelectionPanel::OnSelectallSamplesClick(), CFilterColumnsDlg::OnSelectBtnClick(), CLengthSubpanel::OnSelectButton(), CIDSubpanel::OnSelectButton(), CTextSubpanel::OnSelectButton(), CNumSubpanel::OnSelectButton(), CFileSubpanel::OnSelectButton(), CFieldSubpanel::OnSelectButton(), CFeatureTypeSubpanel::OnSelectButton(), CDescTypeSubpanel::OnSelectButton(), CMolInfoSubpanel::OnSelectButton(), CStructCommentSubpanel::OnSelectButton(), CSaveDlg::OnSelectChangedClick(), StructureWindow::OnSelectFavorite(), ShowHideDialog::OnSelection(), CSequesterSets::OnSequester(), CAlnMultiWidget::OnSettings(), CHitMatrixWidget::OnSetupGraphs(), CPhyloTreeWidget::OnShowAll(), CSuspectProductRulesEditor::OnShowDiffs(), StructureWindow::OnShowHide(), SequenceViewerWindow::OnShowHideRows(), CAttribTableColumnIdPanel::OnSplitFirstColClick(), CQueryParsePanel::OnStringMatchTypeBtn(), CTaxTreeTestDlg::OnSubmitClick(), CCompareWithBiosample::OnSyncButtonClick(), CAlignmentAssistant::OnTarget(), CBioSourcePanel::OnTaxonomyLookup(), CColorPanel::OnTextCtrlUpdated(), CMacroPanelLoader::OnToggleButtonClicked(), CApplyEditconvertPanel::OnUndoButtonClick(), CEditSequenceEnds::OnUnselectAll(), CPhyloTreeWidget::OnUpdateCollapseSelected(), CProjectTreePanel::OnUpdateEnableDisable(), CDockContainer::OnUpdateTabOrder(), CBamRawDb::Open(), CPipeHandle::Open(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::OpenProjections(), CMacroFlowEditor::OpenScript(), CAppDialogs::OpenViewlDialog(), DeBruijn::LargeInt< precision >::operator!=(), DeBruijn::LargeInt< precision >::operator%(), DeBruijn::LargeInt< precision >::operator&(), DeBruijn::LargeInt< precision >::operator&=(), CSeqMaskerScoreMin::operator()(), CWinMaskCountsConverter::operator()(), CWinMaskCountsGenerator::operator()(), CSearch_Base< LEGACY, NHITS, derived_t >::operator()(), CCassandraFullscanWorker::operator()(), compile_time_bits::ct_crc32< poly >::MakeCRC32Table::operator()(), MultiExonsCompare::operator()(), CAlnSeqIdsExtract< TAlnSeqId, TIdConverter >::operator()(), CCompareByFind::operator()(), CCompareByCat::operator()(), SCompareDirEntries::operator()(), PEqualNocase::operator()(), IsStandard::operator()(), CAlignSort::SSortKey_Less::operator()(), CPhyTreeCalc::CDistMatrix::operator()(), CMatrix3< double >::operator()(), CMatrix4< float >::operator()(), CNcbiMatrix< T >::operator()(), DeBruijn::CKmerCountTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::extract_uniq::operator()(), CReverseAndComplement< T >::operator()(), CSequenceDataTester::operator()(), bm::gamma_decoder< T, TBitIO >::operator()(), DeBruijn::CReadHolder::string_iterator::operator*(), operator*(), CMatrix3< T >::operator*=(), CMatrix4< T >::operator*=(), rapidjson::internal::BigInteger::operator*=(), DeBruijn::LargeInt< precision >::operator+(), CRevComp_It< Iterator >::operator+(), CJson_ConstArray::const_iterator::operator+(), CJson_ConstArray::iterator::operator+(), CMatrix3< T >::operator+=(), compile_time_bits::const_bitset< static_cast< size_t >(eTestNames::max_test_names), eTestNames >::operator+=(), CRevComp_It< Iterator >::operator+=(), CJson_ConstArray::const_iterator::operator+=(), CMatrix4< T >::operator+=(), rapidjson::internal::BigInteger::operator+=(), BlockModel::operator-(), DeBruijn::LargeInt< precision >::operator-(), CRevComp_It< Iterator >::operator-(), CJson_ConstArray::const_iterator::operator-(), CJson_ConstArray::iterator::operator-(), CMatrix3< T >::operator-=(), compile_time_bits::const_bitset< static_cast< size_t >(eTestNames::max_test_names), eTestNames >::operator-=(), CRevComp_It< Iterator >::operator-=(), CJson_ConstArray::const_iterator::operator-=(), CMatrix4< T >::operator-=(), DeBruijn::LargeInt< precision >::operator/(), CMatrix3< T >::operator/=(), CMatrix4< T >::operator/=(), CSortableSeq_id::operator<(), DeBruijn::LargeInt< precision >::operator<(), SIntron::operator<(), operator<<(), DeBruijn::LargeInt< precision >::operator<<(), CSrvStrStream::operator<<(), rapidjson::internal::BigInteger::operator<<=(), CMSHit::operator=(), CRowReader< TTraits >::CRowIterator::operator=(), CDB_Double::operator=(), CDB_Float::operator=(), bm::heap_vector< const bm::word_t *, allocator_type, true >::operator=(), CDB_Bit::operator=(), CDB_SmallInt::operator=(), CDB_Int::operator=(), CDB_BigInt::operator=(), Matrix< T >::operator=(), bm::similarity_descriptor< SO, DMD_SZ, IDX_VALUE, SValue, SFunc >::operator=(), CDB_TinyInt::operator=(), bm::block_match_chain< BLOCK_IDX >::operator==(), BlockModel::operator==(), operator==(), CPhyloSelectionSetMgr::operator==(), CRowReader< TTraits >::CRowIterator::operator==(), CVectorSet< T >::operator==(), DeBruijn::LargeInt< precision >::operator==(), operator>>(), DeBruijn::LargeInt< precision >::operator>>(), CSQLITE3_Statement::operator>>(), dup_lookup_table::operator[](), CRgbaGradColorTable::operator[](), CQuat< float >::operator[](), pythonpp::CSequnceHelper< T >::iterator::operator[](), CMatrix3< double >::operator[](), CMatrix4< float >::operator[](), CVect2< size_t >::operator[](), CVect3< size_t >::operator[](), pythonpp::CSequnceHelper< T >::const_iterator::operator[](), CNWAligner::CBacktraceMatrix4::operator[](), CVect4< TPoint >::operator[](), CSraValueFor< V >::operator[](), CVDBValueFor< char >::operator[](), CNcbiMatrix< T >::operator[](), ctll::fixed_string< N >::operator[](), CSearchResultSet::operator[](), CBlastKmerResultsSet::operator[](), CSeqDB::TSequenceRanges::operator[](), CBlastQueryVector::operator[](), CSimpleBufferT< char >::operator[](), CAlnMap::CAlnChunkVec::operator[](), CSRSearch::CMismatchResultsInfo::operator[](), Vector< T >::operator[](), Matrix< T >::operator[](), DeBruijn::LargeInt< precision >::operator^(), DeBruijn::LargeInt< precision >::operator^=(), DeBruijn::LargeInt< precision >::operator|(), DeBruijn::LargeInt< precision >::operator|=(), DeBruijn::LargeInt< precision >::operator~(), bm::blocks_manager< Alloc >::opt_copy_bit_block(), SSparseIndex::Optimize(), bm::blocks_manager< Alloc >::optimize_bit_block(), bm::blocks_manager< Alloc >::optimize_bit_block_nocheck(), bm::basic_bmatrix< BV >::optimize_block(), bm::blocks_manager< Alloc >::optimize_block(), optimize_fill(), bm::blocks_manager< Alloc >::optimize_gap_convert_bit_block(), bm::blocks_manager< Alloc >::optimize_tree(), CSeqDBVolSet::OptimizeGiLists(), CLadder::Or(), CDense_seg::OrderAdjacentGaps(), CCompartmentFinder< THit >::OrderCompartments(), OrderQual(), OrderThdTbl(), OrOperationsTest(), Matrix< T >::out(), Vector< T >::out(), CProSplignText::Output(), PSSMWrapper::OutputPSSM(), CDUpdater::overlapWithCDRow(), CBDB_BufferManager::Pack(), pack(), CSeqConvert_imp::CPacker::Pack(), Pack(), pad(), CCustomTree::Paint(), param_info_alloc(), paraminfoalloc(), CSeq_id_General_Str_Info::Parse(), rapidjson::GenericPointer< ValueType, Allocator >::Parse(), rapidjson::internal::GenericRegex< Encoding, Allocator >::Parse(), parse_args(), CSeq_id_Textseq_Info::ParseAcc(), CTrackMgrClient::ParseAlignId(), mu::ParserBase::ParseCmdCode(), ParseDegenerateCodons(), JSDParser::ParseDependencies(), SDiagMessage::ParseDiagStream(), CGb_qual::ParseExperiment(), ParseFeatureBlock(), CNetStorageObjectLoc::ParseFileTrackSite(), rapidjson::GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::ParseHex4(), CGb_qual::ParseInferenceString(), rapidjson::GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::ParseNumber(), JSDParser::ParseOneOf(), mu::ParserErrorMsg::ParserErrorMsg(), SSNP_Info::ParseSeq_feat(), ParseSourceFeat(), ParseSpComment(), ParseSPFeat(), CWGSResolver_Ids::ParseWGSAcc(), CWGSResolver_Ids::ParseWGSPrefix(), ParseYear(), alp::partially_release_memory(), CUsageReportSampleApp::Pattern_3_StatusControl(), Splines::pchip(), pcre_compile2(), pcre_get_substring_list(), pcre_maketables(), pcre_memmove(), pcre_printint(), pcre_study(), pcregrep(), CSpectrumSet::Peaks2Spectrum(), CChain::PeaksAndLimits(), pearson_hash(), rapidjson::BasicIStreamWrapper< StreamType >::Peek4(), CObjectIStreamAsnBinary::PeekAnyTagFirstByte(), CObjectIStreamAsnBinary::PeekClassTag(), CObjectIStreamAsnBinary::PeekLongTag(), pem_get_iv(), SPSG_BlobReader::PendingCount(), CProcessing::Performance(), perminit_fp(), perminit_ip(), permInverse(), PHIGetPatternOccurrences(), CPhyloSelectionSetMgr::PickBestColor(), CDUpdater::pickBioseq(), CSeqDBImpl::PigToOid(), PiiOk(), pkcs12_pbe_derive_key_iv(), CEditingBtnsPanel::PlaceButtons(), IPhyloTreeRender::PointToNode(), CDistMethods::PoissonDist(), CSocketAPI::Poll(), CPdfObject::Poly(), poly1305_process(), DeBruijn::LargeInt< precision >::polynom(), LargeInt< 1 >::polynom(), pool_allocate(), pool_allocate2(), pool_free(), popHeap(), CTripleConstraintPanel< T >::PopulateFeatureListbox(), NWinHook::CPsapiHandler::PopulateModules(), CWithdrawSequences::PopulateSet(), CReorderSequencesDlg::PopulateSet(), CSegregateSetsBase::PopulateSet(), CWordPairIndexer::PopulateWordPairIndex(), CSeqMaskerScoreMeanGlob::PostAdvance(), CPaintSequence::PosToSegment(), CAbstractProjectItem::PostRead(), variation_ref::CVariationUtil::PrecursorToProt(), CGnomonAnnotator::Predict(), CGraphContainer::PreferredSize(), CWigGraph::Prefetch(), CComment_rule::PrefixForKeyword(), CUnculTaxTool::PreloadCache(), bm::sparse_vector_scanner< SV, S_FACTOR >::prepare_and_sub_aggregator(), prepare_new_block(), bm::aggregator< BV >::prepare_shift_right_and(), CReorderSequencesDlg::PrepareList(), CQueryFuncPromoteBase::PreProcess(), CLocalVDBBlast::PreprocessDBs(), rapidjson::internal::Prettify(), CAttribTableDelimitersPanel::PreviewData(), CMacroRep::Print(), SGFFrec::print(), CTabularFormatter_AllSeqIds::Print(), CTabularFormatter_MismatchPositions::Print(), CTabularFormatter_BestPlacementGroup::Print(), CTabularFormatter_AssemblyInfo::Print(), CComments::Print(), CNCBINode::Print(), Print(), SInteractiveNewRequestStart::SExtra::Print(), CNCMMStats::Print(), CMaskWriterFasta::Print(), CMaskWriterTabular::Print(), CDiagFilter::Print(), bm::print_bc(), bm::print_blocks_count(), print_char(), print_gap(), print_mv(), bm::print_stat(), bm::print_str_svector_stat(), bm::print_svector_stat(), CNCBlobStorage::PrintablePassword(), PssmMaker::printAlignment(), PssmMaker::printAlignmentByColumn(), CAgpErrEx::PrintAllMessages(), CArgDescriptions::CPrintUsageXml::PrintArguments(), CBlastFormatUtil::PrintAsciiPssm(), CDataTypeModule::PrintASN(), CFileSet::PrintASN(), CDataMemberContainerType::PrintASN(), CChoiceDataType::PrintASN(), CEnumDataType::PrintASN(), CBlockDataValue::PrintASN(), CDataValueTmpl< Type >::PrintASN(), CFileModules::PrintASNRefInfo(), CHTML_table::PrintBegin(), bm::PrintBinary(), PrintBLOB_Table(), CNCBINode::PrintChildren(), PrintCompartments(), PrintCorDef(), CAlignFormatUtil::PrintDbReport(), PrintDemoDB(), bm::PrintDGap(), bm::PrintDGapGamma(), bm::PrintDistanceMatrix(), printDoubleTable(), CDataTypeModule::PrintDTD(), CFileSet::PrintDTD(), CDataTypeModule::PrintDTDModular(), CFileSet::PrintDTDModular(), CQueryTreePrintFunc::PrintElement(), CPrintTaxFields::PrintEntry(), COMSSABase::PrintEnzymes(), PrintFldMtf(), CNamespace::PrintFullName(), bm::PrintGammaCode(), bm::PrintGap(), PrintGapLevels(), printGFF3(), CBDB_FileDumper::PrintHeader(), CIgBlastTabularInfo::PrintHtmlSummary(), CParse::PrintInfo(), COMSSABase::PrintIons(), CDataTypeModule::PrintJSONSchema(), CFileSet::PrintJSONSchema(), CDataMemberContainerType::PrintJSONSchema(), CChoiceDataType::PrintJSONSchema(), CEnumDataType::PrintJSONSchema(), CTreePrintFunc< TTreeNode, TConverter >::PrintLevelMargin(), CQueryTreePrintFunc::PrintLevelMargin(), CPdf::PrintLineBuffer(), CMaskWriterInt::PrintMasks(), CIgBlastTabularInfo::PrintMasterAlign(), CAgpErrEx::PrintMessageCounts(), CPdf::PrintModel(), COMSSABase::PrintMods(), printMsa(), CBlastFormat::PrintOneResultSet(), CHttpRequest::PrintParams(), CPdf::PrintPointBuffer(), PrintQrySeq(), CPdf::PrintQuadBuffer(), PrintResults(), PrintSAM(), CFileSet::PrintSampleDEF(), CBlastSeqidlistFile::PrintSeqidlistInfo(), PrintSeqMtf(), TestUtil::PrintSequence(), CDataTypeModule::PrintSpecDump(), CFileSet::PrintSpecDump(), CDataMemberContainerType::PrintSpecDumpExtra(), CEnumDataType::PrintSpecDumpExtra(), SMMStat::PrintState(), CNCPeerControl::PrintSyncStat(), PrintTabular(), PrintThdTbl(), bm::PrintTMatrix(), CBBox< 3 >::PrintTo(), CNcbiApplogApp::PrintTokenInformation(), CNCStat::PrintToSocket(), CTree::PrintTree(), CArgDependencyGroup::PrintUsage(), CArgDependencyGroup::PrintUsageXml(), CFileModules::PrintXMLRefInfo(), CDataTypeModule::PrintXMLSchema(), CFileSet::PrintXMLSchema(), CDataMemberContainerType::PrintXMLSchema(), CUniSequenceDataType::PrintXMLSchema(), CDataTypeModule::PrintXMLSchemaModular(), CFileSet::PrintXMLSchemaModular(), CdPssmInput::Process(), CSeqEntryPresenter::Process(), CWinMaskCountsGenerator::process(), bm::aggregator< BV >::process_bit_blocks_or(), bm::iterator_deserializer< BV, SerialIterator >::process_id_list(), CQueryFunction_BV_Base< BV >::ProcessArgVector(), SBamIndexRefIndex::ProcessBin(), GroupUpdater::processBlastHits(), CdBlaster::processBlastHits(), CProjectTreeBuilder::ProcessDir(), WSDLParser::ProcessEndpointTypes(), ProcessForTrimAndSplitUpdates(), CCgiRequestProcessor::ProcessHelpRequest(), CESearchParser< T >::ProcessMessages(), XSDParser::ProcessNamedTypes(), CDUpdater::processPendingToNormal(), CCgiRedirectApplication::ProcessRequest(), ProcessSAM(), ProcessStream(), ProduceCassandraQueryErrorMessage(), ProductNamesAreSimilar(), CApplyRNAITSDlg::Propagate_RNAITSList(), CSequence::PropagateGaps(), Prosite2Regex(), PrositePatternLength(), CAutoCompleteCombo::ProvideItems(), SequenceDisplay::ProximitySort(), PSSMWrapper::PSSMWrapper(), CNCBlobAccessor::Purge(), CNWAligner::CBacktraceMatrix4::Purge(), CBDB_Cache::Purge(), CHitList::PurgeAllHits(), PurgeConsensusSequences(), CSeqAnnotFromFasta::PurgeNonAlphaFromCachedSequences(), AlignmentManager::PurgeSequence(), CHitList::PurgeUnwantedHits(), CRegExFSA::Push(), CVariantDescriptors::PushBack(), DeBruijn::CReadHolder::PushBack(), DTDParser::PushEntityLexer(), CObjectStack::PushFrameLong(), pushHeap(), bm::encoder::put_h64(), CIdDeMux< TBV, TBVFact >::PutDimVector(), CErrorLogger::PutError(), COStreamBuffer::PutInt4(), COStreamBuffer::PutInt8(), CPriorityTaxNodes::putIntoMap(), rapidjson::PutN(), COStreamBuffer::PutUint4(), COStreamBuffer::PutUint8(), QSbuf_ReadLine(), QSCmp(), QSIndex(), query_test(), SequenceViewerWindow::QueryShowAllRows(), CBLASTToolManager::QuickLaunch(), quicksort2(), QuoteDot(), alp_sim::randomize_realizations_ind(), RangeCopyTest(), RangeForEachTest(), CModelCompare::RangeNestedInIntron(), CMSPeakList::Rank(), bm::bvector< Alloc >::rank_corrected(), RankFindTest(), RankRangeSplitTest(), bm::rs_index< BVAlloc >::rcount(), SBamIndexRefIndex::Read(), CBioTreeAttrReader::Read(), CSeq_annot_SNP_Info_Reader::Read(), CAlnAsnReader::Read(), SBamIndexBinInfo::Read(), CBamIndex::Read(), CMSPeak::Read(), CDistanceMatrix::Read(), CPhrapReader::Read(), bm::deseriaizer_base< DEC, BLOCK_IDX >::read_gap_block(), alp_data::read_RR(), alp_data::read_smatr(), CPhrap_Contig::ReadBaseQualities(), CObjectIStreamAsn::ReadBitString(), CObjectIStreamAsnBinary::ReadBitString(), readBlob(), readBlobAsChar(), ReadCassandraMessages(), ReadCassandraSatInfo(), CObjectIStreamAsn::ReadChars(), CReadSeqSetHook::ReadClassMember(), CAsnvalThreadState::ReadClassMember(), CBiosampleChkApp::ReadClassMember(), CReadSetHook::ReadClassMember(), ReadCol(), readGFF3(), readhdr(), ReadId(), CImageIORaw::ReadImage(), CResultZBtSrcX::ReadLength(), ReadMap(), CObjectIStreamAsn::ReadMemberId(), CObjectIStreamXml::ReadName(), CObjectIStreamAsn::ReadNumber(), CReadEntryHook::ReadObject(), CSoapReadHook::ReadObject(), ReadProject(), ReadSecureSatUsers(), CCacheReader::ReadSeq_ids(), CFastaReader::ReadSet(), CObjectIStreamAsn::ReadStringValue(), ReadTabDelimitedTable(), ReadTestData(), CObjectIStreamAsn::ReadTypeId(), real_test(), Threader::Realign(), AlignmentManager::RealignAllDependentStructures(), StructureObject::RealignStructure(), CReferenceItem::Rearrange(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::recalc_remap_matrix2(), COSGConnection::ReceiveReply(), CTableImportDataSource::RecomputeFields(), CTableImportDataSource::RecomputeHeaders(), CMSHit::RecordMatchesScan(), CMSHit::RecordModInfo(), dtl::Diff< elem, vector< elem >, Compare< elem > >::recordSequence(), CSequesterSets::RecursivePropagateDown(), CSequesterSets::RecursivePropagateUp(), CNcbiApplogApp::Redirect(), SequenceDisplay::RedrawAlignedMolecules(), CDRefresher::refresh(), regexec(), bm::rs_index< BVAlloc >::register_super_block(), CBioseqEditorFactory::RegisterCommands(), CClassTypeInfo::RegisterSubClasses(), RegisterTooManyVariantsOfSameMaskingAlgorithm(), regression_tests(), reHeapElement(), reinit_results(), Matrix< T >::relApprox(), variation_ref::CVariationUtil::Remap(), variation::CVariationUtil::Remap(), bm::dynamic_heap_matrix< unsigned, bv_allocator_type >::remap(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::remap_from_impl(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::remap_fromsv(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::remap_n_tosv_2way(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::remap_tosv(), CCgiRedirectApplication::RemapEntries(), bm::dynamic_heap_matrix< unsigned, bv_allocator_type >::remapz(), ReMasterCdWithoutUnifiedBlocks(), RemasterWithStructure(), CPointerPot::Remove(), remove_comments(), CSplitter::RemoveAll(), CdBlaster::RemoveAllDataLoaders(), CSimpleB2SWrapper::RemoveAllDataLoaders(), CProjectService::RemoveAllProjectViews(), CCgiSession_NetCache::RemoveAttribute(), CEditingBtnsPanel::RemoveButton(), CCdCore::RemoveCddDescrsOfType(), CSubSource::RemoveCultureNotes(), CSimpleMakeFileContents::RemoveDefinition(), CExportTableDlg::RemoveEmptyColsAndRows(), RowSourceTable::removeEntriesForCD(), CChain::RemoveFshiftsFromUTRs(), CGene::RemoveGeneFromOtherGenesSets(), Messenger::RemoveHighlights(), CBioSource::RemoveLineageSourceNotes(), COrgName::RemoveModBySubtype(), COrgrefProp::RemoveOrgrefProp(), CGBDocument::RemoveProjectItems(), CProjectTask::RemoveProjects(), CDense_seg::RemovePureGapSegs(), SequenceViewerWidget_SequenceArea::RemoveRubberband(), CPhyloTreeDataSource::RemoveSelected(), CGeneModel::RemoveShortHolesAndRescore(), CEditingBtnsPanel::RemoveStaticButtons(), CWindowManagerService::RemoveToolBarContext(), UpdaterInterface::removeUpdaters(), RemoveWhitespace_CJL(), CWriteDB_File::RenameFileIndex(), CGlModel2D::Render(), CAlnMultiHeader::Render(), CAlignedFeatureGraph::Render(), CTreeGraphicsModel::Render(), CHitGlyph::Render(), CAlignRowGraphCont::Render(), CPieGraph::Render(), CScatterGraph::Render(), IBoundaryShape::Render(), CTreeGraphicsModel::RenderPDF(), CTreeBoundaryNode::RenderPdf(), CPhyloNodeData::RenderRotated(), OpenGLRenderer::RenderTransparentSpheres(), CAsnOctetStringBlock::RenderValue(), IBoundaryShape::RenderVbo(), Reorder(), CReorderSequencesDlg::ReorderById(), ReorderStructureAlignments(), CLayoutGroup::Replace(), NWinHook::CHookedFunction::ReplaceInAllModules(), CFindASN1Dlg::ReplaceLinebreaks(), CRegexpUtil::ReplaceRange(), CSuspectProductRulesEditor::ReplaceRule(), CTableImportDataSource::ReplaceSpaces(), ReplaceStateAbbreviation(), DistanceMatrix::ReplaceZeroWithTinyValue(), bm::dynamic_heap_matrix< unsigned, bv_allocator_type >::replicate_triange(), CChainer::CChainerImpl::ReplicatePStops(), SPSG_StatsAvgTime::Report(), CODBC_Reporter::ReportErrors(), CDB_MultiEx::ReportErrorStack(), ReportMailReportLine(), CValidError_imp::ReportMissingBiosource(), CSubmissionWizard::ReportMissingFields(), COrganismInfoPanel::ReportMissingFields(), CGenomeInfoPanel::ReportMissingFields(), CReferencePanel::ReportMissingFields(), CSubMolinfoPanel::ReportMissingFields(), CSubmitterPanel::ReportMissingFields(), CReadBlastApp::reportProblems(), CCdregionValidator::ReportShortIntrons(), ColumnarVcfCache::ReportSyntaxErrors(), CPhyloTreeDataSource::ReRootMidpoint(), DynProgProb::reserve(), DynProgProbLim::reserve(), bm::blocks_manager< Alloc >::reserve_top_blocks(), bm::bv_statistics::reset(), CAgpValidateReader::Reset(), CSparseKmerCounts::Reset(), CBinaryKmerCounts::Reset(), CSequence::Reset(), CNcbiArguments::Reset(), SCompoundIDImpl::Reset(), CRandom::Reset(), CFIntronDon::Reset(), bm::serializer< BV >::reset_compression_stats(), ResetCapitalization(), CScriptPanel::ResetCounters(), AnnotateDialog::ResetListBoxes(), CMenuService::ResetMenuBar(), CTaxon2_data::ResetProperty(), CGnomonEngine::ResetRange(), SrcEditDialog::ResetSubPanels(), CEditingBtnsPanel::ResetTabs(), ResidualsLinearConstraints(), Residue::Residue(), CNcbiMatrix< T >::Resize(), bm::heap_vector< const bm::word_t *, allocator_type, true >::resize(), CSRSearch::CMismatchResultsInfo::resize(), CSRSearch::CResCache::resize(), UnalignedBlock::Resize(), bm::aggregator< BV >::resize_target(), CDataTypeModule::Resolve(), CWGSClient::ResolveBlobId(), CCodeGenerator::ResolveFileName(), CCodeGenerator::ResolveImportRefs(), CFileModules::ResolveInAnyModule(), CFileSet::ResolveInAnyModule(), CSysPath::ResolvePathExisting(), CHit::ResolveSubHitConflicts(), CWGSClient::ResolveWGSAcc(), CCassQuery::Restart(), alp::restore_state(), CProSplignTrimmer::RestoreFivePrime(), CChain::RestoreReasonableConfirmedStart(), CProSplignTrimmer::RestoreThreePrime(), CCDSTranslationPanel::Retranslate(), CDUpdater::retrieveAllSequences(), CDbapiSimpleApp::RetrieveData(), RetrievePartsOfLargeChromosome(), CAlnVec::RetrieveSegmentSequences(), CNetScheduleGetJobImpl< TImpl >::ReturnNotFullyCheckedServers(), DeBruijn::revcomp(), CDense_seg::Reverse(), CSeqMaskerUtil::reverse_complement(), ReverseAlignmentStrand(), ReverseAndComplement(), ReverseComplement(), CEditScript::ReverseEditScript(), CFarPointerSeq::ReverseRow(), ColumnResidueProfile::reweightColumnByRowWeights(), CTempString::rfind(), CChainer::CChainerImpl::RightLeft(), RigidBodyFit(), CExplodeRNAFeats::RNAWordsFromString(), alp_reg::robust_sum(), CAsnViewContext::RootInitialized(), CFlatFileViewContext::RootInitialized(), alp_sim::round_doulbe(), CMatrix3< T >::Row(), CMatrix4< T >::Row(), bm::basic_bmatrix< BV >::row(), SequenceDisplay::RowsRemoved(), RPSFillScores(), RPSLookupTableDestruct(), RPSLookupTableNew(), RSIndexTest(), rsmp(), CDeltaBlast::Run(), CLocalBlast::Run(), CBlastPrelimSearch::Run(), CBlastTracebackSearch::Run(), CBlastKmer::Run(), CLocalVDBBlast::Run(), CMergeVolumes::Run(), mu::Test::ParserTester::Run(), CForceJob::Run(), CPrimeNumbersJob::Run(), CMergeyApp::Run(), CBlastDBCmdApp::Run(), CGridCommandLineInterfaceApp::Run(), CComponentIDToolApp::Run(), CMagicBlastApp::Run(), CSplignApp::Run(), CAttachProjectItemsJob::Run(), CSeqDescrRetrievalJob::Run(), CFeatCompareJob_Align::Run(), CFeatureRetrievalJob::Run(), CTrackInitializationJob::Run(), CAnnotMetaDataJob::Run(), CSeqDBDemo_GetSequence::Run(), CDbapiTest::Run(), CSdbapiTest::Run(), CCompartmentFinder< THit >::Run(), CSeedTop::Run(), CSampleIdleTask::Run(), CSeqAlignCmp::Run(), CSplign::Run(), bm::thread_pool_executor< TPool >::run(), CScorePValuesCalc::Run(), CThreadedApp::Run(), CAVApp::Run(), CTestCompartApplication::Run(), CBlastKmerApplication::Run(), CMultiApplication::Run(), CLocalFinderApp::Run(), CCpGDemoApp::Run(), SUApp::Run(), CWinMaskDemoApplication::Run(), CAgpValidateApplication::Run(), CAsn2Asn::Run(), CTest::Run(), CPrimeCacheApplication::Run(), CId2FetchApp::Run(), CMultipatternApp::Run(), CDemoApp::Run(), CWinMaskApplication::Run(), CMysqlDemoApp::Run(), CAppJobTestApplication::Run(), CAlnTestApp::Run(), CSampleAlnmgrApplication::Run(), CBlastDemoApplication::Run(), CGridClientSampleApp::Run(), CSampleNetScheduleClient::Run(), CRemoteAppClientSampleApp::Run(), CSampleSoapClientApplication::Run(), bm::aggregator< BV >::run_step(), bm::run_task_batch(), CAsn2Asn::RunAsn2Asn(), RunNIterationsWithoutConverging(), CPSG_EventLoop::RunOnce(), CDbapiCursorApp::RunOneSample(), CDbapiBcpApp::RunSample(), CConnectPolicyApp::RunSample(), CDbapiTestSpeedApp::RunSample(), CMacroFlowEditor::RunScript(), CMacroFlowEditor::RunScriptStandalone(), COMSSABase::RunSearch(), CVDBThread::RunTandemSearches(), CTestProtProd_EntrezNeighbors::RunTest(), CTestSingleAln_All::RunTest(), RunTests(), CAppDialogs::RunToolDialog(), s_AA20alphaStd(), s_AddCoalescedLocations(), s_AddMask(), s_AddNeighboringWords(), s_AddOneDataFile(), s_AddPrimers(), s_AddProjItemToDll(), s_AddPSSMNeighboringWords(), s_AddPSSMWordHits(), s_AddPSSMWordHitsCore(), s_AddTimerTicket(), s_AddToLog(), s_AddToRPSBucket(), s_AddWordHit(), s_AddWordHits(), s_AddWordHitsCore(), s_AdjustGapParametersByGcd(), s_AdjustSubjectForSraSearch(), s_AdjustSubjectForTranslatedSraSearch(), s_AdjustToAnnotatedCDS(), s_Align(), s_AlignToSeqRanges(), s_AllLowerCase(), s_AllocNewPage(), s_AmbiguousMatch(), s_AnalyzeLibraryOrder(), CIgBlast::s_AppendResults(), s_AppStart(), s_AreSequencesEqual(), s_ArrayToString(), NAdapterSearch::s_AsIUPAC(), s_AssignBufferToSeqData(), s_BandedAlign(), s_BitmapFrom7x4(), s_Blast_HSPGetNumIdentitiesAndPositives(), s_Blast_HSPGetOOFNumIdentitiesAndPositives(), s_BLAST_OneSubjectResults2CSeqAlign(), s_BlastAaExtendLeft(), s_BlastAaExtendOneHit(), s_BlastAaExtendRight(), s_BlastAaExtendTwoHit(), s_BlastAaScanSubject(), s_BlastAaWordFinder_OneHit(), s_BlastAaWordFinder_TwoHit(), s_BlastAlignPackedNucl(), s_BlastCompressedAaScanSubject(), s_BlastDiagClear(), s_BlastEvenGapLinkHSPs(), s_BlastFindSmallestLambda(), s_BlastFindValidKarlinBlk(), s_BlastGapAlignStruct_Copy(), s_BlastGreedyAlignMemAlloc(), s_BlastHSP2SeqAlign(), s_BlastHSPBestHitInit(), s_BlastHSPBestHitRun(), s_BlastHSPBestHitRun_RPS(), s_BlastHSPCullingRun(), s_BlastHSPListRPSUpdate(), s_BlastHSPMapperSplicedPairedRun(), s_BlastHSPStreamCountNumOids(), s_BlastHSPStreamResultsBatchArrayReset(), s_BlastKmerVerifyVolume(), s_BlastLookupRetrieve(), s_BlastMBLookupRetrieve(), s_BlastMBLookupRetrieve2(), s_BlastNaHashLookupFinalize(), s_BlastNaHashLookupRetieveHits(), s_BlastNaLookupFinalize(), s_BlastOOFTracebackToGapEditScript(), s_BlastPSSMExtendLeft(), s_BlastPSSMExtendRight(), s_BlastResults2SeqAlignSequenceCmp_OMF(), s_BlastRPSWordFinder_OneHit(), s_BlastRPSWordFinder_TwoHit(), s_BlastScoreBlk_Copy(), s_BlastSearchEngineCore(), s_BlastSeqLocListToArrayOfPointers(), s_BlastSmallAaScanSubject(), s_BlastSmallNaLookupFinalize(), s_BlastSumP(), s_BreakSeq_loc(), s_BufHash(), s_BuildCompressedScoreMatrix(), s_BuildCompressedTranslation(), s_BuildNa4ToNa2Table(), s_BuildResultsRemote(), s_BuiltInSM(), s_CalcLambda(), s_CalculateIdentity(), s_CalculateMaxLength(), s_CanLoadUnloadProjects(), s_CArgs_ReadFromConsole(), s_CheckAccessStat(), s_CheckDefClientConfig(), s_CheckDuplicateVols(), s_CheckEndlessRecursion(), s_CheckErrorsVersusExpected(), s_CheckFiles(), s_CheckPValues(), s_CheckTraceMateAlign(), s_CleanCDDFeature(), s_CleanUpConstraints(), s_CloneBlastQueryVector(), s_CodonToAA(), variation_ref::CVariationUtil::s_CollapseAmbiguities(), variation::CVariationUtil::s_CollapseAmbiguities(), s_CollectBestOverlaps(), s_CollectClientConfigKeys(), s_CollectRelPathes(), s_ColorDifferentBases(), s_CombineSearchSets(), s_CompareProtProdToTrans(), s_CompoHeapifyDown(), s_CompoHeapifyUp(), s_CompoHeapIsValid(), s_CompressDiscToDenseq(), s_CompressedAddNeighboringWords(), s_CompressedAddWordHits(), s_CompressedAddWordHitsCore(), s_CompressedLookupFinalize(), s_ComputeAlignmentScore(), s_ComputeBtopAndIdentity(), s_ComputeCompressedIndex(), s_ComputeExtensionScore(), s_ComputeNumIdentities(), s_ComputeTraceback(), s_ConstBioseqSetToSeqLocs(), s_ConvertBlastnMasks(), s_ConvertMetaData(), s_ConvertToBlastQueries(), s_ConvertToHeap(), s_ConvertToHexString(), s_CountGaps(), s_CountHspListsPerQuery(), variation_ref::CVariationUtil::s_CountMatches(), variation::CVariationUtil::s_CountMatches(), s_Create_Args_L(), s_Create_Args_V(), s_Create_Env(), s_CreateAlign(), s_CreateBioseq(), s_CreateHeap(), s_CreateHSPForWordHit(), s_CreateObjList(), s_CreateRotatedFont(), s_CreateStdSegs(), s_CreateTable(), s_CreateWordArray(), s_DeleteOldestSockets(), s_DeleteRow(), s_DescriptorPropagateDown(), s_DistinctAlignmentsSort(), s_DivideDBsForThread(), s_DoNWalign(), s_DupSequencesTest(), s_effectiveObservations(), CAscii85::s_Encode(), s_EncodeLabel(), s_Entropy(), s_EscapeCommaAndPipe(), s_ExonToDenseg(), s_ExpandPattern(), s_ExpandThisQual(), s_ExtendAlignment(), s_ExtractKey(), s_FillBlastOutput(), s_FillCdsStartPosition(), python::s_FillDescription(), s_FillFromFreePages(), s_FillModuleListPSAPI(), s_FillSearchSpace(), s_FindAdapterInSequence(), s_FindBestPairs(), s_FindBestPath(), s_FindColumn(), s_FindDimerEntropy(), s_FindEntryName(), s_FindFirstVowel(), s_FindHigh(), s_FindHitsLong(), s_FindHitsShortDNA(), s_FindInArray(), variation::CVariationUtil::s_FindLocationProperties(), s_FindLow(), s_FindOrfs(), s_FindPolyAInSequence(), s_FindPrefixAndSuffixPos(), s_FindRebalanceTasks(), s_FindSpliceJunctionsForGap(), s_FindSpliceJunctionsForOverlaps(), s_FixNumIdent(), s_FlushPoolSet(), s_FormatRegularSequencePiece(), s_FormatResults(), s_FreeBlastCompo_QueryInfoArray(), s_GappingParamsNew(), s_GeneralLnGamma(), s_GenerateCollapsedNode(), s_Get_LSH_index_hashes2(), s_GetAaAsChar(), s_GetAlignmentLength(), s_GetAlignmentLengths(), s_GetAlignmentTooltip(), s_GetAttrByTag(), s_GetAttrByType(), s_GetBioseq_setType(), s_GetBitScores(), s_GetBlastNameColor(), s_GetCandidate(), s_GetChunksForThread(), s_GetCigarString(), s_GetCleanMenuText(), s_GetCmdlineArgs(), s_GetCompressedProbs(), s_GetConcatenatedExon(), s_GetCountByPct(), s_GetCountIdentityMismatch(), s_GetCSRADBs(), s_GetEnd(), s_GetFileSystemInfo(), s_GetFilteredOidRange(), s_GetFinalTranslatedString(), s_GetFullLinkoutUrl(), s_GetGapCount(), s_GetGermlineTranslation(), s_GetHSPList(), CAdapterSearchApplication::s_GetIdentity(), s_GetIndels(), s_GetInfoContent(), s_GetLabel(), s_GetLine(), s_GetMaxRows(), s_GetMenuName(), CSrcModPanel::s_GetModifierList(), s_GetNextInfo(), s_GetNextSubjectChunk(), s_GetNucIdentityMismatch(), s_GetOverlapCost(), s_GetPosBasedStartFreqRatios(), s_GetPrimerInfo(), s_GetQueryInfo(), s_GetRandomNumbers(), s_GetSeq4na(), s_GetSeq4naChunkSeq(), s_GetSeq4naChunkSeq_PartialFetching(), s_GetSplicedSegIdentityMismatch(), s_GetStartFreqRatios(), s_GetStrand(), s_GetTaxIDList(), s_GetTraceback(), NAdapterSearch::s_GetWordComplexity(), s_HashHashQuery(), s_HasSubSourceNote(), s_Heapify(), s_HexDumpText(), s_HighPairFrequencies(), s_HSPNodeArrayCopy(), s_InframeUpstreamStart(), s_InframeUpstreamStop(), s_InitAlignHitLineage(), s_InitDataFlags(), s_InitializeInstitutionCollectionCodeMaps(), s_InitializeOrgRefMap(), s_InitializeStructuredCommentRules(), s_InitPoolsSet(), CSeqFeatData::s_InitSubtypesTable(), s_InsertGap(), s_InsertSpacesBetweenTokens(), s_InsureOrder(), s_InvalidateQueryContexts(), s_Is_ISO_8859_1(), s_IsAllowedPrefix(), s_IsAssemblyMethodValid(), s_IsBadMethod(), s_IsExtendedNAA(), s_IsIdentity(), s_IsNAA(), s_IsNumeric(), s_IsOidInFilteredVol(), s_IsSuccessor(), s_IsTokenPosInt(), s_IsUpdateNeeded(), s_ItemsToViews(), s_Join(), s_JoinAllThreads(), s_LnAss(), s_LnPerm(), INonAsnDataSource::s_LoadBlob(), s_loadSortedMatrix(), s_LocalQueryData2Packed_seqint(), s_LocateFrequencyData(), s_LogDerivative(), s_LogHitID(), s_LogSubHitID(), s_LowLevelInit(), s_MakeDegenerateBase(), s_MakeDomainString(), s_MakeEmptyResults(), s_MakeRandomDeflineSet(), s_MakeScore(), s_MakeStep(), s_MakeUniquenessVal(), s_Match_id(), s_MatchTitle(), s_MatrixMultiply(), s_MatrixSquare(), s_MBCountWordsInSubject_16_1(), s_MinhashSequences(), s_MinhashSequences2(), s_MoveDataToGarbage(), s_MTDataLoaderTest(), s_MTDataLoaderTest2(), s_MTSeqDBTest(), s_MTSeqDBTest2(), s_MTSeqDBTest3(), s_MultiplyByte(), s_NaHashLookupCountWordsInSubject_16_1(), s_NaHashLookupRemovePolyAWords(), s_NaHashLookupScanSubjectForWordCounts(), s_NaLookup(), s_Ncbi4naToNcbi2na(), s_NextClauseStop(), s_NextRow(), s_NextTokenStart(), s_NextTokenStop(), s_NodeToDistMat(), s_NormalizeTokens(), s_NuclSmithWaterman(), s_NuclUngappedExtend(), s_OctalToNum(), s_OpenIndexDB(), s_OrfExtension(), s_OutOfFrameAlignWithTraceback(), s_OutOfFrameGappedAlign(), s_OutputFeature(), s_PackLongPattern(), s_PackPattern(), s_ParseCaseVariant(), s_ParseNumber(), s_ParseResponse(), s_ParseTime(), CGenusSpeciesFixup::s_PermuteTaxname(), s_PHIGetExtraLongPattern(), s_PHIGetLongPattern(), s_PHIGetShortPattern(), s_PreFetchSeqs(), s_PrematureStopCodon(), s_PrevRow(), s_PrintBlocksState(), s_PrintTable(), s_PrintVector(), s_ProcessForStandby(), s_ProcessInstitutionCollectionCodeLine(), s_ProcessParameters(), s_ProcessSeqIdFilters(), s_ProcessSeqIDsForV5(), s_ProcessTaxIdFilters(), s_ProcessWBAddDel(), s_ProjectFolderClone(), s_PruneChains(), s_PSIDiscardIfUnused(), s_PSIPurgeNearIdenticalAlignments(), s_QueryVectorToBioseqSet(), s_QueryVectorToTSeqLocs(), s_ReadDistMatrix(), s_ReadPerClientConfig(), s_ReadRandParams(), s_RebuildEditScript(), s_RecordInitialSearch(), s_ReduceGaps(), s_ReleaseToFreePages(), s_RemoveAliasComponents(), s_RemoveFiles(), s_RemoveNonCSRAEntry(), s_RemovePolyAWords(), s_RemoveSpacesWithinNumbers(), s_ReplaceGIs(), s_ReplaceNonAlphaNum(), s_ReportDependenciesStatus(), s_RescaleSearch(), s_Reset(), s_ResLenNew(), s_ResLenOld(), s_ResPosNew(), s_ResPosOld(), s_RestoreCaseVariant(), s_RestoreSearch(), s_RestrictedGappedAlign(), s_ResVal(), CHitFilter< THit >::s_RunGreedy(), s_RunOfStars(), s_SavedParametersFree(), s_SavedParametersNew(), s_SaveSubjectOverhangs(), s_ScaleSquareMatrix(), s_ScoresStdAlphabet(), s_SearchPending(), s_SegSeq(), s_Select(), CMacroFunction_AutodefId::s_SelectModifiersforAutodefID(), s_SelectStallsafe(), s_Seq_align_Seq_loc(), s_SeqAlignSetToXMLHsps(), s_SeqDB_FindOffsets(), s_SeqDB_ReadLine(), s_SeqDbGetSequence(), s_SeqDBMapNA2ToNA4(), s_SeqDBMapNA2ToNA8Setup(), s_SeqDBMapNcbiNA8ToBlastNA8(), s_SeqDBMaskSequence(), s_SeqDBRebuildDNA_NA4(), s_SeqDBRebuildDNA_NA8(), s_SeqDbSetRanges(), s_SeqDBWriteSeqDataNucl(), s_SeqDBWriteSeqDataProt(), s_SeqEntropy(), s_SeqIntRevCmp(), s_SeqToProfilePosition(), s_SequenceGetProteinRange(), s_SerFlags(), s_SetAirrAlignmentInfo(), s_SetBSFromOS(), s_SetCloneInfo(), s_SetInitialMatrix(), s_SetOSFromBS(), s_SetPrimerNames(), s_SetPrimerSeqs(), s_SetTrnaProduct(), s_SetupHSPListBlastn(), s_SetupHSPListTransl(), s_SetupQueryInfoForReevaluateTest(), s_SetXUOScores(), s_ShiftGaps(), s_ShiftGapsRight(), s_ShiftTimers(), s_SmithWatermanScoreOnly(), s_SortChains(), s_SplitAccIndex(), s_SplitCommandLine(), s_StartAllThreads(), s_StartListening(), s_SThreadLocalDataArraySetGapXDropoffFinal(), s_StoreStartupParams(), s_StringToInt(), s_SwapRows(), s_TarChecksum(), s_TestAlignmentFromMSAs(), s_TestCalc(), s_TestClustersAndTrees(), s_TestClusterTree(), s_TestCreatePssmFromFreqs(), s_TestHSPRanges(), s_TestMaskingLimits(), s_TestNode(), s_TestPartialAmbig(), CSplign::s_TestPolyA(), s_TestQueriesAsBioseqs(), s_TestQueriesAsSeq_locs(), s_TestReadPDBAsn1(), s_TestResultAlignment(), s_TestToApplyREAdjustmentConditional(), s_ToIupacaa(), s_Tokenize(), s_TraceParams(), NAdapterSearch::s_Translate(), s_TranslateAndExpand(), s_Trim(), s_TrimHSP(), s_TrimResults(), s_Uint8ToString(), s_UpdateAdler32(), s_UpdateSeqAlnWithFilteredSeqIDs(), s_UpdateUpCoords(), s_UpdateVolumesInAliasFile(), s_UseSets(), s_ValidateCustomDelim(), s_ValidateMatrix(), CBlastSetupTestFixture::s_ValidateProtein130912(), s_ValidCodon(), s_ValToString(), s_VerbosityText(), s_WarnAboutIgnoredResidues(), s_Win_GetHandleTimes(), s_WrapOutputLine(), s_WriteComment(), s_WriteLine(), s_WriteToNamedPipe(), CBamDb::SAADBImpl::SAADBImpl(), sAbbreviate(), SAccGuide::SAccGuide(), sal0(), compile_time_bits::ct_crc32< poly >::SaltedHash(), CWGSDb_Impl::SAmbiguityInfo::SAmbiguityInfo(), impl::CDriverContext::SatisfyPoolMinimum(), CBDB_BlobDeMuxPersistent::Save(), alp::save_state(), SequenceViewer::SaveAlignment(), CTableDelimiterRules::SaveAsn(), SMMStat::SaveEndState(), CDbIndex_Factory::SaveHeader(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::SaveIdDeMux(), CDockManager::SaveLayout(), CMacroFlowEditor::SaveScript(), CFileLoadManager::SaveSettings(), CSequencingTechnologyPanel::SaveSettings(), CwxGridTableAdapter::SaveSettings(), CFileLoadWizard::SaveSettings(), COpenObjectsPanel::SaveSettings(), CTrackListCtrl::SaveSettings(), CWidgetDisplayStyle::SaveSettings(), CEditingBtnsPanel::SaveSettings(), CTextPanel::SaveState(), SrcEditDialog::SaveTableFile(), SaveTableFile(), SaveTableRowAsListFile(), CPhyloSelectionSetMgr::SaveToUserObject(), SBamRangeBlock::SBamRangeBlock(), SBaseStat::SBaseStat(), CImageUtil::Scale(), ScaledSymmetricProductA(), ScaleThdTbl(), TestFixture::ScanCheckHitsCore(), CObjectIStreamAsn::ScanEndOfId(), ScanForCpGs(), TestFixture::ScanOffsetTestCore(), SchedCheckOverloads(), SchedIsAllIdle(), rapidjson::internal::Schema< SchemaDocumentType >::Schema(), CWAM_Donor< order >::Score(), CWAM_Acceptor< order >::Score(), CWMM_Start::Score(), CWAM_Stop::Score(), CMC_NonCodingRegion< order >::Score(), CMC3_CodingRegion< order >::Score(), CCigar::Score(), CMarkovChainArray< order >::Score(), SPhyloCSFCompactScore::Score(), BlockExtender::scoreBlockPair(), ScoreByBlosum62(), ScoreByPSSM(), CChainer::CChainerImpl::ScoreCdnas(), CPSSMAligner::ScoreFromTranscript(), CNWAligner::ScoreFromTranscript(), CSplicedAligner16::ScoreFromTranscript(), CSplicedAligner32::ScoreFromTranscript(), AlignmentUtility::ScoreRowByPSSM(), CCoiledCoil::ScoreToProb(), sDeleteIds(), CSeqSearch::Search(), CSRSearch_Impl< index_t >::search(), bm::xor_scanner< BV >::search_best_xor_mask(), bm::bvector< Alloc >::enumerator::search_in_blocks(), CSRSearch_Impl< index_t >::searchExact(), CSRSearch_Impl< index_t >::searchOneMismatch(), ResidueProfiles::segsToSet(), CAlnMultiWidget::Select(), bm::bvector< Alloc >::select(), select_rows(), CwxTableListCtrl::SelectAll(), CRegularGridGen::SelectBaseStep(), CGnomonEngine::SelectBestReadingFrame(), SeqTree::selectByGI(), CPhyloTree::SelectByRect(), SeqTree::selectByTax(), SequenceDisplay::SelectedRectangle(), CTableDataBioTreeContainer::SelectFeatures(), CFileLoadOptionPanel::SelectFormat(), CFileLoadPanel::SelectFormat(), ShowHideManager::SelectionChangedCallback(), CScriptPanel::SelectItem(), CScriptPanel::SelectMacros(), CCompareSeqRegions::SelectMatches(), CTreeCollisionModel2D::SelectNodes(), COpenDlg::SelectOptionByLabel(), CTableDataBioTreeContainer::SelectSeqIds(), CBDB_BlobDeMuxSplit::SelectSplit(), CTableDataBioTreeContainer::SelectTaxIds(), TaxTreeData::selectTaxNode(), SelectTest(), CDataMiningPanel::SelectToolByName(), CTL_BCPInCmd::Send(), CODBC_BCPInCmd::Send(), sendMTFValues(), CCachedTaxon3_impl::SendOrgRefList(), CBrowserUtils::SendToBrowser(), SeqDB_CombineAndQuote(), SeqDB_ConvertOSPath(), SeqDB_SplitQuoted(), SeqDB_SplitString(), SeqDB_UnpackAmbiguities(), SeqDB_VectorAssign(), CDUpdater::SeqEntryHasSeqId(), SeqFeatPub(), CFeatureEdit::SeqIdEdited(), CRemoteBlastDbAdapter::SeqidToOidBatch(), CSeqDBImpl::SeqidToOids(), CSeqScores::SeqPtr(), variation::SeqsMatch(), SeqToDelta(), SeqTreeAPI::SeqTreeAPI(), Sequence::Sequence(), CTextPanel::SequenceListLoaded(), CFormatGuess::SequenceType(), Serial_GetAssignedMembers(), Serial_ResetMembers(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::serial_stream_iterator(), SerializationCompressionLevelsTest(), SerializationTest(), CBDB_ExtBlobMap::Serialize(), CBDB_BlobMetaContainer::Serialize(), bm::serializer< BV >::serialize(), bm::compressed_collection_serializer< CBC >::serialize(), bm::sparse_vector_serializer< SV >::serialize(), SERV_Close(), SERV_Print(), SERV_ReadInfoEx(), CNamespace::Set(), CSDB_ConnectionParam::Set(), CNcbiEnvironment::Set(), CAlignmentCollectionScore::Set(), bm::blocks_manager< Alloc >::set_all_set(), bm::blocks_manager< Alloc >::set_all_zero(), bm::basic_bmatrix< BV >::set_allocator_pool(), bm::blocks_manager< Alloc >::set_block(), bm::blocks_manager< Alloc >::set_block_all_set(), bm::blocks_manager< Alloc >::set_block_all_set_no_check(), bm::blocks_manager< Alloc >::set_block_all_set_ptr(), bm::set_block_bits_u64(), bm::blocks_manager< Alloc >::set_block_ptr(), bm::rs_index< BVAlloc >::set_full_super_block(), bm::similarity_descriptor< SO, DMD_SZ, IDX_VALUE, SValue, SFunc >::set_metric(), bm::rs_index< BVAlloc >::set_null_super_block(), bm::sparse_vector_serial_layout< SV >::set_plane(), bm::bvector< Alloc >::set_range_no_check(), bm::rs_index< BVAlloc >::set_super_block(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::set_value_no_null(), CCdCore::SetAccession(), CIgBlastTabularInfo::SetAirrFormatData(), SetAlignedResiduesForCD(), SetAlignedResiduesOnSequence(), MultipleAlignment::setAlignment(), BlockExtender::setAlignments(), CBDB_BufferManager::SetAllNull(), CAlnSpanWidget::SetAlnModel(), CAlnMap::SetAnchor(), CBlastDatabaseArgs::SetArgumentDescriptions(), CNWAligner::CBacktraceMatrix4::SetAt(), CPhyloTreeCalculator::SetAttrTable(), CReadDispatcher::SetBlobState(), CBroadcastVRChangeDialog::SetBroadcastFlag(), ASNDataManager::SetCDDNotes(), StructureSet::SetCenter(), CStringConstraintPanel::SetChoices(), CMacroAdvStringConstraintPanel< T >::SetChoices(), CLengthSubpanel::SetClusters(), CIDSubpanel::SetClusters(), CTextSubpanel::SetClusters(), CFileSubpanel::SetClusters(), CFieldSubpanel::SetClusters(), CFeatureTypeSubpanel::SetClusters(), CDescTypeSubpanel::SetClusters(), CMolInfoSubpanel::SetClusters(), CStructCommentSubpanel::SetClusters(), CUICommand::SetCmdID(), CPhyloTreeDataSource::SetCollapsedLabels(), CwxTableListCtrl::SetColumnOrder(), CApplyEditconvertPanel::SetColumns(), CAlnMultiRenderer::SetColumnsByStyle(), CSeqTableGridPanel::SetColumnSizesAndChoices(), CCSVSelectionExportDlg::SetColumnsList(), CwxCSVExportDlg::SetColumnsList(), CAlnMultiRenderer::SetColumnVisible(), CCdCore::SetComment(), CMSPeak::SetComputedCharge(), CChain::SetConfirmedEnds(), CChain::SetConfirmedStartStopForCompleteProteins(), CChainer::CChainerImpl::SetConfirmedStartStopForProteinAlignments(), CChain::SetConsistentCoverage(), CDemoApp::SetContainer(), SetConvertedSequencesForCD(), CIdDeMux< TBV, TBVFact >::SetCoordinatesFast(), CMacroPanelLoader::SetCtrlValue(), CBroadcastDialog::SetData(), CAppExplorerDataObject::SetData(), CwxTableListCtrl::SetDataRowsSelected(), CTableImportListCtrl::SetDataSource(), CQueryParsePanel::SetDataSource(), CClassTypeInfo::SetDefault(), SetErrorsAccessions(), COpenViewDlg::SetFactories(), CGeneFieldPanel::SetFieldName(), CMiscFieldPanel::SetFieldName(), CProteinFieldPanel::SetFieldName(), CCDSGeneProtFieldNamePanel::SetFieldName(), CFieldHandlerNamePanel::SetFieldName(), CRNAFieldNamePanel::SetFieldName(), CDualRNAFieldNamePanel::SetFieldName(), CTripleConstraintPanel< T >::SetFieldName(), CDualRNAFieldNamePanel::SetFieldName2(), CTripleConstraintPanel< T >::SetFieldNames(), CBlastTabularInfo::SetFields(), CStatusBar::SetFieldsCount(), CBamLoadOptionPanel::SetFilenames(), CSearchResultSet::SetFilteredQueryRegions(), CChainer::CChainerImpl::SetFlagsForChains(), CSeqTextFontList::SetFontSize(), CFileAutoLoader::SetFormatManager(), CFileLoadOptionPanel::SetFormats(), CRNAPanel::SetGBQualPanel(), CtRNASubPanel::SetGBQualPanel(), CChainer::CChainerImpl::SetGenomicRange(), CClassTypeInfo::SetGlobalHook(), CChoiceTypeInfo::SetGlobalHook(), CSplitter::SetHeights(), CGeneModel::SetIdent(), CIgBlastTabularInfo::SetIgAnnotation(), CMultiAligner::SetInputMSAs(), CSearch< LEGACY, NHITS >::SetIons(), pythonpp::CSequnceHelper< T >::SetItem(), CSelListModelImpl< Item >::SetItems(), CGrowableListCtrl::SetItems(), CwxScoreDlg::SetItems(), CSearch< LEGACY, NHITS >::SetLadderCalc(), CBamIndex::SetLengthFromHeader(), CPdfObject::SetLineDashStyle(), CDataSource::SetLoginTimeout(), CMacroParamsPanel::SetMacro(), CDesktopCanvas::SetMainItem(), CFileLoadPanel::SetManager(), COpenObjectsPanel::SetManagers(), COpenDlg::SetManagers(), CWriteDB_Impl::SetMaskedLetters(), CBlastQueryVector::SetMaskedRegions(), CSearch< LEGACY, NHITS >::SetMassAndMask(), CTimeMRUList< T >::SetMaxSize(), CFileLoadWizard::SetNextPage(), COrgName::SetNomenclature(), CTextTableModel::SetNumRows(), CStatement::SetParam(), CBuildOptionsDlg::SetParams(), CDB_Exception::SetParams(), CAlnPropertiesDlg::SetParams(), CAutodefOrgPanel::SetParams(), CFileLoadWizard::SetParentWindow(), CNWAligner::SetPattern(), variation::CVariationUtil::SetPlacementProperties(), CGlCurve< Curve >::SetPoint(), CGlTube< Curve >::SetPoint(), CCurveBezier::SetPoint(), CCurveCubic::SetPoint(), CChoicePointerTypeInfo::SetPointerType(), CMacroEditor::SetPositionAndSize(), CMacroFlowEditor::SetPositionAndSize(), CFileLoadWizard::SetPrevPage(), CIdDeMux< TBV, TBVFact >::SetProjection(), CTaxon2_data::SetProperty(), CMultiAligner::SetQueries(), CPhyTreeCalc::SetQuery(), CSegmentSmearGlyph::CSegMap::SetRange(), COpenDlg::SetRegistryPath(), COpenViewDlg::SetRegistryPath(), CRunToolDlg::SetRegistryPath(), CFileLoadManager::SetRegistryPath(), CFileLoadWizard::SetRegistryPath(), CSRSearch_Impl< index_t >::setResults4Idx(), CNetBlastLoadingJob::SetRIDs(), CRNAFieldNamePanel::SetRnaType(), CDualRNAFieldNamePanel::SetRnaType(), CAlnMultiModel::SetRowOrder(), CPSSMAligner::SetScoreMatrix(), CRandom::SetSeed(), CGridWidget::SetSelectAll(), CGridWidget::SetSelection(), TaxTreeData::setSelections(), CPhyloSaveSelectiondlg::SetSelections(), CPhyloSelectionSetMgr::SetSelectionSetProperty(), CIntronParameters::SetSeqLen(), CPSSMAligner::SetSequences(), CQualPanel< T1 >::SetShowLegalOnly(), pythonpp::CList::SetSlice(), CGeneModel::SetSplices(), CStatusBar::SetStatusWidths(), CMacroAddConstraint::SetStringSelection(), CTableDataSeq_table::SetStringValue(), CRBSubpanel::SetSubsets(), CBlobStoreBase::SetTableDescr(), COrg_ref::SetTaxId(), SetTest(), MultiTextDialog::SetToInitialText(), CValidError_imp::Setup(), setup(), CPssmInputTestData::SetupDuplicateHit(), NuclWordFinderTextFixture::setupExtendWord(), StructureWindow::SetupFavoritesMenu(), IBISAnnotateDialog::SetupGUIControls(), CPssmInputTestData::SetupHenikoffsPositionBasedSequenceWeights(), CRedoAlignmentTestFixture::setUpHSPList(), CPssmInputTestData::SetupMsaHasUnalignedRegion(), CPssmInputTestData::SetupNearIdenticalHits(), python::CCursor::SetupParameters(), SetupQueries_OMF(), CPssmInputTestData::SetupQueryAlignedWithInternalGaps(), SetupQueryInfo_OMF(), setupQueryInfoForOffsetTranslation(), CPssmInputTestData::SetupSelfHit(), SetupSubjects_OMF(), CMultipleAssemblyProgramPanel::SetValue(), CInferencePanel::SetValue(), CRptTypePanel::SetValue(), DynProgProb::setValueBegin(), DynProgProbLim::setValueBegin(), CwxGridTableAdapter::SetView(), CMergeVolumes::SetVolumes(), CSplitter::SetWidths(), CBoyerMooreMatcher::SetWordDelimiters(), CFileLoadWizard::SetWorkDir(), sFindBrackets(), sGenerateFields(), sgoi(), ShiftRotateTest(), BlockMultipleAlignment::ShiftRow(), ShortAndEscapedString(), CBioSource::ShouldIgnoreConflict(), CAttribTableDelimitersPanel::Show(), CTableDelimitersPanel::Show(), ShowHideDomain::Show(), BlockMultipleAlignment::ShowGeometryViolations(), AlignmentManager::ShowHideCallbackFunction(), ShowHideManager::ShowHideCallbackFunction(), ShowHideDialog::ShowHideDialog(), StructureSet::ShowRejects(), CBarcodeTool::ShowReport(), SequenceViewerWidget_TitleArea::ShowTitles(), AMatrix_base::Shrink(), CViewManagerService::ShutDownService(), bm::similarity_descriptor< SO, DMD_SZ, IDX_VALUE, SValue, SFunc >::similarity_descriptor(), CCacheDemoApp::SimpleCacheDemo(), SimpleGapFillSets(), SimpleRandomFillTest(), tree< T, tree_node_allocator >::size(), CArrayString< PREFIX >::Size(), CRangeMapBase< CRangeMultimapTraits< int, Mapped > >::size(), CGlBitmapFont::SizeFromInt(), CQueryParserEnv::Skip(), CDemoHook::SkipChoiceVariant(), CDemoHook::SkipClassMember(), TestFixture::SkipMaskedRangesCore(), SkipMixedContent(), CAgpErrEx::SkipMsg(), CBlastDbBlob::SkipPadBytes(), CObjectIStreamAsn::SkipSNumber(), CObjectIStreamXml::SkipSNumber(), CObjectIStreamAsn::SkipString(), CObjectIStreamAsn::SkipUNumber(), CObjectIStreamXml::SkipUNumber(), SkipWeasel(), bm::rsc_sparse_vector< Val, SV >::slice(), bm::base_sparse_vector< Val, BV, 1 >::slice(), CSelListModelImpl< Item >::SLM_GetSelectedIndices(), CSelListModelImpl< Item >::SLM_GetSelectedItems(), CSelListModelImpl< Item >::SLM_SelectAll(), CSelListModelImpl< Item >::SLM_SelectItems(), CSelListModelImpl< Item >::SLM_SelectSingleItem(), CSelListModelImpl< Item >::SLM_SelectTo(), slo0(), SLoadTokens::SLoadTokens(), slor(), slou(), AMatrix_base::SlowCopy(), CFeatureGenerator::SImplementation::SMapper::SMapper(), SMatrix::SMatrix(), SmithWatermanScoreWithTraceback(), smp_add(), smp_from_int(), smp_is_zero(), smp_not(), smp_to_double(), SNCChunkMaps::SNCChunkMaps(), SOCK_Poll(), SOCK_ReadLine(), SOCK_StringToHostPortEx(), SolveReNewtonSystem(), xml::node::sort(), xml::node::sort_fo(), bm::aggregator< BV >::sort_input_blocks_and(), bm::aggregator< BV >::sort_input_blocks_or(), CAlnMultiModel::SortByColumn(), CwxGridTableAdapter::SortByColumn(), UpdateViewer::SortByPSSM(), SortHitByTopHspScores(), UpdateViewer::SortUpdates(), SourceFeatStructFillIn(), sp_who(), bm::sparse_vector_find_first_mismatch(), bm::sparse_vector_find_mismatch(), SparseSerializationTest(), CPoolOfThreads_ForServer::Spawn(), CPoolOfThreads< TRequest >::Spawn(), spci(), spea(), special_select(), SpecificHostCleanupCommand(), spel(), SpFeatKeyNameValid(), spinit(), CBlobSplitterImpl::Split(), CSplitter::Split(), CCustomTree::Split(), Split_Qscore_SeqGraph_By_DeltaSeq(), CBlobSplitterImpl::SplitBioseq(), CTableImportDataSource::SplitColumn(), CBlobSplitterImpl::SplitPieces(), SplitQueryBlkFree(), SplitQueryBlkNew(), SplitString(), AlignmentDisplay::SplitUnaligned(), spni(), sPrepareSeqAlign(), CWGSDb_Impl::SProtAccInfo::SProtAccInfo(), SprotAscii(), SprotIndex(), SPSG_IoCoordinator::SPSG_IoCoordinator(), sql_cmd(), SQLDisconnect(), SQLGetFunctions(), SrchCdRegion(), SrchKeyword(), sReadAA_M(), bm::sse2_bit_block_xor(), bm::sse2_gap_sum_arr(), bm::sse42_bit_block_xor(), bm::sse42_shift_r1_and(), SSeqTableContent::SSeqTableContent(), ssl_bitmask_check(), ssl_build_record_nonce(), ssl_parse_client_hello(), ssl_parse_encrypted_pms(), ssl_parse_server_hello(), ssl_prepare_record_content(), ssl_ticket_select_key(), ssl_write_client_hello(), CAlnStatGlyph::SStatStruct::SStatStruct(), CTcpWorkersList::Start(), bm::thread_pool< QValue, Lock >::start(), start_query(), CTestThread::StartCascadingThreads(), CSchedulerEngine::StartJob(), CPrimeNumberClient::StartJobs(), CNetBLASTUIDataSource::StartRetrievingTask(), CSeqScores::StartScore(), CConnTest::StatefulOkay(), CSeqTextPane::STG_SetSubtypesForFeature(), CTextSelHandler::STGH_GetMouseOverFeatureSubtypes(), CTextSelHandler::STGH_GetSelectedFeatureSubtypes(), SThreadLocalDataArrayConsolidateResults(), SThreadLocalDataArrayFree(), SThreadLocalDataArrayNew(), SThreadLocalDataArraySetup(), SThreadLocalDataArrayTrim(), CFeatureGenerator::SImplementation::StitchSmallHoles(), CSeqScores::StopScore(), CHMMParameters::SDetails::StoreParam(), mu::ParserByteCode::StorePtr(), CCompressionUtil::StoreUI4(), SBDB_BvStore_Id< TBV >::StoreVectorList(), str_icmp(), StressTest(), StressTestAggregatorAND(), StressTestAggregatorAND_SUB(), StressTestAggregatorOR(), StressTestAggregatorShiftAND(), StressTestStrSparseVector(), string_to_datetime(), string_to_numeric(), StringFrom2na(), StringFrom4na(), StringFromStdaa(), StringMatchIcase(), StringRStr(), StringToAscii(), CEnumParser< TEnum, TParam >::StringToEnum(), CDirEntry::StringToMode(), NStr::StringToNonNegativeInt(), CSeqUtils::StringToRange(), StringToVector(), StripECO(), CHTMLHelper::StripSpecialChars(), CSymResolver::StripSuffix(), rapidjson::internal::StrtodDiyFp(), StrToLower(), StructureObject::StructureObject(), SU_PSSMInput::SU_PSSMInput(), bm::rs_index< BVAlloc >::sub_count(), CMarkovChain< order >::SubChain(), CMarkovChain< 0 >::SubChain(), SubjectIndexFree(), SubjectIndexNew(), GroupUpdater::submitBlast(), CNetScheduleSubmitter::SubmitJobBatch(), SubOperationsTest(), substituteChar(), CCgiEntry::substr(), mu::Parser::Sum(), mu::ParserInt::Sum(), mu::Test::ParserTester::Sum(), bm::svector_check(), bm::blocks_manager< Alloc >::swap(), bm::bvmini< N >::swap(), bm::basic_bmatrix< BV >::swap_columns(), swap_numeric_endian(), CColorPanel::SwapColors(), CNcbiMatrix< T >::SwapRows(), CDense_seg::SwapRows(), SeqSwapper::swapSequences(), SwapTest(), sx_AllDigits(), sx_Find_4na_Ambiguity(), sx_FindFirstNonZeroBit(), sx_FindNextNonZeroBit(), CSeqVectorTypes::sx_GetConvertTable(), sx_HasNonZero(), sx_IsNA(), sx_NewStringToNonNegativeInt(), CCompartmentFinder< THit >::sx_XFilter(), CBDB_BlobSplitStore< TBV, TObjDeMux, TL >::Sync(), CPhyloNodeData::Sync(), bm::xor_scanner< BV >::sync_nb_vect(), CTreeGraphicsModel::SyncBuffers(), CTableImportListCtrl::SynchDataSourceColumnWidths(), CAttribStringsMenuItem::SynchToUserValue(), CEditingBtnsPanel::TableReader(), CSequenceEditingEventHandler::TableReader(), CSequenceEditingEventHandler::TableReaderClipboard(), CEditingBtnsPanel::TableReaderFromClipboard(), tata_save(), CPriorityTaxNodes::TaxIdsToCddOrgRefSet(), CSeqDBImpl::TaxIdsToOids(), CSeqDBLMDBSet::TaxIdsToOids(), TaxonomyLookupCommand(), tdefl_flush_block(), tdefl_huffman_enforce_max_code_size(), tdefl_optimize_huffman_table(), tdefl_radix_sort_syms(), tdefl_start_dynamic_block(), tdefl_start_static_block(), tdefl_write_image_to_png_file_in_memory_ex(), tds4_send_emulated_rpc(), tds5_bcp_add_fixed_columns(), tds5_bcp_add_variable_columns(), tds5_fix_dot_query(), tds5_put_params(), tds5_read_bulk_defaults(), tds5_send_record(), tds71_do_login(), tds71_read_table_names(), tds71_submit_prepexec(), tds7_bcp_send_colmetadata(), tds7_build_param_def_from_params(), tds7_build_param_def_from_query(), tds7_crypt_pass(), tds7_get_instance_ports(), tds7_put_query_params(), tds7_send_execute(), tds7_send_record(), tds7_write_param_def_from_params(), tds7_write_param_def_from_query(), tds_alloc_row(), tds_answer_challenge(), tds_bcp_add_fixed_columns(), tds_bcp_add_variable_columns(), tds_bcp_init(), tds_bcp_send_record(), tds_bcp_start_copy_in(), tds_bcp_start_insert_stmt(), tds_char2hex(), tds_connect(), tds_convert_char(), tds_convert_numeric(), tds_cursor_open(), tds_datecrack(), tds_deinit_bcpinfo(), tds_des_set_key(), tds_des_set_odd_parity(), tds_find(), tds_free_compute_results(), tds_free_results(), tds_get_dynid(), tds_getmac(), tds_iconv_alloc(), tds_iconv_close(), tds_iconv_free(), tds_iconv_get_info(), tds_iconv_init(), tds_msdatetime_get(), tds_mstabletype_put(), tds_numeric_change_prec_scale(), tds_numeric_to_string(), tds_open_socket(), tds_packet_check_overflow(), tds_process_compute(), tds_process_compute_result(), tds_process_nbcrow(), tds_process_params_result_token(), tds_process_row(), tds_process_tabname(), tds_put_int(), tds_put_int8(), tds_put_param_as_string(), tds_put_params(), tds_quote_and_put(), tds_quote_id(), tds_random_buffer(), tds_read_conf_section(), tds_row_free(), tds_send_emulated_execute(), tds_send_emulated_rpc(), tds_set_iconv_name(), tds_set_server(), tds_submit_execdirect(), tds_submit_query_params(), tds_submit_rpc(), tds_sys_iconv_open(), tds_vstrbuild(), tdsdump_do_dump_buf(), test(), Test(), test0(), Test0(), test_file(), bm::aggregator< BV >::test_gap_blocks_and(), bm::aggregator< BV >::test_gap_blocks_sub(), test_row(), CThreadedApp::TestApp_GlobalSyncPoint(), TestArraysAndBuffers(), TestBlockAND(), TestBlockCountChange(), TestBlockCountXORChange(), TestBlockDigest(), TestBlockLast(), TestBlockOR(), TestBlockSUB(), TestBlockToGAP(), TestBlockZero(), TestCompressedCollection(), TestCompressedSparseVectorAlgo(), TestCompressedSparseVectorScan(), TestCompressedSparseVectorScanGT(), TestCompressSparseGather(), TestCompressSparseSignedVector(), TestCompressSparseVector(), TestCompressSparseVectorSerial(), TestEqualSparseVectors(), TestFindBlockDiff(), TestFindFirst(), CFormatGuess::TestFormatBinaryAsn(), CFormatGuess::TestFormatDistanceMatrix(), CFormatGuess::TestFormatFlatFileEna(), CFormatGuess::TestFormatFlatFileUniProt(), CFormatGuess::TestFormatNewick(), CFormatGuess::TestFormatXml(), CTreeCollisionModel2D::TestForNode(), TestHasZeroByte(), TestHeapVector(), CTableViewFactory::TestInputObjects(), CProjectTableViewFactory::TestInputObjects(), CAlignSpanViewFactory::TestInputObjects(), CAlnSummaryViewFactory::TestInputObjects(), CAnnotCompareViewFactory::TestInputObjects(), CCrossAlignViewFactory::TestInputObjects(), CDotMatrixViewFactory::TestInputObjects(), CMPCrossAlignViewFactory::TestInputObjects(), CPhyTreeViewFactory::TestInputObjects(), CSeqTextViewFactory::TestInputObjects(), CVcfTableViewFactory::TestInputObjects(), CFeatTableViewFactory::TestInputObjects(), CViewGraphicFactory::TestInputObjects(), CSequinDesktopViewFactory::TestInputObjects(), CTextViewFactory::TestInputObjects(), TestMapping_ThroughAlignments(), TestMTWriter(), TestNibbleArr(), TestRandomSubset(), TestRankCompress(), TestSignedSparseSort(), TestSignedSparseVector(), TestSignedSparseVectorScan(), TestSignedSparseVectorScanGT(), TestSignedSparseVectorSerial(), TestSIMDUtils(), TestSparseFindEqStrPipeline(), TestSparseSort(), TestSparseVector(), TestSparseVector_Stress(), TestSparseVector_XOR_Scanner(), TestSparseVectorFilter(), TestSparseVectorGatherDecode(), TestSparseVectorInserter(), TestSparseVectorRange(), TestSparseVectorScan(), TestSparseVectorSerial(), TestSparseVectorSerialization2(), TestSQueue(), testStream(), TestStrSparseSort(), TestStrSparseVector(), TestStrSparseVector_FindEq(), TestStrSparseVectorSerial(), TestWindowForNonAsciiText(), CEUtilsGeneric::text(), CPdfObject::Text(), CMacroFunction_SetStringQual::TheFunction(), CMacroFunction_SetRelFeatQual::TheFunction(), CMacroFunction_AddorSetContElement::TheFunction(), CMacroFunction_FixFormat::TheFunction(), CLorentz::Through(), tinfl_decompress(), CSeqDBImpl::TiToOid(), tls1_prf(), tls_prf_generic(), bm::tmatrix_distance(), bm::tmatrix_reduce(), bm::tmatrix_restore(), TMultiSourceFileSet< _enum, _options... >::TMultiSourceFileSet(), to_sqlwchar(), CCigar::ToAlign(), CMacroPanelLoader::ToArrayString(), ToArrayString(), CDataTypeModule::ToAsnName(), CLessTypeInfo::ToBool(), CNWFormatter::SSegment::ToBuffer(), Messenger::ToggleHighlights(), CReadUtil::Tokenize(), TokenizeCmdLine(), toLower(), CMsvcSite::ToOSPath(), BlockModel::toSeqAlign(), CClipboard::ToString(), BlockModel::toString(), CCassQueryList::ToString(), DeBruijn::LargeInt< precision >::toString(), LargeInt< 1 >::toString(), CDUpdateStats::toString(), CCassQuery::ToString(), CNamespace::ToStringTo(), SBaseStat::total(), TotalRawScore(), TotalScore(), toUpper(), CDockLayoutTree::CNode::ToUserObject(), CIndexedDb_New::TraceNames(), CIndexedDb_New::TraceVolumes(), CDoiLookup::Transcode(), CGeneModel::TranscriptExon(), CLiteAlign::TranscriptSeq(), CFilterDialog::TransferDataFromWindow(), CwxScoreDlg::TransferDataFromWindow(), CFeatureCreateDialog::TransferDataFromWindow(), CAlignTabExportPage2::TransferDataFromWindow(), CBondPanel::TransferDataFromWindow(), CCitationsPanel::TransferDataFromWindow(), CPCRPrimerEntry::TransferDataFromWindow(), CRNAPanel::TransferDataFromWindow(), CSitePanel::TransferDataFromWindow(), CtRNASubPanel::TransferDataFromWindow(), CWinMaskFilesDlg::TransferDataFromWindow(), COrganismInfoPanel::TransferDataToWindow(), CSubValidateDiscPanel::TransferDataToWindow(), CSubmissionWizard::TransferDataToWindow(), CGenomeInfoPanel::TransferDataToWindow(), CPublicationTypePanel::TransferDataToWindow(), CReferencePanel::TransferDataToWindow(), CSubMolinfoPanel::TransferDataToWindow(), CSingleAuthorPanel::TransferDataToWindow(), CSubmitterPanel::TransferDataToWindow(), CAlignTabExportPage2::TransferDataToWindow(), CCitationsPanel::TransferDataToWindow(), CRNAPanel::TransferDataToWindow(), CStructuredCommentPanel::TransferDataToWindow(), CtRNASubPanel::TransferDataToWindow(), CSerialStringListValidator::TransferFromWindow(), MultipleAlignment::transferToCD(), CSerialStringListValidator::TransferToWindow(), CutShortPartialExons::transform_align(), ProjectCDS::transform_align(), CSeqTranslator::Translate(), bm::sparse_vector< unsigned, bm::bvector<> >::translate_address(), CPaintSequence::TranslateCDS(), TranslateContacts(), CProteinAlignText::TranslateDNA(), CScoringJob::TranslateNAToAA(), CAlnVec::TranslateNAToAA(), CSparseAln::TranslateNAToAA(), CPaintSequence::TranslateOnTheFly(), CSeqTranslator::TranslateToProtein(), CNcbiMatrix< T >::Transpose(), CChainer::CChainerImpl::TrimAlignmentsIncludedInDifferentGenes(), CGeneModel::TrimEdgesToFrameInOtherAlignGaps(), CDense_seg::TrimEndGaps(), CSplignTrim::TrimHolesToCodons(), CPCRPrimerSeq::TrimJunk(), CUnculTaxTool::TrimSuggestions(), CLabel::TruncateLabel(), COffsetList::TruncateList(), CUnculTaxTool::TryRankFix(), ttb0(), ttbi(), DTDParser::TypesBlock(), bm::sparse_vector< Val, BV >::u2s_translate(), rapidjson::internal::u32toa(), rapidjson::internal::u64toa(), rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::Uint(), rapidjson::GenericDocument< Encoding, Allocator, StackAllocator >::Uint64(), uInt64_isZero(), uInt64_qrm10(), uInt64_to_double(), uInt64_toAscii(), Uint8ToBytes(), Uint8ToString_DataSize(), CdPssmInput::unalignLeadingTrailingGaps(), uncompress(), uncompressStream(), CObjectIStreamAsn::UnexpectedMember(), CObjectIStreamJson::UnexpectedMember(), CObjectIStreamXml::UnexpectedMember(), CObjectIStreamAsnBinary::UnexpectedMember(), unfinished_query_test(), dtl::Diff< elem, vector< elem >, Compare< elem > >::uniPatch(), UnitTest_FLATFILE_FIND(), CProjectTask::UnLoadProjects(), CBDB_BufferManager::Unpack(), ChemicalGraph::UnpackDomainFeatures(), PSSMWrapper::UnpackMatrix(), CNcbiEnvironment::Unset(), UnwrapAccessionRange(), DynProgProb::update(), DynProgProbLim::update(), CDUpdater::update(), CNWFormatter::SSegment::Update(), CAlignRowGraphCont::Update(), CRCache::update(), PT::CRoot::UpdateAllViews(), CPCRPrimersPanel::UpdateBioSourcePrimers(), SequenceDisplay::UpdateBlockBoundaryRow(), BlockMultipleAlignment::UpdateBlockMap(), BlockMultipleAlignment::UpdateBlockMapAndColors(), CTableImportListCtrl::UpdateColumnImages(), CSeqTableGridPanel::UpdateColumnLabelHeight(), CTableImportListCtrl::UpdateColumnNames(), CTableImportListCtrl::UpdateColumnWidths(), CSearchFormBase::UpdateContextCombo(), CSearchFormBase::UpdateContexts(), CMacroFlowEditor::UpdateCounter(), CScriptPanel::UpdateCounter(), CPaintSequence::UpdateData(), CColorPanel::UpdateData(), UpdateDensegAlignment(), UpdateFeaturesForGaps(), CCharHistogram::UpdateHistogram(), CCharHistogram::UpdateHistogramWithDelim(), CRemoveSequencesDlg::UpdateList(), CRBSubpanel::UpdateList(), CScriptPanel::UpdateMacroSources(), CwxMarkerInfoPanel::UpdateMarker(), CDiagContext::UpdatePID(), CCompositeTextItem::UpdatePositions(), CExpandItem::UpdatePositions(), CNCBlobAccessor::UpdatePurgeData(), UpdateRawBioSource(), CCollapsibleGrid::UpdateRowBottoms(), CPhyloSaveSelectiondlg::UpdateSelections(), SeqTree::updateSeqCounts(), CSubmissionPrepMainPanel::UpdateSeqTechCtrls(), CRCache::updateSIdMap(), CCdFromFasta::UpdateSourceId(), CEventViewModel::UpdateTable(), CStickyTooltipHandler::UpdateTips(), CSubPrepFieldEditor::UpdateValues(), CTreeCollisionModel2D::UpdateVisibility(), SPhyloCSFCompactScore::UpperBound(), CRawSeqToDeltaSeqByLoc::UseAlignCoords(), USING_SCOPE(), UTIL_Adler32_Update(), UTIL_CRC32_Update(), UTIL_GenerateHMAC(), UTIL_NcbiLocalHostName(), uv_export_close(), uv_export_start(), uv_export_wait(), valid_pages_range(), CAlignRangeCollection< CAlignRange< TSeqPos > >::Validate(), CAlignRangeCollectionList< CAlignRange< TSignedSeqPos > >::Validate(), CAssemblyGapValidator::Validate(), CDockLayoutTree::Validate(), CValidError_imp::Validate(), CMSSearchSettings::Validate(), CGumbelParamsOptions::Validate(), bm::blocks_manager< Alloc >::validate_top_full(), bm::blocks_manager< Alloc >::validate_top_zero(), CFarPointerSeq::ValidateAlignment(), CCreateSeqHistForTpa::ValidateAlignments(), CValidError_bioseq::ValidateBioseqContext(), CValidError_desc::ValidateDblink(), CProjectFormatLoadManager::ValidateFilenames(), CValidError_feat::ValidateInference(), CTabDelimitedValidator::ValidateInput(), CValidError_imp::ValidateOrgRefs(), CValidError_bioseq::ValidateSeqGap(), CValidError_bioseq::ValidateSeqId(), CValidError_bioseq::ValidateSeqIds(), CValidError_bioseq::ValidateSeqParts(), CValidError_imp::ValidateSourceQualTags(), CValidError_imp::ValidateSpecificHost(), CValidError_imp::ValidateStrain(), CEnumeratedTypeValues::ValueToName(), CMultAlign::Variations(), VariBandAlign(), bm::vect_bit_transpose(), bm::vect_bit_trestore(), VectorRemoveElements(), CGridCgiSampleApplication::VectorToString(), verify(), VerifyAlignmentData(), VerifyCountRange(), SMakeProjectT::VerifyLibDepends(), CEditScript::VerifyScript(), CAlnVwrApp::View7(), CAlnVwrApp::View9(), VisitorAllRangeTest(), bm::thread_pool_executor< TPool >::wait_for_batch_done(), WeDontNeedToJoinThis(), CCountries::WholeCountryFix(), WordCmpTest(), CVdbFastaExtractor::Write(), write_gi(), CSeqMaskerOstatOptBin::write_out(), CSeqMaskerOstatOptAscii::write_out(), CSeqMaskerOstat::WriteBinMetaData(), CObjectOStreamAsn::WriteBitString(), CObjectOStreamAsnBinary::WriteBitString(), CObjectOStreamJson::WriteBitString(), CObjectOStreamXml::WriteBitString(), WriteBlastSeqidlistFile(), CNCBlobStorage::WriteBlobInfo(), rapidjson::internal::Hasher< Encoding, Allocator >::WriteBuffer(), CObjectOStreamAsnBinary::WriteChars(), CNCBlobStorage::WriteChunkData(), CObjectOStream::WriteClass(), CWriteSeqSetHook::WriteClassMember(), CObjectOStreamAsnBinary::WriteClassTag(), CClassCode::WriteConstructionCode(), CObjectOStream::WriteContainer(), CObjectOStreamXml::WriteContainerContents(), CObjectOStreamAsnBinary::WriteCString(), WriteDB_Ncbi4naToBinary(), CClassCode::WriteDestructionCode(), CMsvcConfigure::WriteExtraDefines(), CTabularFormatter::WriteHeader(), CCgiResponse::WriteHeader(), CImageIORaw::WriteImage(), rapidjson::Writer< OutputStream, UTF8<>, UTF8<>, CrtAllocator, kWriteDefaultFlags >::WriteInt(), CSoapWriteHook::WriteObject(), CBlastDbBlob::WritePadBytes(), rapidjson::Writer< OutputStream, UTF8<>, UTF8<>, CrtAllocator, kWriteDefaultFlags >::WriteRawValue(), CFileCode::WriteSourceFile(), CFileCode::WriteSpecRefs(), CObjectOStreamAsnBinary::WriteString(), CObjectOStreamXml::WriteStringStore(), CFileCode::WriteUserFile(), CTableImportListCtrl::WriteWidths(), x509_check_wildcard(), x509_crt_merge_flags_with_cb(), x509_crt_verify_chain_reset(), x509_get_key_usage(), x509_info_subject_alt_name(), x509_memcasecmp(), variation_ref::CHgvsParser::x_abs_pos(), variation::CHgvsParser::x_abs_pos(), CObjectIndex::x_Add(), CIdMapperGCAssembly::x_AddAliasMappings(), CPCRPrimersPanel::x_AddAllRows(), CWGSDb_Impl::SAmbiguityInfo::x_AddAmbiguities(), SBamRangeBlock::x_AddDataSize(), CBioseq_Base_Info::x_AddExistingUserObjectTypes(), CDllResolver::x_AddExtraDllPath(), CFeat_CI::x_AddFeaturesWithId(), CFeatureTrack::x_AddHistogram(), CPageList::x_AddImageString(), CPageList::x_AddInactiveImageString(), CItemSelectionPanel::x_AddItem(), CGBDocument::x_AddItems(), CTableXformPanel::x_AddLocations(), CSourceModParser::x_AddPCRPrimers(), CCpGIslands::x_AddPosition(), CFeatureItem::x_AddQualsGene(), CBuildDatabase::x_AddRemoteSequences(), CMultiAligner::x_AddRpsFreqsToCluster(), CNcbiEncrypt::x_AddSalt(), CSatelliteColumn::x_AddSatellitePrefix(), CSatelliteColumn::x_AddSatelliteType(), CSeqDictionaryBuilder< Alphabet >::x_AddSequence(), CNCStat::x_AddStats(), CWriteDB_IsamIndex::x_AddStringData(), CTaskViewModel::x_AddTasks(), CDisplaySeqalign::x_AddTranslationForLocalSeq(), CSixFramesTransTrack::x_AddTranslations(), CHugeFileDemoApp::x_AddUserObjects(), CEditObjectSeq_feat::x_AdjustGene(), CEditObjectSeq_feat::x_AdjustLocation(), CSeqDBLMDBEntry::x_AdjustOidsOffset(), CSeqDBLMDBEntry::x_AdjustOidsOffset_TaxList(), CBandAligner::x_Align(), CSplicedAligner16::x_Align(), CSplicedAligner32::x_Align(), CMultiAligner::x_AlignClusterQueries(), CMultiAligner::x_AlignFillerBlocks(), CMultiAligner::x_AlignInClusters(), CMultiAligner::x_AlignMSAs(), CPSSMAligner::x_AlignProfile(), CMultiAligner::x_AlignProfileProfile(), CMultiAligner::x_AlignProfileProfileUsingHit(), CPSSMAligner::x_AlignPSSM(), COligoSpecificityCheck::x_AnalyzeLeftAndRightPrimer(), COligoSpecificityCheck::x_AnalyzeOnePrimer(), COligoSpecificityCheck::x_AnalyzePrimerSpecificity(), CIgBlast::x_AnnotateDomain(), CMacroInterpreter::x_ApplyFeatureValidateArgs(), CSourceModParser::x_ApplyMods(), CSeqDBOIDList::x_ApplyNegativeList(), CPhyloTreePS::x_ApplyNeighborCellForces(), CPhyloTreePS::x_ApplyRepulsiveForces(), CPhyloTreePS::x_ApplyRepulsiveForcesHashed(), CSrcTablePrimerColumn::x_ApplyStringToPrimerSet(), CSplitPrimerSets::x_ApplyToBioSource(), x_AreAllBasesMasked(), x_Assign(), CMultiAligner::x_AssignDefaultResFreqs(), CAlnReader::x_AssignDensegIds(), CFeatTree::x_AssignGenesByOverlap(), CTL_CursorCmd::x_AssignParams(), CODBC_BCPInCmd::x_AssignParams(), CTL_LangCmd::x_AssignParams(), CTL_RPCCmd::x_AssignParams(), CTL_CursorCmdExpl::x_AssignParams(), CTL_BCPInCmd::x_AssignParams(), CFeatTree::x_AssignParentsByOverlap(), CMultiAligner::x_AssignRPSResFreqs(), CId2ReaderBase::x_AssignSerialNumbers(), CTimeSpan::x_AsSmartString_Precision(), CMacroInterpreter::x_AutodefCompleteValidateArgs(), CMacroInterpreter::x_AutodefValidateArgs(), CBlastQuerySourceOM::x_AutoDetectGeneticCodes(), CFileLoadManager::x_AutoGuessFormat(), CNetBLASTUIDataSource::x_AutoStartMonitoring(), CMatrixScoringMethod::x_BaseToIndex(), x_BlockTEA_Decode(), CSequenceTextGraph::x_BoxCharacters(), CSparseAln::x_Build(), CMultiAligner::x_BuildAlignment(), CMultiAligner::x_BuildAlignmentIterative(), CMultiAligner::x_BuildFullTree(), CVecscreen::x_BuildHtmlBar(), CBlastKmerBuildIndex::x_BuildIndex(), CVecscreen::x_BuildNonOverlappingRange(), CBlastPrelimSearch::x_BuildStdSegList(), CBlobCacher::x_CacheMapRecs(), CPhyTreeCalc::x_CalcAlnSegInfo(), CPhyTreeCalc::x_CalcDistMatrix(), CPhyTreeCalc::x_CalcDivergenceMatrix(), CRunToolDlg::x_CalcMinPanelSize(), CDenMapRunIterator< CntType >::x_CalcRunLength(), CWGSDb_Impl::SAmbiguityInfo::x_Calculate4na(), CWGSDb_Impl::SAmbiguityInfo::x_CalculateAmbiguityMask(), CColumnScoringMethod::x_CalculateConsensusScores(), CHitMatrixDataSource::x_CalculateHitsRange(), CMapControl::x_CalculateLayout(), CColumnScoringMethod::x_CalculateNonConsensusScores(), CValidError_bioseq::x_CalculateNsStretchAndTotal(), CSeqTextPane::x_CalculateOffsetList(), CMapItem::x_CalculateRealTextWidth(), CCpGIslands::x_CalcWindowStats(), CHitMatrixDataSource::x_CanCreateRowBased(), CModifySeqId::x_ChangeId(), CMacroFunction_RemoveOutside::x_CheckArguments(), CMakeProfileDBApp::x_CheckDelta(), CDiagFilter::x_CheckErrCode(), CDiagFilter::x_CheckFile(), CAliasTest::x_CheckFile(), CFileLoadWizard::x_CheckFormatConflict(), CFileLoadManager::x_CheckFormatConflict(), CDiagFilter::x_CheckLocation(), CNWAligner::x_CheckMemoryLimit(), CBandAligner::x_CheckMemoryLimit(), CCgiUserAgent::x_CheckPattern(), CBulkInsertImpl::x_CheckWriteStarted(), CSourceFieldNamePanel::x_ChooseTextQualifier(), CRuler::x_ChooseTickSpace(), CAlignCleanup::x_Cleanup_AlignVec(), CAlignCleanup::x_Cleanup_AnchoredAln(), CSplitter::x_Clear(), CAlnMultiModel::x_ClearItems(), CNCStat::x_ClearStats(), CSubPrep_panel::x_ClearWizardSpecificData(), CUIDataSourceService::x_CloseDataSources(), CSplitQueryTestFixture::x_CmpSequenceData(), CSoapFault::x_CodeToFaultcodeEnum(), CSeqTableGridPanel::x_CollapseTableByColumn(), CNCMMStats::x_CollectAllTo(), CPublicationTypePanel::x_CollectAuthors(), CPublicationTypePanel::x_CollectDetails(), CWriteDB_LMDB::x_CommitTransaction(), CWriteDB_TaxID::x_CommitTransaction(), CEditFeatLocTreeItemData::x_CommonEditFeatFunc(), CEditFeatLocTreeItemData::x_CommonEditFeatLocVars(), CRegexpTemplateTester::x_CompareLines(), CSequenceDataTester::x_CompareSequenceData(), CGridWidget::x_CompleteQuery(), CMultiAligner::x_ComputeClusterTrees(), CSeqDBOIDList::x_ComputeFilters(), CIgBlastTabularInfo::x_ComputeIgDomain(), CBDB_BufferManager::x_ComputePackOpt(), CMultiAligner::x_ComputeProfileRangeAlignment(), CQuerySplitter::x_ComputeQueryContextsForChunks(), CQuerySplitter::x_ComputeQueryIndicesForChunks(), CBDB_ExtBlobMap::x_ComputeSerializationSize(), CMultiAligner::x_ComputeTree(), CPhyTreeCalc::x_ComputeTree(), CBoundaryShapeTri::x_ComputeTriParms(), CPubseqReader::x_ConnectAtSlot(), CPubseq2Reader::x_ConnectAtSlot(), CMaskWriterBlastDbMaskInfo::x_ConsolidateListOfMasks(), variation_ref::CHgvsParser::x_conversion(), variation::CHgvsParser::x_conversion(), CSeqConvert_imp::x_Convert2naExpandTo2na(), CSeqConvert_imp::x_Convert2naExpandTo4na(), CSeqConvert_imp::x_Convert2naTo4na(), CSeqConvert_imp::x_Convert4naTo2na(), CSeqConvert_imp::x_Convert8naTo2na(), CSeqConvert_imp::x_Convert8naTo4na(), CEditObjectSeq_feat::x_ConvertCommentToMiscFeat(), CMacroInterpreter::x_ConvertFeatQualValidateArgs(), CSeqConvert_imp::x_ConvertIupacnaTo2na(), CUnculturedTool::x_ConvertNote(), CTaxon1::x_ConvertOrgrefProps(), CMacroInterpreter::x_ConvertRNARelQualValidateArgs(), CMacroInterpreter::x_ConvertStringQualValidateArgs(), CWriteDB_Impl::x_CookSequence(), CNcbiTable< TValue, TRow, TColumn >::x_Copy(), CSeqDB_BitSet::x_CopyBits(), CPsiBlastInputData::x_CopyQueryToMsa(), x_CountHits(), CCDSTranslationProblems::x_CountTerminalXs(), CMakeProfileDBApp::x_CreateAliasFile(), CAlnMap::x_CreateAlnStarts(), CMultiAligner::x_CreateBlastQueries(), CBlastFormat::x_CreateDeflinesJson(), CAlnMixMerger::x_CreateDenseg(), CSGAlignmentJob::x_CreateFeatGlyph(), CRenderingContext::x_CreateGlyphs(), CPhrap_Contig::x_CreateGraph(), CHitMatrixDataSource::x_CreateHits(), CTooltipFrame::x_CreateHtmlTextControl(), CHitMatrixDataSource::x_CreateIds(), CBlobCacher::x_CreateInitialFile(), CProjectServiceTestJob::x_CreateItems(), CBLAST_DB_Dialog::x_CreateItems(), x_CreateLocalCDDEntryChunk(), CCddInputData::x_CreateMsa(), CwxMainFrame::x_CreateNextItem(), CConcurrentMap< Key, Value, Comparator, Allocator, CntChildsInNode, MaxTreeHeight, DeletionDelay, DelStoreCapacity >::x_CreateNode(), CWriteDB_LMDB::x_CreateOidToSeqidsLookupFile(), CWriteDB_TaxID::x_CreateOidToTaxIdsLookupFile(), CMultiAligner::x_CreatePatternQueries(), CSGAlignStatJob::x_CreatePileUpGraphs(), CGBankLoadingJob::x_CreateProjectItems(), CNetBlastLoadingJob::x_CreateProjectItems(), CBLASTSeqToolJob::x_CreateProjectItems(), CMergeAlignmentsJob::x_CreateProjectItems(), CTreeBuilderJob::x_CreateProjectItems(), CGBDataLoader_Native::x_CreateReaders(), CTooltipFrame::x_CreateRichTextControl(), CNgAlignApp::x_CreateSequenceSet(), CSnpBitfield2::x_CreateString(), CSeq_align::x_CreateSubsegAlignment(), CWriteDB_TaxID::x_CreateTaxIdToOidsLookupFile(), CGraphicPanel::x_CreateToolbar(), CRunToolDlg::x_CreateToolItems(), CGBDataLoader_Native::x_CreateWriters(), CSelectionControl::x_DebugValid(), CWigGraph::x_DecodeDelta(), CNlmZipReader::x_DecompressBuffer(), CBlobCacher::x_DeleteIndexes(), CProjectServiceTestJob::x_DeleteItems(), variation_ref::CHgvsParser::x_deletion(), variation::CHgvsParser::x_deletion(), variation_ref::CHgvsParser::x_delins(), variation::CHgvsParser::x_delins(), CRemoteAppRequest::x_Deserialize(), CVCFVariantsBase::x_DeserializeColumn(), CVCFVariantsBase::x_DeserializeDescr_All(), CVCFVariantsBase::x_DeserializeDescr_Range(), CVCFVariantsBase::x_DeserializeIndexVectors(), CDockContainer::x_DestroyNode(), CDiff::x_Diff(), CSeqDBIsam::x_DiffChar(), CDiff::x_DiffHalfMatchI(), CDockLayoutTree::x_DisconnectNodes(), CAlnGraphic::x_DisplayMaster(), CSplitter::x_DistributeEvenly(), CTreeBuilderJob::x_Divergence(), CNCMessageHandler::x_DoCmd_SyncStart(), CMapControl::x_DoDefaultActionOnSelected(), CSplitter::x_DoDistributeEvenly(), CString_constraint::x_DoesSingleStringMatchConstraint(), CSplitter::x_DoResize(), CProjectTask::x_DoSaveUserSelected(), CNetBLAST_DMSearchJob::x_DoSearch(), CCpgSearchJob::x_DoSearch(), COpenDlg::x_DoTransition(), CAlnMultiModel::x_DoUpdateRowLines(), CAlnMultiModel::x_DoUpdateRowPositions(), CDownloadJob::x_DownloadAndExtract(), CCommentGlyph::x_Draw(), CNamedGroup::x_Draw(), CAlnStatGlyph::x_DrawBarGraph(), CHistogramGlyph::x_DrawDataPoints(), CLinkedFeatsGroup::x_DrawFeatureBar(), CHistogramGlyph::x_DrawGraph(), CSeqGlyph::x_DrawInnerLabelColumns(), CSeqGlyph::x_DrawInnerLabels(), CAlignGlyph::x_DrawInternalUnalignedRegions(), CSequenceTextGraph::x_DrawIntervalBreaks(), CMapControl::x_DrawItemsRange(), CHistogramGlyph::x_DrawLinearRuler(), CHistogramGlyph::x_DrawLogRuler(), CSeqMarkHandler::x_DrawMarker(), CAttribMenu::x_DrawMenu(), CTranslationGlyph::x_DrawSequence(), CMapItem::x_DrawText(), CSequenceTextGraph::x_DrawVariations(), CFastaRetrieveJob::x_DumpBioseq(), CBDB_FileDumper::x_DumpFields(), CAppHitFilter::x_DumpOutput(), CId2ReaderBase::x_DumpReply(), variation_ref::CHgvsParser::x_duplication(), variation::CHgvsParser::x_duplication(), CSeqSubOrganellePanel::x_EnableControls(), CSeqSubPlasmidPanel::x_EnableControls(), CAlnMultiModel::x_EraseMarkedItems(), CArgDependencyGroup::x_Evaluate(), CEpigenomicsJob::x_Execute(), CSGSegmentsSeqIDJob::x_Execute(), CQueryParsePanel::x_ExecuteQuery(), CLDS2_Database::x_ExecuteSqls(), CGlDrawScale::x_Exp10(), CVDBAliasNode::x_ExpandAliases(), CSeqDBAliasNode::x_ExpandAliases(), CSeqSearch::x_ExpandPattern(), x_ExpandRange(), CSeqTableGridPanel::x_ExpandTable(), CSeqTableGridPanel::x_ExpandTableByColumn(), variation_ref::CHgvsParser::x_expr1(), variation::CHgvsParser::x_expr1(), variation_ref::CHgvsParser::x_expr2(), variation::CHgvsParser::x_expr2(), variation_ref::CHgvsParser::x_expr3(), variation::CHgvsParser::x_expr3(), CFeaturePropagator::x_ExtendToStopCodon(), CPsiBlastInputClustalW::x_ExtractAlignmentData(), CPsiBlastInputData::x_ExtractQueryForPssm(), CCddInputData::x_ExtractQueryForPssm(), CRemoteBlast::x_ExtractQueryIds(), CTar::x_ExtractSparseFile(), CSoapFault::x_FaultcodeEnumToCode(), CRemoteBlastDbAdapter::x_FetchDataByBatch(), CAsnRetrieveJob::x_FillClass(), CAsnRetrieveJob::x_FillContainer(), CTaxIdHelper::x_FillControl(), CDisplaySeqalign::x_FillIdentityInfo(), CwxHistogramDlg::x_FillList(), CDisplaySeqalign::x_FillLocList(), x_FillNewDistanceMatrix(), CCddInputData::CHitSegment::x_FillObservations(), CBLASTSearchOptionsPanel::x_FillQueryList(), CCddInputData::CHitSegment::x_FillResidueCounts(), x_FillResidueFrequencies(), CCmdLineBlastXML2ReportData::x_FillScoreMatrix(), CCmdLineBlastXMLReportData::x_FillScoreMatrix(), CTextPanel::x_FillSeqList(), CBLASTSearchOptionsPanel::x_FillSubjectList(), CItemSelectionPanel::x_FilterItems(), CConcurrentMap< Key, Value, Comparator, Allocator, CntChildsInNode, MaxTreeHeight, DeletionDelay, DelStoreCapacity >::x_FinalDeleteNode(), CMultiAligner::x_FindAlignmentSubsets(), CMMAligner::x_FindBestJ(), CMultiAligner::x_FindBestPath(), IPhyloTreeRender::x_FindBestSize(), CTSE_Info::x_FindBioObject(), CSeqDBAliasSets::x_FindBlastDBPath(), CTitleParser::x_FindBrackets(), CDockLayoutTree::x_FindByFingerprint(), CwxTableListCtrl::x_FindColumn(), SrcEditDialog::x_FindColumn(), CMultiAligner::x_FindConservedColumns(), CMultiAligner::x_FindConsistentHitSubset(), CMultiAligner::x_FindConstraints(), CIndexDeltaSumCache::x_FindDeltaSum2(), CMultiAligner::x_FindDomainHits(), CMacroInterpreter::x_FindFeatureType(), CTableImportDataSource::x_FindHeaderRows(), CMultiAligner::x_FindInClusterConstraints(), CItemSelectionPanel::x_FindItemByLabel(), CSoapServerApplication::x_FindListeners(), CMultiAligner::x_FindLocalHits(), CMultiAligner::x_FindLocalInClusterHits(), COligoSpecificityCheck::x_FindMatchInfoForAlignment(), COligoSpecificityCheck::x_FindOverlappingHSP(), CMultiAligner::x_FindPatternHits(), CTaxon2_data::x_FindProperty(), CTaxon2_data::x_FindPropertyConst(), CMultiAligner::x_FindQueryClusters(), CSequenceEditingEventHandler::x_FindRelevantAlignRow(), CMultiAligner::x_FindRPSHits(), x_FindRSite(), CTraceGraph::x_FindSampleToLeft(), CTraceGlyph::x_FindSampleToLeft(), CTraceGraph::x_FindSampleToRight(), CTraceGlyph::x_FindSampleToRight(), CSeqDBVolSet::x_FindVolName(), CProjectLoadOptionPanel::x_Finish(), SBaseStats::x_finish_add(), CBulkCleaner::x_FinishSession(), x_FirstWord(), CSeqDBImpl::x_FixString(), CWriteDB_IndexFile::x_Flush(), CWriteDB_GiIndex::x_Flush(), CWriteDB_IsamIndex::x_FlushNumericIndex(), CWriteDB_IsamIndex::x_FlushStringIndex(), CDisplaySeqalign::x_FormatAlignSortInfo(), CShowBlastDefline::x_FormatClusterMemData(), CShowBlastDefline::x_FormatClusterMemDataTxt(), CAlnGraphic::x_FormatScale(), CDownloadJob::x_FormatSize(), CBucketPool< Value, Lock, RPool >::x_FreeAll_NoLock(), x_FTPPasv(), CDockContainer::x_Full_CleanLayoutTreeBranch(), CDockContainer::x_Full_DisconnectChildren(), variation_ref::CHgvsParser::x_fuzzy_pos(), variation::CHgvsParser::x_fuzzy_pos(), CContigAssembly::x_GatherIdentStats(), variation_ref::CHgvsParser::x_general_pos(), variation::CHgvsParser::x_general_pos(), CBlastFormat::x_GenerateJSONMasterFile(), CRuler::x_GenerateLabelPositions(), CBlastFormat::x_GenerateXML2MasterFile(), CVDBValue::x_Get(), CVDBValueFor4Bits::x_Get(), CVDBValueFor2Bits::x_Get(), CWGSResolver_VDB::x_GetAccPrefixes(), CDockManager::x_GetActiveContainerByPos(), CWGSMasterDescrSetter::x_GetActualExistingDescrMask(), CSGAlignmentJob::x_GetAlignments(), CAlnVecRow::x_GetAlignmentTooltip_Helper(), CNAUtils::x_GetAllNAIds(), CSeqDBVol::x_GetAmbChar(), CAnnot_Collector::x_GetAnnotTypes(), CBoundaryShapeTri::x_GetArc(), COrgName::x_GetAttribFlag(), COrgName::x_GetAttribValue(), CScope_Impl::x_GetBioseqHandlesSorted(), CSeqTable_sparse_index::x_GetBitSetCache(), CLDS2_ObjectParser::x_GetBlobType(), CSUCResults::x_GetBlockPos(), CMacroEditorContext::x_GetBsrcTextFieldnames(), CPSGDataLoader_Impl::x_GetBulkBioseqAndBlobInfo(), CPSGDataLoader_Impl::x_GetBulkBioseqInfo(), CSplitter::x_GetCellIndex(), CDockContainer::x_GetClientsInNode(), x_GetClusterGapLocations(), CPdf::x_GetColors(), CSequenceTextGraph::x_GetColors(), CTableQueryExec::x_GetColumnIdx(), CCreateGeneModelTask::x_GetCommand(), CCommandArgDescriptions::x_GetCommandGroupIndex(), CNCMessageHandler::x_GetCurSlotServers(), CGBDocument::x_GetDataSourceByType(), CInt4DeltaSumCache::x_GetDeltaSum2(), CInt8DeltaSumCache::x_GetDeltaSum2(), CIndexDeltaSumCache::x_GetDeltaSum2(), CSeq_align_Mapper_Base::x_GetDstSparse(), CTL_LangCmd::x_GetDynamicID(), CBoundaryShapeTri::x_GetEdges(), CBioseq_Base_Info::x_GetExistingDescrMask(), CMacroFeatsOnSeqPanel::x_GetFeatureChoices(), CDisplaySeqalign::x_GetFeatureInfo(), CStructuredCommentPanel::x_GetFields(), NWinHook::CHookedFunctions::x_GetFunctionNameFromExportSection(), CArgDescriptions::x_GetGroupIndex(), CGroupMapWidget::x_GetGroupIndex(), CCddHeadersTest::x_GetHeader(), CPdfObject::x_GetHex(), CConvertSetTypeDlg::x_GetIdFromSet(), CwxChooseSeqDlg::x_GetIdIndex(), CMapControl::x_GetIndexByWindowPos(), CSeqDBIsam::x_GetIndexString(), CScriptPanel::x_GetInsertIndex(), variation_ref::CHgvsParser::x_GetInstData(), CPSGDataLoader_Impl::x_GetIpgTaxIds(), CProjectTreePanel::x_GetItemsFromIds(), CBlastHitMatrix::x_GetLabels(), CSequenceSearchJob::x_GetMatches(), CScoreBuilderBase::x_GetMatrixCounts(), x_GetMaxMin(), CRNANamePanel::x_GetMultiElementName(), CNAUtils::x_GetNAMetaData(), CTL_Connection::x_GetNativeBlobDescriptor(), CRawSeqToDeltaSeqByLoc::x_GetNewAlign(), x_GetNextAttribute(), CSplignApp::x_GetNextPair(), CDisplaySeqalign::x_GetNumGaps(), CFileLoadManager::x_GetOptionsPanel(), CSeqSubOrganellePanel::x_GetOrganelleTypes(), CSeq_align_Mapper_Base::x_GetPartialDenseg(), x_GetProfile(), CCSraShortReadIterator::x_GetQualityGraph(), CDisplaySeqalign::x_GetQueryFeatureList(), CScanner::x_GetQuotedString(), CGridWidget::x_GetRectSelection(), CVariationUtilities::x_GetRefAlleleFromVP(), CGlTube< Curve >::x_GetRing(), CAutoDefFeatureClause_Base::x_GetRnaMiscWordType(), CBoundaryShapeRoundedRect::x_GetRoudedCornerEdges(), CBoundaryShapeRoundedRect::x_GetRoudedCornerTris(), CAlnMultiRenderer::x_GetRowTooltip(), CSatelliteColumn::x_GetSatelliteName(), CSatelliteColumn::x_GetSatelliteType(), CGumbelParamsOptions::x_GetScore(), CMultiAligner::x_GetScore(), CWindowsDlg::x_GetSelectedClients(), CSelListModelImpl< Item >::x_GetSelectedItems(), CGridWidget::x_GetSelectedRows(), CTaskTablePanel::x_GetSelectedTasks(), x_GetSelfScore(), CDistances::x_GetSelfScores(), CMultiAligner::x_GetSeqalign(), CSeqUpdateWorker::x_GetSeqsWithIgnoredResidues(), x_GetSequence(), CPoolBalancer::x_GetServer(), CSearchToolBase::x_GetSessionIndexByID(), CSearchToolBase::x_GetSessionIndexByListener(), CSearchToolBase::x_GetSessionIndexByQuery(), CConvertSetTypeDlg::x_GetSetFromId(), SrcEditDialog::x_GetSourceTableChoices(), CCorrectRNAStrandDlg::x_GetStatusSMART(), CTL_BCPInCmd::x_GetStringValue(), CPsiBlastInputData::x_GetSubjectSequence(), CCDSTranslationProblems::x_GetTranslationMismatches(), CBoundaryShapeTri::x_GetTris(), CDataTypeModule::x_GetVar(), CODBC_RowResult::x_GetVarLenData(), CSimpleDesktopItem::x_GetVisibleTextSize(), CCompositeDesktopItem::x_GetVisibleTextSize(), CSchedulerEngine::x_GetWaitPeriod(), CMacroParser::x_GetWhereClause(), CCreateGeneModelTask::x_Group_By_GeneID(), CEditObjectSeq_feat::x_HandleCdsProduct(), CBamAlignIterator::SAADBImpl::x_HasAmbiguousMatch(), CTrackContainer::x_HasToBeShown(), CTrackContainer::x_HasToggleTracks(), variation_ref::CHgvsParser::x_header(), variation::CHgvsParser::x_header(), x_HEAP_Walk(), CDockLayoutTree::x_HideNodes(), CSplitter::x_HitTest(), CAlnVecRow::x_HitTestButton(), CSplitter::x_HitTestSeparator(), CMapControl::x_HorzMoveSelectionBy(), CSeqDBOIDList::x_IdsToBitSet(), CFeatureItem::x_ImportQuals(), CGC_Assembly::x_Index(), variation::CVariationUtil::CVariantPropertiesIndex::x_Index(), CCassBioseqInfoTaskFetch::x_InheritanceRequired(), CMacroExec::x_Init(), CAlnSpanVertModel::x_Init(), CMassArray::x_Init(), CCgiRequest::x_Init(), CTime::x_Init(), CCmdLineBlastXMLReportData::x_Init(), CSeq_id::x_Init(), CBlastKmerResultsSet::x_Init(), CSearchResultSet::x_Init(), CFeatList::x_Init(), CPrintSetupDlg::x_Init(), CSaveImagesSetupDlg::x_Init(), CDensegGraphicDataSource::x_InitCigar(), CMultiAligner::x_InitColumn(), CNcbiTestApplication::x_InitCommonParserVars(), CUIDataSourceService::x_InitDataSourceTypes(), CCmdLineBlastXML2ReportData::x_InitDB(), CUIDataSourceService::x_InitDefaultDataSources(), CGeneModelTrack::x_InitFeature_Recursive(), CElementaryMatching::x_InitFilteringVector(), CLatLonCountryMap::x_InitFromDefaultList(), CTrans_table::x_InitFsaTable(), CTrans_table::x_InitFsaTransl(), CGridWidget::x_InitGrid(), CNCMMCentral::x_Initialize(), CAnnot_Collector::x_Initialize0(), CSeq_loc_Mapper_Base::x_InitializeAlign(), SAnnotSelector::x_InitializeAnnotTypesSet(), CIdMapperNumAssembly::x_InitializeMapping(), CTableColumnIdPanel::x_InitializePropertyList(), CMultiAligner::x_InitInsertColumn(), CTaxFormat::x_InitLineageMetaData(), CUIDataSourceService::x_InitLoadManagers(), CBlastSearchTask::x_InitMonitoringStage(), CFeaturePanel::x_InitNATracks(), CBoyerMooreMatcher::x_InitPattern(), CMakeProfileDBApp::x_InitRPSDbInfo(), CSGAlignmentDS::x_InitScoringMethods(), CBlastDBCmdApp::x_InitSearchRequest(), CSeq_loc_Mapper_Base::x_InitSparse(), CCmdLineBlastXML2ReportData::x_InitSubjects(), CTaxFormat::x_InitTaxIdToSeqsMap(), CPhyTreeFormatter::x_InitTreeFeatures(), variation_ref::CHgvsParser::x_insertion(), variation::CHgvsParser::x_insertion(), CSelectionControl::x_InsertItems(), CHtmlTooltipFormatter::x_InsertSpaces(), CDockContainer::x_InstantiateNode(), CDockContainer::x_InstantiateNode_AddChildWindows(), variation_ref::CHgvsParser::x_int_fuzz(), variation::CHgvsParser::x_int_fuzz(), CAlnMultiRenderer::x_InvalidateRows(), x_IPv6ToString(), CString_constraint::x_IsAllPunctuation(), CString_constraint::x_IsAllSkippable(), CClassTypeStrings::x_IsAnyContentType(), x_IsBadBioProjectFormat(), x_IsBadBioSampleFormat(), x_IsBadSRAFormat(), CString_constraint::x_IsFirstEachCap(), CGenericPropsPanel::x_IsGene(), x_IsNotAltBioSampleFormat(), x_IsNullDataType(), CClassTypeStrings::x_IsNullType(), CChoiceTypeStrings::x_IsNullType(), CClassTypeStrings::x_IsNullWithAttlist(), CChoiceTypeStrings::x_IsNullWithAttlist(), x_IsOverlappingRange(), CCDSTranslationPanel::x_IsPseudo(), CHttpHeaders::x_IsReservedHeader(), CClassTypeStrings::x_IsUniSeq(), NStr::x_Join(), x_json_array_clear(), x_json_array_replace_boolean(), x_json_array_replace_null(), x_json_array_replace_number(), x_json_array_replace_string(), x_json_object_clear(), x_json_object_nget_value(), x_json_object_remove(), x_json_object_set_value(), x_json_serialize_string(), x_json_serialize_to_buffer_r(), x_json_validate(), x_json_value_deep_copy(), x_json_value_equals(), CAlignedFeatureGraph::x_Layout(), CPhyloForce::x_Layout(), CAlignedFeatureGraph::x_LinkedLayout(), variation_ref::CHgvsParser::x_list(), variation::CHgvsParser::x_list(), variation::CHgvsParser::x_list_delimiter(), CColumnarVCFReaderApp::x_ListErrors(), CBulkOtherAddPanel::x_ListFeatures(), CAlignOtherAddPanel::x_ListFeatures(), CAutodefOrgPanel::x_ListModifiers(), CSGAlignStatJob::x_LoadAlignments(), CID2SNPProcessor_Impl::x_LoadBlob(), CID2SNPProcessor_Impl::x_LoadChunk(), CSeqTextJob::x_LoadFeatureTypes(), CNetBLASTUIDataSource::x_LoadJobDescriptors(), CAgpValidateApplication::x_LoadLenFa(), CFileLoadOptionPanel::x_LoadMRUFile(), CFileLoadPanel::x_LoadMRUFile(), CAlignmentCollectionScore::x_LoadNamedScores(), CBamRefSeqInfo::x_LoadRangesCov(), CBamRefSeqInfo::x_LoadRangesEstimated(), CBamRefSeqInfo::x_LoadRangesScan(), COpenDlg::x_LoadSettings(), COpenViewDlg::x_LoadSettings(), CRunToolDlg::x_LoadSettings(), CSequenceTrack::x_LoadSettings(), CTaxFormat::x_LoadTaxTree(), CHTMLPage::x_LoadTemplateLib(), CTL_Connection::x_LoadTextPtrProcs(), CProjectService::x_LoadWorkspace(), variation_ref::CHgvsParser::x_location(), variation::CHgvsParser::x_location(), CScope_Impl::x_LockMatchSet(), CSeqDBIsam::x_Lower(), CWriteDB_Impl::x_MakeAlias(), CMultiAligner::x_MakeClusterResidueFrequencies(), x_MakeDefaultTextOptions(), CMultiAligner::x_MakeFillerBlocks(), CDB_Numeric::x_MakeFromString(), CSeqTableGridPanel::x_MakeProblemsColumnReadOnly(), CVDBGraphSeqIterator::x_MakeTable(), CSeq_loc_Mapper_Base::x_MapSeq_loc(), CTaxFormat::x_MapTaxInfoTemplate(), CWriteDB_Impl::x_MaskSequence(), CMergeAligner::x_MergeAlignments(), CAlnGraphic::x_MergeSameSeq(), CVecscreen::x_MergeSeqalign(), CBlastDBCmdApp::x_ModifyConfigForBatchEntry(), CProjectServiceTestJob::x_ModifyItems(), CAlnMultiHeaderHandler::x_MoveColumn(), CAlnMultiHeaderHandler::x_MoveColumnSeparator(), CSpaceShrinker::x_MoveRecord(), CSplitter::x_MoveSeparator(), CMultiAligner::x_MultiAlignClusters(), variation_ref::CHgvsParser::x_mut_inst(), variation::CHgvsParser::x_mut_inst(), x_NcbiIsIPv4(), CSubPrep_panel::x_NeedUniqueMicrosatelliteNames(), CSplitter::x_NewSplit(), CObjectIStreamIterator< TRoot >::CData::x_NextChoiceWithFilter(), CObjectIStreamIterator< TRoot >::CData::x_NextContainerWithFilter(), CLocationListCtrl::x_NextRow(), CObjectIStreamIterator< TRoot >::CData::x_NextSeqWithFilter(), CAlnMultiHeaderHandler::x_NextVisibleColumn(), variation::CHgvsParser::x_no_change(), x_NormalizeResidueFrequencies(), variation_ref::CHgvsParser::x_nuc_inv(), variation::CHgvsParser::x_nuc_inv(), variation_ref::CHgvsParser::x_nuc_subst(), variation::CHgvsParser::x_nuc_subst(), CMultiFileInput::x_OnAddFilenames(), CFeaturePanel::x_OnAssemblyLoaded(), CSeqTableGridPanel::x_OnCopyCells(), CSixFramesTransTrack::x_OnGeneticIconClicked(), CwxNCBIApp::x_OnIdle(), CGraphTrack::x_OnJobCompleted(), CGroupMapWidget::x_OnMakeDefaultItem(), CDiagConsoleList::x_OnNewItem(), CSixFramesTransTrack::x_OnSettingIconClicked(), CGraphTrack::x_OnSettingsIconClicked(), CPhyloTreeMaxDirectChildDist::x_OnStep(), CPhyloTreeMaxChildDist::x_OnStep(), CPhyloTreeCalculator::x_OnStep(), CAutoCompleteCombo::x_OnTimer(), CGroupMapWidget::x_OnToggleGroup(), CRegexpTemplateTester::x_Op_Echo(), CRegexpTemplateTester::x_Op_Include(), CRegexpTemplateTester::x_Op_Set(), CRegexpTemplateTester::x_Op_Skip(), CRegexpTemplateTester::x_Op_Test(), x_Open(), CSeqDBVol::x_OpenAllColumns(), CUIDataSourceService::x_OpenDataSources(), CProjectTask::x_OpenProjects(), CDisplaySeqalign::x_OutputSeq(), CTar::x_PackCurrentName(), x_ParseExpires(), CGFFReader::x_ParseFeatureInterval(), CNAUtils::x_ParseNAMetaData(), CSeedTop::x_ParsePattern(), CRegEx::x_ParsePlain(), CCgiUserAgent::x_ParseToken(), CGFFReader::x_ParseV2Attributes(), CGFFReader::x_ParseV3Attributes(), CSeqTableGridPanel::x_PasteCells(), CTableImportDataSource::x_PickFileType(), CAlignedFeatureGraph::x_PlaceCluster(), CSVGRenderer::x_PolygonStippleToPattern(), CCorrectRNAStrandDlg::x_PopulateAccessionList(), CObjectListWidgetSel::x_PopulateGroups(), CMacroChoiceTypePanel::x_PopulateList(), CAlnSpanVertModel::x_PopulateRows(), CAlnSpanVertModel::x_PopulateRowsSpliced(), variation_ref::CHgvsParser::x_pos_spec(), variation::CHgvsParser::x_pos_spec(), CArgDescriptions::x_PostCheck(), CMacroInterpreter::x_PostProcessApplyAuthors(), CSearch_func::x_PrecededByOkPrefix(), CArgDescriptions::x_PreCheck(), x_PredictAGSites(), CCoiledCoil::x_PredictRegions(), x_PredictSignalSeq(), CBioseq_Base_Info::x_PrefetchDesc(), CFindOverlapJob::x_PrepareAligner(), CSplitQueryTestFixture::x_PrepareBlastQueryStructures(), CDisplaySeqalign::x_PrepareRowData(), CSpaceShrinker::x_PrepareToShrink(), CWig2tableApplication::x_PreprocessValues(), CLocationListCtrl::x_PrevRow(), CMergeTree::x_Print(), CBlastDB_SeqFormatter::x_Print(), CHTMLOpenElement::x_PrintBegin(), CScoreLookup::x_PrintDictionaryEntry(), CMultiAlnPrinter::x_PrintFastaPlusGaps(), CPdf::x_PrintFlatTriBuffer(), CProjectServiceTestJob::x_PrintItems(), CTaxFormat::x_PrintLineage(), CSVGRenderer::x_PrintLineBuffer(), CPhyTreeFormatter::x_PrintNewickTree(), CMultiAlnPrinter::x_PrintNexus(), CPhyTreeNodeAnalyzer::x_PrintNodeMap(), CAgpValidateReader::x_PrintPatterns(), CMultiAlnPrinter::x_PrintPhylipInterleaved(), CMultiAlnPrinter::x_PrintPhylipSequential(), CSVGRenderer::x_PrintPointBuffer(), CSVGRenderer::x_PrintQuadBuffer(), CBlastFormat::x_PrintStructuredReport(), CTaxFormat::x_PrintTaxInfo(), CAgpValidateReader::x_PrintTotals(), x_PrintTree(), CSVGRenderer::x_PrintTriBuffer(), SMMStat::x_PrintUnstructured(), CNCStat::x_PrintUnstructured(), CGenBankLoadOptionPanel::x_ProccessText(), CAgpFastaComparator::x_Process(), CPSGS_SNPProcessor::x_ProcessAnnotationRequest(), CBlastDBCmdApp::x_ProcessBatchEntry_NoDup(), CPsiBlastInputData::x_ProcessDenseg(), CBlastDBCmdApp::x_ProcessEntry(), CMacroApplySrcTablePanel::x_ProcessFirstLine(), CMakeBlastDBApp::x_ProcessInputData(), CMakeClusterDBApp::x_ProcessInputData(), CMemorySrcFileMap::x_ProcessLine(), CMakeBlastDBApp::x_ProcessMaskData(), CCorrectRNAStrandDlg::x_ProcessRNAStrandLine(), CFilterColumnsDlg::x_ProcessSelectionPattern(), CXcompareAnnotsApplication::x_ProcessSeqAlignSetFromFile(), CBlastDBCmdApp::x_ProcessTaxIdList(), CSoapServerApplication::x_ProcessWsdlRequest(), variation_ref::CHgvsParser::x_prot_ext(), variation::CHgvsParser::x_prot_ext(), variation_ref::CHgvsParser::x_prot_fs(), variation::CHgvsParser::x_prot_fs(), variation_ref::CHgvsParser::x_prot_missense(), variation::CHgvsParser::x_prot_missense(), variation_ref::CHgvsParser::x_prot_pos(), variation::CHgvsParser::x_prot_pos(), CPssmEngine::x_PSIMatrix2Asn1(), CWriteDB_Impl::x_Publish(), CSeqMap_CI::x_Push(), CObjectStack::x_PushStackPath(), CAmbigDataBuilder::x_Random(), variation_ref::CHgvsParser::x_range(), variation::CHgvsParser::x_range(), CCompartApp::x_RankAndStore(), variation_ref::CHgvsParser::x_raw_seq(), variation::CHgvsParser::x_raw_seq(), variation::CHgvsParser::x_raw_seq_or_len(), CSeq_annot_SNP_Info_Reader::x_Read(), CSeqDBAliasSets::x_ReadAliasSetFile(), CArchive::x_ReadAndProcess(), CTar::x_ReadEntryInfo(), CDockManager::x_ReadLayout(), CNCActiveHandler::x_ReadPeerVersion(), CSplitQueryTestFixture::x_ReadQueryBoundsPerChunk(), x_ReadRandParams(), CSplitQueryTestFixture::x_ReadSplitQueryInfoForTest(), CBlastDbBlob::x_ReadString(), CUpdateMultipleSeq_Input::x_ReadUpdateSeqs_Fasta(), CBlastDbBlob::x_ReadVarInt(), CSplitQueryTestFixture::x_ReadVectorOfVectorsForTest(), CMultiAligner::x_RealignBlocks(), CMultiAligner::x_RealignSequences(), CTableImportDataSource::x_RecomputeRowFields(), CURLTooltipHandler::x_ReformatUrlMarkerParam(), CSeqIdFixDlg::x_RefreshProblems(), CViewManagerService::x_RegisterExtensionFactories(), CTrackContainer::x_ReinitNATrack(), CNCMMChainsPool::x_ReleaseAllChains(), CDiagConsoleList::x_ReloadMessages(), CGBDocument::x_RemoveAllViews(), CSplitter::x_RemoveChild(), x_RemoveEnvelopedSubHits(), CObjectIndex::x_RemoveFromIdMap(), CCulturedTool::x_RemoveIfFoundOrgModNote(), CCulturedTool::x_RemoveIfFoundSubSourceNote(), CCddInputData::x_RemoveMultipleCdHits(), CCpGIslands::x_RemovePosition(), CGlVboNode::x_Render(), CTreeBoundaryNode::x_Render(), CAlnVecRow::x_RenderAlignSegments(), CAlnVecRow::x_RenderAveragableScores(), CAlignGlyph::x_RenderAveragableScores(), IPhyloTreeRender::x_RenderCircularVbo(), CFeaturePanel::x_RenderFeatureGrid(), CSeqTextPane::x_RenderFoundLocations(), CHistogramGraph::x_RenderHistogram(), CLegend::x_RenderItems(), CAlnMultiRenderer::x_RenderItemsRange(), IPhyloTreeRender::x_RenderNodeHighlight(), CTreeGraphicsModel::x_RenderNodeLabelsPdf(), CTreeGraphicsModel::x_RenderNodes(), CTreeGraphicsModel::x_RenderNodesPdf(), IPhyloTreeRender::x_RenderNodeVbo(), CAlnVecRow::x_RenderNonAveragableScores(), CAlignGlyph::x_RenderNonAveragableScores(), CAlnMultiHeaderHandler::x_RenderResizeMode(), CMouseZoomHandler::x_RenderScale(), CRuler::x_RenderScale(), IPhyloTreeRender::x_RenderSelection(), CAlnVecRow::x_RenderSequence(), IPhyloTreeRender::x_RenderSplineVbo(), CFastaSeqBlockItem::x_RenderText(), CFeaturePanel::x_RenderTitleBar(), CLayoutTrack::x_RenderTitleBar(), CBlastDbFormatter::x_Replacer(), CBlastSearchTask::x_ReportErrors(), CCdregionValidator::x_ReportTranslationMismatches(), CCdregionValidator::x_ReportTranslationProblems(), CBuildDatabase::x_ReportUnresolvedIds(), CAutoDefOptions::x_Reset(), CQuery::CRow::x_Reset(), COrgName::x_ResetAttribFlag(), CIgBlastTabularInfo::x_ResetIgFields(), CEditingBtnsPanel::x_ResetRemovedTab(), CwxGridTableAdapter::x_ResetRows(), CSplitter::x_ResizeAllCells(), CVDBAliasNode::x_ResolveDBList(), CSeqDBAliasNode::x_ResolveNames(), CSeqDBGiListSet::x_ResolveNegativeList(), CSeqDBGiListSet::x_ResolvePositiveList(), CVDBAliasNode::x_ResolveVDBList(), CwxTableListCtrl::x_RestoreViewState(), CBlastFormat::x_ReverseQuery(), variation_ref::CHgvsParser::x_root(), variation::CHgvsParser::x_root(), CMakeProfileDBApp::x_RPS_DbClose(), CMakeProfileDBApp::x_RPSUpdatePSSM(), CMakeProfileDBApp::x_RPSUpdateStatistics(), CNetBlastSubmittingJob::x_Run(), CNetBlastMonitoringJob::x_Run(), CFastaRetrieveLocJob::x_Run(), CFlatFileRetrieveJob::x_Run(), CNCBIwxApplication::x_Run(), CSplign::x_Run(), CNWAligner::x_Run(), CMagicBlast::x_Run(), CMakeProfileDBApp::x_Run(), CClustererApplication::x_RunBinary(), CMMAligner::x_RunBtm(), CSchedulerEngine::x_RunJob(), CSplign::x_RunOnCompartment(), CClustererApplication::x_RunSparse(), CMMAligner::x_RunTerm(), CMMAligner::x_RunTop(), CGBDocument::x_SaveFile(), CNetBLASTUIDataSource::x_SaveJobDescriptors(), CFeaturePanel::x_SaveSettings(), COpenDlg::x_SaveSettings(), COpenViewDlg::x_SaveSettings(), CRunToolDlg::x_SaveSettings(), CConcurrentMap< Key, Value, Comparator, Allocator, CntChildsInNode, MaxTreeHeight, DeletionDelay, DelStoreCapacity >::x_ScanForInsertSpace(), x_ScoreFromTranscriptCore(), CRemoteBlast::x_SearchErrors(), CBlastKmer::x_SearchMultipleQueries(), CSeqDBIsam::x_SearchNegativeMulti(), CSeqDBIsam::x_SearchNegativeMultiSeq(), CSelectionControl::x_SelectAll(), CCrossPanelIR::x_SelectBaseStep(), CWindowsDlg::x_SelectClients(), CBLASTToolManager::x_SelectCompatibleInputObjects(), CTextPanel::x_SelectFlatFileSequence(), CSeqTableGridPanel::x_SelectHiddenRows(), CSelectionControl::x_SelectItems(), CProjectSelectorPanel::x_SelectProjectByParams(), CSelectionControl::x_SelectSingleItem(), CSelectionControl::x_SelectTo(), CId2ReaderBase::x_SendID2Packet(), variation_ref::CHgvsParser::x_seq_loc(), variation::CHgvsParser::x_seq_loc(), variation_ref::CHgvsParser::x_seq_ref(), variation::CHgvsParser::x_seq_ref(), CAuthorNamesPanel::x_SetAffiliation(), x_SetAllTableStringValues(), CSingleCDSExceptionPanel::x_SetAminoAcid(), CIgBlast::x_SetChainType(), CBioseq_set_Info::x_SetChunkBioseqs(), CBioseq_set_Info::x_SetChunkBioseqs2(), CEditObjectSeq_feat::x_SetCitations(), CPhyloSaveSelectiondlg::x_SetClusterIds(), CEditObjectSeq_feat::x_SetCrossRefs(), CMultiAligner::x_SetDomainHits(), IPhyloTreeRender::x_SetElementVisibility(), CAlnMultiModel::x_SetEntries(), CEditObjectSeq_feat::x_SetExperiments(), CBlastTabularInfo::x_SetFieldsToShow(), CEditObjectSeq_feat::x_SetGbQuals(), CEditObjectSeq_feat::x_SetIdentifiers(), CEditObjectSeq_feat::x_SetInferences(), CSubmissionWizard::x_SetInitialState(), CCDSTranslationPanel::x_SetLocationForProtein(), x_SetOS8(), CSplign::x_SetPattern(), CBDB_FileDumper::x_SetQuoteFlags(), CProjectTreePanel::x_SetSelections(), CEditObjectSeq_feat::x_SetTranslExcept(), CSeqDBOIDList::x_Setup(), CDataLoadersUtil::x_SetupASNCacheDataLoader(), CDataLoadersUtil::x_SetupBlastDataLoader(), CDataLoadersUtil::x_SetupLDS2DataLoader(), CScriptPanel::x_ShiftBottomLabels(), BlastdbCopyApplication::x_ShouldParseSeqIds(), CGlWidgetBase::x_ShowDecoratedPopupMenu(), CHugeFileDemoApp::x_ShowIds(), CSelectProjectOptions::x_ShowSelectProjectDialog(), CHugeFileDemoApp::x_ShowSeqSizes(), CWindowManagerService::x_ShutDownToolBars(), CAlignedFeatureGraph::x_SimpleLayout(), CPointerPot::x_SimpleSort(), CSplitter::x_SizesToSplitPositions(), CSearch_func::x_SkipBracketOrParen(), CSeqTableGridPanel::x_SortByRowLabel(), CNCMMReserve::x_SortChunkPtrs(), CWGSDb_Impl::x_SortGiRanges(), COligoSpecificityTemplate::x_SortHit(), COligoSpecificityCheck::x_SortPrimerHit(), CSeqTableGridPanel::x_SortTableByColumn(), CSplitter::x_Split(), CConcurrentMap< Key, Value, Comparator, Allocator, CntChildsInNode, MaxTreeHeight, DeletionDelay, DelStoreCapacity >::x_SplitNode(), CSplitter::x_SplitPositionsToSizes(), variation_ref::CHgvsParser::x_ssr(), variation::CHgvsParser::x_ssr(), CBulkCleaner::x_StartSession(), CMacroInterpreter::x_StoreParsingArguments(), CCorrectRNAStrandDlg::x_StrandFromString(), variation::CHgvsParser::x_string_content(), CSearch_func::x_StringContainsUnderscore(), CPrimeCacheApplication::x_StripSeqEntry(), CAlnMultiHeaderHandler::x_SwitchToMoveMode(), CAlnMultiHeaderHandler::x_SwitchToResizeMode(), CPhyloSelectionSetMgr::x_SyncSelectionSets(), CAttribTableColumnIdPanel::x_TableReaderMacro(), CSplitQueryTestFixture::x_TestCContextTranslator(), CCddHeadersTest::x_TestFreqRatios(), CBlastFilterTest::x_TestLowerCaseMaskWith(), CVecscreenTest::x_TestRangeList(), CVecscreenTest::x_TestSeqalign(), CSequenceDataTester::x_TestSingleNucleotide_Remote(), CSequenceDataTester::x_TestSingleProtein_Remote(), CSequenceDataTester::x_TestSingleSequence_Remote(), CFormatGuess::x_TestTableDelimiter(), CCddDeltaHeadersTest::x_TestWeightedCounts(), CSeqDBAliasNode::x_Tokenize(), CWriteDB_IsamIndex::x_ToLower(), CTableDataListCtrl::x_ToWxStringWithTabs(), CTableImportListCtrl::x_ToWxStringWithTabs(), CTextViewOptionsDlg::x_TransferDataToWindow(), CCmdInsertBioseqSet::x_TransferSeqSet(), x_Translate(), CSFTranslationJob::x_Translate(), variation_ref::CHgvsParser::x_translocation(), variation::CHgvsParser::x_translocation(), CSeqTable_multi_data::x_TryGetInt8(), CDescrModApply::x_TryPCRPrimerMod(), CSeq_annot_Info::x_UnmapAnnotObject(), CTSE_Info::x_UnmapAnnotObjects(), CTSE_Info::x_UnregisterBioObject(), CBioseq_set_Info::x_UpdateAnnotIndexContents(), CTSE_Chunk_Info::x_UpdateAnnotIndexContents(), CRemoveSeqId::x_UpdateBioseq(), CScoringJob::x_UpdateBuffer(), CWindowsDlg::x_UpdateButtons(), CAdvancedFileInput::x_UpdateCombo(), CSeqTableGridPanel::x_UpdateCountSelectedDisplay(), CMakeProfileDBApp::x_UpdateDelta(), CGenericPropsPanel::x_UpdateDisableOnRetranslate(), CMakeProfileDBApp::x_UpdateFreqRatios(), CTrackListCtrl::x_UpdateHeader(), CReportLoaderErrorsEx::x_UpdateHTMLResults(), CReportLoaderErrors::x_UpdateHTMLResults(), CMapControl::x_UpdateItemsRange(), CSelectionControl::x_UpdateItemToIndex(), CItemSelectionPanel::x_UpdateMapWidget(), CEditObjectSeq_feat::x_UpdatemRNA(), CAlnMultiWidget::x_UpdateOnDataChanged(), CConvertFeatDlg::x_UpdateOptions(), CBLASTSearchOptionsPanel::x_UpdateQuerySeqSet(), CwxGridTableAdapter::x_UpdateRenderers(), CRawSeqToDeltaSeqByLoc::x_UpdateRows(), CHitMatrixDataSource::x_UpdateScoreMap(), CwxGridTableAdapter::x_UpdateSelectedIndices(), SSNP_Info::x_UpdateSeq_featData(), CAlnMultiWidget::x_UpdateStyleColumns(), CBLASTSearchOptionsPanel::x_UpdateSubjectSeqSet(), CWindowsDlg::x_UpdateTable(), CAssignColumnValueDlg::x_UpdateValues(), COpenViewDlg::x_UpdateViewPanel(), CSeqDBDemo_Thread::x_UseOID(), CMacroFunction_ParsedText::x_ValidArguments(), CMacroFunction_ParsedTextFrom::x_ValidArguments(), CMacroFunction_SetBothPartials::x_ValidArguments(), CMacroFunction_RemoveBothPartials::x_ValidArguments(), CMacroFunction_Set5Partial::x_ValidArguments(), CMacroFunction_Set3Partial::x_ValidArguments(), CMacroFunction_Clear5Partial::x_ValidArguments(), CMacroFunction_Clear3Partial::x_ValidArguments(), CMacroFunction_ConvertLocStrand::x_ValidArguments(), CMacroFunction_ConvertLocType::x_ValidArguments(), CMacroFunction_SetPubAuthor::x_ValidArguments(), CMacroFunction_SetPubField::x_ValidArguments(), CMacroFunction_ConvertStringQual::x_ValidArguments(), CMacroFunction_ParseStringQual::x_ValidArguments(), CMacroFunction_CopyStringQual::x_ValidArguments(), CStaticArraySearchBase< NStaticArray::PKeyValuePair< SStaticPair< KeyType, ValueType > >, less< KeyType > >::x_Validate(), CSplitQueryTestFixture::x_ValidateChunkBounds(), CwxGridTableAdapter::x_ValidateColumns(), CSplitQueryTestFixture::x_ValidateContextOffsetsPerChunkAssignment(), CValidError_graph::x_ValidateGraphOrderOnBioseq(), CBamLoadOptionPanel::x_ValidateInput(), CGenBankLoadOptionPanel::x_ValidateInput(), CSplitQueryTestFixture::x_ValidateLocalQueryData(), CCddInputData::x_ValidateMsa(), CMultiAligner::x_ValidateQueries(), CSplitQueryTestFixture::x_ValidateQueriesPerChunkAssignment(), CSplitQueryTestFixture::x_ValidateQueryContextsPerChunkAssignment(), CSplitQueryTestFixture::x_ValidateQuerySeqLocsPerChunk(), CValidError_align::x_ValidateSeqLength(), CRNAValidator::x_ValidateTrnaCodons(), CMultiAligner::x_ValidateUserHits(), CAgpValidateApplication::x_ValidateUsingFiles(), CSeqTableGridPanel::x_ValuesOkForNewColumn(), CAlnReader::x_VerifyAlignmentInfo(), CMakeBlastDBApp::x_VerifyInputFilesType(), CNCMessageHandler::x_WaitForBlobAccess(), CScoringJob::x_WindowAvgScores(), CXmlValueItem::x_WriteOctetString(), CXmlValueItem::x_WriteString(), CGff2Reader::xAlignmentSetDenseg(), CGff2Reader::xAlignmentSetScore(), CGff2Reader::xAlignmentSetSpliced_seg(), CVcfReader::xAssignVariationAlleleSet(), CVcfReader::xAssignVariationIds(), CQualCleanup::xCleanFollowCommasWithBlanks(), CMSPeak::xCMSPeak(), CPslData::xConvertBlocksToSegments(), CGffBaseRecord::xEscapedValue(), xFixEMBLKeywords(), CCaseRegistry::xGetProps(), CGff2Reader::xGetStartsOnMinusStrand(), CGff2Reader::xGetStartsOnPlusStrand(), CAlnScannerSequin::xImportAlignmentData(), C5ColLineReader::xInitializeRecord(), CPslRecord::xInitializeStatsAndBlocks(), CAlnFormatGuesser::xInitSample(), CWiggleWriter::xIsFixedStepData(), CWiggleWriter::xIsVariableStepData(), CWiggleReader::xMakeGraph(), XMLAscii(), XMLCheckTPG(), XMLConcatSubTags(), XMLDelSegnum(), XMLGetEMBLBlock(), XMLGetGBBlock(), XMLGetInstContig(), XMLIndexSameSubTags(), XMLIndexSubTags(), XMLLoadEntry(), XMLPerformIndex(), XMLRestoreSpecialCharacters(), bm::serializer< BV >::xor_tmp_product(), XorOperationsTest(), xPopulateAliases(), CWiggleReader::xPreprocessValues(), CBedLineReader::xProcessTrackLine(), CEditObjectFeaturePropagate::xReportErrors(), CAlnFormatGuesser::xSampleIsFastaGap(), CGff2Reader::xSetDensegStarts(), CBedReader::xSetFeatureColorFromItemRgb(), CBedReader::xSetFeatureLocationBlock(), CBedReader::xSetFeatureLocationRna(), seqsubmit_split::CSeqSubSplitter::xTryProcessSeqEntries(), xTryTextFile(), CAlnScanner::xVerifyAlignmentData(), seqsubmit_split::CSeqSubSplitter::xWrapSeqEntries(), CMSPeak::xWrite(), CWiggleWriter::xWriteTableBedStyle(), CWiggleWriter::xWriteTableFixedStep(), CWiggleWriter::xWriteTableVariableStep(), yy_get_next_buffer(), bm::blocks_manager< Alloc >::zero_block(), bm::blocks_manager< Alloc >::zero_gap_block_ptr(), zsc(), AlignedDM::~AlignedDM(), AlignmentDisplay::~AlignmentDisplay(), alp::~alp(), alp_sim::~alp_sim(), AtomSet::~AtomSet(), BLAST_Matrix::~BLAST_Matrix(), BlockExtender::~BlockExtender(), CArrayHolder::~CArrayHolder(), CAttribMenu::~CAttribMenu(), CBDB_BufferManager::~CBDB_BufferManager(), CBlastLMDBManager::CBlastEnv::~CBlastEnv(), CCddInputData::~CCddInputData(), CCmdLineBlastXMLReportData::~CCmdLineBlastXMLReportData(), CConfigureTracksDlg::~CConfigureTracksDlg(), CCustomTreeItem::~CCustomTreeItem(), CDenseSegHit::~CDenseSegHit(), CDisplaySeqalign::~CDisplaySeqalign(), CDockManager::~CDockManager(), CExprParser::~CExprParser(), CFlatFileFactoryBuilder::~CFlatFileFactoryBuilder(), CGBDocument::~CGBDocument(), CGlModel2D::~CGlModel2D(), CHit::~CHit(), CHTMLBasicPage::~CHTMLBasicPage(), CJobStatusTracker::~CJobStatusTracker(), CJoinThreads::~CJoinThreads(), CLatLonCountryMap::~CLatLonCountryMap(), CMakeProfileDBApp::~CMakeProfileDBApp(), CMemPot::~CMemPot(), CMergeVolumes::~CMergeVolumes(), CMSMatchedPeakSetMap::~CMSMatchedPeakSetMap(), CNRCriteria::~CNRCriteria(), CObjectPool< C >::~CObjectPool(), COligoSpecificityTemplate::~COligoSpecificityTemplate(), ColumnResidueProfile::~ColumnResidueProfile(), COrgRefCache::~COrgRefCache(), CPCRSetList::~CPCRSetList(), CQueryExec::~CQueryExec(), CScannerFunctorArgN::~CScannerFunctorArgN(), CSeqDBGiMask::~CSeqDBGiMask(), CSeqDBVolSet::~CSeqDBVolSet(), CStdSegHit::~CStdSegHit(), CStickyTooltipHandler::~CStickyTooltipHandler(), CSUCTextGather::~CSUCTextGather(), CTar::~CTar(), CTaxFormat::~CTaxFormat(), CSeqportUtil_implementation::CWrapper_2D< T >::~CWrapper_2D(), DataBlk::~DataBlk(), GroupUpdater::~GroupUpdater(), bm::heap_vector< const bm::word_t *, allocator_type, true >::~heap_vector(), NJ_TreeAlgorithm::~NJ_TreeAlgorithm(), PeriodicTableClass::~PeriodicTableClass(), bm::aggregator< BV >::pipeline< Opt >::~pipeline(), rapidjson::internal::Schema< SchemaDocumentType >::~Schema(), rapidjson::internal::SchemaValidationContext< SchemaDocumentType >::~SchemaValidationContext(), SequenceDisplay::~SequenceDisplay(), ShowHideManager::~ShowHideManager(), SLC_TreeAlgorithm::~SLC_TreeAlgorithm(), SNCChunkMaps::~SNCChunkMaps(), SPrint::~SPrint(), and SRotatedFontCachePurger::~SRotatedFontCachePurger().

◆ len

int len

Definition at line 1450 of file lex.newick.cpp.

Referenced by _bcp_convert_in(), _cs_convert(), _cs_convert_ex(), _cs_convert_not_client(), _dblib_convert_err(), _SQLFetch(), _tdsodbc_dbconvert(), CSeqsRange::Add(), CAlnMixMatches::Add(), SSeqTableContent::Add(), bm::sparse_vector_scanner< SV, S_FACTOR >::pipeline< Opt >::add(), CAliCreator::Add(), AddAAToDeltaSeq(), CMapCompLen::AddCompLen(), CProteinAlignText::AddDNAText(), NAdapterSearch::CUnpairedAdapterDetector::AddExemplar(), NAdapterSearch::CPairedEndAdapterDetector::AddExemplar(), NAdapterSearch::CPairedEndAdapterDetector::CConsensusPattern::AddExemplar(), AddGapToDeltaSeq(), CChecksum::AddLine(), CDelta_ext::AddLiteral(), CProteinAlignText::AddProtText(), CSeqDictionaryBuilder< Alphabet >::AddRegion(), CSAM_CIGAR_Formatter::AddRow(), CTestMapperSeqInfo::AddSeq(), CTableAnnotDataSource::AddSeqLoc(), CScoreBuilderBase::AddSplignScores(), AddToIndexBlk(), CDirEntry::AddTrailingPathSeparator(), CAlignmentAssistant::AdjustAlign(), CAlignmentAssistant::AdjustBioseq(), adler32(), adler32_z(), AdvancedStringMatch(), AlignModelToSeqalign(), CPaintAlignment::AlignPosToSeqPos(), CFeaturePropagator::AlignPosToSeqPos(), bm::mem_alloc< BA, PA, APool >::alloc_gap_block(), bm::blocks_manager< Alloc >::allocate_gap_block(), CVariant::Append(), CSimpleBufferT< char >::append(), CGapsEditor::AppendGap(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::AppendToken(), CRecomputeIntervals::apply(), CConvertGapsBySize::apply(), CExpandGaps::apply(), CCombineAdjacentGaps::apply_impl(), CdBlaster::ApplyEndShiftToRange(), CBDB_BufferManager::ArrangePtrsPacked(), asn1_find_named_data(), asn1_get_sequence_of_cb(), asn1_get_tagged_int(), asn1_write_tagged_int(), CTempString::assign(), CTempStringEx::assign(), lmdb::val::assign(), CCassPrm::Assign(), AssignFuzzyCount(), CDiscrepancyVisitorImpl< _Name >::Autofix(), bm::avx2_bit_block_gather_scatter(), bm::avx2_bit_to_gap(), bm::avx2_idx_arr_block_lookup(), bm::avx2_lower_bound_scan_u32(), bm::avx2_set_block_bits(), bm::avx2_set_block_bits3(), BASE64_Encode(), BDB_compare_prefix(), bm::sparse_vector_scanner< SV, S_FACTOR >::bfind_eq_str(), bi_reverse(), bm::serializer< BV >::bienc_arr_sblock(), bm::serializer< BV >::bienc_gap_bit_block(), bin2ascii(), CVariant::Binary(), binary_to_result(), CCassQuery::BindBytes(), bm::bit_array_compute_gaps(), bm::bit_block_gather_scatter(), bm::bit_block_to_gap(), bit_convert_to_gap(), bm::bitcmp(), CDUpdater::blast(), Blast_KarlinBlkNuclGappedCalc(), BLAST_SetupPartialFetching(), BlastCompressBlastnaSequence(), BlastSaveInitHsp(), BlastSeqSrcSetRangesArgAddRange(), BlastSparseUint1ArrayNew(), BOOST_AUTO_TEST_CASE(), CGridCellWrapStringRenderer::BreakLines(), BuildGoodByteGraph(), BuildSetAlign(), BuildSetDendiagAlign(), BZ2_bzread(), BZ2_bzRead(), BZ2_bzwrite(), BZ2_bzWrite(), BZ2_hbMakeCodeLengths(), CachedTaxonomyLookupCommand(), cacher_close(), cacher_read(), cacher_write(), CSeqAnnotFromFasta::CacheSequences(), bm::blocks_manager< Alloc >::calc_arena_stat(), bm::bvector< Alloc >::calc_stat(), CalcMD5(), CHash::Calculate(), CalculateEffectiveTranslationLengths(), CAlnVec::CalculateScore(), Convert::CassValueConvert< string >(), CAutoDefSatelliteClause::CAutoDefSatelliteClause(), CChangePhyloTreeCommand::CChangePhyloTreeCommand(), CCigar::CCigar(), CDensityMapDS::CDensityMapDS(), CSeqMapSwitchPoint::ChangeSwitchPoint(), check_attr_ird(), check_cds(), check_chars(), check_dbname(), check_end_internal(), check_est_sts_gss_tpa_kwds(), check_hex(), check_lib(), check_match_limit(), check_posix_name(), check_translation(), CheckAccession(), CheckCollectionDate(), CheckDelGbblockSourceFromDescrs(), CheckFocusInOrgs(), CheckGAPMin(), CheckPairwiseAln(), CheckSourceFeatCoverage(), CheckSourceOverlap(), chunkcopy_core(), chunkcopy_core_safe(), chunkcopy_lapped_relaxed(), chunkcopy_lapped_safe(), chunkcopy_relaxed(), chunkcopy_safe(), chunkcopy_safe_ugly(), chunkset_core(), ChunkSize(), chunkunroll_relaxed(), CInDelInfo::CInDelInfo(), NHash::CityHash32(), NHash::CityHash64(), CkEndStop(), CkProteinTransl(), CAlignCollapser::CleanSelfTranscript(), CChain::ClipLowCoverageUTR(), CLiteAlign::CLiteAlign(), bm::blocks_manager< Alloc >::clone_gap_block(), CAlnVecPrinter::ClustalStyle(), CChain::CollectTrustedmRNAsProts(), gap_vector::combine_and(), gap_vector::combine_or(), gap_vector::combine_sub(), gap_vector::combine_xor(), CombineCorrectionsAndIndels(), compile_branch(), compress_block(), CompressLength(), CONN_ReadLine(), ConnNetInfo_CreateInternal(), ConnNetInfo_Log(), ConnNetInfo_ParseURL(), ConnNetInfo_URL(), ContainsSgml(), continue_parse_prepared_query(), gap_vector::control(), Convert(), bm::blocks_manager< Alloc >::convert_gap2bitset(), convert_to_upper(), convert_to_usc2le_string(), CGapsEditor::ConvertBioseqToDelta(), ConvertDendiagToPairwiseAln(), ConvertDensegToPairwiseAln(), CPepXML::ConvertDouble(), CSeq_loc_Conversion::ConvertInterval(), CGapsEditor::ConvertNs2Gaps(), ConvertPackedsegToPairwiseAln(), ConvertSeqLocsToPairwiseAln(), ConvertStdsegToPairwiseAln(), CSymLink::Copy(), CTempString::Copy(), copy_block(), copy_data_to_host_var(), bm::blocks_manager< Alloc >::copy_to_arena(), gfx::TimSort< RandomAccessIterator, LessFunction >::copy_to_tmp(), CNucProp::CountNmers(), CSeqAnnotFromFasta::CountNonAlphaToPositions(), CountNs(), CountNucleotides(), CountQueryCoverage(), CParse::CParse(), CProteinAlignText::CProteinAlignText(), crc32(), crc32_generic(), crc32_z(), CIgapIntronChain::Creat(), CSymLink::Create(), CAlnMap::CreateAlignFromRange(), CreateAlignRow(), CBlastBioseqMaker::CreateBioseqFromId(), CreateCompartmentAccessor(), CEditSequence::CreateControls(), CTableAnnotDataSource::CreateFeature(), variation_ref::CVariationUtil::CreateFlankLocs(), variation::CVariationUtil::CreateFlankLocs(), CDense_seg::CreateRowSeq_interval(), CFeaturePropagator::CreateRowSeq_loc(), CSraValue::CSraValue(), compile_time_bits::ct_basic_string< _Char >::ct_basic_string(), ct_cmd_props(), CTempString::CTempString(), CTempXStr< _TChar >::CTempXStr(), CSplignTrim::Cut50FromLeft(), CSplignTrim::Cut50FromRight(), CSplignTrim::CutFromLeft(), CSplignTrim::CutFromRight(), CSplignTrim::CutToMatchRight(), CVDBGraphDb_Impl::CVDBGraphDb_Impl(), dbadlen(), dbconvert_ps(), dbdatlen(), dbfcmd(), DBLB_GetServer(), dbperror(), dbpivot(), dbprhead(), dbprrow(), dbsetnull(), dbspr1row(), dbspr1rowlen(), dbsprline(), dbstring_get(), dbstring_length(), CNewCleanup_imp::DbtagBC(), NtlookupTestFixture::debruijnInit(), debug_print_line_by_line(), CExtraDecoder::Decode(), bm::deserializer< BV, DEC >::decode_arr_sblock(), bm::deserializer< BV, DEC >::decode_arrbit(), bm::deserializer< BV, DEC >::decode_bit_block(), DecodeXml(), deflate_stored(), deflateGetDictionary(), bm::iterator_deserializer< BV, SerialIterator >::deserialize(), Deserialize< string, float >(), bm::deserializer< BV, DEC >::deserialize_gap(), CCigar::DetailedCigarString(), bm::dgap_2_gap(), CDiffText::Diff(), rapidjson::internal::DigitGen(), dns_a(), dns_txt(), DoesPatternMatchHighlightedResidues(), CTaxValidationAndCleanup::DoTaxonomyUpdate(), CGlCurve< Curve >::DrawBuffered(), CGlGeometry::DrawCylinder(), OpenGLRenderer::DrawHalfWorm(), CPaintAlignment::DrawLineNumber(), driver_connect(), CChainer::DropAlignmentInfo(), CSimpleMakeFileContents::Dump(), dump(), dump_addr(), ecdsa_signature_to_asn1(), ecp_mpi_load(), embl_refs(), EndAdded(), entropy_update(), COctetStringTypeInfo::Equals(), CMySQL_LangCmd::EscapeString(), EvaluateInitialScore(), ex_display_dlen(), ExcludeBadExons(), CIgapIntronChain::Expand(), Block::extend(), bm::blocks_manager< Alloc >::extend_gap_block(), extend_inputline(), ExtendCDSToStopCodon(), CRecomputeIntervals::ExtendIntervalToEnd(), ExtendLocationForTranslExcept(), ExtendStop(), ExtendToStopCodon(), CCleanup::ExtendToStopCodon(), extract_collations(), extract_error(), CTableImportDataSource::ExtractFixedFields(), CDense_seg::ExtractSlice(), FakeGenBankBioSources(), NHash::FarmHash32(), NHash::FarmHash64(), fgets_raw(), CCassQuery::FieldGetBlobValue(), FileReadBuf(), fill_chars(), fill_hex(), CNWAligner::SAlignInOut::FillEdgeGaps(), FillSetsIntervals(), CDense_seg::FillUnaligned(), CAlnMixSegments::FillUnalignedRegions(), CAlignCollapser::FilterAlignments(), bm::serializer< BV >::find_gap_best_encoding(), bm::find_not_null_ptr(), FindFGapIntronNog(), FindInstCodeAndSpecID(), CParseTextMarker::FindInText(), FindMultiplyIncluded(), FindNextEntryBuf(), FindPatternHits(), rapidjson::internal::Schema< SchemaDocumentType >::FindPropertyIndex(), CValidError_align::FindSegmentGaps(), NAdapterSearch::CSimpleUngappedAligner::FindSingleBest(), CSeqGraphicPane::FindText(), fix_taxname_dot(), CFixProductNames::FixCaps(), flat2asn_range_func(), flush_pending(), CFlatSubmitterSeqidQVal::Format(), bm::mem_alloc< BA, PA, APool >::free_gap_block(), CDense_seg::FromTranscript(), CAlignMap::FShiftedLen(), CAlignMap::FShiftedMove(), CGeneModel::FShiftedMove(), fta_get_dblink_user_object(), fta_get_mga_user_object(), fta_get_project_user_object(), fta_get_seqloc_int_whole(), fta_parse_rpt_units(), fta_parse_rrna_feat(), fta_parse_tpa_tsa_block(), fta_tpa_keywords_check(), g_CORE_Sprintf(), impl::g_SubstituteParam(), g_VersionStr(), gfx::TimSort< RandomAccessIterator, LessFunction >::gallopLeft(), gfx::TimSort< RandomAccessIterator, LessFunction >::gallopRight(), bm::serializer< BV >::gamma_gap_bit_block(), bm::serializer< BV >::gamma_gap_block(), bm::gap_add_to_bitset(), bm::gap_and_to_bitset(), bm::gap_calc_level(), bm::gap_convert_to_bitset(), bm::gap_free_elements(), bm::gap_insert(), bm::gap_overhead(), bm::gap_set_array(), bm::gap_shift_l1(), bm::gap_shift_r1(), bm::gap_split(), bm::gap_sub_to_bitset(), GAPCheck(), GapsToDelta(), gb_refs_common(), gen_codes(), gen_random(), ct::SaltedCRC32< _CaseTag >::general(), generate_bvector(), CWGSSeqIterator::Get2na(), CWGSSeqIterator::SAmbiguityAccess::Get2na(), CWGSDb_Impl::SAmbiguityInfo::Get2na(), CWGSDb_Impl::SAmbiguityInfo::Get2naLengthBlock(), CWGSSeqIterator::SAmbiguityAccess::Get2naLengthExact(), CWGSDb_Impl::SAmbiguityInfo::Get2naLengthExact(), CWGSSeqIterator::Get4na(), CWGSSeqIterator::SAmbiguityAccess::Get4na(), CWGSDb_Impl::SAmbiguityInfo::Get4na(), CWGSDb_Impl::SAmbiguityInfo::Get4naLengthBlock(), CWGSSeqIterator::SAmbiguityAccess::Get4naLengthExact(), CWGSDb_Impl::SAmbiguityInfo::Get4naLengthExact(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_arr_bit(), get_art(), get_auth(), get_error(), bm::serial_stream_iterator< DEC, BLOCK_IDX >::get_inv_arr(), CRangeMapTraitsBase< Position, Mapped >::get_max_length(), get_pat(), SBamAlignInfo::get_read(), CBamDb::SPileupValues::get_split_acgt_counts(), get_string_size_longchar(), get_string_size_varchar(), GetAccVerHistCompletionHeader(), GetAccVerHistoryHeader(), GetAlignColl(), GetAlignmentByBestNeighbor(), CAlnMap::GetAlnPosFromSeqPos(), CSparseAlignment::GetAlnSeqString(), CSparseAln::GetAlnSeqString(), CSystemInfo::GetAvailPhysicalMemorySize(), GetBioseqCompletionHeader(), GetBioseqInfoHeader(), GetBioseqMessageHeader(), GetBioseqRecordId(), GetBlobChunkHeader(), GetBlobCompletionHeader(), GetBlobExcludeHeader(), GetBlobMessageHeader(), GetBlobPropCompletionHeader(), GetBlobPropHeader(), GetBlobPropMessageHeader(), CSplign::GetCds(), CConvertBadCdsAndRnaToMiscFeat::getCdsOverlap(), CBamAlignIterator::GetCIGARAlignment(), CBamAlignIterator::GetCIGARRefSize(), CBamAlignIterator::GetCIGARShortSize(), GetCitBookOld(), CWGSSeqIterator::GetClipQualityLength(), CAlnVec::GetColumnVector(), CAddGlobalCodeBreak::GetCommand(), CExtendCDSToStop::GetCommand(), CAddLinkageToGaps::GetCommand(), SAlignmentScoringModel::GetCoverage(), CCSraRefSeqIterator::GetCoverageGraph(), CSystemInfo::GetCpuCount(), CBedCoverageGraph::GetData(), CWigGraph::GetData(), CVcfHeatmap::GetData(), CWigGraph::GetDataCoverage(), CWGSSeqIterator::SWGSContigGapInfo::GetDataLength(), variation::GetDeltaLength(), GetDeltaSeqForPosition(), GetDeltaSeqSummary(), GetDescrComment(), GetDescrEmblBlock(), GetDRlineDataSP(), IPhyloTreeRender::GetEdgeColor(), GetEmblBlock(), GetEmblBlockXref(), GetEmblDate(), GetEmblDescr(), CBedCoverageGraph::GetEstimatedFeatureCount(), SAlignmentScoringModel::GetExonsOdds(), GetFlatBiomol(), CWGSSeqIterator::SWGSContigGapInfo::GetGapLength(), CWGSSeqIterator::SAmbiguityAccess::GetGapLengthExact(), CWGSDb_Impl::SAmbiguityInfo::GetGapLengthExact(), BlockModel::getGapToCTerminal(), GetGBBlock(), GetGenBankBlock(), GetGenBankDescr(), CProteinAlignText::GetGenomicBounds(), CGeneModel::GetInDels(), CCigar::GetInDels(), GetIPGMessageHeader(), GetIPGResolveHeader(), CBioseq_set::GetLabel(), CReadBlastApp::getLenScore(), GetLenSubNode(), GetLineOSorOC(), CSrvSocketTask::GetLocalPort(), DTDParser::GetLocation(), CDiffList::GetLongestCommonSubstring(), CBamAlignIterator::GetMatchAlign(), CCSraAlignIterator::GetMatchAlign(), CWord_substitution::GetMatchLens(), GetMemoryUsage(), CCurrentProcess::GetMemoryUsage(), CRenderCommon::GetMetric(), CRenderVector::GetMetric(), GetMismatches(), CSequenceTextGraph::GetModelRect(), CSequenceTickGraph::GetModelRect(), CHttpRequest::GetMultipleValuesParam(), GetNamedAnnotationCompletionHeader(), GetNamedAnnotationHeader(), GetNamedAnnotationMessageCompletionHeader(), GetNamedAnnotationMessageHeader(), GetNextExon(), CExonSelectorApplication::GetNextExon(), CMMapByteSourceReader::GetNextPart(), CHttpRequest::GetParam(), CNucProp::GetPercentGC(), GetPerNamedAnnotationResultsHeader(), GetPerNAResultsCompletionHeader(), GetProcessorMessageCompletionHeader(), GetProcessorMessageHeader(), GetProcessorProgressMessageHeader(), GetPublicCommentCompletionHeader(), GetPublicCommentHeader(), CNcbiApplogApp::GetRawAppName(), CHttpRequest::GetRawBuffer(), CBamAlignIterator::GetRawCIGAR(), CCSraShortReadIterator::GetReadRange(), CBamDb::GetRefSeqLength(), GetReleaseInfo(), GetReplyCompletionHeader(), GetReplyMessageHeader(), CChecksumBase::GetResult32(), CConvertBadCdsAndRnaToMiscFeat::getRnaOverlap(), CPaintAlignment::GetSegments(), CAlnWriter::GetSegString(), CSNPDbFeatIterator::GetSeq_feat(), CWGSScaffoldIterator::GetSeq_inst(), AalookupTestFixture::GetSeqBlk(), GetSeqData(), GetSeqLength(), CSeqDictionary< Alphabet >::GetSeqLength(), CDensegGraphicDataSource::GetSeqLength(), CWGSScaffoldIterator::GetSeqLength(), SBamIndexParams::GetSeqRange(), CAlnMixSeq::GetSeqString(), CSeqDictionary< Alphabet >::GetSequence(), CSeq_loc_Mapper_Base::GetSequenceLength(), CSraRun::GetSequenceLength(), CDataLoader::GetSequenceLengths(), GetSpanFromHyphenInString(), GetSPDate(), GetSPDescrComment(), CSraRun::GetSpotEntry(), GetSprotDescr(), GetSPSitesMod(), CCommentItem::GetStringForTLS(), CCommentItem::GetStringForTSA(), CCommentItem::GetStringForWGS(), BlockModel::getTotalBlockLength(), CSystemInfo::GetTotalPhysicalMemorySize(), GetTSEBlobChunkHeader(), GetTSEBlobCompletionHeader(), GetTSEBlobExcludeHeader(), GetTSEBlobMessageHeader(), GetTSEBlobPropCompletionHeader(), GetTSEBlobPropHeader(), GetTSEBlobPropMessageHeader(), AlignmentCollection::GetUpperBound(), CSystemInfo::GetUptime(), impl::GetValidUTF8Len(), COctetStringTypeInfo::GetValueOctetString(), CFIntron::GetW1len(), CAlnVec::GetWholeAlnSeqString(), GICache_GetAccFreqTab(), GlbAlign(), bm::interval_enumerator< BV >::go_to_impl(), rapidjson::internal::GrisuRound(), gz_load(), gz_open(), gz_read(), gz_skip(), gz_write(), gz_zero(), gzfread(), gzfwrite(), gzgets(), gzprintf(), gzputs(), gzread(), gzwrite(), rapidjson::GenericSchemaDocument< ValueT, Allocator >::HandleRefSchema(), CSplignTrim::HasAbuttingExonOnRight(), CCSraShortReadIterator::HasClippingInfo(), CProSplign::CImplementation::HasStartOnNuc(), hmac_drbg_reseed_core(), CSocketAPI::HostPortToString(), CHTMLHelper::HTMLDecode(), IfOnlyStopCodon(), IfSpecialFeat(), CCdFromFasta::ImportAlignmentData(), CSplignTrim::ImproveFromLeft(), CNWFormatter::SSegment::ImproveFromLeft1(), CSplignTrim::ImproveFromRight(), CNWFormatter::SSegment::ImproveFromRight1(), inflate(), inflate_fast(), inflate_fast_chunk_(), inflate_table(), inflateBack(), inflateSync(), InframeFraction(), NAdapterSearch::CSimpleUngappedAligner::Init(), CSeqScores::Init(), CAliPiece::Init(), CIgapIntron::Init(), CInDelInfo::Init(), CMultAlign::InsertDashesInBase(), CMultAlign::InsertDashesInReads(), InsertDatablkVal(), CAlignMap::InsertIndelRangesForInterval(), CAlignMap::InsertOneToOneRange(), bm::serializer< BV >::interpolated_encode_gap_block(), bm::serializer< BV >::interpolated_gap_bit_block(), is_valid_utf8(), NStr::IsBlank(), mu::ParserTokenReader::IsBuiltIn(), IsCapNameCorrect(), CSubSource::IsCorrectLatLonFormat(), CdBlaster::IsFootprintValid(), CSGAlignmentDS::IsGraphCached(), NStr::IsLower(), IsOverhangOkForTerminalCodeBreak(), CConvertBadCdsAndRnaToMiscFeat::IsShortrRNA(), IsShortrRNA(), IsSPROTAccession(), NStr::IsUpper(), mu::ParserComplex::IsVal(), join(), JoinCompartment(), JumperFindEdits(), DeBruijn::CDBGraphDigger::JumpOver(), rapidjson::BaseReaderHandler< typename SchemaDocumentType::SchemaType::EncodingType >::Key(), rapidjson::internal::Hasher< Encoding, Allocator >::Key(), rapidjson::GenericSchemaValidator< SchemaDocumentType, OutputHandler, StateAllocator >::Key(), rapidjson::internal::Schema< SchemaDocumentType >::Key(), LBSM_SubmitPenaltyOrRerate(), LBSMD_GetHostParameter(), LclAlign(), CRawScoreVector< Key, Score >::Length2(), CScoreVector< Key, Score >::Length2(), CCSRARefSeqInfo::LoadAnnotPileupChunk(), CTraceDataProxy::LoadData(), CSGTraceGraphDS::LoadData(), LoadEntry(), LoadEntryGenbank(), CForeignContaminationScreenReportReader::LoadFile(), CSeqMap::LoadSeq_data(), CVariant::LongBinary(), CVariant::LongChar(), longest_match(), main(), Make_GI_or_PDB_String_CN3D(), make_ntlm_v2_hash(), CSeqAnnotFromFasta::MakeAsIsSeqAnnot(), CSeqAnnotFromFasta::MakeIBMSeqAnnot(), MakemRNAforCDS(), MakeSeqLocFromDD(), BlockModel::mask(), match(), CReferenceItem::Matches(), CProteinAlignText::MatchText(), CFeatureGenerator::SImplementation::MaximizeTranslation(), mbedtls_asn1_find_named_data_ncbicxx_2_28_8(), mbedtls_asn1_get_alg_ncbicxx_2_28_8(), mbedtls_asn1_get_bitstring_null_ncbicxx_2_28_8(), mbedtls_asn1_get_bool_ncbicxx_2_28_8(), mbedtls_asn1_get_len_ncbicxx_2_28_8(), mbedtls_asn1_get_mpi_ncbicxx_2_28_8(), mbedtls_asn1_get_tag_ncbicxx_2_28_8(), mbedtls_asn1_traverse_sequence_of_ncbicxx_2_28_8(), mbedtls_asn1_write_algorithm_identifier_ext_ncbicxx_2_28_8(), mbedtls_asn1_write_bitstring_ncbicxx_2_28_8(), mbedtls_asn1_write_bool_ncbicxx_2_28_8(), mbedtls_asn1_write_len_ncbicxx_2_28_8(), mbedtls_asn1_write_mpi_ncbicxx_2_28_8(), mbedtls_asn1_write_null_ncbicxx_2_28_8(), mbedtls_asn1_write_octet_string_ncbicxx_2_28_8(), mbedtls_asn1_write_oid_ncbicxx_2_28_8(), mbedtls_asn1_write_raw_buffer_ncbicxx_2_28_8(), mbedtls_asn1_write_tagged_string_ncbicxx_2_28_8(), mbedtls_chachapoly_update_ncbicxx_2_28_8(), mbedtls_ct_memcpy_if_eq_ncbicxx_2_28_8(), mbedtls_ct_memcpy_offset_ncbicxx_2_28_8(), mbedtls_ctr_drbg_reseed_internal(), mbedtls_ctr_drbg_reseed_ncbicxx_2_28_8(), mbedtls_ctr_drbg_seed_ncbicxx_2_28_8(), mbedtls_ctr_drbg_set_entropy_len_ncbicxx_2_28_8(), mbedtls_ctr_drbg_set_nonce_len_ncbicxx_2_28_8(), mbedtls_debug_print_buf_ncbicxx_2_28_8(), mbedtls_dhm_calc_secret_ncbicxx_2_28_8(), mbedtls_dhm_parse_dhm_ncbicxx_2_28_8(), mbedtls_ecdsa_read_signature_restartable_ncbicxx_2_28_8(), mbedtls_ecp_tls_read_group_id_ncbicxx_2_28_8(), mbedtls_ecp_tls_read_group_ncbicxx_2_28_8(), mbedtls_entropy_func_ncbicxx_2_28_8(), mbedtls_entropy_update_manual_ncbicxx_2_28_8(), mbedtls_gcm_update_ncbicxx_2_28_8(), mbedtls_hardclock_poll_ncbicxx_2_28_8(), mbedtls_hmac_drbg_reseed_ncbicxx_2_28_8(), mbedtls_hmac_drbg_seed_ncbicxx_2_28_8(), mbedtls_hmac_drbg_set_entropy_len_ncbicxx_2_28_8(), mbedtls_net_recv_ncbicxx_2_28_8(), mbedtls_net_recv_timeout_ncbicxx_2_28_8(), mbedtls_net_send_ncbicxx_2_28_8(), mbedtls_pem_read_buffer_ncbicxx_2_28_8(), mbedtls_pem_write_buffer_ncbicxx_2_28_8(), mbedtls_pk_parse_key_ncbicxx_2_28_8(), mbedtls_pk_parse_public_key_ncbicxx_2_28_8(), mbedtls_pk_parse_subpubkey_ncbicxx_2_28_8(), mbedtls_pk_write_key_der_ncbicxx_2_28_8(), mbedtls_pk_write_pubkey_der_ncbicxx_2_28_8(), mbedtls_pk_write_pubkey_ncbicxx_2_28_8(), mbedtls_pkcs12_pbe_ext_ncbicxx_2_28_8(), mbedtls_pkcs12_pbe_ncbicxx_2_28_8(), mbedtls_pkcs12_pbe_sha1_rc4_128_ncbicxx_2_28_8(), mbedtls_platform_entropy_poll_ncbicxx_2_28_8(), mbedtls_platform_zeroize_ncbicxx_2_28_8(), mbedtls_psa_drbg_seed(), mbedtls_ssl_context_load_ncbicxx_2_28_8(), mbedtls_ssl_fetch_input_ncbicxx_2_28_8(), mbedtls_ssl_read_ncbicxx_2_28_8(), mbedtls_ssl_session_load_ncbicxx_2_28_8(), mbedtls_ssl_ticket_parse_ncbicxx_2_28_8(), mbedtls_ssl_write_ncbicxx_2_28_8(), mbedtls_ssl_write_record_ncbicxx_2_28_8(), mbedtls_strerror_ncbicxx_2_28_8(), mbedtls_x509_crl_parse_der_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_path_ncbicxx_2_28_8(), mbedtls_x509_csr_parse_der_ncbicxx_2_28_8(), mbedtls_x509_get_ext_ncbicxx_2_28_8(), mbedtls_x509_get_rsassa_pss_params_ncbicxx_2_28_8(), mbedtls_x509_get_sig_ncbicxx_2_28_8(), mbedtls_x509_get_time_ncbicxx_2_28_8(), mbedtls_x509_write_extensions_ncbicxx_2_28_8(), mbedtls_x509_write_names_ncbicxx_2_28_8(), mbedtls_x509_write_sig_ncbicxx_2_28_8(), mbedtls_x509write_crt_der_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_authority_key_identifier_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_basic_constraints_ncbicxx_2_28_8(), mbedtls_x509write_crt_set_subject_key_identifier_ncbicxx_2_28_8(), MD4Update(), MD5Update(), mdb_cmp_memn(), mdb_dbi_open(), mdb_env_copyfd0(), mdb_env_copythr(), mdb_env_init_meta(), mdb_env_read_header(), mdb_env_write_meta(), mdb_midl_append_range(), mdb_node_shrink(), mdb_txn_commit(), mdb_update_key(), memcchr(), CMemoryFile_Base::MemMapAdviseAddr(), MemoryAdvise(), memxor(), gfx::TimSort< RandomAccessIterator, LessFunction >::mergeCollapse(), gfx::TimSort< RandomAccessIterator, LessFunction >::mergeForceCollapse(), MIME_ComposeContentTypeEx(), MIME_ParseContentTypeEx(), DeBruijn::CDBGraphDigger::MostLikelyExtension(), DeBruijn::CDBGraphDigger::MostLikelySeq(), CdPssmInput::moveUpLongestRow(), NHash::MurmurHash2(), NHash::MurmurHash3_x86_32(), NHash::MurmurHash64A(), MutationOperationsTest(), my_strnlen(), mz_zip_string_equal(), mz_zip_writer_add_put_buf_callback(), NcbiAddrToDNS(), NcbiDNSIPToAddr(), NcbiIPToAddr(), NcbiLogP_Raw2(), NcbiOpenURL(), NcbiParseIPRange(), NcbiStringToAddr(), NcbiStringToIPv4(), NcbiStringToIPv6(), Nlm_DigitRunLength(), Nlm_LabelCopy(), Nlm_LabelCopyExtra(), Nlm_MemMapAdvise(), Nlm_rule_line(), Nlm_stream2text(), Nlm_StrSave(), Nlmzip_bi_reverse(), Nlmzip_copy_block(), CVect2< T >::Normalize(), CVect3< T >::Normalize(), DeBruijn::CReadHolder::NXX(), odbc_add_char_param(), odbc_connect(), odbc_convert_datetime_to_binary(), odbc_db_is_microsoft(), odbc_driver_is_freetds(), odbc_find_last_socket(), odbc_get_octet_len(), odbc_get_param_len(), odbc_quote_metadata(), odbc_read_login_info(), odbc_set_return_params(), odbc_set_return_status(), odbc_set_string_flag(), odbc_sql2tds(), odbc_stat_execute(), odbc_tds_version(), odbc_upper_column_names(), odbc_wstr2str(), CMrnaMatchInfo::OkWithoutCds(), SUv_Tcp::OnAlloc(), SH2S_Session::OnData(), SPSG_IoSession::OnData(), SUvNgHttp2_SessionBase::OnError(), SUvNgHttp2_TlsImpl::OnRecv(), SPSG_Request::OnReplyData(), CAlignmentAssistant::OnReverseStrand(), CAgpValidateReader::OnScaffoldEnd(), SUvNgHttp2_TlsImpl::OnSend(), CSeqGraphicWidget::OnSeqGoto(), CNcbiOstrstreamToString::operator string(), operator""_asn(), bm::blocks_manager< Alloc >::gap_level_func::operator()(), PEqualNocase::operator()(), CInitPSNodes::operator()(), CQueryTreeFieldResolveFunc::operator()(), CLightString::operator<(), operator<<(), CBDB_FieldFixedByteString::operator=(), CBDB_FieldLString::operator=(), CBDB_FieldString::operator=(), CDB_Char::operator=(), CDB_LongChar::operator=(), bm::blocks_manager< Alloc >::opt_copy_bit_block(), bm::blocks_manager< Alloc >::optimize_block(), bm::blocks_manager< Alloc >::optimize_gap_convert_bit_block(), CSeqConvert_imp::CPacker::Pack(), PackSeqPntCheckCpp(), CHttpGetParser::Parse(), CSeq_id_General_Str_Info::Parse(), rapidjson::GenericPointer< ValueType, Allocator >::Parse(), CSeq_id_Textseq_Info::ParseAcc(), CCleanup::ParseCodeBreak(), CFastaDeflineReader::ParseDefline(), CJsonParser::ParseDouble(), CJsonParser::ParseInt(), ParseSourceFeat(), ParseSPFeat(), CJsonParser::ParseString(), CJsonParser::ParseValue(), CMakefilePatch::PatchTreeMakefiles(), pcre_get_substring_list(), pk_get_rsapubkey(), pk_group_from_specified(), pk_parse_key_pkcs1_der(), pk_parse_key_pkcs8_encrypted_der(), pk_parse_key_pkcs8_unencrypted_der(), pk_parse_key_sec1_der(), pk_write_ec_param(), pk_write_ec_pubkey(), pk_write_rsa_pubkey(), CGnomonEngine::PointCodingScore(), CAlnVecPrinter::PopsetStyle(), bm::sparse_vector_scanner< SV, S_FACTOR >::prepare_and_sub_aggregator(), prepared_rpc(), print_gap(), bm::print_stat(), bm::PrintDGap(), bm::PrintDGapGamma(), bm::PrintGap(), TestUtil::PrintSequence(), CPdfNumber::PrintTo(), bm::aggregator< BV >::process_bit_blocks_or(), process_string(), ProjectExon_newlogic(), ProjectExon_oldlogic(), CAttrRangeCollection< TScore, TSeqPos >::push_back(), PushInDel(), COStreamBuffer::PutInt4(), COStreamBuffer::PutInt8(), COStreamBuffer::PutUint4(), COStreamBuffer::PutUint8(), rapidjson::BaseReaderHandler< typename SchemaDocumentType::SchemaType::EncodingType >::RawNumber(), rapidjson::internal::Hasher< Encoding, Allocator >::RawNumber(), CMMapByteSourceReader::Read(), SPhyloCSFCompactScore::Read(), CLZOCompressionFile::Read(), CCompressionIStream::Read(), CCompressionIOStream::Read(), CVariant::Read(), bm::deseriaizer_base< DEC, BLOCK_IDX >::read_bic_sb_arr(), read_buf(), bm::deseriaizer_base< DEC, BLOCK_IDX >::read_gap_block(), bm::deseriaizer_base< DEC, BLOCK_IDX >::read_id_list(), read_login_info(), CObjectIStreamAsn::ReadBitString(), CObjectIStreamAsnBinary::ReadBitString(), CObjectIStreamJson::ReadBitString(), CObjectIStreamXml::ReadBitString(), readBlob(), readBlobAsChar(), readGFF3Gap(), readline(), ReadStrWithLen(), CSeqDBRawFile::ReadSwapped(), CTableImportDataSource::RecomputeHeaders(), REG_Get(), RemapAlignToLoc(), CDense_seg::RemapToLoc(), RemoveDeltaSeqGaps(), CTrackUtils::RemoveEscape(), RemoveLastCharacter(), CExonSelectorApplication::Exon::RemoveLeftIndels(), RemovePeriodFromEnd(), CExonSelectorApplication::Exon::RemoveRightIndels(), CGeneModel::RemoveShortHolesAndRescore(), RemoveWhitespace_CJL(), SLock::Reset(), CDirEntry::Reset(), CChain::RestoreReasonableConfirmedStart(), RetrieveGi555WithTimeOut(), RetrieveLargeChromosomeWithTimeOut(), RetrieveLargeNuclSequence(), RetrieveLargeProteinWithTimeOut(), RetrievePartsOfLargeChromosome(), RevComp(), ReverseComplement(), CNewCleanup_imp::RnarefBC(), rnd_func(), rtrim(), rtrim_u16(), CWinMaskDemoApplication::Run(), CWinMaskApplication::Run(), CTestProtProd_ProteinLength::RunTest(), CTestTranscript_TranscriptLength::RunTest(), s_AddLogPrefix(), s_AddZeroPadInt(), s_AdjustNetParams(), s_AfrpProcessFastaGap(), s_AfterIsGap(), s_AfterIsGapORN(), s_AllLowerCase(), s_AsnRead(), s_AsnWrite(), s_Base256ToNum(), s_BlastDiagHashInsert(), s_BlockIsConsistent(), s_CalculateStarts(), s_CheckTraceMateAlign(), s_CitMatches(), s_CleanupIsShortrRNA(), s_CleanupLatLon(), s_CompressDiscToDenseq(), s_ComputeBtopAndIdentity(), CSplign::s_ComputeStats(), s_Connect(), s_CreateOrderedOrgCommentList(), s_DecodeUint8(), s_DoesBlockHaveIds(), s_DumpHeader(), s_DumpSparseMap(), s_EncodeUint8(), s_EvaluateNewScore(), s_ExonLen(), s_ExonToDenseg(), s_ExtendIntervalToEnd(), s_FindHitsShortDNA(), s_FindHitsShortHead(), s_FindHitsVeryLong(), s_FindSegment(), s_Fingerprint_Dense_diag(), s_FlyCG_PtoR(), s_FraqToNanosec(), s_FromSize(), s_FTPRename(), s_GetAlignmentLength(), s_GetBlockPattern(), s_GetCountIdentityMismatch(), s_GetDeflineFromIdString(), s_GetDigits(), CParseTextMarker::s_GetDigitsPosition(), s_GetHSPList(), s_GetIdFromString(), CParseTextMarker::s_GetLettersPosition(), s_GetLiteralLength(), s_GetNaLength(), s_GetNextSubjectChunk(), s_HTMLEncode(), s_HttpConnectorBuilder(), s_HttpUrlDecode(), s_ID(), s_Init(), s_IsBlank(), s_IsConnected_(), s_IsContentTypeDefined(), s_IsNAA(), s_IsOrganismComment(), s_LineInfoMergeAndStripSpaces(), s_LoadServices(), s_LocalQueryData2Packed_seqint(), s_LOG_FileHandler(), s_MakeFrom(), s_Match(), s_MbedTlsOpen(), s_ModifyUserHeader(), s_NuclUngappedExtend(), s_NumToBase256(), s_NumToOctal(), s_OctalToNum(), SUvNgHttp2_Session< SH2S_Session >::s_OnData(), SUvNgHttp2_Session< SH2S_Session >::s_OnError(), SUvNgHttp2_TlsImpl::s_OnRecv(), SUvNgHttp2_TlsImpl::s_OnSend(), s_OutputFeature(), s_ParseFuncName(), s_ParseNumber(), s_ParsePAXNumeric(), s_ParsePCRComponent(), s_ParseVersion(), s_PartialAtGapOrNs(), s_PHIGetExtraLongPattern(), s_PHIGetLongPattern(), s_PHIGetShortPattern(), s_Printable(), s_PrintParamsPair(), s_PrintParamsStr(), s_ProcessBlockLines(), s_ProcessListenEvent(), s_Read(), s_ReadAlignFileRaw(), s_ReadFileString(), s_ReadFullResponse(), s_ReadHeader(), s_ReadString(), s_REG_Get(), s_RemoveBracketedOrgFromEnd(), s_RemoveOrganismCommentFromLine(), s_RemoveOrgFromEndOfProtein(), s_ReplaceNocase(), s_ReportLineLengthError(), s_RestoreCaseVariant(), s_RestoreNumber(), s_RestoreNumberAndCaseVariant(), s_SaveSubjectOverhangs(), s_SearchTrackingEnv(), s_SeqDbGetSequence(), s_Set_4na_gap(), s_SetAmbiguitiesBlocks(), s_SetAmbiguitiesPos(), s_SetClient(), s_SetGaps(), s_SetHitID(), s_SetHost(), s_SetSession(), s_ShortenLatLon(), s_SkipDigits(), s_SocketConnectorBuilder(), s_SockWrite(), s_StringToAddr(), s_SVURLDecode(), s_TarChecksum(), s_TestIdFormatting(), CSplign::s_TestPolyA(), s_TestResultAlignment(), s_TooFar(), s_Trim(), s_TrimSpace(), s_TruncateLatLon(), s_UpdateAdler32(), s_VerifyChecksum(), s_WholeWordReplaceNocase(), save_retparam(), xml::impl::save_to_stream_cb(), xml::impl::save_to_string_cb(), SBlocks::SBlocks(), SDiagMessage::SDiagMessage(), SeekLastAlphaChar(), CProSplign::CImplementation::SeekStartStop(), CTL_BCPInCmd::Send(), CODBC_BCPInCmd::Send(), send_bits(), sendMTFValues(), SeqIntCheckCpp(), SeqPntCheckCpp(), CPaintAlignment::SeqPosToAlignPos(), CFeaturePropagator::SeqPosToAlignPos(), SerializationTest(), CPSGS_SatInfoChunksVerFlavorId2Info::Serialize(), CPSGS_IdModifiedVerFlavorId2Info::Serialize(), Serialize< string, float >(), SERV_LBDNS_Open(), SERV_PrintFirewallPorts(), SERV_SetImplicitServerType(), SERV_Update(), SERVICE_CreateConnectorEx(), CAlignRange< Position >::Set(), bm::str_sparse_vector< CharType, BV, STR_SIZE >::const_iterator::set_substr(), CAlnMap::SetAnchor(), CHitMatrixSeqGraph::SetBioseqHandle(), CCleanup::SetCodeBreakLocation(), CAppExplorerDataObject::SetData(), CBlastOptionsHandle::SetDbLength(), SetErrorsAccessions(), CChainer::CChainerImpl::SetFlagsForChains(), CCleanup::SetGenePartialByLongestContainedFeature(), CIgBlastTabularInfo::SetIgAnnotation(), CMultiAlignerOptions::SetKmerLength(), CSparseKmerCounts::SetKmerLength(), CBinaryKmerCounts::SetKmerLength(), CAlignRange< Position >::SetLength(), rapidjson::GenericValue< rapidjson::Encoding, rapidjson::Allocator >::ShortString::SetLength(), CDisplaySeqalign::SetLineLen(), CBlastFormat::SetLineLength(), CBlobSplitterImpl::SetLoc(), CStreamDiagHandler_Base::SetLogName(), CMagicBlastOptionsHandle::SetLongestIntronLength(), CPhyloTreeScheme::SetMaxLabelLength(), CBlastOptions::SetMBTemplateLength(), CBlastOptionsLocal::SetMBTemplateLength(), CSplign::SetMinHoleLen(), CSplign::SetMinPolyaLen(), TKmerMethods< TKmerCounts >::SetParams(), SetPartLength(), CUrlArgs_Parser::SetQueryString(), CRuler::SetRange(), CSimpleB2SWrapper::SetSeq(), CScorePValuesOptions::SetSeq1Len(), CScorePValuesOptions::SetSeq2Len(), CRulerPanel::SetSeqLength(), CDiffOperation::SetString(), setupQueryInfoForOffsetTranslation(), CDB_Char::SetValue(), CDB_LongChar::SetValue(), sha1(), CReadBlastApp::short_proteins(), skip_rr(), SkipMixedContent(), SkipTitle(), SkipTitleBuf(), ResidueProfiles::skipUnalignedSeg(), SkipWeasel(), SLock::SLock(), SOCK_GetPeerAddressStringEx(), SOCK_ntoa(), SOCK_ReadLine(), SOCK_StringToHostPortEx(), SpAddToIndexBlk(), SpecificHostCleanupCommand(), SPFeatGeneRef(), SPFeatProtRef(), SPGetPEValue(), CWinMaskUtil::CIdSet_TextMatch::split(), SprotRefString(), SPSGS_BlobId::SPSGS_BlobId(), sql_reopen(), SrchNodeSubType(), SrchNodeType(), bm::sse2_lower_bound_scan_u32(), ct::SaltedCRC32< _CaseTag >::sse42(), bm::sse42_idx_arr_block_lookup(), bm::sse42_set_block_bits(), bm::sse4_bit_block_gather_scatter(), ssl_bitmask_check(), ssl_bitmask_set(), ssl_calc_finished_tls(), ssl_calc_finished_tls_sha256(), ssl_calc_finished_tls_sha384(), ssl_context_load(), ssl_decrypt_encrypted_pms(), ssl_handle_possible_reconnect(), ssl_parse_alpn_ext(), ssl_parse_encrypt_then_mac_ext(), ssl_parse_extended_ms_ext(), ssl_parse_max_fragment_length_ext(), ssl_parse_record_header(), ssl_parse_renegotiation_info(), ssl_parse_servername_ext(), ssl_parse_session_ticket_ext(), ssl_parse_supported_elliptic_curves(), ssl_parse_supported_point_formats(), ssl_parse_supported_point_formats_ext(), ssl_parse_truncated_hmac_ext(), ssl_prepare_server_key_exchange(), ssl_session_load(), ssl_update_checksum_md5sha1(), ssl_update_checksum_sha256(), ssl_update_checksum_sha384(), ssl_update_checksum_start(), ssl_write_real(), CAlnScannerNexus::sStripCommentsOutsideCommand(), CIntervalTree::Stat(), SPSG_Request::StateArgs(), SPSG_Request::StateData(), SPSG_Request::StatePrefix(), str_icmp(), rapidjson::internal::Hasher< Encoding, Allocator >::String(), string_to_datetime(), string_to_result(), string_to_result_(), string_value(), DeBruijn::CDBGraphDigger::StringentExtension(), NStr::StringToNonNegativeInt(), CSeqUtils::StringToRange(), CVDBValueFor4Bits::substr(), CVDBValueFor2Bits::substr(), CVDBValueFor< char >::substr(), CTempString::substr(), CTempStringEx::substr(), sx_MakeGapLiteral(), sx_NewStringToNonNegativeInt(), syncsearch(), TaxonomyLookupCommand(), tdefl_output_buffer_putter(), tds5_fix_dot_query(), tds5_read_bulk_defaults(), tds71_do_login(), tds71_read_table_names(), tds72_get_varmax(), tds7_bcp_send_colmetadata(), tds7_build_param_def_from_params(), tds7_build_param_def_from_query(), tds7_crypt_pass(), tds7_put_query_params(), tds7_send_login(), tds7_write_param_def_from_params(), tds_alloc_get_string(), tds_alloc_packet(), tds_answer_challenge(), tds_asprintf(), tds_connect(), tds_connect_socket(), tds_connection_signaled(), tds_convert_stream(), tds_convert_string(), tds_convert_to_binary(), tds_copy_stream(), tds_cursor_fetch(), tds_cursor_setname(), tds_datain_stream_read(), tds_dataout_stream_write(), tds_des_ecb_encrypt(), tds_dstr_get(), tds_dynamic_stream_write(), tds_file_stream_read(), tds_generic_get(), tds_generic_put_info_len(), tds_get_packet(), tds_goodread(), tds_goodwrite(), tds_ntlm_handle_next(), tds_open_socket(), tds_packet_check_overflow(), tds_process_env_routing(), tds_process_login_tokens(), tds_process_loginack(), tds_put_data_info(), tds_put_data_info_length(), tds_put_params(), tds_put_string(), tds_quote(), tds_quote_id(), tds_quote_id_rpc(), tds_quote_string(), tds_quoteout_stream_write(), tds_random_buffer(), tds_read_packet(), tds_realloc_packet(), tds_send_login(), tds_setup_connection(), tds_setup_socket(), tds_socket_read(), tds_socket_write(), tds_staticin_stream_init(), tds_staticin_stream_read(), tds_staticout_stream_init(), tds_staticout_stream_write(), tds_strlcat(), tds_strlcpy(), tds_strndup(), tds_varmax_stream_read(), tds_vasprintf(), tdsdbopen(), Test(), test(), test0(), test_generic(), test_params(), test_rows(), test_split(), test_type(), test_with_dbname(), TestBinding(), TestCompressedSparseVectorScanGT(), TestDataNotFound(), TestDescriptorValues(), TestName(), to_utf8(), ToJsonString(), SCass_BlobId::ToString(), ToWxString(), CSingleCDSExceptionPanel::TransferDataFromWindow(), CProteinAlignText::TranslateDNA(), CEditSeqEndsWithAlign::TrimBeforeAfter(), CPCRPrimerSeq::TrimJunk(), TrimSpacesAndJunkFromEnds(), CVariant::Truncate(), CdBlaster::truncateBioseq(), CLabel::TruncateLabel(), TruncateSeqLoc(), TruncateText(), TruncTextLength(), uncompress2(), CByteStreamBuf::underflow(), unfinished_query_test(), unpack_rr(), sse42_crc32::update(), tabled_crc32::update(), compile_time_bits::ct_crc32< poly >::update4(), rapidjson::GenericValue< rapidjson::Encoding, rapidjson::Allocator >::ShortString::Usable(), UTIL_Adler32_Update(), UTIL_CRC32_Update(), UTIL_NcbiLocalHostName(), lmdb::val::val(), CFarPointerSeq::ValidateAlignment(), CCreateSeqHistForTpa::ValidateAlignments(), CValidError_bioseq::ValidateBioseqContext(), CValidError_imp::ValidateCitations(), CValidError_bioseq::ValidateDelta(), CValidError_bioseq::ValidateDeltaLoc(), CValidError_imp::ValidateOrgRefs(), CValidError_bioseqset::ValidatePopSet(), CValidError_bioseq::ValidateRawConst(), CValidError_bioseq::ValidateSeqFeatContext(), CValidError_bioseq::ValidateSeqLen(), CValidError_imp::ValidateSpecificHost(), CValidError_imp::ValidateStrain(), CValidError_bioseq::ValidateTwintrons(), CChecksum::ValidChecksumLine(), CChecksum::ValidChecksumLineLong(), ValNodeCopyStrExEx(), ValNodeMergeStrsExEx(), CVariant::VarBinary(), CVariant::VarBinaryMax(), CVariant::VarChar(), CVariant::VarCharMax(), VariBandAlign(), VDBSRC_GetSeqLen(), VDBSRC_GetTotSeqLen(), verify_utf8_sequence(), CCassNAnnotTaskFetch::Wait1(), SDiagMessage::Write(), CPhyloCSFData::Write(), CLZOCompressionFile::Write(), CCompressionOStream::Write(), CCompressionIOStream::Write(), SUv_Write::Write(), CAlnWriter::WriteAlignDenseSeg(), CObjectOStreamAsn::WriteBitString(), CObjectOStreamAsnBinary::WriteBitString(), CObjectOStreamJson::WriteBitString(), CObjectOStreamXml::WriteBitString(), rapidjson::internal::Hasher< Encoding, Allocator >::WriteBuffer(), CObjectOStreamAsn::WriteDouble2(), CNCServer::WriteEnvInfo(), SNetServerConnectionImpl::WriteLine(), CFileHandleDiagHandler::WriteMessage(), CFileDiagHandler::WriteMessage(), COctetStringTypeInfo::WriteOctetString(), CAlnWriter::WriteSparseAlign(), x509_crt_parse_der_core(), x509_get_attr_type_value(), x509_get_basic_constraints(), x509_get_certificate_policies(), x509_get_crl_entry_ext(), x509_get_crl_ext(), x509_get_crt_ext(), x509_get_dates(), x509_get_hash_alg(), x509_get_other_name(), x509_get_subject_alt_name(), x509_get_version(), x509_memcasecmp(), x509_parse_time(), x509_write_extension(), x509_write_name(), x509_write_time(), x509write_csr_der_internal(), CSeqMap::x_Add(), CFlatSeqLoc::x_Add(), CPhrap_Contig::x_AddAlignRanges(), CDllResolver::x_AddExtraDllPath(), CWGSSeqIterator::x_AddGap(), CSeqMap::x_AddGap(), CFastaReader::x_AddMultiwayAlignment(), CSeqMap::x_AddSegment(), CSeqMap::x_AddUnloadedSeq_data(), CSeq_loc_Mapper_Base::x_AdjustSeqTypesToProt(), CString_constraint::x_AdvancedStringMatch(), CTimeSpan::x_AsSmartString_Smart_Small(), x_Authenticate(), CSingleFeatValidator::x_CalculateLocationGaps(), CMapItem::x_CalculateRealTextWidth(), CCassBlobTaskLoadBlob::x_CheckChunksFinished(), x_CheckDomain(), CCDSTranslationProblems::x_CheckForRaggedEnd(), CVDBValue::x_CheckRange(), CVDBValueFor4Bits::x_CheckRange(), CVDBValueFor2Bits::x_CheckRange(), CSeq_loc_Mapper_Base::x_CheckSeqTypes(), CNWAligner::x_CheckSequence(), CFastaReader::x_CloseGap(), CSplitQueryTestFixture::x_CmpSequenceData(), CRegexpTemplateTester::x_Compare(), CElementaryMatching::x_CompartPair(), x_CopyDomain(), CPssmCddInputTest::x_CreateAlignment(), CAlnMap::x_CreateAlnStarts(), CSGAlignmentJob::x_CreateFeatGlyph(), CFeatureGenerator::SImplementation::x_CreateProteinBioseq(), CWigGraph::x_DecodeDelta(), x_DNSToIPv4(), x_DNSToIPv6(), CSearch_func::x_DoesStrContainPlural(), CFeatGlyph::x_DrawFeatureBar(), CAlignGlyph::x_DrawInserts(), CAlignGlyph::x_DrawMultiAlign(), CGlCurve< Curve >::x_DrawRecursiveBuffered(), CTranslationGlyph::x_DrawSequence(), CMapItem::x_DrawText(), CWigGraph::x_EncodeDelta(), CLDS2_Database::x_ExecuteSqls(), x_ExpandRange(), CElementaryMatching::x_ExtendHit(), CVectorTrimPanel::x_FindSegment(), CReportTrim::x_FindSegment(), CDense_seg::x_FindSegment(), CSingleFeatValidator::x_FindStartOfGap(), x_FixupUserHeader(), x_FlagsStr(), x_FlyCG_PtoR(), CAlnVecRow::x_ForEachAlnSeg(), CShowBlastDefline::x_FormatDeflineTableLine(), CShowBlastDefline::x_FormatDeflineTableLineCSV(), CShowBlastDefline::x_FormatDeflineTableLineText(), x_FTPDir(), x_FTPParseMdtm(), x_FTPParseReply(), x_FTPUnquote(), CContigItem::x_GatherInfo(), IPhyloTreeRender::x_GetEdgeDist(), CAsn2FastaApp::x_GetFastaOstream(), CSNPDb_Impl::x_GetGraphVDBRowId(), variation_ref::CHgvsParser::x_GetInstLength(), variation::CHgvsParser::x_GetInstLength(), CAlnMap::x_GetLen(), CValidError_graph::x_GetLitLength(), CGuiObjectInfoSeq_feat::x_GetLocLengthRow(), CSequenceSearchJob::x_GetMatches(), CWig2tableApplication::x_GetParamName(), CWig2tableApplication::x_GetParamValue(), CSeedTop::x_GetPatternRanges(), x_GetProfileMatchRanges(), CWGSSeqIterator::x_GetQualityAnnot(), CAlignedFeatureGraph::x_GetRecsSortedByLength(), CWGSSeqIterator::x_GetSegmentsWithExplicitGaps(), CWGSSeqIterator::x_GetSegmentsWithRecoveredGaps(), CCompartApp::x_GetSeqLength(), CSeqidlistRead::x_GetString(), CCDSTranslationProblems::x_GetTranslationMismatches(), CCDSTranslationProblems::x_GetTranslExceptProblems(), x_GetValue(), CMacroParser::x_GetWhereClause(), CWig2tableApplication::x_GetWord(), CDebugDumpFormatterText::x_IndentLine(), CTempString::x_Init(), CTimeSpan::x_Init(), CTime::x_Init(), CSeq_align_Mapper_Base::x_Init(), CDensegGraphicDataSource::x_InitCigar(), CMultiAligner::x_InitColumn(), CMultiAligner::x_InitInsertColumn(), variation_ref::CHgvsParser::x_insertion(), CDebugDumpFormatterText::x_InsertPageBreak(), CSeq_align_Mapper_Base::x_InsertSeg(), variation_ref::CHgvsParser::x_InstToString(), x_IPv4ToString(), x_IPv6ToString(), CCpGIslands::x_IsIsland(), CValidError_bioseq::x_IsPartialAtSpliceSiteOrGap(), x_IsValidChallenge(), x_IsValidParam(), x_json_serialize_string(), CAlignedFeatureGraph::x_Layout(), CAgpValidateApplication::x_LoadLenFa(), CHTMLPage::x_LoadTemplateLib(), CAdapterSearchApplication::x_MaskAdaptersPaired(), x_MbedTlsLogger(), CAlnMixMerger::x_Merge(), x_mkenv(), x_Namespace(), SCigarAlignment::x_NextChunk(), variation_ref::CHgvsParser::x_nuc_inv(), CRegexpTemplateTester::x_Op_Echo(), CRegexpTemplateTester::x_Op_Include(), CRegexpTemplateTester::x_Op_Set(), CRegexpTemplateTester::x_Op_Skip(), CRegexpTemplateTester::x_Op_Test(), CDisplaySeqalign::x_OutputSeq(), CTar::x_PackCurrentName(), CCgiUserAgent::x_Parse(), CRegEx::x_ParseDec(), CFeatureTableReader_Imp::x_ParseFeatureTableLine(), CRegEx::x_ParseHex(), CMacroParser::x_ParseMetaData(), CTar::x_ParsePAXData(), x_ParseScheme(), x_ParseSNP_Info(), CCgiUserAgent::x_ParseToken(), CRegexpTemplateTester::x_ParseVar(), CRegexpTemplateTester::x_ParseVarName(), CString_constraint::x_PartialCompare(), CAlnSpanVertModel::x_PopulateRowsSpliced(), CPdfObject::x_PrintTo(), CAnnotObject_Info::x_ProcessAlign(), CGeneModelFeatJob::x_ProcessLandMarkFeatures(), CXcompareAnnotsApplication::x_ProcessMappingRanges(), CSoapServerApplication::x_ProcessWsdlRequest(), CSeq_align_Mapper_Base::x_PushSeg(), CCdsGlyph::x_PutCodon(), IRWRegistry::x_Read(), x_ReadLine(), CCompartApp::x_ReadSeqLens(), CFastaReader::x_ReadSeqsToAlign(), CFeatGlyph::x_RedundantLabelCheck(), CVcfGlyph::x_RedundantLabelCheck(), CCountries::x_RemoveDelimitersFromEnds(), CAlignGlyph::x_RenderAveragableScores(), CAlnVecRow::x_RenderInserts(), CLayoutTrack::x_RenderProgressBar(), CSequenceTextGraph::x_RenderSequence(), CAlnVecRow::x_RenderSequence(), IPhyloTreeRender::x_RenderSplineVbo(), CAlnVecRow::x_RenderUnaligned(), x_ResolveType(), CBlastFormat::x_ReverseQuery(), CSplign::x_Run(), x_SaveStr(), CWigGraph::x_SaveSummary(), CSeqDBImpl::x_ScanTotals(), CSequenceSearchJob::x_SearchSequence(), CAlnMixMerger::x_SecondRowFits(), CSeqMap_CI::x_Select(), CODBC_Connection::x_SendData(), CTL_Connection::x_SendData(), CTL_Connection::x_SendUpdateWrite(), x_SepAndLen(), x_ServiceName(), x_SetDefaultReferer(), CGapsEditor::x_SetGapParameters(), CSeqDictionary< Alphabet >::x_SetIndex(), CSeqDictionary< Alphabet >::x_SetIndexAsRegion(), CUrlArgs_Parser::x_SetIndexString(), CCDSTranslationPanel::x_SetLocationForProtein(), CBlastTabularInfo::x_SetQueryCovSeqalign(), x_SetRequestIDs(), CCSraAlignIterator::x_Settle(), x_SetupConnectionParams(), CIgBlast::x_SetupCRegionSearch(), CIgBlast::x_SetupDbSearch(), CIgBlast::x_SetupDJSearch(), x_SetupHttpProxy(), CIgBlast::x_SetupNoOverlapDSearch(), x_size(), CSearch_func::x_SkipBracketOrParen(), CWig2tableApplication::x_SkipWS(), x_StrcatCRLF(), CSearch_func::x_StringMayContainPlural(), x_StringToIPv4(), x_StringToIPv6(), CRegEx::x_ThrowError(), x_tr(), x_Trim(), CStrainSerotypeInfluenza::x_TrimmingOrganismNames(), CCharHistogram::x_UpdateMaxRowLen(), CRawSeqToDeltaSeqByLoc::x_UpdateRows(), CCdregionValidator::x_ValidateFeatComment(), CSingleFeatValidator::x_ValidateGeneXRef(), CValidError_align::x_ValidateSeqLength(), CTar::x_WriteEntryInfo(), CBlastDbBlob::x_WriteRaw(), CGff3Writer::xAssignFeature(), xgbcheck_range(), xgbparselex_ver(), CWiggleReader::xGetParamName(), CWiggleReader::xGetParamValue(), CWiggleReader::xGetWord(), XMLAccessionsCheck(), XMLKeywordsCheck(), CWiggleReader::xSkipWS(), CUCSCRegionReader::xSmartFieldSplit(), xSrchNodeType(), xx_LoadLocalIPs(), zero_end(), zmemcmp(), zmemcpy(), zmemzero(), and CSeqGraphicWidget::ZoomOnRange().

◆ n

n = len + 2
Examples
/home/coremake/doxygen/cxx/include/corelib/ncbistr.hpp, and /home/coremake/doxygen/cxx/include/util/data_histogram.hpp.

Definition at line 1455 of file lex.newick.cpp.

Referenced by _pcre_find_bracket(), _SQLSetDescField(), _sse2neon_vmull_p64(), CRWStreambuf::_Xsgetn_s(), CConn_Streambuf::_Xsgetn_s(), CPushback_Streambuf::_Xsgetn_s(), CCompressionStreambuf::_Xsgetn_s(), CInt_fuzz::Add(), add_couple(), add_couples(), add_list_to_class(), add_number(), add_plane0(), CProjectTreeBuilder::AddDatatoolSourcesDepends(), CBoyerMooreMatcher::AddDelimiters(), MoleculeIdentifier::AddFields(), CChecksum::AddFile(), CGlModel2D::AddGeomNode(), CMsvcPrjProjectContext::AdditionalLinkerOptions(), addProblems(), CRegExFSA::AddState(), CChecksum::AddStream(), CAttribMenu::AddSubMenuUnique(), CGridCgiContext::AddTagMap(), CTreeGraphicsModel::AddTempCollapsedNode(), CGlModel2D::AddTempGeomNode(), adler32_z(), algSortQuickCallbackIndex(), CCdCore::AlignAnnotsValid(), AlignmentSet::AlignmentSet(), bm::block_allocator::allocate(), bm::ptr_allocator::allocate(), dbg_block_allocator::allocate(), dbg_ptr_allocator::allocate(), pool_block_allocator::allocate(), pool_ptr_allocator::allocate(), CBV_PoolBlockAlloc< BA, Lock >::allocate(), CCyclicDepends::AnalyzeProjItem(), CCyclicDepends::AnalyzeProjItemNew(), bm::bvector< Alloc >::and_bit_no_check(), CMemStore::Append(), CUICommandRegistry::ApplyAccelerators(), CApplyIndexerComments::ApplyToCSeq_entry(), CRemoveFeaturesDlg::ApplyToCSeq_entry(), CCorrectIntervalOrder::ApplyToCSeq_entry(), CFastaReader::AssembleSeq(), CDB_Stream::Assign(), CJson_Node::AssignCopy(), CTimeSpan::AssignFromSmartString(), atd(), CDiscrepancyVisitorImpl< _Name >::Autofix(), bm::avx2_set_block_bits(), bm::avx2_set_block_bits2(), bm::avx2_set_block_bits3(), bm::bit_out< TEncoder >::bic_encode_u16_cm(), bm::bit_out< TEncoder >::bic_encode_u32_cm(), CVariant::BigInt(), BioTreeConvert2Container(), BioTreeConvert2Dynamic(), BioTreeForestConvert2Container(), BLAST_ComputeLengthAdjustment(), BLAST_Factorial(), BLAST_LnGammaInt(), Blast_OptimizeTargetFrequencies(), BLAST_Powi(), BLAST_RombergIntegrate(), BLAST_SpougeEtoS(), AlignmentManager::BlockAlignUpdate(), BOOST_AUTO_TEST_CASE(), BSearchContextInfo(), BSearchInt4(), bsW(), build_tree(), WSDLParser::BuildDataTree(), CProjectTreeBuilder::BuildProjectTree(), bwfi(), BZ2_bzCompressInit(), BZ2_bzRead(), BZ2_bzWrite(), BZ2_bzWriteClose64(), BZ2_hbAssignCodes(), CachedTaxonomyLookupCommand(), CBLASTParams::CBLASTParams(), CDDSplashDialog::CDDSplashDialog(), CDiagHit::CDiagHit(), CdsTrnaOverlapStr(), check_chars(), check_flags(), check_hex(), CConnTest::CheckFWConnections(), CheckRowNum(), ChemicalGraph::ChemicalGraph(), CEUtilsUpdater::CitMatch(), CJson_Array::CJson_Array(), CJson_Object::CJson_Object(), CJson_Value::CJson_Value(), CCleanup::CleanupAuthor(), bm::bvector< >::clear_bit(), bm::bvector< Alloc >::clear_bit_no_check(), CTcpDaemon::ClientConnected(), CTcpDaemon::ClientDisconnected(), impl::CDriverContext::CloseOldIdleConns(), CMemStore::CMemStore(), CMySQL_RowResult::CMySQL_RowResult(), CNumberValidator::CNumberValidator(), CODBC_RowResult::CODBC_RowResult(), CPhyloTreeDataSource::CollapseByDistance(), CRegExFSA::Collect(), CollectDllsDepends(), CProjBulderApp::CollectLibToLibDependencies(), NStr::CommonPrefixSize(), NStr::CommonSuffixSize(), XStr::Compare(), NStr::Compare(), CFile::Compare(), compare_opcodes(), XStr::CompareCase(), NStr::CompareCase(), CTempXStr< _TChar >::CompareCase(), XStr::CompareNocase(), NStr::CompareNocase(), CTempXStr< _TChar >::CompareNocase(), CDiscrepancyContext::CompareRefs(), compile_branch(), compress(), CLZOCompression::CompressBlock(), CLZOCompression::CompressBuffer(), ComputeRMSD(), ConfigureAutodefForSeqEntry(), ConfigureAutodefParamsForBestCombo(), ConfigureParamsForPrefixCombo(), CAutoDefFeatureClause_Base::ConsolidateRepeatedClauses(), OpenGLRenderer::ConstructLogo(), CRanges::Contain(), convert_to_float(), CPepXML::ConvertDouble(), CWordPairIndexer::ConvertUTF8ToAscii(), CORE_SendMailEx(), bm::count_leading_zeros(), rapidjson::internal::CountDecimalDigit32(), CNucProp::CountNmers(), CountNs(), CountNucleotides(), cpal(), CParallelProcessing< TParams >::CParallelProcessing(), CPointerPot::CPointerPot(), CQuickSortStack::CQuickSortStack(), CRanges::CRanges(), crc32_combine_(), CProjBulderApp::CreateCheckList(), CApplyRNAITSDlg::CreateControls(), CAutodefParamsPanel::CreateControls(), CFeatureGenePanel::CreateControls(), Threader::CreateCorDef(), CreateDllBuildTree(), CProjectItemsTree::CreateFrom(), SMakeProjectT::CreateIncludeDirs(), BlockAligner::CreateNewPairwiseAlignmentsByBlockAlignment(), CPrintSetupDlg::CreatePaperTypeChoice(), CRWStreambuf::CRWStreambuf(), CSeqDB_BaseName::CSeqDB_BaseName(), CSeqDB_DirName::CSeqDB_DirName(), CT_CompressBuffer(), CT_DecompressBuffer(), CTLibContext::CTLIB_SetLoginRetryCount(), ctransition_ErrMessage(), CPhyloTreeDataSource::Cut(), dbbylist(), dbclrbuf(), DBLB_GetServer(), dbpivot_lookup_name(), CBV_PoolBlockAlloc< BA, Lock >::deallocate(), dbg_block_allocator::deallocate(), pool_block_allocator::deallocate(), dbg_ptr_allocator::deallocate(), debruijn(), DebugDumpPairsCRefCRef(), DebugDumpPairsPtrCRef(), DebugDumpPairsPtrPtr(), DebugDumpPairsValuePtr(), DebugDumpRangeCRef(), DebugDumpRangeObj(), DebugDumpRangePtr(), decode_number(), CLZOCompression::DecompressBlock(), CLZOCompression::DecompressBuffer(), deflateSetDictionary(), CMemStore::Delete(), CQueue::DeleteBatch(), CBioTree< BioTreeBaseNode< CBioTreeEmptyNodeData, CBioTreeFeatureList > >::CBioNode::DetachNode(), detect_data_type(), dhm_read_bignum(), div_small(), dns_txt(), SAppProjectT::DoCreate(), xml::document::document(), CSeqMaskerOstatAscii::doFinalize(), SMakeProjectT::DoResolveDefs(), CTaxValidationAndCleanup::DoTaxonomyUpdate(), DoTest(), rapidjson::internal::Hasher< Encoding, Allocator >::Double(), double_to_string(), CSuspectProductRulesEditor::DoubleClick(), NStr::DoubleToString(), CConn_FtpStream::Drain(), ChemicalGraph::DrawAll(), OpenGLRenderer::DrawStrand(), DualResiduals(), CRegEx::CRegX::DummyTrans(), dump(), dump_addr(), AlignmentDisplay::DumpCondensed(), DumpFASTA(), DumpText(), DynamicConvert2Tree(), ecp_group_load(), splign_local::ElemFromBuffer(), splign_local::ElemToBuffer(), CRegExFSA::CRegExState::Emit(), CRegExFSA::Emit(), endsInBz2(), EnumeratorTest(), NStr::Equal(), NStr::EqualCase(), NStr::EqualNocase(), bm::bvector< Alloc >::erase(), CSeqDB_Substring::EraseBack(), CSeqDB_Substring::EraseFront(), CLZOCompression::EstimateCompressionBufferSize(), rapidjson::internal::GenericRegex< Encoding, Allocator >::EvalQuantifier(), ExcludeBadExons(), CReportNode::Export(), CCyclicDepends::ExtendChains(), CConnTest::ExtraCheckOnFailure(), FactorReNewtonSystem(), fallbackQSort3(), fill_chars(), fill_hex(), fill_window(), CRgbaGradColorTable::FillGradient(), CAlignCollapser::FilterAlignments(), xml::node::find(), SAccGuide::Find(), find_error_text(), SeqSwapper::findBestPairings(), FindFlatfileText(), CProjectTreeFolders::FindFolder(), FindGoodParts(), CSeq_id_General_Tree::FindMatch(), CBioTreeForest< BioTree >::FindNode(), CFindPattern::FindNucNmerRepeats(), CProjectTreeFolders::FindOrCreateFolder(), FixCapitalizationInString(), fkm(), fkm_output(), CLZOCompressor::Flush(), CLZODecompressor::Flush(), CDiscrepancySet::Format(), CFlatBoolQVal::Format(), CFlatSeqLocQVal::Format(), CBlastMasterNode::FormatResults(), FromArrayString(), fta_check_embl_drxref_dups(), SPSG_StatsCounters::SReport::Func(), g_ExtractReaderContents(), gen_bitlen(), gen_codes(), CRegExFSA::GenerateArrayMapData(), CRegExFSA::GenerateDotGraph(), CSeqIdGenerator::GenerateID(), CRegExFSA::GenerateSourceCode(), CProjBulderApp::GenerateUnixProjects(), Colors::Get(), CPointerPot::Get(), bm::bvector< Alloc >::get_bit(), get_bool(), get_first_set(), get_float_precision_factor(), get_LSH_hashes(), get_LSH_hashes2(), get_LSH_hashes5(), CReadBlastApp::get_neighboring_sequences(), get_unichar(), CAlnVec::GetAlnSeqString(), CDiscrepancyContext::GetAminoacidName(), SRequestBuilder::SReader< CArgs >::GetBioIds(), CSeqEntryIndex::GetBioseqIndex(), CSeqMasterIndex::GetBioseqIndex(), CSeqAnnotFromFasta::GetBlocksFromCounts(), CCompartmentAccessor< THit >::GetCounts(), CSystemInfo::GetCpuCountAllowed(), CJson_WalkHandler::GetCurrentJPath(), CJson_WalkHandler::GetCurrentJPointer(), CGBObjectLoader::GetDescription(), CPhyloTree::GetExplicitlySelectedAndNotCollapsed(), AMatrix_base::GetExtremalEntries(), CDiscrepancyObject::GetFeatureType(), CBDB_BufferManager::GetField(), CBDB_FileCursor::GetFieldConvert(), CCurrentProcess::GetFileDescriptorsCount(), CMatchFeatureTableDlg::GetFtableIDToSeqIDMap(), CDiscrepancyContext::GetGenomeName(), Threader::GetGeometryViolations(), CHitMatrixRenderer::GetGraphs(), CDensityMapDS::GetGraphTypes(), CUnixFeature::GetGroupGIDByName(), CUnixFeature::GetGroupNameByGID(), CVCFVariantsBase::GetHistogram(), CMSSpectrumMatch::GetHitInfo(), MoleculeIdentifier::GetIdentifier(), CIStreamBuffer::GetInt4(), CIStreamBuffer::GetInt8(), CProjectItemsTree::GetInternalDepends(), GetLenSubNode(), CDiscrepancyObject::GetLocation(), CReadBlastApp::GetLocMap(), CDiscrepancyObject::GetLocusTag(), CSeqDBGiMask::GetMaskData(), CMSHit::GetModInfo(), CPanelGrid::GetNeighbours(), CDFamily::getNewickRepresentation(), IPhyloTreeLOD::GetNodeLabelDist(), GetNonConsensusSpliceCount(), CSpecificHostNode::GetNthChild(), CBBox< 3 >::GetNthRange(), CArchiveZip::GetNumEntries(), SAlignmentScoringModel::GetNumGapopensBetweenExons(), CFastaIOWrapper::GetNumRead(), CQueue::GetParameters(), CQueueParamAccessor::GetParamName(), CQueueParamAccessor::GetParamValue(), CBV_PoolBlockAlloc< BA, Lock >::GetPool(), CDiscrepancyObject::GetProductName(), CNumAdderCtx::GetRandomNumber(), CRateMonitor::GetRate(), CTL_Cmd::GetRowCount(), CAppTaskService::GetRunningTasksCount(), OpenGLRenderer::GetSelected(), CwxHistogramDlg::GetSelected(), CPhyTreeView::GetSelection(), AalookupTestFixture::GetSeqBlk(), CDBLB_ServiceMapper::GetServerOptions(), CAdvancedAlignCleanup::GetSplignCompartments(), CDiscRepItem::GetStr(), CVariant::GetString(), GetTextEncodingForm(), GetTreeNeighborhood(), CIStreamBuffer::GetUint4(), CIStreamBuffer::GetUint8(), CTrackContainer::GetUniqueTrackName(), CUnixFeature::GetUserNameByUID(), CUnixFeature::GetUserUIDByName(), impl::GetValidUTF8Len(), gf2_matrix_square(), CAutoDefFeatureClause_Base::GroupSegmentedCDSs(), gz_avail(), gz_read(), gz_skip(), gz_write(), gz_zero(), gzgets(), gzread(), gzseek64(), Has4Numbers(), IResultSetMetaData::HasColumn(), SAnnotSelector::HasIncludedOnlyNamedAnnotAccessions(), HEAP_Alloc(), HEAP_Free(), HEAP_FreeFast(), HEAP_Next(), heapify(), help(), CConnTest::HttpOkay(), huft_build(), iexp(), bm::bvector< Alloc >::import(), bm::bvector< Alloc >::import_sorted(), CMacroFlowEditor::ImportLibrary(), UpdateViewer::ImportStructure(), Matrix< T >::in(), bm::bvector< Alloc >::inc(), SAnnotSelector::IncludedAnnotName(), inflate_codes(), inflate_dynamic(), inflate_stored(), CFloatTextValidator::Init(), CGroupMapWidget::Init(), SThrottleParams::SIOFailureThreshold::Init(), init_block(), CBlastSearchTask::Init_Monitoring(), CBlastSearchTask::Init_RetrieveRID(), CBlastSearchTask::Init_SubmitSearch(), CNetScheduleServer::InitNodeID(), InitSpellChecker(), xml::document::insert(), xml::node::insert(), CMemStore::Insert(), CSpecificHostNode::Insert(), bm::bvector< Alloc >::insert(), insert_unique(), CMultAlign::InsertDashesInBase(), CMultAlign::InsertDashesInReads(), CStatusBar::InsertFieldWindow(), InspectSeqFeat(), CVariant::Int(), rapidjson::internal::Hasher< Encoding, Allocator >::Int(), rapidjson::internal::Hasher< Encoding, Allocator >::Int64(), integerPositivePower(), integerPower(), DeBruijn::IntegerTemplate< LargeInt< 1 >, LargeInt< 2 >, LargeInt< 4 >, LargeInt< 8 >, LargeInt< 16 > >::IntegerTemplate(), intPower(), ipow10(), is_anchored(), is_startline(), CRegEx::CRegXConcat::IsCaseInsensitive(), CRegEx::CRegXSelect::IsCaseInsensitive(), IsProducedByDatatool(), CDiscrepancyContext::IsSeqSet(), rapidjson::GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::IterativeParse(), JumperExtendLeft(), JumperExtendLeftCompressed(), JumperExtendLeftCompressedWithTraceback(), JumperExtendLeftCompressedWithTracebackOptimal(), JumperExtendRight(), JumperExtendRightCompressed(), JumperExtendRightCompressedWithTraceback(), JumperExtendRightCompressedWithTracebackOptimal(), JumperExtendRightWithTraceback(), CStdPoolOfThreads::KillAllThreads(), CStatusBar::Layout(), LB_Select(), LBSM_HINFO_PortUsage(), AMatrix_base::LinearTransform(), ASNDataManager::Load(), load_file(), CDataTool::LoadDefinitions(), CCompressionDictionary::LoadFromStream(), CWidgetDisplayStyle::LoadSettings(), LOG(), LookupCharacterFromNCBIStdaaNumber(), LookupNCBIStdaaNumberFromCharacter(), main(), mainQSort3(), value_slice::CMakeObject< SSafeCP, pair< T1, T2 >, CDB_Result >::Make(), value_slice::CMakeObject< CP, vector< T >, CDB_Result >::Make(), value_slice::CMakeObject< CP, stack< T >, CDB_Result >::Make(), value_slice::CMakeObject< CP, deque< T >, CDB_Result >::Make(), value_slice::CMakeObject< CP, set< T >, CDB_Result >::Make(), value_slice::CMakeObject< SRunTimeCP, map< K, V >, CDB_Result >::Make(), value_slice::CMakeObject< SSafeCP, map< K, V >, CDB_Result >::Make(), mallocFail(), MaxSTest(), mbedtls_aes_crypt_cfb128_ncbicxx_2_28_8(), mbedtls_aes_crypt_ctr_ncbicxx_2_28_8(), mbedtls_aes_crypt_ofb_ncbicxx_2_28_8(), mbedtls_base64_decode_ncbicxx_2_28_8(), mbedtls_base64_encode_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_cfb64_ncbicxx_2_28_8(), mbedtls_blowfish_crypt_ctr_ncbicxx_2_28_8(), mbedtls_buffer_offset(), mbedtls_buffer_offset_const(), mbedtls_camellia_crypt_cfb128_ncbicxx_2_28_8(), mbedtls_camellia_crypt_ctr_ncbicxx_2_28_8(), mbedtls_ct_mem_move_to_left(), mbedtls_ct_memcmp_ncbicxx_2_28_8(), mbedtls_ct_mpi_uint_cond_assign_ncbicxx_2_28_8(), mbedtls_ctr_drbg_update_seed_file_ncbicxx_2_28_8(), mbedtls_debug_print_mpi_ncbicxx_2_28_8(), mbedtls_dhm_parse_dhmfile_ncbicxx_2_28_8(), mbedtls_ecp_muladd_ncbicxx_2_28_8(), mbedtls_ecp_muladd_restartable_ncbicxx_2_28_8(), mbedtls_entropy_update_seed_file_ncbicxx_2_28_8(), mbedtls_hkdf_expand_ncbicxx_2_28_8(), mbedtls_hmac_drbg_update_seed_file_ncbicxx_2_28_8(), mbedtls_md_file_ncbicxx_2_28_8(), mbedtls_mpi_div_mpi_ncbicxx_2_28_8(), mbedtls_mpi_gen_prime_ncbicxx_2_28_8(), mbedtls_mpi_montmul_ncbicxx_2_28_8(), mbedtls_mpi_mul_int_ncbicxx_2_28_8(), mbedtls_mpi_read_string_ncbicxx_2_28_8(), mbedtls_mpi_safe_cond_assign_ncbicxx_2_28_8(), mbedtls_mpi_sub_abs_ncbicxx_2_28_8(), mbedtls_mpi_write_file_ncbicxx_2_28_8(), mbedtls_mpi_write_string_ncbicxx_2_28_8(), mbedtls_mpi_zeroize(), mbedtls_net_accept_ncbicxx_2_28_8(), mbedtls_net_bind_ncbicxx_2_28_8(), mbedtls_net_set_block_ncbicxx_2_28_8(), mbedtls_net_set_nonblock_ncbicxx_2_28_8(), mbedtls_oid_get_numeric_string_ncbicxx_2_28_8(), mbedtls_pk_load_file_ncbicxx_2_28_8(), mbedtls_pk_parse_keyfile_ncbicxx_2_28_8(), mbedtls_pk_parse_public_keyfile_ncbicxx_2_28_8(), mbedtls_psa_safer_memcmp(), mbedtls_ssl_read_ncbicxx_2_28_8(), mbedtls_x509_crl_info_ncbicxx_2_28_8(), mbedtls_x509_crl_parse_file_ncbicxx_2_28_8(), mbedtls_x509_crt_parse_file_ncbicxx_2_28_8(), mbedtls_x509_crt_verify_info_ncbicxx_2_28_8(), mbedtls_x509_csr_info_ncbicxx_2_28_8(), mbedtls_x509_csr_parse_file_ncbicxx_2_28_8(), mbedtls_x509_dn_gets_ncbicxx_2_28_8(), mbedtls_x509_key_size_helper_ncbicxx_2_28_8(), mbedtls_x509_serial_gets_ncbicxx_2_28_8(), mbedtls_x509_sig_alg_gets_ncbicxx_2_28_8(), mdb_dbis_update(), mdb_dlist_free(), mdb_drop0(), mdb_env_cwalk(), mdb_mid2l_search(), mdb_midl_append_range(), mdb_midl_search(), mdb_page_flush(), mdb_pid_insert(), MemSet(), memxor(), gfx::TimSort< RandomAccessIterator, LessFunction >::mergeCollapse(), gfx::TimSort< RandomAccessIterator, LessFunction >::mergeForceCollapse(), mgf_mask(), gfx::TimSort< RandomAccessIterator, LessFunction >::minRunLength(), ASNDataManager::MonitorAlignments(), SequenceDisplay::MouseOver(), mpi_sub_hlp(), mul_small(), CTL_RowResult::my_ct_get_data(), OpenGLRenderer::MyGluSphere(), myMalloc(), mz_file_read_func_stdio(), mz_zip_array_ensure_room(), mz_zip_array_push_back(), mz_zip_compute_crc32_callback(), mz_zip_file_read_func(), mz_zip_file_stat_internal(), mz_zip_file_write_callback(), mz_zip_file_write_func(), mz_zip_heap_write_func(), mz_zip_mem_read_func(), mz_zip_read_archive_data(), mz_zip_reader_get_filename(), mz_zip_reader_locate_header_sig(), mz_zip_reader_read_central_dir(), mz_zip_writer_add_from_zip_reader(), mz_zip_writer_add_read_buf_callback(), mz_zip_writer_compute_padding_needed_for_file_alignment(), mz_zip_writer_init_file_v2(), mz_zip_writer_write_zeros(), BlockMultipleAlignment::NAlignedBlocks(), NCBI_HasSpaces(), NCBI_LinearSolution(), NCBI_memcchr(), NCBI_memrchr(), NCBI_simple_atof(), NCBI_SingularValueDecomposition(), NCBI_strncasecmp(), NCBI_strndup(), NCBI_SymmetricEigens(), NcbiAddrToDNS(), NcbiBlowfishDecrypt(), NcbiBlowfishEncrypt(), NcbiBlowfishInit(), NcbiGetHostIfConfEx(), NcbiGetline(), NcbiIPv6Subnet(), NcbiIPv6Suffix(), NcbiIsInIPv6Network(), NcbiIsLocalIPEx(), NcbiLog_UpdateOnFork(), NcbiLogP_GenerateHitID(), NcbiLogP_GenerateSID(), NcbiLogP_Raw2(), NcbiParseIPRange(), NcbiStringToIPv4(), NcbiStringToIPv6(), CInt_fuzz::Negate(), CInt_fuzz::Negative(), neighbor_query(), CDistMethods::NjTree(), Nlm_AddVectors(), Nlm_EuclideanNorm(), Nlm_FactorLtriangPosDef(), Nlm_LtriangMatrixNew(), Nlm_SolveLtriangPosDef(), Nlm_StepBound(), Nlmzip_ct_init(), Nlmzip_updcrc(), CNucProp::Nmer2Int(), impl::CDriverContext::NofConnections(), CTranslationTable::NucToChar(), CDemoApplication::NumAdderHook(), CNucProp::NumberOfNmers(), NJ_TreeAlgorithm::numChildren(), SLC_TreeAlgorithm::numChildren(), CNucProp::Nybble2Nuc(), odbc_build_update_params(), odbc_check_cols(), odbc_check_rows(), odbc_clear_bools(), odbc_errs_add(), odbc_errs_add_rdbms(), odbc_find_last_socket(), odbc_from_sqlwchar(), odbc_get_sqlchar(), odbc_set_bool(), odbc_to_sqlwchar(), odbc_upper_column_names(), CFeatureGraph::OnAJNotification(), CApplyRNAITSDlg::OnAnyOtherChoiceSelected(), CDDRefDialog::OnButton(), CwxPhyloEditDlg::OnButton4Click(), CAutodefParamsPanel::OnChangeModifierListChoice(), CRearrangeList::OnCheck(), CProjectTreeViewDropTarget::OnData(), CMultiFileInput::CDropTarget::OnData(), CRearrangeList::OnDoubleClick(), CPSGS_ThreadPool_Controller::OnEvent(), CApplyRNAITSDlg::OnFirstChoiceSelected(), SH2S_Session::OnHeader(), CPhyloTreeWidget::OnInfoTip(), CApplyRNAITSDlg::OnITSRadioBoxSelected(), IPhyloTreeRender::OnLeftDown(), CDiscrepancyPanel::OnListClk(), CDiscrepancyPanel::OnListDblClk(), CGradientColorPanel::OnPaint(), CGradientPanel::OnPaint(), CwxMainFrame::OnPostEventsClick(), CwxSavePdfBaseDlg::OnSaveClick(), CwxExportAlnmultiImgDlg::OnSaveClick(), CwxExportVectorImageDlg::OnSaveClick(), CSaveDlg::OnSelectAllClick(), CPipeHandle::Open(), CJson_ConstNode::operator!=(), DeBruijn::LargeInt< precision >::operator%(), SPriorityCollapse::operator()(), CInitPSNodes::operator()(), CCalcSlantedTree::operator()(), CAttrRangeCollection< TScore, TSeqPos >::const_pos_iterator::operator+(), SSeqIdRange::const_iterator::operator+(), pythonpp::CSequnceHelper< T >::iterator::operator+(), pythonpp::CSequnceHelper< T >::const_iterator::operator+(), CAttrRangeCollection< TScore, TSeqPos >::const_pos_iterator::operator+=(), SSeqIdRange::const_iterator::operator+=(), pythonpp::CSequnceHelper< T >::iterator::operator+=(), pythonpp::CSequnceHelper< T >::const_iterator::operator+=(), pythonpp::CSequnceHelper< T >::const_iterator::operator-(), CAttrRangeCollection< TScore, TSeqPos >::const_pos_iterator::operator-(), SSeqIdRange::const_iterator::operator-(), pythonpp::CSequnceHelper< T >::iterator::operator-(), CAttrRangeCollection< TScore, TSeqPos >::const_pos_iterator::operator-=(), SSeqIdRange::const_iterator::operator-=(), pythonpp::CSequnceHelper< T >::iterator::operator-=(), pythonpp::CSequnceHelper< T >::const_iterator::operator-=(), DeBruijn::LargeInt< precision >::operator/(), CPackString::SNode::operator<(), operator<<(), xml::operator<<(), CJson_Array::operator=(), CJson_ConstArray::operator=(), CJson_ConstNode::operator=(), CJson_ConstObject::operator=(), CJson_ConstValue::operator=(), CJson_Node::operator=(), CJson_Object::operator=(), CJson_Value::operator=(), bm::bvector< >::insert_iterator::operator=(), bm::bvector< >::bulk_insert_iterator::operator=(), CJson_ConstNode::operator==(), CPackString::SNode::operator==(), CBamDb::STagInfo::operator==(), CLadder::operator[](), SSeqIdRange::const_iterator::operator[](), CSeqDB_Substring::operator[](), CDiscrepancyGroup::operator[](), CVectorWrap< TWord >::operator[](), bm::bvector< >::operator[](), CDensityMap< score_type >::operator[](), OrderQual(), ordin(), pack(), CSeqConvert_imp::CPacker::Pack(), bm::parallel_popcnt_32(), CProcessing::ParallelProcessing(), rapidjson::GenericPointer< ValueType, Allocator >::Parse(), SHTTP_StatusData::Parse(), pcrecpp::Arg::Parse(), pcrecpp::_RE_MatchObject< T >::Parse(), rapidjson::internal::GenericRegex< Encoding, Allocator >::Parse(), CVCFVariantList::ParseLine(), parson_strndup(), pchar(), Splines::pchip(), pcre_copy_named_substring(), pcre_get_named_substring(), pcre_memmove(), pcregrep(), POLLABLE_Poll(), pool_allocate(), pool_allocate2(), CDiscrepancyContext::PopulateBioseq(), CPrefixDeflinedlg::PopulateModifierCombo(), CAutodefOrgPanel::PopulateParams(), CDiscrepancyContext::PopulateSeqSet(), CSeqMaskerScoreMeanGlob::PostAdvance(), CConnTest::PostCheck(), rapidjson::internal::Pow10(), prime(), CRegEx::CRegXConcat::Print(), CRegEx::CRegXSelect::Print(), CRegEx::CRegX::PrintOffset(), CComments::PrintSchemaComments(), CDiagContext::PrintStart(), CColumnValidatorRegistry::PrintSupported(), CNCStat::PrintToSocket(), CLZOCompressor::Process(), CLZODecompressor::Process(), CTransparentProcessor::Process(), CBlastMasterNode::Processing(), CMsvcSite::ProcessMacros(), psa_its_get_ncbicxx_2_28_8(), psa_its_read_file(), psa_its_set_ncbicxx_2_28_8(), COStreamBuffer::PutInt4(), COStreamBuffer::PutInt8(), rapidjson::FileWriteStream::PutN(), rapidjson::PutN(), COStreamBuffer::PutUint4(), COStreamBuffer::PutUint8(), bm::bvector< >::rank(), SReadInt4::Read(), CFileIO::Read(), CCgiEntryReader::Read(), CStringReader::Read(), CFileReader::Read(), CFileReaderWriter::Read(), CBlobReader::Read(), CCompressionIStream::Read(), CCompressionIOStream::Read(), CMemStore::Read(), read_gi(), read_unsigned(), CAsnvalThreadState::ReadClassMember(), CBiosampleChkApp::ReadClassMember(), ReadIntoUtf8(), CReadBlastApp::ReadParents(), CReadBlastApp::ReadRRNA2(), ReadStdSigned(), ReadStdUnsigned(), CBlobStoreBase::ReadTableDescr(), CReadBlastApp::ReadTRNA2(), real_test(), CRegExFSA::Refine(), CNCBlobStorage::ReleaseCacheData(), CPointerPot::Remove(), remove_comments_recursively(), RemoveConsortium(), CStatusBar::RemoveFieldWindow(), CRegEx::CRegXChar::Render(), CRegEx::CRegXTerm::Render(), CRegEx::CRegXConcat::Render(), CRegEx::CRegXSelect::Render(), CRegexpUtil::Replace(), StructureSet::ReplaceAlignmentSet(), CSuspectProductRulesEditor::ReplaceRule(), replay_save_context(), SPSG_Stats::Report(), SPSG_StatsAvgTime::Report(), SPSG_StatsData::Report(), CQuery::RequireRowCount(), CSeqDBGiList::ReserveGis(), CSeqDBNegativeList::ReserveGis(), CSeqDBGiList::ReservePigs(), CSeqDBGiList::ReserveSis(), CSeqDBNegativeList::ReserveSis(), CSeqDBGiList::ReserveTis(), CSeqDBNegativeList::ReserveTis(), reset_save_context(), CSeqDB_Substring::Resize(), CVectorWrap< TWord >::resize(), CSymResolver::Resolve(), CProjSRCResolver::ResolveTo(), rsa_get_n(), CAVApp::Run(), CNmer_repeatsApplication::Run(), CRunTestApplication::Run(), CDensityMap< score_type >::RunLenIterator(), CDiscrepancyContext::RunTests(), s_AddServerInfo(), s_AddService(), s_AddSkipInfo(), s_Adjust(), CSeqDBGiMask::s_BinarySearch(), s_BlastAaExtendLeft(), s_BlastAaExtendRight(), s_BlastDiagClear(), s_BlastNaHashLookupFinalize(), s_BlastPSSMExtendLeft(), s_BlastPSSMExtendRight(), IAuthorEditor::s_CapitalizeInitial(), s_ChooseModInModList(), s_CollectDatatoolIds(), s_CollectRelPathes(), s_CompoHeapifyDown(), s_CompoHeapIsValid(), s_ConcatPathEx(), s_Connect_(), s_ConvertToHeap(), s_CreateThirdPartyLibsInstallMakefile(), s_Daemonize(), s_DoLog(), s_DumpHeader(), s_DumpSparseMap(), s_ExtendLeft(), s_ExtendRight(), s_FindEnd(), s_FTPRestart(), s_GenerateHitID_Str_Ex(), s_GenerateSID_Str_Ex(), s_Get_LSH_index_hashes(), s_Get_LSH_index_hashes2(), s_Get_LSH_index_hashes5(), s_GetCandidate(), s_GetDiskSpace_PANFS(), s_GetFieldVar(), s_gethostbyname_(), s_GetNextInfo(), s_GetNthColumn(), s_GetNumOfDigits(), CHitFilter< THit >::s_GetOverlap(), s_GetProteinWeight(), s_GetSubHitID(), s_GetTimeStr(), s_GetTitle(), s_GetValueVar(), s_HashHashQuery(), s_HEAP_Collect(), s_HEAP_Free(), s_HEAP_Take(), s_Http_Write(), s_ID(), s_lnfact(), s_LoadLocalIPs(), s_LoadSingleService(), s_MajorMinor(), s_OnSignal(), s_ParseHeader(), s_ParsePAXNumeric(), s_ParseResponse(), s_PeekStdin(), s_Post(), s_Preference(), s_PrintCommonPrefix(), s_ReadHeader(), s_Readsome(), s_RemoveServerInfo(), s_ReportDependenciesStatus(), s_ReqStart(), s_Reset(), s_Run(), s_Select(), CMacroFunction_AutodefId::s_SelectModifiersforAutodefID(), s_SelectStallsafe(), s_SeqDbSetNumberOfThreads(), s_SetLogFiles(), s_SetLogFilesDir(), s_SetOSFromBS(), s_SkipSkip(), s_SockRead(), s_SockWrite(), s_SpawnUnix(), s_StringToAddr(), s_SysGetDomainName(), s_Tee(), s_ToIupacaa(), s_TraceParams(), s_TrimHSP(), s_VT_Open(), s_VT_Write(), s_Write(), s_WritePrintable(), s_ZipExtractCallback(), s_ZipTestCallback(), CBDB_RawFile::SafeTruncate(), same_int(), same_smp(), COffsetList::Save(), CWidgetDisplayStyle::SaveSettings(), CExprParser::Scan(), scan_tree(), CPSSMAligner::ScoreFromTranscript(), CSuspect_rule_set::Screen(), send_tree(), CTL_SendDataCmd::SendChunk(), CCachedTaxon3_impl::SendOrgRefList(), SERV_AddFirewallPort(), SERV_IsFirewallPort(), SERV_PrintFirewallPorts(), SERV_ReadInfoEx(), SERV_WriteInfo(), Server_CheckLineMessage(), bm::miniset< A, N >::set(), bm::bvmini< N >::set(), CRearrangeList::Set(), bm::bvector< Alloc >::set(), bm::bvector< Alloc >::set_bit(), bm::bvector< Alloc >::set_bit_and(), bm::bvector< Alloc >::set_bit_conditional(), bm::bvector< Alloc >::set_bit_conditional_impl(), bm::bvector< Alloc >::set_bit_no_check(), bm::set_block_bits_u32(), bm::set_block_bits_u64(), xml::document::set_root_node(), xml::impl::doc_impl::set_root_node(), CRWStreambuf::setbuf(), CIndentingStreambuf::setbuf(), CRegEx::CRegXConcat::SetCaseInsensitive(), CRegEx::CRegXSelect::SetCaseInsensitive(), CReportNode::SetCount(), CBlastOptions::SetDbSeqNum(), CBlastOptionsLocal::SetDbSeqNum(), TAsyncPipeline< TToken >::SetDepth(), CStructCommentFieldPanel::SetFieldName(), CFileLoadOptionPanel::SetFormats(), CMSSpectrumMatch::SetHitInfo(), CGlPreviewSetupWidget::SetImageBaseName(), CSelListModelImpl< Item >::SetItems(), CUsageReportAPI::SetMaxQueueSize(), CTimeMRUList< T >::SetMaxSize(), I_DriverContext::SetMaxTextImageSize(), CMSHit::SetModInfo(), CTableImportColumn::SetName(), CPhyloSelectionSet::SetName(), CDomainStorage::SetName(), CQueryParseNode::SetNot(), CBDB_BufferManager::SetNullBit(), CDB_Exception::SetParams(), CAlnPropertiesDlg::SetParams(), CRPCClient_Base::SetRetryLimit(), SetRotationMatrix(), CTableImportRow::SetRowNum(), CDB_Exception::SetRowsInBatch(), CMacroPanelLoader::SetSelection(), CPhyloSelectionSetMgr::SetSelectionSetProperty(), SetTranslationMatrix(), CRPCClient_Base::SetTryLimit(), CBoyerMooreMatcher::SetWordDelimiters(), CNcbiArguments::Shift(), CRegExFSA::CRegExState::Short(), ShortAndEscapedString(), CSeqDBIdSet_Vector::Size(), CRangeMapBase< CRangeMultimapTraits< int, Mapped > >::size(), slide_hash(), CVariant::SmallInt(), smp_from_int(), smp_from_string(), smp_to_double(), smp_to_string(), SOCK_Poll(), SOCK_StringToHostPortEx(), SolveReNewtonSystem(), sort_attributes_recursively(), sort_namespace_definitions_recursively(), sort_node_recursively(), CAlnMultiModel::SortByColumn(), CReadBlastApp::SortSeqs(), spci(), spea(), SpecificHostCleanupCommand(), spni(), SQLGetTypeInfo(), bm::sse42_set_block_bits(), SSeqIdRange::SSeqIdRange(), ssl_parse_client_dh_public(), ssl_parse_server_hello(), ssl_write_client_hello(), ssl_write_server_hello(), CPrimeNumberClient::StartJobs(), CConnTest::StatefulOkay(), SPSG_ThrottleParams::SThreshold::SThreshold(), str(), strerror(), string_to_numeric(), Splines::string_to_splineType(), StringEquN(), StringEquNI(), StringNCpy(), StringSave(), XStr::strncasecmp(), NStr::strncasecmp(), XStr::strncmp(), NStr::strncmp(), strncmpic(), strncpy0(), CParallelProcessing< TParams >::SImpl::Submitter(), CCgiEntry::substr(), CDiscrepancyVisitorImpl< _Name >::Summarize(), SNetServiceImpl::SRetry::Swap(), CConn_IOStream::sx_IsCanceled(), CTreeGraphicsModel::SyncBuffers(), TaxonomyLookupCommand(), tdefl_calculate_minimum_redundancy(), tdefl_compress_normal(), tdefl_flush_block(), tdefl_flush_output_buffer(), tds4_send_emulated_rpc(), tds_alloc_compute_results(), tds_alloc_dynamic(), tds_close_socket(), tds_connection_close(), tds_convert_char(), tds_cursor_update(), tds_datecrack(), tds_find(), tds_get_dynid(), tds_money_to_string(), tds_numeric_change_prec_scale(), tds_numeric_to_string(), tds_put_login_string(), tds_put_n(), tds_put_param_as_string(), tds_send_emulated_rpc(), tds_srv_charset_changed(), bm::miniset< A, N >::test(), bm::bvmini< N >::test(), Test(), test(), bm::bvector< >::test(), test0(), Test0(), test_err(), test_generic(), test_params(), test_rows(), test_type(), CNcbiBoostReporter::test_unit_report_start(), TestBinding(), CBDB_BufferManager::TestNullBit(), TestPost(), TestSparseVector(), CGlBitmapFont::TextWidth(), CMacroFunction_ModifyPrimerSeq::TheFunction(), CMacroFunction_AutodefId::TheFunction(), CMacroFunction_FixProteinFormat::TheFunction(), AlignmentManager::ThreadUpdate(), tinfl_decompress(), CVariant::TinyInt(), to_sqlwchar(), to_utf8(), CMacroPanelLoader::ToArrayString(), ToArrayString(), tr_static_init(), CRegExFSA::CRegExState::Trans(), CAutodefParamsPanel::TransferDataFromWindow(), CPCRPrimerEntry::TransferDataFromWindow(), CAutodefParamsPanel::TransferDataToWindow(), CPCRPrimerEntry::TransferDataToWindow(), rapidjson::GenericReader< SourceEncoding, TargetEncoding, StackAllocator >::Transit(), TrimNegativeTail(), CMemStore::Truncate(), TruncateText(), TruncTextLength(), ttb0(), IPhyloTreeRender::TTHH_GetTooltip(), CDiscrepancyContext::TypeName(), rapidjson::internal::Hasher< Encoding, Allocator >::Uint(), rapidjson::internal::Hasher< Encoding, Allocator >::Uint64(), uInt64_from_UInt32s(), uInt64_isZero(), uInt64_qrm10(), uInt64_to_double(), uInt64_toAscii(), uncompress(), BlockMultipleAlignment::UpdateBlockMap(), BlockMultipleAlignment::UpdateBlockMapAndColors(), CBulkCmdDlg::UpdateChildrenFeaturePanels(), CCdsFromGeneMrnaExon::UpdateChildrenFeaturePanels(), CCdsToMatPeptide::UpdateChildrenFeaturePanels(), CFuseFeaturesDlg::UpdateChildrenFeaturePanels(), CmRNAFromGeneCdsExon::UpdateChildrenFeaturePanels(), CRmDupFeaturesDlg::UpdateChildrenFeaturePanels(), CResolveIntersectingFeats::UpdateChildrenFeaturePanels(), CFieldSubpanel::UpdateChildrenFeaturePanels(), CSelectFeatures::UpdateChildrenFeaturePanels(), CtRNAFromGene::UpdateChildrenFeaturePanels(), CAlnMultiPane::UpdateHeaderSortState(), CTreeCollisionModel2D::UpdateScaled(), CEventViewModel::UpdateTable(), USING_SCOPE(), CFarPointerSeq::ValidateAlignment(), CProjectFormatLoadManager::ValidateFilenames(), CProjectTreeBuilder::VerifyBuildOrder(), CProjectItemsTree::VerifyDataspecProj(), CProjectItemsTree::VerifyExternalDepends(), pythonpp::CSequnceHelper< T >::VerifyLength(), CMakeProject::Write(), CFileIO::Write(), CFileWriter::Write(), CFileReaderWriter::Write(), CBlobWriter::Write(), CWriter_HTMLEncoder::Write(), CCompressionOStream::Write(), CCompressionIOStream::Write(), CMemStore::Write(), write_gi(), write_unsigned(), CId1FetchApp::WriteHistoryTable(), rapidjson::internal::Hasher< Encoding, Allocator >::WriteNumber(), wxBEGIN_EVENT_TABLE(), x2nmodp(), x509_get_uid(), x509_info_cert_policies(), x509_info_cert_type(), x509_info_ext_key_usage(), x509_info_key_usage(), x509_info_subject_alt_name(), x509_parse_int(), IPhyloTreeRender::x_AddCollapsedGeomNode(), IPhyloTreeRender::x_AddCollapsedTextureNode(), IFlatQVal::x_AddFQ(), x_AddInfo(), CMacroFunction_Autodef::x_AddModifiersToOptions(), CMacroFunction_AutodefComplete::x_AddModifiersToOptions(), CPSSMAligner::x_AlignProfile(), CAutodefParamsPanel::x_AllowHIVRule(), CJson_ConstNode::x_Assign(), CODBC_LangCmd::x_AssignParams(), CODBC_RPCCmd::x_AssignParams(), CTL_CursorCmdExpl::x_AssignParams(), CTimeSpan::x_AsSmartString_Smart_Small(), CSplitParser::x_Attach(), x_Authenticate(), CNetBLASTUIDataSource::x_AutoStartMonitoring(), CMacroFunction_StringConstraints::x_BuildNoCaseStringConstraint(), CAliasTest::x_CheckNumber(), CAliasTest::x_CheckNumber8(), CQueryImpl::x_CheckRowCount(), x_ChooseSelfIP(), CTreeGraphicsModel::x_CircularLabelMinAngle(), CTreeGraphicsModel::x_CircularLabelMinRotate(), CTreeGraphicsModel::x_CircularLabelTrim(), x_ConsistencyCheck(), CSearch_func::x_ContainsNorMoreSetsOfBracketsOrParentheses(), CFeatureGraph::x_Create(), CElementaryMatching::x_CreateIndex(), CBLAST_DB_Dialog::x_CreateItems(), CPageHandler::x_CreatePrintersMarks(), CCgiEntryReaderContext::x_DelimitedRead(), CHitMatrixRenderer::x_DestroyGraphs(), x_DNSToIPv4(), x_DNSToIPv6(), CSplitter::x_DoDistributeEvenly(), CNetBLAST_DMSearchJob::x_DoSearch(), CFeatGlyph::x_DrawFeatureBar_sv(), x_DumpMsg(), x_DumpRR(), CGlDrawScale::x_Exp10(), CTar::x_ExtractSparseFile(), CPushback_Streambuf::x_FillBuffer(), CCgiEntryReader::x_FillBuffer(), CItemSelectionPanel::x_FilterItems(), x_Finalize(), NAdapterSearch::CUnpairedAdapterDetector::x_FindAdapterSeed(), x_FindRSite(), CAnnot_Collector::x_FoundAllNamedAnnotAccessions(), x_FTPCompleteUpload(), x_FTPEpsv(), x_FTPParseMdtm(), x_FTPParseSize(), x_FTPPort(), x_FTPRetrieveCB(), x_FTPTelnetSynch(), CPhyloTree::x_GetChildState(), CStatementBase::x_GetData(), CCit_art::x_GetLabelV2(), CEditingActionBiosourceTaxnameAfterBinomial::x_GetTextAfterNomial(), CSrcTaxnameAfterBinomialColumn::x_GetTextAfterNomial(), CODBC_RowResult::x_GetVarLenData(), x_HEAP_Walk(), CSplitter::x_HitTest(), CSplitter::x_HitTestSeparator(), CTimeSpan::x_Init(), CTime::x_Init(), CPrintSetupDlg::x_Init(), CDockContainer::x_InstantiateNode_AddChildWindows(), x_IPv6ToString(), CDB_Connection::x_IsAlive(), x_IsOverlappingRange(), x_json_object_nget_value(), CAutodefOrgPanel::x_ListModifiers(), CTL_Connection::x_LoadTextPtrProcs(), CProjectService::x_LoadWorkspace(), CAutodefJob::x_MakeChanges(), CDB_Numeric::x_MakeFromString(), x_memcpy(), x_memlwrcpy(), CMultiFileInput::x_OnAddFilenames(), CFeatureGraph::x_OnJobCompleted(), CRegexpTemplateTester::x_Op_Set(), CRegEx::x_ParseDec(), CRegEx::x_ParseEscape(), x_ParseExpires(), SDiagMessage::x_ParseExtraArgs(), x_ParseFirewall(), CRegEx::x_ParseHex(), CSplitParser::x_ParseLocation(), CTar::x_ParsePAXData(), CRegEx::x_ParseSquare(), CMatchString::x_PopWeasel(), CArgDescriptions::x_PreCheck(), x_ProcessReply(), CConn_Streambuf::x_Read(), CRWStreambuf::x_Read(), CArchive::x_ReadAndProcess(), CTar::x_ReadArchive(), x_ReadChunkHead(), x_ReadChunkTail(), CTar::x_ReadLine(), x_Readsome(), impl::CDriverContext::x_Recycle(), CTreeGraphicsModel::x_RenderNodeLabelsPdf(), CTreeGraphicsModel::x_RenderNodes(), CTreeGraphicsModel::x_RenderNodesPdf(), CBlastSearchTask::x_ReportErrors(), CSplign::x_RunOnCompartment(), x_ScoreFromTranscriptCore(), CMemStore::x_SeekCURR(), CAutodefToolManager::x_SelectCompatibleInputObjects(), CTL_Connection::x_SendUpdateWrite(), x_SepAndLen(), CTL_Connection::x_SetExtraMsg(), CHitMatrixRenderer::x_SetGraphs(), CSplign::x_SetPattern(), CTaskTablePanel::x_SetSelectedTasks(), x_SetupConnectionParams(), CAlignedFeatureGraph::x_SimpleLayout(), x_StringToIPv4(), x_StringToIPv6(), NStr::x_StringToNumeric(), CRegexpTemplateTester::x_SubstituteVars(), CConnTest::x_TimeoutMsg(), CChecksumBase::x_Update(), CBLAST_DB_Dialog::x_UpdateFilterStatusText(), x_UpdateHost(), CItemSelectionPanel::x_UpdateMapWidget(), x_UpdatePort(), CwxPhyloEditDlg::x_UpdateSelectedRow(), CAgpFastaComparator::x_WriteDataAsFasta(), CBlastKmerBuildIndex::x_WriteDataFile(), XReadFile(), CPushback_Streambuf::xsgetn(), CIndentingStreambuf::xsgetn(), CRWStreambuf::xsputn(), CConn_Streambuf::xsputn(), CPushback_Streambuf::xsputn(), xx_LoadLocalIPs(), CPoolOfThreads< TRequest >::~CPoolOfThreads(), CPoolOfThreads_ForServer::~CPoolOfThreads_ForServer(), and CSpecificHostNode::~CSpecificHostNode().

◆ newick_create_buffer

YY_BUFFER_STATE newick_create_buffer(file, size) FILE *file ( file  ,
size   
)

◆ newick_scan_buffer

YY_BUFFER_STATE newick_scan_buffer(base, size) char *base ( base  ,
size   
)

◆ newick_scan_bytes

YY_BUFFER_STATE newick_scan_bytes(bytes, len) char *bytes ( bytes  ,
len   
)

◆ newick_scan_string

YY_BUFFER_STATE newick_scan_string(yy_str) char *yy_str ( yy_str  )

◆ newickin

FILE * newickin = (FILE *) 0

Definition at line 286 of file lex.newick.cpp.

◆ newickleng

int newickleng

Definition at line 234 of file lex.newick.cpp.

◆ newickout

FILE * newickout = (FILE *) 0

Definition at line 120 of file lex.newick.cpp.

◆ newicktext

char * newicktext

Definition at line 392 of file lex.newick.cpp.

◆ size

yy_size_t size

Definition at line 1280 of file lex.newick.cpp.

Referenced by yy_flex_alloc(), and yy_flex_realloc().

◆ yy_accept

short int yy_accept[26]
static
Initial value:
=
{ 0,
4, 4, 4, 4, 8, 3, 2, 2, 6, 6,
5, 3, 3, 1, 3, 0, 4, 3, 1, 1,
3, 0, 3, 1, 0
}

Definition at line 308 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

◆ yy_at_bol

b yy_at_bol = 1

Definition at line 1381 of file lex.newick.cpp.

◆ yy_base

short int yy_base[28]
static
Initial value:
=
{ 0,
0, 0, 5, 0, 29, 0, 30, 30, 24, 30,
30, 7, 19, 16, 0, 21, 20, 0, 0, 13,
10, 18, 13, 0, 30, 16, 18
}

Definition at line 352 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

◆ yy_buf_pos

b yy_buf_pos = &b->yy_ch_buf[0]

Definition at line 1379 of file lex.newick.cpp.

◆ yy_buf_size

b yy_buf_size = size

Definition at line 1289 of file lex.newick.cpp.

◆ yy_buffer_status

b yy_buffer_status = 0

Definition at line 1382 of file lex.newick.cpp.

◆ yy_c

YY_CHAR yy_c = 1

Definition at line 1080 of file lex.newick.cpp.

Referenced by newicklex(), while(), and yy_get_previous_state().

◆ yy_c_buf_p

char* yy_c_buf_p = (char *) 0
static

◆ yy_ch_buf

b yy_ch_buf = (char *) yy_flex_alloc( b->yy_buf_size + 2 )

Definition at line 1294 of file lex.newick.cpp.

Referenced by input(), and newicklex().

◆ yy_chk

short int yy_chk[41]
static
Initial value:
=
{ 0,
1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
3, 3, 3, 12, 12, 21, 26, 21, 27, 27,
23, 22, 20, 17, 16, 14, 13, 9, 5, 25,
25, 25, 25, 25, 25, 25, 25, 25, 25, 25
}

Definition at line 374 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

◆ yy_cp

char* yy_cp = yy_c_buf_p

Definition at line 1078 of file lex.newick.cpp.

Referenced by if(), newicklex(), and yy_get_previous_state().

◆ yy_current_buffer

yy_current_buffer = 0
static

◆ yy_current_state

yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c]

Definition at line 1092 of file lex.newick.cpp.

Referenced by if(), newicklex(), while(), and yy_get_previous_state().

◆ yy_def

short int yy_def[28]
static
Initial value:
=
{ 0,
25, 1, 1, 3, 25, 26, 25, 25, 27, 25,
25, 26, 26, 12, 26, 27, 25, 13, 14, 13,
13, 27, 13, 23, 0, 25, 25
}

Definition at line 359 of file lex.newick.cpp.

Referenced by newicklex(), while(), and yy_get_previous_state().

◆ yy_did_buffer_switch_on_eof

yy_did_buffer_switch_on_eof = 1
static

Definition at line 244 of file lex.newick.cpp.

Referenced by input(), and newicklex().

◆ yy_ec

int yy_ec[256]
static

Definition at line 315 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

◆ yy_fill_buffer

b yy_fill_buffer = 1

Definition at line 1345 of file lex.newick.cpp.

◆ yy_hold_char

char yy_hold_char
static

Definition at line 229 of file lex.newick.cpp.

Referenced by if(), input(), newick_load_buffer_state(), and newicklex().

◆ yy_init

int yy_init = 1
static

Definition at line 238 of file lex.newick.cpp.

Referenced by newicklex().

◆ yy_input_file

b yy_input_file = file

Definition at line 1344 of file lex.newick.cpp.

◆ yy_is_interactive

b yy_is_interactive = 0

Definition at line 1351 of file lex.newick.cpp.

◆ yy_is_jam

return yy_is_jam = (yy_current_state == 25)

Definition at line 1093 of file lex.newick.cpp.

Referenced by yy_try_NUL_trans().

◆ yy_is_our_buffer

b yy_is_our_buffer = 1

Definition at line 1298 of file lex.newick.cpp.

◆ yy_last_accepting_cpos

char* yy_last_accepting_cpos
static

Definition at line 383 of file lex.newick.cpp.

Referenced by if(), newicklex(), and yy_get_previous_state().

◆ yy_last_accepting_state

yy_state_type yy_last_accepting_state
static

Definition at line 382 of file lex.newick.cpp.

Referenced by if(), newicklex(), and yy_get_previous_state().

◆ yy_meta

int yy_meta[11]
static
Initial value:
=
{ 0,
1, 2, 2, 2, 2, 1, 1, 1, 2, 1
}

Definition at line 347 of file lex.newick.cpp.

Referenced by newicklex(), while(), and yy_get_previous_state().

◆ yy_n_chars

b yy_n_chars = 0
static

Definition at line 231 of file lex.newick.cpp.

Referenced by if(), input(), newick_load_buffer_state(), newicklex(), and yy_get_next_buffer().

◆ yy_nxt

short int yy_nxt[41]
static
Initial value:
=
{ 0,
6, 7, 8, 9, 10, 6, 6, 6, 11, 6,
12, 13, 14, 18, 19, 23, 15, 24, 16, 16,
24, 17, 21, 22, 17, 21, 20, 17, 25, 5,
25, 25, 25, 25, 25, 25, 25, 25, 25, 25
}

Definition at line 366 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

◆ yy_start

int yy_start = 0
static

Definition at line 239 of file lex.newick.cpp.

Referenced by newicklex(), and yy_get_previous_state().

Modified on Wed Apr 17 13:10:50 2024 by modify_doxy.py rev. 669887