Searched defs:byte_index (Results 1 - 9 of 9) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/xmllite/
H A Dxmlparser.cc266 long byte_index) {
269 byte_index_ = byte_index;
275 unsigned long * byte_index) {
284 if (byte_index != NULL) {
285 *byte_index = static_cast<unsigned long>(byte_index_);
265 SetPosition(int line, int column, long byte_index) argument
273 GetPosition(unsigned long * line, unsigned long * column, unsigned long * byte_index) argument
/external/v8/src/
H A Dsafepoint-table.cc55 int byte_index = reg_index >> kBitsPerByteLog2; local
57 return (bits_[byte_index] & (1 << bit_index)) != 0;
211 int byte_index = index >> kBitsPerByteLog2; local
213 bits[byte_index] |= (1 << bit_index);
220 int byte_index = index >> kBitsPerByteLog2; local
222 bits[byte_index] |= (1U << bit_index);
H A Dframes.cc663 int byte_index = index >> kBitsPerByteLog2; local
665 if ((safepoint_bits[byte_index] & (1U << bit_index)) != 0) {
/external/chromium/net/disk_cache/
H A Dblock_files.cc94 int byte_index = index / 8; local
96 uint8 map_block = byte_map[byte_index];
111 DCHECK((byte_map[byte_index] & to_clear) == to_clear);
112 byte_map[byte_index] &= ~to_clear;
133 int byte_index = index / 8; local
135 uint8 map_block = byte_map[byte_index];
142 return ((byte_map[byte_index] & to_clear) == to_clear);
/external/libnfc-nxp/src/
H A DphFriNfc_MifULFormat.c616 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],
[all...]
H A DphFriNfc_ISO15693Map.c298 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
687 uint8_t byte_index = 0; local
[all...]
H A DphFriNfc_TopazDynamicMap.c934 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,
1012 lock_bytes_value[byte_index]
[all...]
/external/libnfc-nci/src/nfc/int/
H A Drw_int.h114 UINT8 byte_index; /* Index of Lock byte pointed by the TLV */ member in struct:__anon7908
292 UINT8 byte_index; /* Index of Lock byte pointed by the TLV */ member in struct:__anon7913
/external/v8/src/ia32/
H A Dmacro-assembler-ia32.cc1558 int byte_index = bit_index / kBitsPerByte; local
1560 test_b(FieldOperand(object, field_offset + byte_index),

Completed in 212 milliseconds