Home
last modified time | relevance | path

Searched refs:call (Results 1 – 25 of 39) sorted by relevance

12

/third_party/ulib/uboringssl/mac-x86_64/crypto/fipsmodule/
A Dvpaes-x86_64.S232 call _vpaes_preheat
275 call _vpaes_schedule_round
306 call _vpaes_schedule_round
311 call _vpaes_schedule_round
662 call _vpaes_preheat
663 call _vpaes_encrypt_core
674 call _vpaes_preheat
675 call _vpaes_decrypt_core
689 call _vpaes_preheat
697 call _vpaes_encrypt_core
[all …]
A Daesni-x86_64.S557 call _aesni_encrypt8
594 call _aesni_encrypt8
620 call _aesni_encrypt2
626 call _aesni_encrypt3
633 call _aesni_encrypt4
642 call _aesni_encrypt6
651 call _aesni_encrypt6
700 call _aesni_decrypt8
747 call _aesni_decrypt8
782 call _aesni_decrypt2
[all …]
A Dbsaes-x86_64.S1141 call _bsaes_decrypt8
1194 call _bsaes_decrypt8
1220 call _bsaes_decrypt8
1243 call _bsaes_decrypt8
1263 call _bsaes_decrypt8
1280 call _bsaes_decrypt8
1294 call _bsaes_decrypt8
1701 call _bsaes_encrypt8
1825 call _bsaes_encrypt8
1853 call _bsaes_encrypt8
[all …]
/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
A Dvpaes-x86_64.S232 call _vpaes_preheat
275 call _vpaes_schedule_round
306 call _vpaes_schedule_round
311 call _vpaes_schedule_round
662 call _vpaes_preheat
663 call _vpaes_encrypt_core
674 call _vpaes_preheat
675 call _vpaes_decrypt_core
689 call _vpaes_preheat
697 call _vpaes_encrypt_core
[all …]
A Daesni-x86_64.S558 call _aesni_encrypt8
595 call _aesni_encrypt8
621 call _aesni_encrypt2
627 call _aesni_encrypt3
634 call _aesni_encrypt4
643 call _aesni_encrypt6
652 call _aesni_encrypt6
701 call _aesni_decrypt8
748 call _aesni_decrypt8
783 call _aesni_decrypt2
[all …]
A Dbsaes-x86_64.S1150 call _bsaes_decrypt8
1203 call _bsaes_decrypt8
1229 call _bsaes_decrypt8
1252 call _bsaes_decrypt8
1272 call _bsaes_decrypt8
1289 call _bsaes_decrypt8
1303 call _bsaes_decrypt8
1722 call _bsaes_encrypt8
1846 call _bsaes_encrypt8
1874 call _bsaes_encrypt8
[all …]
A Daes-x86_64.S394 call _x86_64_AES_encrypt_compact
860 call _x86_64_AES_decrypt_compact
916 call _x86_64_AES_set_encrypt_key
1196 call _x86_64_AES_set_encrypt_key
1522 call _x86_64_AES_encrypt
1561 call _x86_64_AES_decrypt
1606 call _x86_64_AES_decrypt
1717 call _x86_64_AES_encrypt_compact
1781 call _x86_64_AES_decrypt_compact
/third_party/ulib/jemalloc/doc/
A Dstylesheet.xsl5 <xsl:call-template name="inline.monoseq"/>
8 <quote><xsl:call-template name="inline.monoseq"/></quote>
/third_party/ulib/musl/src/exit/
A Datexit.c80 static void call(void* p) { in call() function
103 return __cxa_atexit(call, (void*)(uintptr_t)func, NULL); in atexit()
/third_party/ulib/musl/arch/x86_64/
A Ddl-entry.S24 call _dl_start
/third_party/uapp/kilo/
A Drules.mk28 ifeq ($(call TOBOOL,$(USE_CLANG)),false)
/third_party/ulib/backtrace/
A Dbacktrace-supported.h.in46 library will call malloc as it works, 0 if it will call mmap
47 instead. This may be used to determine whether it is safe to call
/third_party/ulib/jemalloc/
A D.appveyor.yml18 …- if defined MSVC call "c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" %MSV…
A DMakefile.in52 RPATH = $(if $(1),$(call _RPATH,$(1)))
340 …$(CC) $(DSO_LDFLAGS) $(call RPATH,$(RPATH_EXTRA)) $(LDTARGET) $+ $(LDFLAGS) $(LIBS) $(EXTRA_LDFLAG…
352 …$(CC) $(LDTARGET) $(filter %.$(O),$^) $(call RPATH,$(objroot)lib) $(LDFLAGS) $(filter-out -lm,$(LI…
356 …$(CC) $(TEST_LD_MODE) $(LDTARGET) $(filter %.$(O),$^) $(call RPATH,$(objroot)lib) $(LJEMALLOC) $(L…
360 …$(CXX) $(LDTARGET) $(filter %.$(O),$^) $(call RPATH,$(objroot)lib) $(objroot)lib/$(LIBJEMALLOC).$(…
364 …$(CC) $(TEST_LD_MODE) $(LDTARGET) $(filter %.$(O),$^) $(call RPATH,$(objroot)lib) $(objroot)lib/$(…
/third_party/ulib/musl/src/ldso/x86_64/
A Dtlsdesc.S36 call __tls_get_new
/third_party/lib/acpica/
A Drules.mk9 ifeq ($(call TOBOOL,$(USE_CLANG)),false)
/third_party/ulib/musl/src/math/x86_64/
A Dexp2l.S24 call 1f
A Dexpl.S40 call exp2l@PLT
/third_party/ulib/musl/src/setjmp/x86_64/
A Dlongjmp.S43 call __asan_handle_no_return@PLT
/third_party/uapp/dash/src/
A DTOUR89 which call error when there is no memory left. It also defines a
201 exec.c Code to to path searches and the actual exec sys call.
212 JOBS.C: To create a process, you call makejob to return a job
213 structure, and then call forkshell (passing the job structure as
235 The routine shellexec is the interface to the exec system call.
277 arguments. Builtin routines can call nextopt to do option pars-
279 argv to it. Builtin routines can also call error. This routine
292 stand-alone environment. The user should call the main routine
309 received and invokes the signal system call to set the signal ac-
/third_party/lib/acpica/generate/unix/iasl/
A DMakefile292 $(call safe_yacc,AslCompiler,$<,$@)
298 $(call safe_yacc,DtParser,$<,$@)
304 $(call safe_yacc,PrParser,$<,$@)
/third_party/ulib/acpica/
A Drules.mk13 ifeq ($(call TOBOOL, $(ENABLE_USER_PCI)), true)
187 ifeq ($(call TOBOOL,$(USE_CLANG)),false)
206 ifeq ($(call TOBOOL,$(ENABLE_ACPI_DEBUG)),true)
/third_party/uapp/dash/
A Drules.mk68 ifeq ($(call TOBOOL,$(USE_CLANG)),false)
/third_party/ulib/ngunwind/
A Drules.mk95 ifeq ($(call TOBOOL,$(USE_CLANG)),true)
/third_party/ulib/musl/src/string/
A Drules.mk88 ifeq ($(ARCH):$(call TOBOOL,$(USE_ASAN)),x86:false)

Completed in 43 milliseconds

12