Home
last modified time | relevance | path

Searched refs:pEntry (Results 1 - 18 of 18) sorted by relevance

/third_party/elfio/elfio/
H A Delfio_relocation.hpp330 const T* pEntry = reinterpret_cast<const T*>( in generic_get_entry_rel() local
333 offset = convertor( pEntry->r_offset ); in generic_get_entry_rel()
334 Elf_Xword tmp = convertor( pEntry->r_info ); in generic_get_entry_rel()
350 const T* pEntry = reinterpret_cast<const T*>( in generic_get_entry_rela() local
353 offset = convertor( pEntry->r_offset ); in generic_get_entry_rela()
354 Elf_Xword tmp = convertor( pEntry->r_info ); in generic_get_entry_rela()
357 addend = convertor( pEntry->r_addend ); in generic_get_entry_rela()
370 T* pEntry = const_cast<T*>( reinterpret_cast<const T*>( in generic_set_entry_rel() local
375 pEntry->r_info = ELF32_R_INFO( (Elf_Xword)symbol, type ); in generic_set_entry_rel()
378 pEntry in generic_set_entry_rel()
395 T* pEntry = const_cast<T*>( reinterpret_cast<const T*>( generic_set_entry_rela() local
[all...]
H A Delfio_dynamic.hpp154 const T* pEntry = reinterpret_cast<const T*>( in generic_get_entry_dyn() local
157 tag = convertor( pEntry->d_tag ); in generic_get_entry_dyn()
181 value = convertor( pEntry->d_un.d_val ); in generic_get_entry_dyn()
197 value = convertor( pEntry->d_un.d_ptr ); in generic_get_entry_dyn()
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dext_inst.cpp168 spv_ext_inst_desc* pEntry) { in spvExtInstTableNameLookup()
170 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvExtInstTableNameLookup()
178 *pEntry = &entry; in spvExtInstTableNameLookup()
190 spv_ext_inst_desc* pEntry) { in spvExtInstTableValueLookup()
192 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvExtInstTableValueLookup()
200 *pEntry = &entry; in spvExtInstTableValueLookup()
165 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument
187 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument
H A Doperand.cpp56 spv_operand_desc* pEntry) { in spvOperandTableNameLookup()
58 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOperandTableNameLookup()
79 *pEntry = &entry; in spvOperandTableNameLookup()
92 spv_operand_desc* pEntry) { in spvOperandTableValueLookup()
94 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvOperandTableValueLookup()
133 *pEntry = it; in spvOperandTableValueLookup()
51 spvOperandTableNameLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength, spv_operand_desc* pEntry) spvOperandTableNameLookup() argument
88 spvOperandTableValueLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const uint32_t value, spv_operand_desc* pEntry) spvOperandTableValueLookup() argument
H A Dopcode.cpp94 spv_opcode_desc* pEntry) { in spvOpcodeTableNameLookup()
95 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableNameLookup()
118 *pEntry = &entry; in spvOpcodeTableNameLookup()
129 spv_opcode_desc* pEntry) { in spvOpcodeTableValueLookup()
131 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableValueLookup()
161 *pEntry = it; in spvOpcodeTableValueLookup()
91 spvOpcodeTableNameLookup(spv_target_env env, const spv_opcode_table table, const char* name, spv_opcode_desc* pEntry) spvOpcodeTableNameLookup() argument
126 spvOpcodeTableValueLookup(spv_target_env env, const spv_opcode_table table, const SpvOp opcode, spv_opcode_desc* pEntry) spvOpcodeTableValueLookup() argument
H A Dext_inst.h44 spv_ext_inst_desc* pEntry);
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
H A Dext_inst.cpp168 spv_ext_inst_desc* pEntry) { in spvExtInstTableNameLookup()
170 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvExtInstTableNameLookup()
178 *pEntry = &entry; in spvExtInstTableNameLookup()
190 spv_ext_inst_desc* pEntry) { in spvExtInstTableValueLookup()
192 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvExtInstTableValueLookup()
200 *pEntry = &entry; in spvExtInstTableValueLookup()
165 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument
187 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument
H A Doperand.cpp56 spv_operand_desc* pEntry) { in spvOperandTableNameLookup()
58 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOperandTableNameLookup()
79 *pEntry = &entry; in spvOperandTableNameLookup()
92 spv_operand_desc* pEntry) { in spvOperandTableValueLookup()
94 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvOperandTableValueLookup()
133 *pEntry = it; in spvOperandTableValueLookup()
51 spvOperandTableNameLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength, spv_operand_desc* pEntry) spvOperandTableNameLookup() argument
88 spvOperandTableValueLookup(spv_target_env env, const spv_operand_table table, const spv_operand_type_t type, const uint32_t value, spv_operand_desc* pEntry) spvOperandTableValueLookup() argument
H A Dopcode.cpp94 spv_opcode_desc* pEntry) { in spvOpcodeTableNameLookup()
95 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableNameLookup()
118 *pEntry = &entry; in spvOpcodeTableNameLookup()
129 spv_opcode_desc* pEntry) { in spvOpcodeTableValueLookup()
131 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableValueLookup()
161 *pEntry = it; in spvOpcodeTableValueLookup()
91 spvOpcodeTableNameLookup(spv_target_env env, const spv_opcode_table table, const char* name, spv_opcode_desc* pEntry) spvOpcodeTableNameLookup() argument
126 spvOpcodeTableValueLookup(spv_target_env env, const spv_opcode_table table, const SpvOp opcode, spv_opcode_desc* pEntry) spvOpcodeTableValueLookup() argument
H A Dext_inst.h44 spv_ext_inst_desc* pEntry);
/third_party/spirv-tools/source/
H A Dext_inst.cpp170 spv_ext_inst_desc* pEntry) { in spvExtInstTableNameLookup()
172 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvExtInstTableNameLookup()
180 *pEntry = &entry; in spvExtInstTableNameLookup()
192 spv_ext_inst_desc* pEntry) { in spvExtInstTableValueLookup()
194 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvExtInstTableValueLookup()
202 *pEntry = &entry; in spvExtInstTableValueLookup()
167 spvExtInstTableNameLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const char* name, spv_ext_inst_desc* pEntry) spvExtInstTableNameLookup() argument
189 spvExtInstTableValueLookup(const spv_ext_inst_table table, const spv_ext_inst_type_t type, const uint32_t value, spv_ext_inst_desc* pEntry) spvExtInstTableValueLookup() argument
H A Doperand.cpp55 spv_operand_desc* pEntry) { in spvOperandTableNameLookup()
57 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOperandTableNameLookup()
69 *pEntry = &entry; in spvOperandTableNameLookup()
82 spv_operand_desc* pEntry) { in spvOperandTableValueLookup()
84 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvOperandTableValueLookup()
106 *pEntry = it; in spvOperandTableValueLookup()
50 spvOperandTableNameLookup(spv_target_env, const spv_operand_table table, const spv_operand_type_t type, const char* name, const size_t nameLength, spv_operand_desc* pEntry) spvOperandTableNameLookup() argument
78 spvOperandTableValueLookup(spv_target_env, const spv_operand_table table, const spv_operand_type_t type, const uint32_t value, spv_operand_desc* pEntry) spvOperandTableValueLookup() argument
H A Dext_inst.h44 spv_ext_inst_desc* pEntry);
H A Dopcode.cpp94 spv_opcode_desc* pEntry) { in spvOpcodeTableNameLookup()
95 if (!name || !pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableNameLookup()
118 *pEntry = &entry; in spvOpcodeTableNameLookup()
129 spv_opcode_desc* pEntry) { in spvOpcodeTableValueLookup()
131 if (!pEntry) return SPV_ERROR_INVALID_POINTER; in spvOpcodeTableValueLookup()
161 *pEntry = it; in spvOpcodeTableValueLookup()
91 spvOpcodeTableNameLookup(spv_target_env env, const spv_opcode_table table, const char* name, spv_opcode_desc* pEntry) spvOpcodeTableNameLookup() argument
126 spvOpcodeTableValueLookup(spv_target_env env, const spv_opcode_table table, const spv::Op opcode, spv_opcode_desc* pEntry) spvOpcodeTableValueLookup() argument
/third_party/sqlite/src/
H A Dshell.c5349 struct dirent *pEntry = readdir(pLvl->pDir); in fsdirNext() local
5350 if( pEntry ){ in fsdirNext()
5351 if( pEntry->d_name[0]=='.' ){ in fsdirNext()
5352 if( pEntry->d_name[1]=='.' && pEntry->d_name[2]=='\0' ) continue; in fsdirNext()
5353 if( pEntry->d_name[1]=='\0' ) continue; in fsdirNext()
5356 pCur->zPath = sqlite3_mprintf("%s/%s", pLvl->zDir, pEntry->d_name); in fsdirNext()
7252 ZipfileEntry *pEntry; in zipfileCleanupTransaction() local
7259 for(pEntry=pTab->pFirstEntry; pEntry; pEntr in zipfileCleanupTransaction()
8195 zipfileSerializeLFH(ZipfileEntry *pEntry, u8 *aBuf) zipfileSerializeLFH() argument
8228 zipfileAppendEntry( ZipfileTab *pTab, ZipfileEntry *pEntry, const u8 *pData, int nData ) zipfileAppendEntry() argument
8599 zipfileSerializeCDS(ZipfileEntry *pEntry, u8 *aBuf) zipfileSerializeCDS() argument
9558 IdxHashEntry *pEntry; idxHashClear() local
9596 IdxHashEntry *pEntry; idxHashAdd() local
9626 IdxHashEntry *pEntry; idxHashFind() local
9645 IdxHashEntry *pEntry = idxHashFind(pHash, zKey, nKey); idxHashSearch() local
10555 IdxHashEntry *pEntry; idxFindIndexes() local
11013 IdxHashEntry *pEntry; idxPopulateOneStat1() local
11313 IdxHashEntry *pEntry; sqlite3_expert_analyze() local
[all...]
H A Dsqlite3.c35389 insertElement( Hash *pH, struct _ht *pEntry, HashElem *pNew ) insertElement() argument
35475 struct _ht *pEntry; findElementWithHash() local
35504 struct _ht *pEntry; removeElementGivenHash() local
54928 struct RowSetEntry *pEntry; /* List of entries using pRight */ global() member
55028 struct RowSetEntry *pEntry; /* The new entry */ global() local
116857 HashElem *pEntry; global() local
187781 fts3HashInsertElement( Fts3Hash *pH, struct _fts3ht *pEntry, Fts3HashElem *pNew ) global() argument
187846 struct _fts3ht *pEntry = &pH->ht[h]; global() local
187868 struct _fts3ht *pEntry; global() local
225354 Fts5TermsetEntry *pEntry; global() local
225396 Fts5TermsetEntry *pEntry = p->apHash[i]; global() local
229906 Fts5HashEntry *pEntry = pIter; global() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_descriptor_set.c1325 const VkDescriptorUpdateTemplateEntry *pEntry = in v3dv_CreateDescriptorUpdateTemplate() local
1329 .type = pEntry->descriptorType, in v3dv_CreateDescriptorUpdateTemplate()
1330 .binding = pEntry->dstBinding, in v3dv_CreateDescriptorUpdateTemplate()
1331 .array_element = pEntry->dstArrayElement, in v3dv_CreateDescriptorUpdateTemplate()
1332 .array_count = pEntry->descriptorCount, in v3dv_CreateDescriptorUpdateTemplate()
1333 .offset = pEntry->offset, in v3dv_CreateDescriptorUpdateTemplate()
1334 .stride = pEntry->stride, in v3dv_CreateDescriptorUpdateTemplate()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_descriptor_set.c2011 const VkDescriptorUpdateTemplateEntry *pEntry = in anv_CreateDescriptorUpdateTemplate() local
2015 .type = pEntry->descriptorType, in anv_CreateDescriptorUpdateTemplate()
2016 .binding = pEntry->dstBinding, in anv_CreateDescriptorUpdateTemplate()
2017 .array_element = pEntry->dstArrayElement, in anv_CreateDescriptorUpdateTemplate()
2018 .array_count = pEntry->descriptorCount, in anv_CreateDescriptorUpdateTemplate()
2019 .offset = pEntry->offset, in anv_CreateDescriptorUpdateTemplate()
2020 .stride = pEntry->stride, in anv_CreateDescriptorUpdateTemplate()

Completed in 156 milliseconds