Searched refs:function (Results 1 – 25 of 85) sorted by relevance
1234
| /third_party/ulib/musl/src/math/x86_64/ |
| A D | floorl.S | 2 .type floorl,@function 18 .type ceill,@function 27 .type truncl,@function
|
| A D | rintl.S | 2 .type rintl,@function
|
| A D | sqrt.S | 2 .type sqrt,@function
|
| A D | sqrtf.S | 2 .type sqrtf,@function
|
| A D | sqrtl.S | 2 .type sqrtl,@function
|
| A D | fabsl.S | 2 .type fabsl,@function
|
| A D | llrint.S | 2 .type llrint,@function
|
| A D | llrintf.S | 2 .type llrintf,@function
|
| A D | lrint.S | 2 .type lrint,@function
|
| A D | lrintf.S | 2 .type lrintf,@function
|
| A D | atanl.S | 2 .type atanl,@function
|
| A D | log10l.S | 2 .type log10l,@function
|
| A D | log2l.S | 2 .type log2l,@function
|
| A D | logl.S | 2 .type logl,@function
|
| /third_party/ulib/backtrace/ |
| A D | print.c | 54 const char *function) in print_callback() argument 60 function == NULL ? "???" : function, in print_callback()
|
| A D | dwarf.c | 342 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 D | btest.c | 71 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 D | stylesheet.xsl | 3 <xsl:param name="function.parens" select="0"/> 4 <xsl:template match="function">
|
| /third_party/ulib/uboringssl/linux-x86_64/crypto/fipsmodule/ |
| A D | vpaes-x86_64.S | 28 .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 D | tlsdesc.S | 4 .type __tlsdesc_static,@function 13 .type __tlsdesc_dynamic,@function
|
| /third_party/lib/acpica/source/compiler/ |
| A D | new_table.txt | 47 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 D | fabs.S | 3 .type fabs,%function
|
| A D | fabsf.S | 3 .type fabsf,%function
|
| A D | sqrt.S | 3 .type sqrt,%function
|
| A D | sqrtf.S | 3 .type sqrtf,%function
|
Completed in 32 milliseconds
1234