HomeSort by: relevance | last modified time | path
    Searched defs:export (Results 1 - 25 of 41) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/gcc/cp/
gen-cxxapi-file.py 22 # - the export description of the standard C++ library module
51 def export(script, content): function
63 export module std;
68 export using ::operator new;
69 export using ::operator delete;
70 export using ::operator new[];
71 export using ::operator delete[];""".format(script))
87 print(f'export using std::{e[1]};')
155 'export': export,
    [all...]
  /src/external/ibm-public/postfix/dist/src/util/
vstream_popen.c 120 char **export; member in struct:VSTREAM_POPEN_ARGS
141 args->export = 0;
172 args->export = va_arg(ap, char **);
243 if (args.export)
244 clean_env(args.export);
known_tcp_ports.c 163 const char *exp_export; /* expected export output */
171 /* export */ "lmtp=24 smtp=25",
189 /* export */ "",
206 const char *export; local
226 export = export_known_tcp_ports(export_buf);
227 if (strcmp(export, tp->exp_export) != 0) {
228 msg_warn("test case %s: got export: \"%s\", want: \"%s\"",
229 tp->label, export, tp->exp_export);
spawn_command.h 74 char **export; /* exportable environment */ member in struct:spawn_args
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a2xx/
ir2.c 53 /* must write to same export (issues otherwise?) */
54 return a->alu.export == b->alu.export;
134 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0)
204 ins->alu.export = -1;
223 instr_alloc_type_t export = ~0u; local
231 export = MIN2(export, export_buf(instr->alu.export));
239 if (is_export(instr) && export_buf(instr->alu.export) != export
    [all...]
ir2_private.h 129 /* export idx (-1 no export) */
130 int8_t export; member in struct:ir2_instr::__anon1184::__anon1189
195 bool export, uint8_t export_writemask);
296 return instr->type == IR2_ALU && instr->alu.export >= 0;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a2xx/
ir2.c 51 /* must write to same export (issues otherwise?) */
52 return a->alu.export == b->alu.export;
130 if (s->instr->type != IR2_ALU || s->instr->alu.export >= 0)
194 ins->alu.export = -1;
212 instr_alloc_type_t export = ~0u; local
220 export = MIN2(export, export_buf(instr->alu.export));
228 if (is_export(instr) && export_buf(instr->alu.export) != export
    [all...]
ir2_private.h 129 /* export idx (-1 no export) */
130 int8_t export; member in struct:ir2_instr::__anon3665::__anon3670
195 bool export, uint8_t export_writemask);
287 return instr->type == IR2_ALU && instr->alu.export >= 0;
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_gem.h 103 * @export:
105 * Export backing buffer as a &dma_buf.
110 struct dma_buf *(*export)(struct drm_gem_object *obj, int flags); member in struct:drm_gem_object_funcs
  /src/crypto/external/bsd/openssl/dist/providers/implementations/encode_decode/
decode_pvk2key.c 188 OSSL_FUNC_keymgmt_export_fn *export = local
192 if (reference_sz == sizeof(keydata) && export != NULL) {
200 return export(keydata, selection, export_cb, export_cbarg);
decode_msblob2key.c 221 OSSL_FUNC_keymgmt_export_fn *export = local
225 if (reference_sz == sizeof(keydata) && export != NULL) {
233 return export(keydata, selection, export_cb, export_cbarg);
  /src/external/ibm-public/postfix/dist/src/global/
config_known_tcp_ports.c 154 const char *exp_export; /* expected export or null */
161 /* export */ "lmtp=24 smtp=25 smtps=465 submissions=465"
168 /* export */ "lmtp=24 smtp=25 smtps=465 submissions=465"
174 /* export */ ""
180 /* export */ ""
186 /* export */ "lmtp=24"
192 /* export */ "smtps=465"
198 /* export */ "lmtp=24 smtps=465 submissions=465"
210 const char *export; local
235 export = export_known_tcp_ports(export_buf)
    [all...]
pipe_command.c 183 char **export; /* exportable environment */ member in struct:pipe_args
212 args->export = 0;
262 args->export = va_arg(ap, char **);
532 if (args.export)
533 clean_env(args.export);
  /src/crypto/external/apache2/openssl/dist/test/
evp_skey_test.c 46 const unsigned char *export; local
73 /* Export params */
79 /* Export raw key */
80 if (!TEST_int_gt(EVP_SKEY_get0_raw_key(key, &export, &export_len), 0)
81 || !TEST_mem_eq(export, export_len, import_key, sizeof(import_key)))
  /xsrc/external/mit/MesaLib.old/dist/src/intel/vulkan/
anv_queue.c 408 /* BO fences don't support import/export */
898 unreachable("Invalid fence export handle type");
903 * "Export operations have the same transference as the specified handle
932 const VkExportSemaphoreCreateInfo *export = local
935 export ? export->handleTypes : 0;
1181 * 1) The user is trying to export without submitting something that
1219 * "Export operations have the same transference as the specified handle
  /src/sys/dev/microcode/aic7xxx/
aicasm_gram.y 209 %type <value> export ret f1_opcode f2_opcode jmp_jc_jnc_call jz_jnz je_jne
1002 export: label
1009 export T_SYMBOL ':'
  /src/sys/nfs/
nfs_export.c 118 * Network export information.
123 struct netcred ne_defexported; /* Default export */
140 static int export(struct netexport *, const struct export_args *);
160 * Declare and initialize the file system export hooks.
306 error = export(ne, &mel->mel_exports[0]);
315 error = export(ne, &mel->mel_exports[i]);
381 * The return parameters for the export flags for the client are returned
413 * Handles legacy export requests. In this case, the export information
418 * Returns EJUSTRETURN if the given command was not a export request
703 export(struct netexport *nep, const struct export_args *argp) function
    [all...]
  /src/usr.bin/at/
at.c 313 * with a pair of "'s. Dont't export the no_export list (such as
317 int export = 1; local
327 export = export &&
334 if (export) {
357 (void)fputs("; export ", fp);
  /src/crypto/external/apache2/openssl/dist/providers/implementations/encode_decode/
decode_msblob2key.c 214 OSSL_FUNC_keymgmt_export_fn *export = ossl_prov_get_keymgmt_export(ctx->desc->fns); local
217 if (reference_sz == sizeof(keydata) && export != NULL) {
225 return export(keydata, selection, export_cb, export_cbarg);
decode_pvk2key.c 212 OSSL_FUNC_keymgmt_export_fn *export = ossl_prov_get_keymgmt_export(ctx->desc->fns); local
215 if (reference_sz == sizeof(keydata) && export != NULL) {
223 return export(keydata, selection, export_cb, export_cbarg);
  /src/usr.bin/make/unit-tests/
Makefile 182 TESTS+= directive-export
183 TESTS+= directive-export-env
184 TESTS+= directive-export-impl
185 TESTS+= directive-export-gmake
186 TESTS+= directive-export-literal
218 TESTS+= export
219 TESTS+= export-all
220 TESTS+= export-env
221 TESTS+= export-variants
529 SED_CMDS.export= -e '/^[^=_A-Za-z0-9]*=/d
    [all...]
  /src/bin/ksh/
var.c 25 * if (flag&EXPORT), val.s contains "name=value" for E-Z exporting.
30 static void export ARGS((struct tbl *vp, const char *val));
283 vp->flag |= vq->flag & (EXPORT|INTEGER|RDONLY
397 if ((vq->flag&EXPORT))
398 export(vq, s);
588 export(vp, val) function
610 * set its attributes (INTEGER, RDONLY, EXPORT, TRACE, LJUST, RJUST, ZEROFIL,
670 /* only allow export flag to be set. at&t ksh allows any attribute to
675 && (val || clr || (set & ~EXPORT)))
757 if ((vpbase->flag&EXPORT) && !(vpbase->flag&INTEGER
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/evp/
evp_local.h 128 /* Import and export routines */
131 OSSL_FUNC_keymgmt_export_fn *export; member in struct:evp_keymgmt_st
  /src/external/mit/isl/dist/imath/
gmp_compat.c 655 void *GMPZAPI(export)(void *rop, size_t *countp, int order, size_t size, function
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/crocus/
crocus_bufmgr.c 127 /** File descriptor associated with a handle export. */
614 list_for_each_entry_safe(struct bo_export, export, &bo->exports, link) {
615 struct drm_gem_close close = { .handle = export->gem_handle };
616 intel_ioctl(export->drm_fd, DRM_IOCTL_GEM_CLOSE, &close);
618 list_del(&export->link);
619 free(export);
1410 /* Only add the new GEM handle to the list of export if it belongs to a
1424 struct bo_export *export = calloc(1, sizeof(*export)); local
1425 if (!export)
    [all...]

Completed in 44 milliseconds

1 2