| /src/external/gpl3/gdb.old/dist/gdb/arch/ |
| riscv.h | 51 target should be 16 and 4 for an embedded subset compliant target (with 57 bool embedded = false; member in struct:riscv_gdbarch_features 72 && embedded == rhs.embedded && vlen == rhs.vlen 87 std::size_t val = ((embedded ? 1 : 0) << 10
|
| riscv.c | 47 if (features.embedded) 72 if (features.embedded)
|
| /src/external/gpl3/gdb/dist/gdb/arch/ |
| riscv.h | 51 target should be 16 and 4 for an embedded subset compliant target (with 57 bool embedded = false; member in struct:riscv_gdbarch_features 72 && embedded == rhs.embedded && vlen == rhs.vlen 87 std::size_t val = ((embedded ? 1 : 0) << 10
|
| riscv.c | 46 if (features.embedded) 71 if (features.embedded)
|
| /src/distrib/amd64/liveimage/emuimage/ |
| Makefile | 10 FILESDIR!= cd ${.CURDIR}/../../../utils/embedded/files ; pwd
|
| /src/distrib/evbarm/liveimage/armimage/ |
| Makefile | 10 FILESDIR!= cd ${.CURDIR}/../../../utils/embedded/files ; pwd
|
| /src/crypto/external/bsd/openssl.old/dist/crypto/store/ |
| store_local.h | 31 } embedded; /* when type == OSSL_STORE_INFO_EMBEDDED */ member in union:ossl_store_info_st::__anon2127 48 * EMBEDDED is a special type of OSSL_STORE_INFO, specially for the file 60 BUF_MEM *embedded);
|
| store_lib.c | 451 BUF_MEM_free(info->_.embedded.blob); 452 OPENSSL_free(info->_.embedded.pem_name); 606 BUF_MEM *embedded) 616 info->_.embedded.blob = embedded; 617 info->_.embedded.pem_name = 620 if (new_pem_name != NULL && info->_.embedded.pem_name == NULL) { 633 return info->_.embedded.blob; 640 return info->_.embedded.pem_name;
|
| /src/external/historical/nawk/dist/testdir/ |
| T.csv | 3 echo T.csv: tests of csv field splitting, no embedded newlines
|
| /src/external/bsd/dhcpcd/sbin/dhcpcd/ |
| Makefile | 13 SRCS+= dhcp-common.c dhcpcd-embedded.c
|
| /src/tests/bin/ps/ |
| t_ps.sh | 249 "with null headings, or headings with embedded" \ 276 atf_set "descr" "Tests header overriding with embedded space," \ 283 # Check embedded "," or "=" in override header. 296 # Check embedded space or tab in override header.
|
| /src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/ |
| report.py | 291 modifying the run index of any embedded links in messages. 300 If it exists, updates the message index of embedded links in the run index. 326 Given a SARIF message object, checks if the text property contains an embedded link and
|
| /src/external/gpl2/dtc/dist/Documentation/ |
| dtc-paper.tex | 43 embedded machine. To do this, we supply the kernel with a compact 83 Embedded systems, by contrast, usually have a minimal firmware that 86 meant that the various 32-bit \ppc embedded ports have required a 93 kernel image that supports multiple embedded machines. 125 before invoking the new kernel. For embedded systems the blob can 126 come either from the embedded bootloader, or from a specialised 147 \item \emph{compact}: embedded systems are frequently short of 269 bindings for many modern buses and devices. In particular, embedded 375 by walking the OF maintained tree. However, for embedded systems, the 378 Embedded bootloaders are generally built for a particular board. So [all...] |
| /src/external/apache2/llvm/dist/llvm/utils/vim/syntax/ |
| mir.vim | 14 " MIR is embedded in a yaml container, so we load all of the yaml syntax.
|
| /src/external/gpl2/gettext/dist/gettext-tools/tests/ |
| xgettext-java-2 | 25 gettext ("embedded\nnewline"); 114 "embedded\n"
|
| /src/external/bsd/unbound/dist/pythonmod/examples/ |
| avahi-resolver.py | 529 embedded = True variable 531 embedded = False variable 533 if __name__ == '__main__' and not embedded:
|
| /src/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| Preprocess.pm | 4 # ABSTRACT: Expand template text with embedded Perl 52 Text::Template::Preprocess - Expand template text with embedded Perl
|
| /src/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/Template/ |
| Preprocess.pm | 33 Text::Template::Preprocess - Expand template text with embedded Perl
|
| /src/crypto/external/apache2/openssl/dist/external/perl/Text-Template-1.56/lib/Text/Template/ |
| Preprocess.pm | 4 # ABSTRACT: Expand template text with embedded Perl 52 Text::Template::Preprocess - Expand template text with embedded Perl
|
| /src/crypto/external/apache2/openssl/dist/engines/ |
| e_loader_attic.c | 153 * EMBEDDED is a special type of OSSL_STORE_INFO, specially for the file 166 /* This is the embedded data */ 191 BUF_MEM *embedded) 204 data->blob = embedded; 428 * into a new blob, which is returned as an EMBEDDED STORE_INFO. The whole 1240 struct embedded_st *embedded = get0_EMBEDDED(result); local 1242 /* "steal" the embedded data */ 1243 pem_name = new_pem_name = embedded->pem_name; 1244 new_mem = embedded->blob; 1247 embedded->pem_name = NULL [all...] |
| /src/crypto/external/bsd/openssl/dist/engines/ |
| e_loader_attic.c | 153 * EMBEDDED is a special type of OSSL_STORE_INFO, specially for the file 166 /* This is the embedded data */ 191 BUF_MEM *embedded) 203 data->blob = embedded; 428 * into a new blob, which is returned as an EMBEDDED STORE_INFO. The whole 1259 struct embedded_st *embedded = get0_EMBEDDED(result); local 1261 /* "steal" the embedded data */ 1262 pem_name = new_pem_name = embedded->pem_name; 1263 new_mem = embedded->blob; 1266 embedded->pem_name = NULL [all...] |
| /src/external/cddl/osnet/dist/common/nvpair/ |
| nvpair.c | 112 * | - data (embedded) | | - data ... | 242 * Embedded lists need their own nvpriv_t's. We create a new 532 * Frees all memory allocated for an nvpair (like embedded lists) with 954 nvlist_t *embedded = (nvlist_t *) local 959 onvlp[i], embedded)) != 0) { 968 nvlp[i] = embedded++; 1601 * multiple levels of embedded nvlists, with 'sep' as the separator. As an 1688 /* for embedded arrays, support C syntax: "a[1].b" */ 1768 /* search for match of next component in embedded 'nvl' list */ 1786 * Determine if named nvpair exists in nvlist (use embedded separator of '. 2214 nvlist_t *embedded = (nvlist_t *)((uintptr_t)nvlp + len); local [all...] |
| /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dml/ |
| display_mode_structs.h | 330 unsigned char embedded; member in struct:_vcs_dpi_display_pipe_dest_params_st
|
| /src/external/mit/libcbor/dist/doc/ |
| Makefile | 47 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
| /src/external/mit/libuv/dist/docs/ |
| Makefile | 50 @echo " doctest to run all doctests embedded in the documentation (if enabled)"
|