HomeSort by: relevance | last modified time | path
    Searched refs:resource_offset (Results 1 - 10 of 10) sorted by relevancy

  /xsrc/external/mit/libXt/dist/src/
GetResList.c 120 /* trust that resource_offset isn't that big */
121 dlist[dest].resource_offset = (Cardinal)
122 -((int) (list[i]->resource_offset + 1));
193 /* trust that resource_offset isn't that big */
194 dlist[dest].resource_offset = (Cardinal)
195 -((int) (list[i]->resource_offset + 1));
Resources.c 306 (-(int) resources->resource_offset - 1);
327 (-(int) resources->resource_offset - 1);
1078 if (((int) resources->resource_offset) >= 0) {
1177 if (((int) resources->resource_offset) >= 0) {
  /xsrc/external/mit/libX11/dist/src/xlibi18n/
Xlcint.h 116 long resource_offset; /* Offset from base */ member in struct:__anon5684
  /xsrc/external/mit/libXt/dist/include/X11/
Intrinsic.h 377 Cardinal resource_offset;/* Offset from base to put resource value */ member in struct:_XtResource
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 1354 xrmres->xrm_offset = (int)(-res->resource_offset - 1);
  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 2124 FT_Long resource_offset,
2135 error = FT_Raccess_Get_HeaderInfo( library, stream, resource_offset,
  /xsrc/external/mit/xedit/dist/
ispell.c 2163 dict_res.resource_offset = XtOffsetOf(ispell_dict, wchars);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/
evergreen_state.c 2129 unsigned resource_offset,
2149 radeon_emit(cs, (resource_offset + buffer_index) * 8);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/
evergreen_state.c 2123 unsigned resource_offset,
2143 radeon_emit(cs, (resource_offset + buffer_index) * 8);
  /xsrc/external/mit/xterm/dist/
charproc.c 10027 if ((int) xterm_resources[n].resource_offset >= 0
10060 list[n] = (((int) xterm_resources[n].resource_offset < 0)
10084 int fake_offset = (int) data->resource_offset;
14251 key_resources[0].resource_offset = 0;

Completed in 37 milliseconds