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

  /external/bison/darwin-lib/
stdint.h 168 # define GL_INT64_T
174 typedef long int gl_int64_t; typedef
175 # define int64_t gl_int64_t
176 # define GL_INT64_T
179 typedef __int64 gl_int64_t; typedef
180 # define int64_t gl_int64_t
181 # define GL_INT64_T
184 typedef long long int gl_int64_t; typedef
185 # define int64_t gl_int64_t
186 # define GL_INT64_T
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdint.in.h 141 typedef long int gl_int64_t; typedef
142 # define int64_t gl_int64_t
143 # define GL_INT64_T
146 typedef __int64 gl_int64_t; typedef
147 # define int64_t gl_int64_t
148 # define GL_INT64_T
151 typedef long long int gl_int64_t; typedef
152 # define int64_t gl_int64_t
153 # define GL_INT64_T
199 #ifdef GL_INT64_T
    [all...]

Completed in 21 milliseconds