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

  /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
  /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
  /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);
  /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/sys/kern/
uipc_mbuf.c 1969 const bool embedded = MEXT_ISEMBEDDED(m); local
1991 if (embedded) {
2004 if (!embedded) {
  /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

Completed in 36 milliseconds