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

  /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 760 int byte_index = index >> kBitsPerByteLog2; local
762 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...]
  /external/libnfc-nxp/src/
phFriNfc_ISO15693Map.c 298 uint8_t byte_index = 0; local
304 byte_index = ISO15693_GET_LEN_FIELD_BYTE_NO(
310 *(a_write_buf + byte_index) = 0x00;
312 if ((ISO15693_BYTES_PER_BLOCK - 1) != byte_index)
315 byte_index = (uint8_t)(byte_index + 1);
317 remaining_size = (ISO15693_BYTES_PER_BLOCK - byte_index);
327 (void)memcpy ((void *)(a_write_buf + byte_index),
357 uint8_t byte_index = 0; local
362 byte_index = ISO15693_GET_LEN_FIELD_BYTE_NO
687 uint8_t byte_index = 0; local
    [all...]
phFriNfc_MifULFormat.c 616 uint8_t byte_index = 0; local
633 /* 1st write to lock bits, so byte_index is updated */
634 byte_index = ps_type2_info->LockByteNumber;
637 no_of_bits_left_in_block = (uint8_t)((MFUL_BLOCK_SIZE_IN_BYTES - byte_index) *
663 lock_bytes_value[byte_index] = 0xFF;
665 byte_index = (uint8_t)(byte_index + 1);
670 lock_bytes_value[byte_index] = 0;
671 lock_bytes_value[byte_index] = (uint8_t)
672 SET_BITS8 (lock_bytes_value[byte_index], 0,
    [all...]
phFriNfc_TopazDynamicMap.c 934 uint8_t byte_index = 0; local
949 byte_index = (uint8_t)ps_locktlv_info->ByteNum;
960 no_of_bits_left_in_block = (uint8_t)((TOPAZ_BYTES_PER_BLOCK - byte_index) *
980 lock_bytes_value[byte_index] = 0xFF;
982 byte_index = (uint8_t)(byte_index + 1);
987 lock_bytes_value[byte_index] = 0;
988 lock_bytes_value[byte_index] = (uint8_t)
989 SET_BITS8 (lock_bytes_value[byte_index], 0,
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 115 UINT8 byte_index; /* Index of Lock byte pointed by the TLV */ member in struct:__anon15921
288 UINT8 byte_index; /* Index of Lock byte pointed by the TLV */ member in struct:__anon15926
    [all...]
  /external/v8/src/ia32/
macro-assembler-ia32.cc 2043 int byte_index = bit_index \/ kBitsPerByte; local
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.cc 1984 int byte_index = bit_index \/ kBitsPerByte; local
    [all...]

Completed in 1049 milliseconds