HomeSort by relevance Sort by last modified time
    Searched refs:INDEX_OF (Results 1 - 9 of 9) sorted by null

  /external/fec/
decode_rs.h 15 * INDEX_OF - The address of an array of NN elements to convert Galois field
46 #if !defined(INDEX_OF)
47 #error "INDEX_OF not defined"
90 s[i] = data[j] ^ ALPHA_TO[MODNN(INDEX_OF[s[i]] + (FCR+i)*PRIM)];
99 s[i] = INDEX_OF[s[i]];
118 tmp = INDEX_OF[lambda[j - 1]];
130 reg[i] = INDEX_OF[lambda[i]];
161 b[i] = INDEX_OF[lambda[i]];
174 discr_r ^= ALPHA_TO[MODNN(INDEX_OF[lambda[i]] + s[r-i-1])];
177 discr_r = INDEX_OF[discr_r]; /* Index form *
    [all...]
decode_rs.c 54 s[i] = data[j] ^ ALPHA_TO[MODNN(INDEX_OF[s[i]] + (FCR+i)*PRIM)];
63 s[i] = INDEX_OF[s[i]];
82 tmp = INDEX_OF[lambda[j - 1]];
94 reg[i] = INDEX_OF[lambda[i]];
125 b[i] = INDEX_OF[lambda[i]];
138 discr_r ^= ALPHA_TO[MODNN(INDEX_OF[lambda[i]] + s[r-i-1])];
141 discr_r = INDEX_OF[discr_r]; /* Index form */
162 b[i] = (lambda[i] == 0) ? A0 : MODNN(INDEX_OF[lambda[i]] - discr_r + NN);
175 lambda[i] = INDEX_OF[lambda[i]];
223 omega[i] = INDEX_OF[tmp]
    [all...]
char.h 13 #define INDEX_OF (rs->index_of)
fixed.h 26 #define INDEX_OF CCSDS_index_of
int.h 13 #define INDEX_OF (rs->index_of)
encode_rs.c 34 feedback = INDEX_OF[data[i] ^ bb[0]];
encode_rs.h 16 * INDEX_OF - The address of an array of NN elements to convert Galois field
40 feedback = INDEX_OF[data[i] ^ parity[0]];
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
Pci.c     [all...]
Pci.h 42 #define INDEX_OF(Field) ((UINT8 *) (Field) - (UINT8 *) mConfigSpace)

Completed in 90 milliseconds