Home
last modified time | relevance | path

Searched defs:mod (Results 1 – 25 of 116) sorted by relevance

12345

/openbsd-src/lib/libcrypto/conf/
H A Dconf_mod.c89 CONF_MODULE *mod; global() member
194 CONF_MODULE *mod; module_run() local
222 CONF_MODULE *mod = NULL; module_add() local
260 CONF_MODULE *mod; module_find() local
282 module_init(CONF_MODULE * mod,char * name,char * value,const CONF * cnf) module_init() argument
339 CONF_MODULE *mod; CONF_modules_unload() local
361 module_free(CONF_MODULE * mod) module_free() argument
478 CONF_module_get_usr_data(CONF_MODULE * mod) CONF_module_get_usr_data() argument
485 CONF_module_set_usr_data(CONF_MODULE * mod,void * usr_data) CONF_module_set_usr_data() argument
[all...]
/openbsd-src/sys/arch/armv7/omap/
H A Dprcm.c304 prcm_v3_bit(int mod) in prcm_v3_bit()
339 prcm_am335x_clkctrl(int mod) in prcm_am335x_clkctrl()
386 prcm_enablemodule(int mod) in prcm_enablemodule()
397 prcm_am335x_enablemodule(struct prcm_softc *sc, int mod) in prcm_am335x_enablemodule()
415 prcm_v3_enablemodule(struct prcm_softc *sc, int mod) in prcm_v3_enablemodule()
442 prcm_v4_enablemodule(struct prcm_softc *sc, int mod) in prcm_v4_enablemodule()
/openbsd-src/gnu/llvm/llvm/tools/lto/
H A Dlto.cpp298 void lto_module_dispose(lto_module_t mod) { delete unwrap(mod); } in lto_module_dispose()
300 const char* lto_module_get_target_triple(lto_module_t mod) { in lto_module_get_target_triple()
304 void lto_module_set_target_triple(lto_module_t mod, const char *triple) { in lto_module_set_target_triple()
308 unsigned int lto_module_get_num_symbols(lto_module_t mod) { in lto_module_get_num_symbols()
312 const char* lto_module_get_symbol_name(lto_module_t mod, unsigned int index) { in lto_module_get_symbol_name()
316 lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod, in lto_module_get_symbol_attribute()
321 const char* lto_module_get_linkeropts(lto_module_t mod) { in lto_module_get_linkeropts()
325 lto_bool_t lto_module_get_macho_cputype(lto_module_t mod, in lto_module_get_macho_cputype()
374 bool lto_codegen_add_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_add_module()
378 void lto_codegen_set_module(lto_code_gen_t cg, lto_module_t mod) { in lto_codegen_set_module()
[all …]
/openbsd-src/gnu/gcc/gcc/
H A Ddouble-int.c211 double_int *mod) in double_int_divmod()
223 double_int_sdivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_sdivmod()
231 double_int_udivmod (double_int a, double_int b, unsigned code, double_int *mod) in double_int_udivmod()
243 double_int mod; in double_int_div() local
271 double_int mod; in double_int_mod() local
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_libignore.cpp58 for (const auto &mod : modules) { in OnLibraryLoaded() local
100 for (const auto &mod : modules) { in OnLibraryLoaded() local
H A Dsanitizer_win_weak_interception.cpp85 static void WINAPI weak_intercept_thread_init(void *mod, unsigned long reason, in weak_intercept_thread_init()
H A Dsanitizer_win_dll_thunk.cpp92 static void WINAPI dll_thunk_thread_init(void *mod, unsigned long reason, in dll_thunk_thread_init()
/openbsd-src/gnu/llvm/compiler-rt/lib/stats/
H A Dstats.cpp65 const LoadedModule *mod = Symbolizer::GetOrInit()->FindModuleForAddress( in WriteModuleReport() local
86 unsigned __sanitizer_stats_register(StatModule **mod) { in __sanitizer_stats_register()
H A Dstats_client.cpp65 extern "C" void __sanitizer_stat_init(StatModule *mod) { in __sanitizer_stat_init()
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D920604-1.c2 mod (a, b) in mod() function
H A D990106-2.c1 unsigned calc_mp(unsigned mod) in calc_mp()
/openbsd-src/sbin/unwind/libunbound/services/
H A Dmodstack.h54 struct module_func_block** mod; member
/openbsd-src/usr.sbin/unbound/services/
H A Dmodstack.h54 struct module_func_block** mod; member
/openbsd-src/lib/libcrypto/bn/
H A Dbn_prime.c286 BN_ULONG mod = BN_mod_word(rnd, primes[i]); in probable_prime() local
342 BN_LONG mod = BN_mod_word(rnd, primes[i]); in probable_prime_dh() local
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.benjamin/
H A D15756-1.C19 e_value mod = first; in foo() local
/openbsd-src/sbin/fsck_msdos/
H A Dcheck.c55 int mod = 0; in checkfilesys() local
/openbsd-src/usr.sbin/smtpd/
H A Dsrs.c27 minrange(uint16_t tref, uint16_t t2, int drift, int mod) in minrange()
43 maxrange(uint16_t tref, uint16_t t2, int drift, int mod) in maxrange()
/openbsd-src/lib/libcrypto/rsa/
H A Drsa_blinding.c129 BIGNUM *mod; member
138 BN_BLINDING_new(const BIGNUM *e, const BIGNUM *mod, BN_CTX *ctx, in BN_BLINDING_new()
/openbsd-src/usr.sbin/acme-client/
H A Dacctproc.c79 char *exp = NULL, *mod = NULL, *json = NULL; in op_thumb_rsa() local
187 char *exp = NULL, *mod = NULL; in op_sign_rsa() local
/openbsd-src/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_win_dll_thunk.cpp152 static void WINAPI asan_thread_init(void *mod, unsigned long reason, in asan_thread_init()
H A Dasan_win_dynamic_runtime_thunk.cpp69 static void NTAPI asan_thread_init(void *mod, unsigned long reason, in asan_thread_init()
/openbsd-src/games/primes/
H A Dprimes.c184 ubig mod; in primes() local
/openbsd-src/games/factor/
H A Dfactor.c211 ubig fact_lim, mod; in pr_bigfact() local
/openbsd-src/regress/lib/libcrypto/bn/
H A Dbn_mod_inverse.c279 BIGNUM *i, *a, *m, *inv, *elt, *mod; in bn_mod_inverse_test() local
/openbsd-src/gnu/llvm/llvm/examples/BrainF/
H A DBrainFDriver.cpp73 void addMainFunction(Module *mod) { in addMainFunction()

12345