/third_party/ffmpeg/libavcodec/ |
H A D | exrenc.c | 70 unsigned int tmp_size; member 228 int64_t tmp_size = element_size * s->planes * frame->width; in encode_scanline_rle() local 229 int64_t max_compressed_size = tmp_size * 3 / 2; in encode_scanline_rle() 231 av_fast_padded_malloc(&scanline->uncompressed_data, &scanline->uncompressed_size, tmp_size); in encode_scanline_rle() 235 av_fast_padded_malloc(&scanline->tmp, &scanline->tmp_size, tmp_size); in encode_scanline_rle() 264 reorder_pixels(scanline->tmp, scanline->uncompressed_data, tmp_size); in encode_scanline_rle() 265 predictor(scanline->tmp, tmp_size); in encode_scanline_rle() 268 scanline->tmp, tmp_size); in encode_scanline_rle() 270 if (scanline->actual_size <= 0 || scanline->actual_size >= tmp_size) { in encode_scanline_rle() 287 int64_t tmp_size = element_size * s->planes * frame->width * scanline_height; encode_scanline_zip() local [all...] |
H A D | exr.c | 117 int tmp_size; member 1315 av_fast_padded_malloc(&td->tmp, &td->tmp_size, uncompressed_size); in decode_block()
|
/third_party/python/Modules/ |
H A D | _dbmmodule.c | 137 Py_ssize_t tmp_size; in dbm_subscript() local 140 if (!PyArg_Parse(key, "s#", &krec.dptr, &tmp_size)) { in dbm_subscript() 144 krec.dsize = tmp_size; in dbm_subscript() 163 Py_ssize_t tmp_size; in dbm_ass_sub() local 165 if ( !PyArg_Parse(v, "s#", &krec.dptr, &tmp_size) ) { in dbm_ass_sub() 172 krec.dsize = tmp_size; in dbm_ass_sub() 192 if ( !PyArg_Parse(w, "s#", &drec.dptr, &tmp_size) ) { in dbm_ass_sub() 197 drec.dsize = tmp_size; in dbm_ass_sub() 352 Py_ssize_t tmp_size; in _dbm_dbm_setdefault_impl() local 371 if ( !PyArg_Parse(default_value, "s#", &val.dptr, &tmp_size) ) { in _dbm_dbm_setdefault_impl() [all...] |
/third_party/ltp/lib/ |
H A D | tst_net.c | 145 size_t tmp_size; in tst_get_connect_address() local 166 tmp_size = sizeof(struct in6_addr); in tst_get_connect_address() 168 if (!memcmp(&inet6_ptr->sin6_addr, &in6addr_any, tmp_size)) { in tst_get_connect_address() 170 tmp_size); in tst_get_connect_address()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv98_video.c | 97 u32 tmp_size = 0; in nv98_create_decoder() local 205 tmp_size = mb(templ->height)*16 * mb(templ->width)*16; in nv98_create_decoder() 211 tmp_size = mb(templ->height)*16 * mb(templ->width)*16; in nv98_create_decoder() 218 tmp_size = dec->tmp_stride * (templ->max_references + 1); in nv98_create_decoder() 245 dec->ref_stride * (templ->max_references+2) + tmp_size, in nv98_create_decoder()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
H A D | nvc0_video.c | 107 u32 tmp_size = 0; in nvc0_create_decoder() local 227 tmp_size = mb(templ->height)*16 * mb(templ->width)*16; in nvc0_create_decoder() 233 tmp_size = mb(templ->height)*16 * mb(templ->width)*16; in nvc0_create_decoder() 240 tmp_size = dec->tmp_stride * (templ->max_references + 1); in nvc0_create_decoder() 269 dec->ref_stride * (templ->max_references+2) + tmp_size, in nvc0_create_decoder()
|
/third_party/openssl/test/ |
H A D | endecoder_legacy_test.c | 447 size_t tmp_size; in test_DER() local 475 tmp_size = der_provided_len, in test_DER() 477 &tmp_size))) in test_DER()
|
/third_party/ffmpeg/libavformat/ |
H A D | nutenc.c | 373 int i, j, tmp_pts, tmp_flags, tmp_stream, tmp_mul, tmp_size, tmp_fields, in write_mainheader() local 396 tmp_size = 0; in write_mainheader() 401 if (tmp_size != nut->frame_code[i].size_lsb ) tmp_fields = 4; in write_mainheader() 409 tmp_size = nut->frame_code[i].size_lsb; in write_mainheader() 422 nut->frame_code[i].size_lsb != tmp_size + j || in write_mainheader() 427 if (j != tmp_mul - tmp_size) in write_mainheader() 435 if (tmp_fields > 3) put_v(bc, tmp_size); in write_mainheader()
|
H A D | nutdec.c | 200 int tmp_stream, tmp_mul, tmp_pts, tmp_size, tmp_res, tmp_head_idx; in decode_main_header() local 261 tmp_size = ffio_read_varlen(bc); in decode_main_header() 263 tmp_size = 0; in decode_main_header() 271 count = tmp_mul - (unsigned)tmp_size; in decode_main_header() 297 if (tmp_size < 0 || tmp_size > INT_MAX - count) { in decode_main_header() 313 nut->frame_code[i].size_lsb = tmp_size + j; in decode_main_header()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 414 size_t tmp_size; in ntfs_rsa_private_key_import_from_gnutls() local 429 rd[i].size, &tmp_size) != GPG_ERR_NO_ERROR) { in ntfs_rsa_private_key_import_from_gnutls()
|
/third_party/alsa-utils/aplay/ |
H A D | aplay.c | 2092 static size_t tmp_size; local 2102 if (tmp_size < chunk_bytes) { 2109 tmp_size = count;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.cpp | 877 glw::GLsizei tmp_size = 0; in testExtension1() local 882 &tmp_size, &tmp_type, tmp_buffer); in testExtension1()
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_instruction_selection.cpp | 4181 unsigned tmp_size = 0; 4183 while ((!tmp_size || (tmp_size % component_size)) && i < num_vals) { 4186 tmp_size += vals[i].bytes(); 4194 tmp[0] = bld.tmp(RegClass::get(reg_type, tmp_size)); 4212 if (tmp_size == elem_rc.bytes()) { 4215 assert(tmp_size % elem_rc.bytes() == 0); 4217 aco_opcode::p_split_vector, Format::PSEUDO, 1, tmp_size / elem_rc.bytes())};
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 13717 nk_size tmp_size, img_size; in nk_font_atlas_bake() local 13743 nk_font_baker_memory(&tmp_size, &atlas->glyph_count, atlas->config, atlas->font_num); in nk_font_atlas_bake() 13744 tmp = atlas->temporary.alloc(atlas->temporary.userdata,0, tmp_size); in nk_font_atlas_bake()
|