Home
last modified time | relevance | path

Searched defs:ef (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/sys/arch/m88k/m88k/
H A Deh_common.S255 #define SAVE_TMP2(ef) st %r10, ef, GENREG_OFF(10) argument
256 #define SAVE_TMP3(ef) st %r11, ef, GENREG_OFF(11) argument
257 #define RESTORE_TMP2(ef) ld %r10, ef, GENREG_OFF(10) argument
258 #define RESTORE_TMP3(ef) ld %r11, ef, GENREG_OFF(11) argument
/openbsd-src/sys/arch/i386/include/
H A Dcpufunc.h160 u_int ef; in read_eflags() local
167 write_eflags(u_int ef) in write_eflags()
181 u_long ef; in intr_disable() local
189 intr_restore(u_long ef) in intr_restore()
/openbsd-src/lib/libcrypto/asn1/
H A Dtasn_new.c97 const ASN1_EXTERN_FUNCS *ef; in asn1_item_ex_new() local
187 const ASN1_EXTERN_FUNCS *ef; in asn1_item_clear() local
H A Dtasn_fre.c89 const ASN1_EXTERN_FUNCS *ef; in asn1_item_free() local
H A Dtasn_prn.c115 const ASN1_EXTERN_FUNCS *ef; in asn1_item_print_ctx() local
H A Dtasn_enc.c145 const ASN1_EXTERN_FUNCS *ef; in ASN1_item_ex_i2d() local
H A Dtasn_dec.c915 const ASN1_EXTERN_FUNCS *ef = it->funcs; in asn1_item_d2i_extern() local
H A Dx_pubkey.c258 const ASN1_EXTERN_FUNCS *ef = it->funcs; in pubkey_ex_d2i() local
/openbsd-src/sys/arch/amd64/include/
H A Dcpufunc.h191 u_long ef; in read_rflags() local
198 write_rflags(u_long ef) in write_rflags() argument
212 u_long ef; in intr_disable() local
220 intr_restore(u_long ef) in intr_restore() argument
[all...]
/openbsd-src/sys/arch/i386/i386/
H A Dtrap.c257 u_int ef = read_eflags(); in trap() local
535 u_int ef = read_eflags(); in syscall() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Denum8.C5 int f (enum foo ef) in f()
/openbsd-src/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c347 struct amdgpu_amdkfd_fence *ef) in amdgpu_amdkfd_remove_eviction_fence() argument
370 struct amdgpu_amdkfd_fence *ef; in amdgpu_amdkfd_remove_fence_on_pt_pd_bos() local
1316 init_kfd_vm(struct amdgpu_vm * vm,void ** process_info,struct dma_fence ** ef) init_kfd_vm() argument
1477 amdgpu_amdkfd_gpuvm_acquire_process_vm(struct amdgpu_device * adev,struct amdgpu_vm * avm,void ** process_info,struct dma_fence ** ef) amdgpu_amdkfd_gpuvm_acquire_process_vm() argument
2729 amdgpu_amdkfd_gpuvm_restore_process_bos(void * info,struct dma_fence ** ef) amdgpu_amdkfd_gpuvm_restore_process_bos() argument
[all...]
/openbsd-src/usr.bin/mail/
H A Dmain.c106 char *ef; in main() local
/openbsd-src/gnu/llvm/lld/ELF/Arch/
H A DMipsArchTree.cpp364 if (auto *ef = dyn_cast<ELFFileBase>(f)) in isN32Abi() local
/openbsd-src/lib/libpcap/
H A Dgencode.h129 struct edge ef; member
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DMathExtras.h54 constexpr float ef = 2.71828183F, // (0x1.5bf0a8P+1) https://oeis.org/A001113 variable
/openbsd-src/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_priv.h921 struct dma_fence *ef; member
/openbsd-src/gnu/lib/libiberty/src/
H A Dregex.c67 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) argument