HomeSort by relevance Sort by last modified time
    Searched full:notv (Results 1 - 1 of 1) sorted by null

  /system/core/libcutils/tests/memset_mips/
test_memset.c 87 uint32_t v, notv = 0; local
108 notv = ~v & 0xff;
112 notv = ~v & 0xffff;
117 notv = ~v;
129 *(uint8_t *)p = notv;
131 *(uint16_t *)p = notv;
133 *(uint32_t *)p = notv;
148 if (got != notv)
156 if (got != notv)

Completed in 45 milliseconds