Home
last modified time | relevance | path

Searched refs:byte_index (Results 1 – 21 of 21) sorted by relevance

/external/chromium_org/skia/ext/
Drecursive_gaussian_convolution.cc102 int byte_index = source_pixel_stride; in SingleChannelRecursiveFilter() local
103 for (; c < row_width - 1; ++c, ++n, byte_index += source_pixel_stride) { in SingleChannelRecursiveFilter()
104 w[n] = ForwardFilter<order>(in[byte_index - source_pixel_stride], in SingleChannelRecursiveFilter()
105 in[byte_index], in SingleChannelRecursiveFilter()
106 in[byte_index + source_pixel_stride], in SingleChannelRecursiveFilter()
112 w[n] = ForwardFilter<order>(in[byte_index - source_pixel_stride], in SingleChannelRecursiveFilter()
113 in[byte_index], in SingleChannelRecursiveFilter()
114 in[byte_index], in SingleChannelRecursiveFilter()
/external/libnfc-nxp/src/
DphFriNfc_ISO15693Map.c298 uint8_t byte_index = 0; in phFriNfc_ISO15693_H_ProcessWriteNdef() local
304 byte_index = ISO15693_GET_LEN_FIELD_BYTE_NO( in phFriNfc_ISO15693_H_ProcessWriteNdef()
310 *(a_write_buf + byte_index) = 0x00; in phFriNfc_ISO15693_H_ProcessWriteNdef()
312 if ((ISO15693_BYTES_PER_BLOCK - 1) != byte_index) in phFriNfc_ISO15693_H_ProcessWriteNdef()
315 byte_index = (uint8_t)(byte_index + 1); in phFriNfc_ISO15693_H_ProcessWriteNdef()
317 remaining_size = (ISO15693_BYTES_PER_BLOCK - byte_index); in phFriNfc_ISO15693_H_ProcessWriteNdef()
327 (void)memcpy ((void *)(a_write_buf + byte_index), in phFriNfc_ISO15693_H_ProcessWriteNdef()
357 uint8_t byte_index = 0; in phFriNfc_ISO15693_H_ProcessWriteNdef() local
362 byte_index = ISO15693_GET_LEN_FIELD_BYTE_NO( in phFriNfc_ISO15693_H_ProcessWriteNdef()
367 *(a_write_buf + byte_index) = (uint8_t)psNdefMap->ApduBuffIndex; in phFriNfc_ISO15693_H_ProcessWriteNdef()
[all …]
DphFriNfc_MifULFormat.c616 uint8_t byte_index = 0; in phFriNfc_MfUL_UpdateAndWriteLockBits() local
634 byte_index = ps_type2_info->LockByteNumber; in phFriNfc_MfUL_UpdateAndWriteLockBits()
637 no_of_bits_left_in_block = (uint8_t)((MFUL_BLOCK_SIZE_IN_BYTES - byte_index) * in phFriNfc_MfUL_UpdateAndWriteLockBits()
663 lock_bytes_value[byte_index] = 0xFF; in phFriNfc_MfUL_UpdateAndWriteLockBits()
665 byte_index = (uint8_t)(byte_index + 1); in phFriNfc_MfUL_UpdateAndWriteLockBits()
670 lock_bytes_value[byte_index] = 0; in phFriNfc_MfUL_UpdateAndWriteLockBits()
671 lock_bytes_value[byte_index] = (uint8_t) in phFriNfc_MfUL_UpdateAndWriteLockBits()
672 SET_BITS8 (lock_bytes_value[byte_index], 0, in phFriNfc_MfUL_UpdateAndWriteLockBits()
695 lock_bytes_value[byte_index] = 0xFF; in phFriNfc_MfUL_UpdateAndWriteLockBits()
697 byte_index = (uint8_t)(byte_index + 1); in phFriNfc_MfUL_UpdateAndWriteLockBits()
[all …]
DphFriNfc_TopazDynamicMap.c934 uint8_t byte_index = 0; in phFriNfc_Tpz_H_UpdateAndWriteLockBits() local
949 byte_index = (uint8_t)ps_locktlv_info->ByteNum; in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
960 no_of_bits_left_in_block = (uint8_t)((TOPAZ_BYTES_PER_BLOCK - byte_index) * in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
980 lock_bytes_value[byte_index] = 0xFF; in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
982 byte_index = (uint8_t)(byte_index + 1); in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
987 lock_bytes_value[byte_index] = 0; in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
988 lock_bytes_value[byte_index] = (uint8_t) in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
989 SET_BITS8 (lock_bytes_value[byte_index], 0, in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
1012 lock_bytes_value[byte_index] = 0xFF; in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
1014 byte_index = (uint8_t)(byte_index + 1); in phFriNfc_Tpz_H_UpdateAndWriteLockBits()
[all …]
/external/chromium_org/v8/src/
Dsafepoint-table.cc55 int byte_index = reg_index >> kBitsPerByteLog2; in HasRegisterAt() local
57 return (bits_[byte_index] & (1 << bit_index)) != 0; in HasRegisterAt()
204 int byte_index = index >> kBitsPerByteLog2; in Emit() local
206 bits[byte_index] |= (1 << bit_index); in Emit()
213 int byte_index = index >> kBitsPerByteLog2; in Emit() local
215 bits[byte_index] |= (1U << bit_index); in Emit()
Dframes.cc681 int byte_index = index >> kBitsPerByteLog2; in IterateCompiledFrame() local
683 if ((safepoint_bits[byte_index] & (1U << bit_index)) != 0) { in IterateCompiledFrame()
/external/v8/src/
Dsafepoint-table.cc55 int byte_index = reg_index >> kBitsPerByteLog2; in HasRegisterAt() local
57 return (bits_[byte_index] & (1 << bit_index)) != 0; in HasRegisterAt()
211 int byte_index = index >> kBitsPerByteLog2; in Emit() local
213 bits[byte_index] |= (1 << bit_index); in Emit()
220 int byte_index = index >> kBitsPerByteLog2; in Emit() local
222 bits[byte_index] |= (1U << bit_index); in Emit()
Dframes.cc663 int byte_index = index >> kBitsPerByteLog2; in Iterate() local
665 if ((safepoint_bits[byte_index] & (1U << bit_index)) != 0) { in Iterate()
/external/chromium_org/third_party/libjingle/source/talk/xmllite/
Dxmlparser.cc253 long byte_index) { in SetPosition() argument
256 byte_index_ = byte_index; in SetPosition()
262 unsigned long * byte_index) { in GetPosition() argument
271 if (byte_index != NULL) { in GetPosition()
272 *byte_index = static_cast<unsigned long>(byte_index_); in GetPosition()
Dxmlparser.h55 unsigned long * byte_index) = 0;
95 unsigned long * byte_index);
102 void SetPosition(int line, int column, long byte_index);
/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlparser.cc266 long byte_index) { in SetPosition() argument
269 byte_index_ = byte_index; in SetPosition()
275 unsigned long * byte_index) { in GetPosition() argument
284 if (byte_index != NULL) { in GetPosition()
285 *byte_index = static_cast<unsigned long>(byte_index_); in GetPosition()
Dxmlparser.h55 unsigned long * byte_index) = 0;
95 unsigned long * byte_index);
102 void SetPosition(int line, int column, long byte_index);
/external/chromium/net/disk_cache/
Dblock_files.cc94 int byte_index = index / 8; in DeleteMapBlock() local
96 uint8 map_block = byte_map[byte_index]; in DeleteMapBlock()
111 DCHECK((byte_map[byte_index] & to_clear) == to_clear); in DeleteMapBlock()
112 byte_map[byte_index] &= ~to_clear; in DeleteMapBlock()
133 int byte_index = index / 8; in UsedMapBlock() local
135 uint8 map_block = byte_map[byte_index]; in UsedMapBlock()
142 return ((byte_map[byte_index] & to_clear) == to_clear); in UsedMapBlock()
/external/chromium_org/net/disk_cache/
Dblock_files.cc121 int byte_index = index / 8; in DeleteMapBlock() local
123 uint8 map_block = byte_map[byte_index]; in DeleteMapBlock()
138 DCHECK((byte_map[byte_index] & to_clear) == to_clear); in DeleteMapBlock()
139 byte_map[byte_index] &= ~to_clear; in DeleteMapBlock()
158 int byte_index = index / 8; in UsedMapBlock() local
160 uint8 map_block = byte_map[byte_index]; in UsedMapBlock()
167 return ((byte_map[byte_index] & to_clear) == to_clear); in UsedMapBlock()
/external/libnfc-nci/src/nfc/tags/
Drw_t2t_ndef.c359 …t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_handle_lock_read_rsp()
670 p_t2t->lockbyte[p_t2t->num_lockbytes].byte_index = xx; in rw_t2t_handle_tlv_detect_rsp()
857 …t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_read_locks()
929 p_t2t->lockbyte[xx].byte_index = xx; in rw_t2t_extract_default_locks_info()
1891 …t2t->lock_tlv[p_t2t->lockbyte[read_lock].tlv_index].offset + p_t2t->lockbyte[read_lock].byte_index; in rw_t2t_handle_config_tag_readonly()
2088 …set = p_t2t->lock_tlv[p_t2t->lockbyte[count].tlv_index].offset + p_t2t->lockbyte[count].byte_index; in rw_t2t_update_attributes()
2185 …b_all_bits_are_locks = ((p_t2t->lockbyte[num_dynamic_locks].byte_index + 1) * TAG_BITS_PER_BYTE <=… in rw_t2t_get_lock_bits_for_segment()
2223 …b_all_bits_are_locks = ((p_t2t->lockbyte[num_dynamic_locks].byte_index + 1) * TAG_BITS_PER_BYTE <=… in rw_t2t_get_lock_bits_for_segment()
2343 …b_all_bits_are_locks = ((p_t2t->lockbyte[num_dyn_lock_bytes].byte_index + 1) * TAG_BITS_PER_BYTE <… in rw_t2t_update_lock_attributes()
2484 …t2t->lock_tlv[p_t2t->lockbyte[num_locks].tlv_index].offset + p_t2t->lockbyte[num_locks].byte_index; in rw_t2t_set_dynamic_lock_bits()
[all …]
Drw_t1t_ndef.c216 …t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_extract_lock_bytes()
313 …t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_read_locks()
474 …t1t->lock_tlv[p_t1t->lockbyte[num_locks].tlv_index].offset + p_t1t->lockbyte[num_locks].byte_index; in rw_t1t_handle_write_rsp()
475 …num_bits = ((p_t1t->lockbyte[num_locks].byte_index + 1)* 8 <= p_t1t->lock_tlv[p_t1t->lockbyte[num_… in rw_t1t_handle_write_rsp()
485 …t->lock_tlv[p_t1t->lockbyte[lock_count].tlv_index].offset + p_t1t->lockbyte[lock_count].byte_index; in rw_t1t_handle_write_rsp()
486 …next_num_bits = ((p_t1t->lockbyte[lock_count].byte_index + 1)* 8 <= p_t1t->lock_tlv[p_t1t->lockbyt… in rw_t1t_handle_write_rsp()
1125 p_t1t->lockbyte[p_t1t->num_lockbytes].byte_index = xx; in rw_t1t_handle_tlv_detect_rsp()
1965 …set = p_t1t->lock_tlv[p_t1t->lockbyte[count].tlv_index].offset + p_t1t->lockbyte[count].byte_index; in rw_t1t_update_attributes()
2034 …b_all_bits_are_locks = ((p_t1t->lockbyte[num_dynamic_locks].byte_index + 1) * TAG_BITS_PER_BYTE <=… in rw_t1t_get_lock_bits_for_segment()
2073 …b_all_bits_are_locks = ((p_t1t->lockbyte[num_dynamic_locks].byte_index + 1) * TAG_BITS_PER_BYTE <=… in rw_t1t_get_lock_bits_for_segment()
/external/libnfc-nci/src/nfc/int/
Drw_int.h115 …UINT8 byte_index; /* Index of Lock byte pointed by the TLV … member
287 …UINT8 byte_index; /* Index of Lock byte pointed by the TLV … member
/external/chromium_org/third_party/libjingle/
Dmods-since-v0_4_0.diff1306 > XML_Index byte_index) {
1309 > byte_index_ = byte_index;
1315 > unsigned long * byte_index) {
1324 > if (byte_index != NULL) {
1325 > *byte_index = static_cast<unsigned long>(byte_index_);
1334 > unsigned long * byte_index) = 0;
1337 > unsigned long * byte_index);
1339 > void SetPosition(XML_Size line, XML_Size column, XML_Index byte_index);
/external/chromium/third_party/libjingle/
Dmods-since-v0_4_0.diff1306 > XML_Index byte_index) {
1309 > byte_index_ = byte_index;
1315 > unsigned long * byte_index) {
1324 > if (byte_index != NULL) {
1325 > *byte_index = static_cast<unsigned long>(byte_index_);
1334 > unsigned long * byte_index) = 0;
1337 > unsigned long * byte_index);
1339 > void SetPosition(XML_Size line, XML_Size column, XML_Index byte_index);
/external/v8/src/ia32/
Dmacro-assembler-ia32.cc1558 int byte_index = bit_index / kBitsPerByte; in BooleanBitTest() local
1560 test_b(FieldOperand(object, field_offset + byte_index), in BooleanBitTest()
/external/chromium_org/v8/src/ia32/
Dmacro-assembler-ia32.cc2092 int byte_index = bit_index / kBitsPerByte; in BooleanBitTest() local
2094 test_b(FieldOperand(object, field_offset + byte_index), in BooleanBitTest()