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

  /external/mesa3d/src/mapi/glapi/gen/
glX_doc.py 98 def body_size(self, f): member in class:PrintGlxProtoText
121 [size, size_str, pad_str] = self.body_size(f)
137 [size, size_str, pad_str] = self.body_size(f)
  /external/libevent/include/event2/
http_struct.h 95 size_t body_size; member in struct:evhttp_request
  /external/v8/src/wasm/
encoder.cc 446 size_t body_size; member in struct:v8::internal::wasm::Sizes
448 size_t total() { return header_size + body_size; }
452 body_size += body;
497 if (sizes.body_size > 0) sizes.Add(1, 0);
570 if (sizes.body_size > 0) EmitUint8(&header, kDeclEnd);
  /external/v8/src/
factory.cc 1425 int body_size = RoundUp(desc.instr_size, kObjectAlignment); local
    [all...]
  /external/v8/src/heap/
spaces.cc 903 size_t body_size = commit_size - CodePageGuardStartOffset(); local
904 if (vm->Commit(body, body_size, true)) {
912 vm->Uncommit(body, body_size);
    [all...]

Completed in 101 milliseconds