OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:symbol_prefix
(Results
1 - 5
of
5
) sorted by null
/external/tensorflow/tensorflow/compiler/aot/
embedded_protocol_buffers.h
57
// `
symbol_prefix
` is prefix that is guaranteed to be unique across the binary
66
StringPiece target_triple, StringPiece
symbol_prefix
,
embedded_protocol_buffers.cc
120
StringPiece target_triple, StringPiece
symbol_prefix
,
135
&llvm_context, target_machine.get(), *proto,
symbol_prefix
,
/external/jemalloc/include/jemalloc/
jemalloc_mangle.sh
4
symbol_prefix
=$2
22
echo "# define ${n} ${
symbol_prefix
}${n}"
29
* The ${
symbol_prefix
}* macros can be used as stable alternative names for the
40
echo "# undef ${
symbol_prefix
}${n}"
/toolchain/binutils/binutils-2.27/binutils/
nlmheader.y
87
static char *
symbol_prefix
;
230
symbol_prefix
= NULL;
262
symbol_prefix
= NULL;
437
|
symbol_prefix
445
| symbol_list
symbol_prefix
453
symbol_prefix
:
label
456
if (
symbol_prefix
!= NULL)
457
free (
symbol_prefix
);
458
symbol_prefix
= $2;
467
if (
symbol_prefix
== NULL
[
all
...]
/external/mesa3d/src/mapi/glapi/
glapi.h
163
_glapi_create_table_from_handle(void *handle, const char *
symbol_prefix
);
Completed in 915 milliseconds