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

  /external/webrtc/webrtc/libjingle/xmllite/
xmlparser.h 38 unsigned long * byte_index) = 0;
78 unsigned long * byte_index);
85 void SetPosition(int line, int column, long byte_index);
xmlparser.cc 235 long byte_index) {
238 byte_index_ = byte_index;
244 unsigned long * byte_index) {
253 if (byte_index != NULL) {
254 *byte_index = static_cast<unsigned long>(byte_index_);
  /external/libmojo/mojo/common/
data_pipe_utils.cc 89 uint32_t byte_index = 0; local
90 while (it != source.end() && byte_index < buffer_num_bytes) {
91 char_buffer[byte_index++] = *it++;
93 EndWriteDataRaw(destination.get(), byte_index);
  /external/v8/src/
safepoint-table.cc 31 int byte_index = reg_index >> kBitsPerByteLog2; local
33 return (bits_[byte_index] & (1 << bit_index)) != 0;
182 int byte_index = index >> kBitsPerByteLog2; local
184 bits[byte_index] |= (1 << bit_index);
191 int byte_index = index >> kBitsPerByteLog2; local
193 bits[byte_index] |= (1U << bit_index);
frames.cc 884 int byte_index = index >> kBitsPerByteLog2; local
886 if ((safepoint_bits[byte_index] & (1U << bit_index)) != 0) {
    [all...]
  /hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/
h264parse_sei.c 928 int32_t k, byte_index, user_data_byte_index; local
940 byte_index = 0;
    [all...]
viddec_h264_workload.c 708 uint32_t i=0, nitems=0, byte_index=0, data=0, data_writed=0; local
763 byte_index =0;
769 if(byte_index == 0) data = 0;
775 data |= (pInfo->h264_list_replacement) << byte_index;
779 data |= (p_list[i] & 0x7f) << byte_index;
784 data |= (0x80) << byte_index;
788 if(byte_index == 24)
790 byte_index = 0;
811 byte_index += 8;
    [all...]
  /system/nfc/src/nfc/int/
rw_int.h 156 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member in struct:__anon115101
394 uint8_t byte_index; /* Index of Lock byte pointed by the TLV */ member in struct:__anon115106
    [all...]
  /external/mesa3d/src/mesa/main/
texcompress_bptc.c 324 int byte_index = offset / 8; local
331 result |= ((block[byte_index] >> bit_index) &
340 byte_index++;
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-isa.c 98 /* Given <byte_index>, the index of a byte in a xtensa_insnbuf, our
103 byte_to_word_index (int byte_index)
105 return byte_index / sizeof (xtensa_insnbuf_word);
110 byte_to_bit_index (int byte_index)
112 return (byte_index & 0x3) * 8;
    [all...]
  /external/google-breakpad/src/processor/
minidump.cc     [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 1637 int byte_index = bit_index \/ kBitsPerByte; local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 1578 int byte_index = bit_index \/ kBitsPerByte; local
    [all...]

Completed in 721 milliseconds