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

  /external/libxaac/decoder/
ixheaacd_decode_main.c 132 ia_bit_buf_struct *temp_buff = local
153 temp = ixheaacd_show_bits_buf(temp_buff, 3);
158 ext_ele_use_dflt_len = temp & 0x1; // ixheaacd_read_bit(&temp_buff, 1);
161 un_used_val = ixheaacd_read_bits_buf(temp_buff, 3);
163 ext_ele_payload_len = ixheaacd_read_bits_buf(temp_buff, 8);
167 val_add = ixheaacd_read_bits_buf(temp_buff, 16);
173 config_len = ixheaacd_read_bits_buf(temp_buff, 4);
176 val_add = ixheaacd_read_bits_buf(temp_buff, 4);
180 val_add1 = ixheaacd_read_bits_buf(temp_buff, 8);
186 conf_buf[loop] = ixheaacd_read_bits_buf(temp_buff, 8)
    [all...]
  /external/u-boot/fs/ext4/
ext4_journal.c 342 char *temp_buff = zalloc(fs->blksz); local
344 if (!temp_buff || !metadata_buff)
352 temp_buff);
353 p_jdb = (char *)temp_buff;
354 jdb = (struct journal_header_t *) temp_buff;
382 free(temp_buff);
408 char *temp_buff = NULL; local
412 temp_buff = zalloc(fs->blksz);
413 if (!temp_buff)
417 free(temp_buff);
563 char *temp_buff = zalloc(fs->blksz); local
614 char *temp_buff = zalloc(fs->blksz); local
    [all...]
ext4_write.c 693 char *temp_buff = zalloc(fs->blksz); local
694 if (temp_buff) {
700 temp_buff);
701 jsb = (struct journal_superblock_t *)temp_buff;
704 (struct journal_superblock_t *)temp_buff, fs->blksz);
705 free(temp_buff);
  /external/webrtc/webrtc/system_wrappers/source/
trace_impl.cc 586 char temp_buff[WEBRTC_TRACE_MAX_MESSAGE_SIZE]; local
592 _vsnprintf(temp_buff, WEBRTC_TRACE_MAX_MESSAGE_SIZE - 1, msg, args);
594 vsnprintf(temp_buff, WEBRTC_TRACE_MAX_MESSAGE_SIZE - 1, msg, args);
597 buff = temp_buff;
  /external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
esextcTextureCubeMapArrayImageTextureSize.cpp 475 glw::GLuint* temp_buff = (glw::GLuint*)gl.mapBufferRange( local
481 memcpy(read_size, temp_buff, m_n_varyings * m_n_tf_components * sizeof(glw::GLint));
    [all...]

Completed in 576 milliseconds