HomeSort by: relevance | last modified time | path
    Searched defs:f7 (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hp300/dev/
gboxreg.h 90 uint8_t f7[3]; member in struct:gboxfb
topcatreg.h 72 uint8_t f7[0x409c-0x4090-1]; member in struct:tcboxfb
dvboxreg.h 73 uint8_t f7[0x40b7-0x40b3-1]; member in struct:dvboxfb
  /src/sys/arch/hp300/stand/common/
grf_gbreg.h 106 u_char f7[3]; member in struct:gboxfb
grf_tcreg.h 96 u_char f7[0x409c-0x4090-1]; member in struct:tcboxfb
grf_dvreg.h 97 u_char f7[0x40b7-0x40b3-1]; member in struct:dvboxfb
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_ppc_regs.h 40 #define f7 7 macro
  /src/sys/external/bsd/gnu-efi/dist/inc/protocol/ia64/
eficontext.h 108 UINT64 f7[2]; member in struct:__anon904514ee0108
  /src/sys/arch/riscv/riscv/
db_disasm.c 581 #define INSN_F7(n, f7, moretests, pflags) \
585 .funct3 = 0, .funct7 = f7, .rs2 = 0, \
589 #define INSN_F73(n, f7, f3, moretests, pflags) \
593 .funct3 = f3, .funct7 = f7, .rs2 = 0, \
597 #define INSN_F37(n, f3, f7, moretests, pflags) \
598 INSN_F73(n, f7, f3, moretests, pflags)
833 unsigned i, f3, f7, testf7; local in function:riscv_disasm_match
837 f7 = INSN_FUNCT7(insn);
849 testf7 = f7;
917 switch (f7 & 3)
    [all...]
  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
ed25519_ref10_fe_25_5.h 159 int32_t f7 = f[7]; local in function:fe25519_cmov
170 int32_t x7 = f7 ^ g[7];
192 f[7] = f7 ^ x7;
209 int32_t f7 = f[7]; local in function:fe25519_cswap
231 int32_t x7 = f7 ^ g7;
253 f[7] = f7 ^ x7;
283 int32_t f7 = f[7]; local in function:fe25519_copy
294 h[7] = f7;
377 int32_t f7 = f[7]; local in function:fe25519_mul
404 int32_t f7_2 = 2 * f7;
647 int32_t f7 = f[7]; local in function:fe25519_sq
819 int32_t f7 = f[7]; local in function:fe25519_sq2
992 int32_t f7 = f[7]; local in function:fe25519_scalar_product
    [all...]

Completed in 17 milliseconds