HomeSort by relevance Sort by last modified time
    Searched refs:add_overflow (Results 1 - 6 of 6) sorted by null

  /external/compiler-rt/lib/ubsan/
ubsan_handlers.h 48 RECOVERABLE(add_overflow, OverflowData *Data, ValueHandle LHS, ValueHandle RHS)
  /external/swiftshader/third_party/subzero/src/
IceUtils.h 72 inline bool add_overflow(uint32_t x, uint32_t y, uint32_t *sum) { function in namespace:Ice::Utils
IceOperand.h 600 if (Utils::add_overflow(Weight, Delta, &Weight) || Weight == Inf)
    [all...]
  /external/squashfs-tools/squashfs-tools/
caches-queues-lists.c 33 extern int add_overflow(int, int);
46 if(add_overflow(size, 1) ||
unsquashfs.c 156 int add_overflow(int a, int b) function
181 if(add_overflow(size, 1) ||
    [all...]
mksquashfs.c 383 int add_overflow(int a, int b) function
    [all...]

Completed in 1635 milliseconds