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

  /external/lz4/tests/
fuzzer.c     [all...]
  /external/oj-libjdwp/src/share/back/
outStream.c 109 jint segSize = SMALLEST(2 * stream->segment->length, MAX_SEGMENT_SIZE);
110 jbyte *newSeg = jvmtiAllocate(segSize);
124 stream->left = segSize;
  /external/llvm/tools/yaml2obj/
yaml2macho.cpp 266 uint64_t segSize = is64Bit ? LC.Data.segment_command_64_data.filesize
268 ZeroToOffset(OS, segOff + segSize);
  /device/google/contexthub/firmware/os/inc/
seos.h 188 bool osAppSegmentClose(struct AppHdr *app, uint32_t segSize, uint32_t segState);
  /device/google/contexthub/firmware/os/core/
nanohubCommand.c 336 uint32_t segSize = osSegmentGetSize(seg);
341 if (segSize >= (sizeof(*app) + sizeof(*os)) && segSize > os->size) {
    [all...]

Completed in 161 milliseconds