Home
last modified time | relevance | path

Searched refs:dialect (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/powerpc/xmon/
H A Dppc-dis.c27 unsigned long insn, ppc_cpu_t dialect) in operand_value_powerpc() argument
33 value = (*operand->extract) (insn, dialect, &invalid); in operand_value_powerpc()
60 unsigned long insn, ppc_cpu_t dialect) in skip_optional_operands() argument
69 && operand_value_powerpc (operand, insn, dialect) != in skip_optional_operands()
81 lookup_powerpc (unsigned long insn, ppc_cpu_t dialect) in lookup_powerpc() argument
95 || (dialect != (ppc_cpu_t) -1 in lookup_powerpc()
96 && ((opcode->flags & dialect) == 0 in lookup_powerpc()
97 || (opcode->deprecated & dialect) != 0))) in lookup_powerpc()
106 (*operand->extract) (insn, dialect, &invalid); in lookup_powerpc()
123 ppc_cpu_t dialect; in print_insn_powerpc() local
[all …]
H A Dppc.h263 (unsigned long instruction, long op, ppc_cpu_t dialect, const char **errmsg);
284 long (*extract) (unsigned long instruction, ppc_cpu_t dialect, int *invalid);
H A Dppc-opc.c967 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_arx()
981 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_arx()
990 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ary()
1004 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ary()
1013 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_rx()
1029 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_rx()
1042 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_ry()
1058 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_ry()
1077 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in insert_bat()
1085 ppc_cpu_t dialect ATTRIBUTE_UNUSED, in extract_bat()
[all …]
/OK3568_Linux_fs/kernel/Documentation/translations/zh_CN/process/
H A Dprogramming-language.rst12 在 ``-std=gnu89`` :ref:`gcc-c-dialect-options <cn_gcc-c-dialect-options>` 下编译的:ISO C90的 GNU 方言(
54 .. _cn_gcc-c-dialect-options:
56 c-dialect-options
/OK3568_Linux_fs/kernel/Documentation/process/
H A Dprogramming-language.rst8 under ``-std=gnu89`` [gcc-c-dialect-options]_: the GNU dialect of ISO C90
12 This dialect contains many extensions to the language [gnu-extensions]_,
42 .. [gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
/OK3568_Linux_fs/kernel/crypto/
H A Dsm2.c36 enum ecc_dialects dialect; member
53 .dialect = ECC_DIALECT_STANDARD,
108 mpi_ec_init(ec, ecp->model, ecp->dialect, 0, p, a, b); in sm2_ec_ctx_init()
/OK3568_Linux_fs/kernel/Documentation/translations/it_IT/process/
H A Dprogramming-language.rst13 l'opzione ``-std=gnu89`` [it-gcc-c-dialect-options]_: il dialetto GNU
48 .. [it-gcc-c-dialect-options] https://gcc.gnu.org/onlinedocs/gcc/C-Dialect-Options.html
/OK3568_Linux_fs/buildroot/package/guile/
H A DConfig.in15 programming language, a clean and elegant dialect of Lisp.
/OK3568_Linux_fs/kernel/include/linux/
H A Dmpi.h198 enum ecc_dialects dialect; /* The ECC dialect used with the curve. */ member
249 enum ecc_dialects dialect,
/OK3568_Linux_fs/buildroot/package/python-pydal/
H A DConfig.in6 specified dialect for the database back end, so that you do
/OK3568_Linux_fs/kernel/fs/cifs/
H A DKconfig23 (including support for the most recent, most secure dialect SMB3.1.1)
26 to the original dialect, the Server Message Block (SMB) protocol, the
142 negotiate a newer dialect with servers, such as Samba 3.0.5
H A Dcifs_debug.c135 server->dialect, in cifs_dump_channel()
343 server->credits, server->dialect); in cifs_debug_data_proc_show()
H A Dsmb2pdu.c932 server->dialect = le16_to_cpu(rsp->DialectRevision); in SMB2_negotiate()
961 if (server->dialect == SMB30_PROT_ID && (server->capabilities & SMB2_GLOBAL_CAP_ENCRYPTION)) in SMB2_negotiate()
1013 if (server->dialect == SMB311_PROT_ID) in smb3_validate_negotiate()
1113 if (pneg_rsp->Dialect != cpu_to_le16(server->dialect)) in smb3_validate_negotiate()
1536 if (ses->server->dialect < SMB30_PROT_ID) { in SMB2_sess_auth_rawntlmssp_authenticate()
1769 if ((server->dialect == SMB311_PROT_ID) && in SMB2_tcon()
3866 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_new_read_req()
4292 bool need_invalidate = server->dialect == SMB30_PROT_ID; in smb2_async_writev()
H A Dsmb2misc.c889 if (server->dialect != SMB311_PROT_ID) in smb311_update_preauth_hash()
H A Dcifssmb.c497 if (server->dialect != LANMAN_PROT && server->dialect != LANMAN2_PROT) in decode_lanman_negprot_rsp()
638 server->dialect = le16_to_cpu(pSMBr->DialectIndex); in CIFSSMBNegotiate()
639 cifs_dbg(FYI, "Dialect: %d\n", server->dialect); in CIFSSMBNegotiate()
641 if ((pSMBr->hdr.WordCount < 13) || (server->dialect == BAD_PROT)) { in CIFSSMBNegotiate()
H A Dcifsglob.h706 u16 dialect; /* dialect index that server chose */ member
H A Dsess.c90 if (ses->server->dialect < SMB30_PROT_ID) { in cifs_try_adding_channels()
/OK3568_Linux_fs/kernel/lib/mpi/
H A Dec.c565 enum ecc_dialects dialect, in mpi_ec_init() argument
577 ctx->dialect = dialect; in mpi_ec_init()
579 if (dialect == ECC_DIALECT_ED25519) in mpi_ec_init()
871 if (ctx->dialect == ECC_DIALECT_ED25519) in dup_point_edwards()
1127 if (ctx->dialect == ECC_DIALECT_ED25519) { in add_points_edwards()
1488 if (ctx->dialect == ECC_DIALECT_ED25519) in mpi_ec_curve_point()
/OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/
H A Dtodo.rst78 q) Allow mount.cifs to be more verbose in reporting errors with dialect
87 secure) CIFS dialect can be disabled in environments that don't need it
H A Dusage.rst77 To improve security the SMB2.1 dialect or later (usually will get SMB3) is now
80 much older and less secure than the default dialect SMB3 which includes
141 dialect, so to get the maximum benefit if mounting using the older dialect
741 laintext passwords using the older lanman dialect
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-kernel/crash/
H A Dcrash_8.0.0.bb109 …c -quiet -dumpbase eval.c -march=armv5te -mthumb -mthumb-interwork -mtls-dialect=gnu -auxbase-stri…
/OK3568_Linux_fs/buildroot/package/odb/
H A D0006-Adapt-to-changes-in-GCC-8.patch22 // the current C++ dialect.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__config801 // Inline namespaces are available in Clang/GCC/MSVC regardless of C++ dialect.
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__config801 // Inline namespaces are available in Clang/GCC/MSVC regardless of C++ dialect.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dgcc.info218 The default, if no C language dialect options are given, is
326 The default, if no C++ language dialect options are given, is
1021 -mtls-dialect=desc -mtls-dialect=traditional
1091 -mtp=NAME -mtls-dialect=DIALECT
2176 The following options control the dialect of C (or languages derived
2230 GNU dialect of a standard is specified, all features supported by
2288 GNU dialect of ISO C90 (including some C99 features).
2292 GNU dialect of ISO C99. The name 'gnu9x' is deprecated.
2296 GNU dialect of ISO C11. The name 'gnu1x' is deprecated.
2300 GNU dialect of ISO C17. This is the default for C code.
[all …]

12