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

  /external/clang/test/SemaObjC/
foreach.m 37 - (unsigned long)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(unsigned long)len;
  /external/quake/quake/src/QW/client/
snd_mem.c 105 byte stackbuf[1*1024]; // avoid dirtying the cache heap local
112 //Con_Printf ("S_LoadSound: %x\n", (int)stackbuf);
119 data = COM_LoadStackFile(namebuffer, stackbuf, sizeof(stackbuf));
gl_model.c 241 byte stackbuf[1024]; // avoid dirtying the cache heap local
266 buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf));
    [all...]
model.c 239 byte stackbuf[1024]; // avoid dirtying the cache heap local
264 buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf));
    [all...]
  /external/quake/quake/src/WinQuake/
snd_mem.cpp 105 byte stackbuf[1*1024]; // avoid dirtying the cache heap local
112 //Con_Printf ("S_LoadSound: %x\n", (int)stackbuf);
119 data = COM_LoadStackFile(namebuffer, stackbuf, sizeof(stackbuf));
gl_model.cpp 241 byte stackbuf[1024]; // avoid dirtying the cache heap local
266 buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf));
    [all...]
model.cpp 259 byte stackbuf[1024]; // avoid dirtying the cache heap local
282 buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf));
    [all...]
  /gdk/samples/quake/jni/
snd_mem.cpp 105 byte stackbuf[1*1024]; // avoid dirtying the cache heap local
112 //Con_Printf ("S_LoadSound: %x\n", (int)stackbuf);
119 data = COM_LoadStackFile(namebuffer, stackbuf, sizeof(stackbuf));
gl_model.cpp 241 byte stackbuf[1024]; // avoid dirtying the cache heap local
266 buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf));
    [all...]
  /external/quake/quake/src/QW/server/
sv_init.c 258 byte stackbuf[1024]; // avoid dirtying the cache heap local
263 buf = (byte *)COM_LoadStackFile (mdl, stackbuf, sizeof(stackbuf));
model.c 202 byte stackbuf[1024]; // avoid dirtying the cache heap local
219 buf = (unsigned *)COM_LoadStackFile (mod->name, stackbuf, sizeof(stackbuf));
  /external/clang/test/Analysis/
system-header-simulator-objc.h 62 @protocol NSFastEnumeration - (NSUInteger)countByEnumeratingWithState:(NSFastEnumerationState *)state objects:(id *)stackbuf count:(NSUInteger)len;

Completed in 328 milliseconds