HomeSort by relevance Sort by last modified time
    Searched defs:waste (Results 1 - 2 of 2) sorted by null

  /external/openssl/crypto/bn/asm/
x86_64-gcc.c 177 { BN_ULONG ret,waste; local
180 : "=a"(ret),"=d"(waste)
  /external/dbus/dbus/
dbus-string.c 281 int waste; local
283 waste = real->allocated - (real->len + _DBUS_STRING_ALLOCATION_PADDING);
285 if (waste <= max_waste)
381 * waste is ignored and the call does nothing).
384 * @param max_waste the maximum amount of waste to ignore
    [all...]

Completed in 320 milliseconds