/reactos/drivers/filesystems/btrfs/zstd/ |
H A D | zstd_compress_sequences.c | 273 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_body() argument 318 (unsigned)sequences[n].litLength, in ZSTD_encodeSequences_body() 319 (unsigned)sequences[n].matchLength + MINMATCH, in ZSTD_encodeSequences_body() 320 (unsigned)sequences[n].offset); in ZSTD_encodeSequences_body() 329 BIT_addBits(&blockStream, sequences[n].litLength, llBits); in ZSTD_encodeSequences_body() 331 BIT_addBits(&blockStream, sequences[n].matchLength, mlBits); in ZSTD_encodeSequences_body() 367 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_default() argument 373 sequences, nbSeq, longOffsets); in ZSTD_encodeSequences_default() 385 seqDef const* sequences, size_t nbSeq, int longOffsets) in ZSTD_encodeSequences_bmi2() argument 391 sequences, nbSeq, longOffsets); in ZSTD_encodeSequences_bmi2() [all …]
|
H A D | zstd_ldm.c | 430 ldmState_t* ldmState, rawSeqStore_t* sequences, in ZSTD_ldm_generateSequences() argument 449 assert(sequences->pos <= sequences->size); in ZSTD_ldm_generateSequences() 450 assert(sequences->size <= sequences->capacity); in ZSTD_ldm_generateSequences() 451 for (chunk = 0; chunk < nbChunks && sequences->size < sequences->capacity; ++chunk) { in ZSTD_ldm_generateSequences() 458 size_t const prevSize = sequences->size; in ZSTD_ldm_generateSequences() 487 ldmState, sequences, params, chunkStart, chunkSize); in ZSTD_ldm_generateSequences() 495 if (prevSize < sequences->size) { in ZSTD_ldm_generateSequences() 496 sequences->seq[prevSize].litLength += (U32)leftoverSize; in ZSTD_ldm_generateSequences()
|
H A D | zstd_compress_superblock.c | 184 size_t const nbSeq = seqStorePtr->sequences - seqStorePtr->sequencesStart; in ZSTD_buildSuperBlockEntropy_sequences() 407 static size_t ZSTD_seqDecompressedSize(seqStore_t const* seqStore, const seqDef* sequences, size_t … in ZSTD_seqDecompressedSize() argument 408 const seqDef* const sstart = sequences; in ZSTD_seqDecompressedSize() 409 const seqDef* const send = sequences + nbSeq; in ZSTD_seqDecompressedSize() 438 const seqDef* sequences, size_t nbSeq, in ZSTD_compressSubBlock_sequences() argument 489 sequences, nbSeq, in ZSTD_compressSubBlock_sequences() 538 const seqDef* sequences, size_t nbSeq, in ZSTD_compressSubBlock() argument 562 sequences, nbSeq, in ZSTD_compressSubBlock() 708 const seqDef* const send = seqStorePtr->sequences; in ZSTD_compressSubBlock_multi()
|
H A D | zstd_compress_internal.h | 451 assert((size_t)(seqStorePtr->sequences - seqStorePtr->sequencesStart) < seqStorePtr->maxNbSeq); in ZSTD_storeSeq() 474 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq() 476 seqStorePtr->sequences[0].litLength = (U16)litLength; in ZSTD_storeSeq() 479 seqStorePtr->sequences[0].offset = offCode + 1; in ZSTD_storeSeq() 485 seqStorePtr->longLengthPos = (U32)(seqStorePtr->sequences - seqStorePtr->sequencesStart); in ZSTD_storeSeq() 487 seqStorePtr->sequences[0].matchLength = (U16)mlBase; in ZSTD_storeSeq() 489 seqStorePtr->sequences++; in ZSTD_storeSeq()
|
H A D | zstd_decompress_block.c | 1152 seq_t sequences[STORED_SEQS]; in ZSTD_decompressSequencesLong_body() local 1172 sequences[seqNb] = ZSTD_decodeSequence(&seqState, isLongOffset, ZSTD_p_prefetch); in ZSTD_decompressSequencesLong_body() 1173 …PREFETCH_L1(sequences[seqNb].match); PREFETCH_L1(sequences[seqNb].match + sequences[seqNb].matchLe… in ZSTD_decompressSequencesLong_body() 1180 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQ… in ZSTD_decompressSequencesLong_body() 1183 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQS_… in ZSTD_decompressSequencesLong_body() 1187 sequences[seqNb & STORED_SEQS_MASK] = sequence; in ZSTD_decompressSequencesLong_body() 1195 …size_t const oneSeqSize = ZSTD_execSequence(op, oend, sequences[seqNb&STORED_SEQS_MASK], &litPtr, … in ZSTD_decompressSequencesLong_body() 1198 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[seqNb&STORED_SEQS_MASK], prefixStart… in ZSTD_decompressSequencesLong_body()
|
H A D | zstd_ldm.h | 46 ldmState_t* ldms, rawSeqStore_t* sequences,
|
H A D | zstd_compress_sequences.h | 45 seqDef const* sequences, size_t nbSeq, int longOffsets, int bmi2);
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listview.c | 970 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_images() 979 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_images() 1464 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_items() 1536 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_columns() 1549 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_columns() 1564 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_columns() 1810 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_create() 1848 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_redraw() 1854 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_redraw() 1863 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_redraw() [all …]
|
H A D | syslink.c | 34 static struct msg_sequence *sequences[NUM_MSG_SEQUENCE]; variable 99 add_message(sequences, PARENT_SEQ_INDEX, &msg); in parent_wnd_proc() 154 add_message(sequences, SYSLINK_SEQ_INDEX, &msg); in syslink_subclass_proc() 189 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_create_syslink() 193 ok_sequence(sequences, SYSLINK_SEQ_INDEX, empty_wnd_seq, "create SysLink", FALSE); in test_create_syslink() 194 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_create_syslink_wnd_seq, "create SysLink (parent)",… in test_create_syslink() 197 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_create_syslink() 202 ok_sequence(sequences, SYSLINK_SEQ_INDEX, visible_syslink_wnd_seq, "visible SysLink", TRUE); in test_create_syslink() 203 …ok_sequence(sequences, PARENT_SEQ_INDEX, parent_visible_syslink_wnd_seq, "visible SysLink (parent)… in test_create_syslink() 263 init_msg_sequences(sequences, NUM_MSG_SEQUENCE); in START_TEST()
|
H A D | header.c | 417 add_message(sequences, HEADER_SEQ_INDEX, &msg); in header_subclass_proc() 505 flush_sequences(sequences, NUM_MSG_SEQUENCES); in create_custom_header_control() 827 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_getitemrect() 867 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_layout() 872 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_layout() 886 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_ordertoindex() 891 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_ordertoindex() 914 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_hittest() 919 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_hittest() 954 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hdm_sethotdivider() [all …]
|
H A D | tab.c | 352 add_message(sequences, TAB_SEQ_INDEX, &msg); in tab_subclass_proc() 607 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_curfocus() 639 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_curfocus() 682 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_cursel() 752 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_extendedstyle() 786 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_unicodeformat() 905 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_getset_item() 962 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_getset_tooltips() 1019 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_insert_focus() 1077 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_delete_focus() [all …]
|
H A D | trackbar.c | 499 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_trackbar_buddy() 553 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_line_size() 632 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_page_size() 676 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_position() 748 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_range() 870 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_selection() 939 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_thumb_length() 1003 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_tic_settings() 1114 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_tic_placement() 1151 flush_sequences(sequences, NUM_MSG_SEQUENCE); in test_tool_tips() [all …]
|
H A D | updown.c | 269 add_message(sequences, EDIT_SEQ_INDEX, &msg); in edit_subclass_proc() 309 add_message(sequences, UPDOWN_SEQ_INDEX, &msg); in updown_subclass_proc() 349 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_pos() 471 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_pos32() 541 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_pos32() 560 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_buddy() 687 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_base() 748 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_unicode() 784 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_create() 791 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_updown_create() [all …]
|
H A D | treeview.c | 483 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_fillroot() 588 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_callback() 609 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_callback() 622 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_callback() 650 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_select() 675 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_select() 716 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_getitemtext() 753 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_focus() 790 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_get_set_bkcolor() 823 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_get_set_imagelist() [all …]
|
H A D | datetime.c | 36 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 151 add_message(sequences, DATETIME_SEQ_INDEX, &msg); in datetime_subclass_proc() 193 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_format() 242 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_mccolor() 263 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_mcfont() 281 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_get_monthcal() 341 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_range() 431 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_range_swap_min_max() 542 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_system_time() 681 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_dtm_set_and_get_systemtime_with_limits() [all …]
|
H A D | monthcal.c | 47 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 604 flush_sequences(sequences, NUM_MSG_SEQUENCES); in create_parent_window() 764 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_currdate() 923 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_firstDay() 967 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_unicode() 1060 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_hittest() 1265 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_todaylink() 1314 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_today() 1373 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_scroll() 1436 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_monthrange() [all …]
|
H A D | pager.c | 207 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 300 add_message(sequences, PAGER_SEQ_INDEX, &msg); in parent_wnd_proc() 368 add_message(sequences, PAGER_SEQ_INDEX, &msg); in pager_subclass_proc() 406 add_message(sequences, PAGER_SEQ_INDEX, &msg); in child_proc() 447 flush_sequences( sequences, NUM_MSG_SEQUENCES ); in test_pager() 454 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_pager() 462 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_pager() 469 flush_sequences( sequences, NUM_MSG_SEQUENCES ); in test_pager() 476 flush_sequences( sequences, NUM_MSG_SEQUENCES ); in test_pager() 480 flush_sequences( sequences, NUM_MSG_SEQUENCES ); in test_pager() [all …]
|
H A D | button.c | 54 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 151 add_message(sequences, COMBINED_SEQ_INDEX, &msg); in button_subclass_proc() 214 add_message(sequences, COMBINED_SEQ_INDEX, &msg); in test_parent_wndproc() 789 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() 827 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() 843 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() 863 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() 887 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() 1006 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() 1014 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_button_messages() [all …]
|
H A D | taskdialog.c | 53 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 422 flush_sequences(sequences, NUM_MSG_SEQUENCES); in run_test_() 427 ok_sequence_(sequences, TASKDIALOG_SEQ_INDEX, msg_start, context, FALSE, file, line); in run_test_() 441 int msg_pos = sequences[TASKDIALOG_SEQ_INDEX]->count - 1; /* Skip implicit message */ in taskdialog_callback_proc() 448 add_message(sequences, TASKDIALOG_SEQ_INDEX, &msg); in taskdialog_callback_proc() 903 init_msg_sequences(sequences, NUM_MSG_SEQUENCES); in START_TEST()
|
H A D | listbox.c | 42 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 121 add_message(sequences, LB_SEQ_INDEX, &msg); in listbox_wnd_proc() 282 flush_sequence(sequences, LB_SEQ_INDEX); in run_test() 368 add_message(sequences, PARENT_SEQ_INDEX, &m); in main_window_proc() 401 add_message(sequences, PARENT_SEQ_INDEX, &m); in main_window_proc() 2062 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_GetListBoxInfo() 2455 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_WM_MEASUREITEM() 2473 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_WM_MEASUREITEM() 2490 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_WM_MEASUREITEM() 2507 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_WM_MEASUREITEM() [all …]
|
H A D | tooltips.c | 38 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 297 add_message(sequences, PARENT_SEQ_INDEX, &msg); in parent_wnd_proc() 1223 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_TTN_SHOW() 1230 ok_sequence(sequences, PARENT_SEQ_INDEX, ttn_show_parent_seq, "TTN_SHOW parent seq", FALSE); in test_TTN_SHOW() 1241 init_msg_sequences(sequences, NUM_MSG_SEQUENCES); in START_TEST()
|
/reactos/modules/rostests/winetests/shell32/ |
H A D | shlview.c | 55 static struct msg_sequence *sequences[NUM_MSG_SEQUENCES]; variable 69 add_message(sequences, LISTVIEW_SEQ_INDEX, &msg); in listview_subclass_proc() 134 flush_sequences(sequences, NUM_MSG_SEQUENCES); in verify_msgs_in_() 786 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_IFolderView() 791 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_IFolderView() 795 if (sequences[LISTVIEW_SEQ_INDEX]->count) in test_IFolderView() 811 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_IFolderView() 821 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_IFolderView() 831 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_IFolderView() 1169 flush_sequences(sequences, NUM_MSG_SEQUENCES); in test_GetSetCurrentViewMode() [all …]
|
/reactos/modules/rostests/winetests/msxml3/ |
H A D | saxreader.c | 1097 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_putDocumentLocator() 1139 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_startDocument() 1153 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_endDocument() 1172 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_startPrefixMapping() 1188 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_endPrefixMapping() 1271 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_startElement() 1293 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_endElement() 1310 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_characters() 1326 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_ignorableWhitespace() 1345 add_call(sequences, CONTENT_HANDLER_INDEX, &call); in contentHandler_processingInstruction() [all …]
|
/reactos/base/applications/network/telnet/doc/ |
H A D | options.txt | 40 sequences. These are usually the newer VAX systems. Turning 91 escape sequences. This is for vt100 compatibility. (Default = FALSE) 94 This is the size of the ANSI buffer used for parsing sequences. Increasing
|
/reactos/sdk/tools/unicode/ |
H A D | cpmap.pl | 1042 if (defined($sequences{$rowtxt})) 1045 $array[$row] = $sequences{$rowtxt}; 1050 $sequences{$rowtxt} = $array[$row] = $#array + 1;
|