Searched refs:prev_id (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_chained_origin_depot.cpp20 u32 prev_id; member in struct:__msan::ChainedOriginDepotDesc
27 u32 prev_id; member in struct:__msan::ChainedOriginDepotNode
32 return here_id == args.here_id && prev_id == args.prev_id;
48 prev_id has either the same distribution as here_id (but with 3:8:21)
64 k = args.prev_id;
79 prev_id = args.prev_id;
83 args_type ret = {here_id, prev_id};
94 int prev_id() { retur function in struct:__msan::ChainedOriginDepotNode::Handle
108 ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id) argument
[all...]
H A Dmsan_chained_origin_depot.h19 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id);
H A Dmsan_origin.h39 // (stack_id, prev_id) -> id, where
42 // * prev_id is another origin id that describes the earlier part of the
44 // Following a chain of prev_id provides the full recorded history of an
87 u32 prev_id; local
88 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id);
90 return Origin(prev_id);
H A Dmsan_interface_internal.h116 // Test that this_id is a descendant of prev_id (or they are simply equal).
120 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id);
H A Dmsan.cpp630 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id) { argument
632 while (o.raw_id() != prev_id && o.isChainedOrigin())
634 return o.raw_id() == prev_id;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dmsan_interface.h27 /* Test that this_id is a descendant of prev_id (or they are simply equal).
30 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
/freebsd-13-stable/contrib/wpa/src/eap_peer/
H A Deap_aka.c50 int prev_id; member in struct:eap_aka_data
108 data->prev_id = -1;
801 if (data->prev_id != id) {
804 data->prev_id = id;
1462 data->prev_id = -1;
/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_dispatch_hier.h1062 int prev_id = pr->get_hier_id();
1064 if (prev_id != 0)
1069 KD_TRACE(10, ("__kmp_dispatch_init_hierarchy: T#%d (%d) prev_id is 0\n",
1084 prev_id = my_unit->get_hier_id();

Completed in 73 milliseconds