HomeSort by: relevance | last modified time | path
    Searched refs:prev_id (Results 1 - 18 of 18) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan_chained_origin_depot.cc 21 u32 prev_id; member in struct:__msan::ChainedOriginDepotDesc
28 u32 prev_id; member in struct:__msan::ChainedOriginDepotNode
33 return here_id == args.here_id && prev_id == args.prev_id;
49 prev_id has either the same distribution as here_id (but with 3:8:21)
65 k = args.prev_id;
80 prev_id = args.prev_id;
84 args_type ret = {here_id, prev_id};
95 int prev_id() { return node_->prev_id; function in struct:__msan::ChainedOriginDepotNode::Handle
    [all...]
msan_chained_origin_depot.h 20 bool ChainedOriginDepotPut(u32 here_id, u32 prev_id, u32 *new_id);
msan_origin.h 40 // (stack_id, prev_id) -> id, where
43 // * prev_id is another origin id that describes the earlier part of the
45 // Following a chain of prev_id provides the full recorded history of an
88 u32 prev_id; local
89 u32 stack_id = ChainedOriginDepotGet(getChainedId(), &prev_id);
91 return Origin(prev_id);
msan_interface_internal.h 109 // Test that this_id is a descendant of prev_id (or they are simply equal).
113 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id);
msan.cc 604 int __msan_origin_is_descendant_or_same(u32 this_id, u32 prev_id) {
606 while (o.raw_id() != prev_id && o.isChainedOrigin())
608 return o.raw_id() == prev_id;
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.cpp 21 u32 prev_id; member in struct:__sanitizer::__anon14560::ChainedOriginDepotDesc
28 u32 prev_id; member in struct:__sanitizer::__anon14560::ChainedOriginDepotNode
51 int prev_id() const { return node_->prev_id; } function in struct:__sanitizer::__anon14560::ChainedOriginDepotNode::Handle
64 return here_id == args.here_id && prev_id == args.prev_id;
76 prev_id has either the same distribution as here_id (but with 3:8:21)
93 k = args.prev_id;
111 prev_id = args.prev_id;
    [all...]
sanitizer_chained_origin_depot.h 26 // Stores a chain with StackDepot ID here_id and previous chain ID prev_id.
30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_chained_origin_depot.cpp 22 u32 prev_id; member in struct:__sanitizer::__anon16966::ChainedOriginDepotDesc
29 u32 prev_id; member in struct:__sanitizer::__anon16966::ChainedOriginDepotNode
52 int prev_id() const { return node_->prev_id; } function in struct:__sanitizer::__anon16966::ChainedOriginDepotNode::Handle
65 return here_id == args.here_id && prev_id == args.prev_id;
77 prev_id has either the same distribution as here_id (but with 3:8:21)
94 k = args.prev_id;
112 prev_id = args.prev_id;
    [all...]
sanitizer_chained_origin_depot.h 26 // Stores a chain with StackDepot ID here_id and previous chain ID prev_id.
30 bool Put(u32 here_id, u32 prev_id, u32 *new_id);
  /src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
31 int __msan_origin_is_descendant_or_same(uint32_t this_id, uint32_t prev_id);
  /src/external/gpl2/gettext/dist/gettext-tools/src/
po-gram-gen.h 12 struct { char *prev_ctxt; char *prev_id; char *prev_id_plural; char *ctxt; lex_pos_ty pos; bool obsolete; } message_intro; member in struct:__anon9270::__anon9276
po-gram-gen2.h 12 struct { char *prev_ctxt; char *prev_id; char *prev_id_plural; char *ctxt; lex_pos_ty pos; bool obsolete; } message_intro; member in struct:__anon9278::__anon9284
po-gram-gen.y 118 if ((value).prev_id != NULL) \
119 free ((value).prev_id); \
150 struct { char *prev_ctxt; char *prev_id; char *prev_id_plural; char *ctxt; lex_pos_ty pos; bool obsolete; } message_intro;
207 $1.prev_id, $1.prev_id_plural,
227 $1.prev_id, $1.prev_id_plural,
269 $$.prev_id = NULL;
279 $$.prev_id = $1.id;
po-gram-gen.c 120 if ((value).prev_id != NULL) \
121 free ((value).prev_id); \
137 struct { char *prev_ctxt; char *prev_id; char *prev_id_plural; char *ctxt; lex_pos_ty pos; bool obsolete; } message_intro; member in struct:__anon9262::__anon9268
1041 yyvsp[-3].message_intro.prev_id, yyvsp[-3].message_intro.prev_id_plural,
1063 yyvsp[-3].message_intro.prev_id, yyvsp[-3].message_intro.prev_id_plural,
1109 yyval.message_intro.prev_id = NULL;
1121 yyval.message_intro.prev_id = yyvsp[-1].prev.id;
  /src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
msan_interface.h 28 /* Test that this_id is a descendant of prev_id (or they are simply equal).
32 uint32_t prev_id);
  /src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
msan_interface.h 27 /* 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);
  /src/external/bsd/unbound/dist/testcode/
lock_verify.c 230 struct order_id prev_id, now_id; local
235 prev_id.thr = val;
236 if(fread(&prev_id.instance, sizeof(int), 1, in) != 1 ||
243 (unsigned)prev_id.thr, (unsigned)prev_id.instance,
247 prev = (struct order_lock*)rbtree_search(all, &prev_id);
250 if(!prev) prev = insert_lock(all, &prev_id);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_aka.c 51 int prev_id; member in struct:eap_aka_data
129 data->prev_id = -1;
931 if (data->prev_id != id) {
939 data->prev_id = id;
1577 data->prev_id = -1;

Completed in 98 milliseconds