Searched refs:nodeBytes (Results 1 – 7 of 7) sorted by relevance
96 ByteBuffer nodeBytes = getLengthPrefixedSlice(inputBytes); in readSigningCertificateLineage() local97 ByteBuffer signedData = getLengthPrefixedSlice(nodeBytes); in readSigningCertificateLineage()98 int flags = nodeBytes.getInt(); in readSigningCertificateLineage()99 int sigAlgorithmId = nodeBytes.getInt(); in readSigningCertificateLineage()101 byte[] signature = readLengthPrefixedByteArray(nodeBytes); in readSigningCertificateLineage()128 + nodeBytes + " when verifying SourceStampCertificateLineage object"); in readSigningCertificateLineage()
109 ByteBuffer nodeBytes = getLengthPrefixedSlice(inputBytes); in readSigningCertificateLineage() local110 ByteBuffer signedData = getLengthPrefixedSlice(nodeBytes); in readSigningCertificateLineage()111 int flags = nodeBytes.getInt(); in readSigningCertificateLineage()112 int sigAlgorithmId = nodeBytes.getInt(); in readSigningCertificateLineage()114 byte[] signature = readLengthPrefixedByteArray(nodeBytes); in readSigningCertificateLineage()141 + nodeBytes + " when verifying V3SigningCertificateLineage object"); in readSigningCertificateLineage()
231 size_t nodeBytes = 0; in get_gpu_size_estimate() local232 nodeBytes += estimate_qbvh6_nodes_worstcase(num_build_triangles) * sizeof_InternalNode; in get_gpu_size_estimate()233 nodeBytes += estimate_qbvh6_nodes_worstcase(num_aabbs) * sizeof_InternalNode; in get_gpu_size_estimate()234 if (nodeBytes == 0) // for case with 0 primitives in get_gpu_size_estimate()235 nodeBytes = sizeof_InternalNode; in get_gpu_size_estimate()236 nodeBytes = MAX2(nodeBytes, 8 * (size_t)num_build_primitives); // for primref_index0/1 buffers in get_gpu_size_estimate()238 est.max_inner_nodes = nodeBytes / sizeof_InternalNode; in get_gpu_size_estimate()240 size += nodeBytes; in get_gpu_size_estimate()
META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
META-INF/ META-INF/MANIFEST.MF build-data.properties com/ com ...