key4tse.inc

来自「基于IBM的NPU」· INC 代码 · 共 53 行

INC
53
字号
;***************************************************************************;*;*      Hifn Software;*      Licensed Material - Property of Hifn;*      (C) Copyright Hifn Inc. 2005;*      (C) Copyright International Business Machines Corp. 1999, 2000;*      All Rights Reserved.;*;*      U.S. Government Users Restricted Rights - Use, duplication or;*      disclosure restricted by GSA ADP Schedule Contract with;*      Hifn Inc.;*;***************************************************************************;*;* key4tse.inc;* Definition structure of the lookup key;*;***************************************************************************struct TSRx {  x_keylen_color  : 32  x_key0       : 32        x_key1       : 32        x_key2       : 32        x_key3       : 32        x_key4       : 32        x_key5       : 32                              x_rsvd2      : 32                        x_DTAforHK   : 32  x_rsvd3      : 8        x_HKey0      : 32    x_HKey1      : 32    x_HKey2      : 32    x_HKey3      : 32    x_HKey4      : 32    x_HKey5      : 32    x_rsvd4      : 16    x_HKeylen    : 8                                   x_Leaf       : 8    }  ; Location of keyTSEDPA_TSR0      EQU  8TSEDPA_TSR1      EQU  10TSEDPA_TSR2      EQU  11TSEDPA_TSR3      EQU  12; Location to store the result of a matchLCBAN0           EQU  0LCBAN1           EQU  1

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?