Home
last modified time | relevance | path

Searched defs:code_size (Results 1 - 25 of 53) sorted by relevance

123

/third_party/vixl/examples/aarch32/
H A Dabs.cc59 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main() local
H A Dgetting-started.cc60 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main() local
H A Dpi.cc98 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main() local
H A Dmandelbrot.cc211 uint32_t code_size = masm.GetSizeOfCodeGenerated(); in main() local
/third_party/vixl/examples/aarch64/
H A Dgetting-started.cc66 size_t code_size = masm.GetSizeOfCodeGenerated(); in main() local
H A Dliteral.cc65 size_t code_size = masm.GetSizeOfCodeGenerated(); in LiteralExample() local
/third_party/ffmpeg/libavformat/
H A Dg726.c30 int code_size; member
/third_party/node/deps/brotli/c/dec/
H A Dstate.c144 const size_t code_size = sizeof(HuffmanCode) * ntrees * max_table_size; in BrotliDecoderHuffmanTreeGroupInit() local
/third_party/node/deps/v8/src/compiler/backend/
H A Dunwinding-info-writer.h50 void Finish(int code_size) {} in Finish() argument
/third_party/skia/third_party/externals/brotli/c/dec/
H A Dstate.c144 const size_t code_size = sizeof(HuffmanCode) * ntrees * max_table_size; in BrotliDecoderHuffmanTreeGroupInit() local
/third_party/node/deps/v8/src/compiler/backend/arm64/
H A Dunwinding-info-writer-arm64.h43 void Finish(int code_size) { in Finish() argument
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dunwinding-info-writer-s390.h43 void Finish(int code_size) { in Finish() argument
/third_party/node/deps/v8/src/compiler/backend/arm/
H A Dunwinding-info-writer-arm.h43 void Finish(int code_size) { in Finish() argument
/third_party/node/deps/v8/src/compiler/backend/ppc/
H A Dunwinding-info-writer-ppc.h43 void Finish(int code_size) { in Finish() argument
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dunwinding-info-writer-x64.h47 void Finish(int code_size) { in Finish() argument
/third_party/python/Modules/
H A Dunicodename_db.h29919 #define code_size global() macro
[all...]
/third_party/mesa3d/src/gallium/drivers/r600/
H A Devergreen_compute_internal.h39 unsigned code_size; member
/third_party/cups-filters/cupsfilters/
H A Dimage-gif.c447 unsigned char code_size; /* Code size */ in gif_read_image() local
297 gif_get_code(FILE *fp, int code_size, int first_time) gif_get_code() argument
542 code_size, /* Current code size */ gif_read_lzw() local
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dcheck_output.py508 code_size = struct.unpack("=L", stdin.read(4))[0] variable
/third_party/node/deps/v8/src/heap/
H A Dcode-range.cc211 size_t code_size = RoundUp(embedded_blob_code_size, kCommitPageSize); in RemapEmbeddedBuiltins() local
/third_party/node/deps/v8/src/logging/
H A Dlog.h463 size_t code_size; member
/third_party/node/deps/v8/src/snapshot/embedded/
H A Dembedded-data.h77 uint32_t code_size() const { return code_size_; } in code_size() function in v8::internal::final
269 EmbeddedData(const uint8_t* code, uint32_t code_size, const uint8_t* data, in EmbeddedData() argument
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_compiler.h101 uint32_t code_size; /* code size in uint32 words */ member
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.h32 unsigned code_size; member
/third_party/libsnd/src/G72x/
H A Dg72x.c407 update( int code_size, int y, int wi, int fi, int dq, int sr, int dqsez, G72x_STATE *state_ptr) update() argument

Completed in 44 milliseconds

123