Home
last modified time | relevance | path

Searched refs:index_out (Results 1 – 7 of 7) sorted by relevance

/external/libbrillo/policy/
Dresilient_policy_util.cc41 int* index_out) { in ParseResilientPolicyFilePath() argument
48 *index_out = 0; in ParseResilientPolicyFilePath()
55 !base::StringToInt(extension.substr(1), index_out) || *index_out <= 0) { in ParseResilientPolicyFilePath()
Dresilient_policy_util.h36 int* index_out);
/external/v8/src/snapshot/
Dstartup-serializer.h39 bool LookupOrInsert(HeapObject* obj, int* index_out) { in LookupOrInsert() argument
42 *index_out = maybe_index.FromJust(); in LookupOrInsert()
45 *index_out = next_index_; in LookupOrInsert()
/external/v8/src/regexp/
Dregexp-parser.h185 bool ParseBackReferenceIndex(int* index_out);
Dregexp-parser.cc678 bool RegExpParser::ParseBackReferenceIndex(int* index_out) { in ParseBackReferenceIndex() argument
710 *index_out = value; in ParseBackReferenceIndex()
/external/mesa3d/src/compiler/spirv/
Dvtn_private.h450 nir_ssa_def **index_out, struct vtn_type **type_out,
Dvtn_variables.c337 nir_ssa_def **index_out, struct vtn_type **type_out, in vtn_access_chain_to_offset() argument
342 *index_out = get_vulkan_resource_index(b, chain, &type, &idx); in vtn_access_chain_to_offset()