Home
last modified time | relevance | path

Searched refs:Charlie (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Analysis/
DDependenceAnalysis.cpp3064 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine() local
3065 APInt CdivB = Charlie.sdiv(Beta); in propagateLine()
3066 assert(Charlie.srem(Beta) == 0 && "C should be evenly divisible by B"); in propagateLine()
3079 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine() local
3080 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine()
3081 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine()
3093 APInt Charlie = Cconst->getValue()->getValue(); in propagateLine() local
3094 APInt CdivA = Charlie.sdiv(Alpha); in propagateLine()
3095 assert(Charlie.srem(Alpha) == 0 && "C should be evenly divisible by A"); in propagateLine()
/external/tcpdump/
DCREDITS41 Charlie Lenahan <clenahan at fortresstech dot com>
DCHANGES797 - Document -dd and -ddd. Resulted from a bug report from Charlie Slater
/external/libpcap/
DCHANGES639 signed semantics in several places. Thanks to Charlie Slater
/external/libxml2/
DNEWS1731 - W3C Schemas Datatype improvements (Charlie Bozeman)
2024 - update of the documentation: John Fleck and Charlie Bozeman
DChangeLog14797 * xmlmemory.c: one more doc patch from Charlie Bozeman.
14803 Fixed a few other problems raised by Charlie Bozeman.
14809 patches from Charlie Bozeman. Regenerated the HTML docs.
14832 from Charlie Bozeman
16001 namespace reported by Charlie Bozeman