OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_instance
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-mdns-proxy.c
2709
update_instance_tsr(adv_instance_t *instance, adv_instance_t *
new_instance
)
2723
if (
new_instance
!= NULL) {
2728
NULL, 0,
new_instance
->txt_length,
new_instance
->txt_data, 0);
2793
} else if (
new_instance
!= NULL) {
2794
// If we have
new_instance
, the caller is going to get rid of it, so we need to
2797
instance->txt_data =
new_instance
->txt_data;
2798
instance->txt_length =
new_instance
->txt_length;
2799
new_instance
->txt_data = NULL;
2800
new_instance
->txt_length = 0
3617
service_instance_t *
new_instance
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-vect-slp.cc
3104
slp_instance
new_instance
= XNEW (class _slp_instance);
local
3105
SLP_INSTANCE_TREE (
new_instance
) = node;
3106
SLP_INSTANCE_UNROLLING_FACTOR (
new_instance
) = unrolling_factor;
3107
SLP_INSTANCE_LOADS (
new_instance
) = vNULL;
3108
SLP_INSTANCE_ROOT_STMTS (
new_instance
) = root_stmt_infos;
3109
SLP_INSTANCE_KIND (
new_instance
) = kind;
3110
new_instance
->reduc_phis = NULL;
3111
new_instance
->cost_vec = vNULL;
3112
new_instance
->subgraph_entries = vNULL;
3143
SLP_INSTANCE_TREE (
new_instance
) = conv
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
tree-vect-slp.cc
3361
slp_instance
new_instance
= XNEW (class _slp_instance);
local
3362
SLP_INSTANCE_TREE (
new_instance
) = node;
3363
SLP_INSTANCE_UNROLLING_FACTOR (
new_instance
) = unrolling_factor;
3364
SLP_INSTANCE_LOADS (
new_instance
) = vNULL;
3365
SLP_INSTANCE_ROOT_STMTS (
new_instance
) = root_stmt_infos;
3366
SLP_INSTANCE_REMAIN_DEFS (
new_instance
) = remain;
3367
SLP_INSTANCE_KIND (
new_instance
) = kind;
3368
new_instance
->reduc_phis = NULL;
3369
new_instance
->cost_vec = vNULL;
3370
new_instance
->subgraph_entries = vNULL
[
all
...]
Completed in 25 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026