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

  /toolchain/binutils/binutils-2.25/bfd/
coff-ppc.c 76 /* Need a 7 char string for an eye catcher. */
77 #define EYE "krkjunk"
80 #define HASH_CHECK_INIT(ret) strcpy(ret->eye_catcher, EYE)
82 if (strcmp(addr->eye_catcher, EYE) != 0) \
85 _("File %s, line %d, Hash check failure, bad eye %8s\n"), \
    [all...]
  /frameworks/native/opengl/libagl/
context.h 114 EYE = 0x0040,
137 vec4_t eye; member in union:android::gl::vertex_t::__anon28741
294 vec4_t position; // position in eye space

Completed in 4441 milliseconds