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

  /external/libevent/test/
regress_util.c 662 struct example_struct { struct
671 struct example_struct es1;
677 tt_int_op(evutil_offsetof(struct example_struct, b), ==, sizeof(char*));
680 tt_ptr_op(EVUTIL_UPCAST(cp, struct example_struct, b), ==, &es1);
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cArrayOfArraysTests.cpp     [all...]

Completed in 371 milliseconds