Home
last modified time | relevance | path

Searched refs:function (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/ulib/musl/src/math/x86_64/
A Dfloorl.S2 .type floorl,@function
18 .type ceill,@function
27 .type truncl,@function
A Drintl.S2 .type rintl,@function
A Dsqrt.S2 .type sqrt,@function
A Dsqrtf.S2 .type sqrtf,@function
A Dsqrtl.S2 .type sqrtl,@function
A Dfabsl.S2 .type fabsl,@function
A Dllrint.S2 .type llrint,@function
A Dllrintf.S2 .type llrintf,@function
A Dlrint.S2 .type lrint,@function
A Dlrintf.S2 .type lrintf,@function
A Datanl.S2 .type atanl,@function
A Dlog10l.S2 .type log10l,@function
A Dlog2l.S2 .type log2l,@function
A Dlogl.S2 .type logl,@function
/third_party/ulib/backtrace/
A Dprint.c54 const char *function) in print_callback() argument
60 function == NULL ? "???" : function, in print_callback()
A Ddwarf.c342 struct function *function; member
910 return strcmp (a1->function->name, a2->function->name); in function_addrs_compare()
2252 && function == p->function) in add_function_range()
2268 p->function = function; in add_function_range()
2278 struct unit *u, struct function *function, in add_function_ranges() argument
2346 struct function *function; in read_function_entry() local
2377 function = ((struct function *) in read_function_entry()
2382 memset (function, 0, sizeof *function); in read_function_entry()
2519 backtrace_free (state, function, sizeof *function, in read_function_entry()
2738 struct function *function; in dwarf_lookup_pc() local
[all …]
A Dbtest.c71 char *function; member
136 if (all[index].filename == NULL || all[index].function == NULL) in check()
155 if (strcmp (all[index].function, want_function) != 0) in check()
158 all[index].function, want_function); in check()
167 const char *filename, int lineno, const char *function) in callback_one() argument
188 if (function == NULL) in callback_one()
189 p->function = NULL; in callback_one()
192 p->function = strdup (function); in callback_one()
193 assert (p->function != NULL); in callback_one()
/third_party/ulib/jemalloc/doc/
A Dstylesheet.xsl3 <xsl:param name="function.parens" select="0"/>
4 <xsl:template match="function">
/third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/
A Dvpaes-x86_64.S28 .type _vpaes_encrypt_core,@function
118 .type _vpaes_decrypt_core,@function
224 .type _vpaes_schedule_core,@function
440 .type _vpaes_schedule_round,@function
545 .type _vpaes_schedule_mangle,@function
619 .type vpaes_set_encrypt_key,@function
636 .type vpaes_set_decrypt_key,@function
658 .type vpaes_encrypt,@function
670 .type vpaes_decrypt,@function
681 .type vpaes_cbc_encrypt,@function
[all …]
/third_party/ulib/musl/src/ldso/x86_64/
A Dtlsdesc.S4 .type __tlsdesc_static,@function
13 .type __tlsdesc_dynamic,@function
/third_party/lib/acpica/source/compiler/
A Dnew_table.txt47 Add an AcpiDmDumpXXXX function to dmtbdump.c -- note, code for another
49 Add an external for this function to acdisasm.h
50 Add this function to the AcpiDmTableData entry for the new ACPI table
68 Add a DtCompileXXXX function to the dttable.c module.
69 Add an external for this function in dtcompiler.h
70 Add this function to the AcpiDmTableData entry for the new ACPI table
/third_party/ulib/musl/src/math/aarch64/
A Dfabs.S3 .type fabs,%function
A Dfabsf.S3 .type fabsf,%function
A Dsqrt.S3 .type sqrt,%function
A Dsqrtf.S3 .type sqrtf,%function

Completed in 32 milliseconds

1234