OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:oldK
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/exp-ptrcheck/
sg_main.c
574
UWord
oldK
, oldV;
583
b = VG_(delFromFM)( sitree, &
oldK
, &oldV, (UWord)nd );
587
tl_assert(nd == (StackTreeNode*)
oldK
);
766
UWord keyW, valW,
oldK
, oldV;
784
b = VG_(delFromFM)( gitree, &
oldK
, &oldV, (UWord)&key );
787
tl_assert(
oldK
== keyW); /* check we deleted the node we just found */
[
all
...]
/external/valgrind/main/helgrind/
libhb_core.c
[
all
...]
Completed in 35 milliseconds