Searched defs:depth (Results 1 - 14 of 14) sorted by relevance

/system/core/toolbox/upstream-netbsd/lib/libc/stdlib/
H A Dstrsuftoll.c135 long long min, long long max, char *ebuf, size_t ebuflen, size_t depth)
144 if (depth > 16) {
212 depth + 1);
134 __strsuftollx(const char *desc, const char *val, long long min, long long max, char *ebuf, size_t ebuflen, size_t depth) argument
/system/core/libpixelflinger/
H A Dclear.cpp30 static void ggl_clearDepthx(void* c, GGLclampx depth);
45 c->state.clear.depth = FIXED_ONE;
111 if (c->state.buffers.depth.format == 0)
136 uint32_t depth = fixedToZ(c->state.clear.depth); local
137 c->state.clear.depthPacked = (depth<<16)|depth;
140 memset2d(c, c->state.buffers.depth, packed, l, t, w, h);
157 static void ggl_clearDepthx(void* con, GGLclampx depth) argument
160 c->state.clear.depth
[all...]
H A Dscanline.cpp255 "(nop) depth test", scanline_noop, init_y_noop },
873 // depth test
874 if (c->state.buffers.depth.format) {
876 surface_t* cb = &(c->state.buffers.depth);
879 uint16_t depth = *p; local
882 case GGL_LESS: if (zz<depth) break; goto discard;
883 case GGL_EQUAL: if (zz==depth) break; goto discard;
884 case GGL_LEQUAL: if (zz<=depth) break; goto discard;
885 case GGL_GREATER: if (zz>depth) break; goto discard;
886 case GGL_NOTEQUAL: if (zz!=depth) brea
[all...]
/system/update_engine/payload_generator/
H A Dcycle_breaker.cc156 bool CycleBreaker::Circuit(Vertex::Index vertex, Vertex::Index depth) { argument
185 if (Circuit(*w, depth + 1)) {
187 if ((depth > kMaxEdgesToConsider) || StackContainsCutEdge())
/system/libufdt/tests/src/
H A Dufdt_gen_test_dts.c27 * level0 { <- depth
56 { "depth", required_argument, NULL, 'd' },
68 int depth; /* the depth of a node, 0 means generate on root node */ member in struct:gen_params
84 static void output_root_begin(FILE *fp, int depth) { argument
88 for (i = 0; i < depth; i++) {
93 static void output_root_end(FILE *fp, int depth) { argument
95 for (i = 0; i < depth; i++) {
139 output_root_begin(fp, params->depth);
142 output_root_end(fp, params->depth);
[all...]
/system/update_engine/
H A Dcertificate_checker.cc44 int depth = X509_STORE_CTX_get_error_depth(x509_ctx); local
46 *out_depth = depth;
146 int depth; local
151 &depth,
166 static_cast<int>(server_to_check), depth);
/system/extras/simpleperf/
H A DSampleDisplayer.h134 void DisplayCallGraphEntry(FILE* fp, size_t depth, std::string prefix, argument
137 if (depth > max_stack_) {
166 DisplayCallGraphEntry(fp, depth + 1, prefix, node->children[i],
/system/extras/tests/sdcard/
H A Dsdcard_perf_test.cpp113 {"depth", required_argument, 0, 'D'},
135 " -D --depth: Depth of directory tree to create for traversal.\n"
228 case 'D': // tree depth
614 size_t depth = testCase->treeDepth(); local
615 for (size_t i = 0; i < depth; i++) {
620 // Create some files at this depth
624 for (size_t j = 0; j < depth; j++) {
663 int expectedDirs = depth + 1;
669 int expectedFiles = depth * depth;
[all...]
/system/libufdt/
H A Dufdt_node.c257 void ufdt_node_print(const struct ufdt_node *node, int depth) { argument
261 for (i = 0; i < depth * TAB_SIZE; i++) dto_print(" ");
287 for_each_prop(it, node) ufdt_node_print(*it, depth + 1);
289 for_each_node(it, node) ufdt_node_print(*it, depth + 1);
/system/tools/hidl/
H A DVectorType.cpp185 0 /* depth */,
284 size_t depth,
321 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
337 depth + 1,
364 0, /* depth */
378 size_t depth,
389 out, depth, name, sanitizedName, nameIsPointer, parcelObj,
400 size_t depth,
432 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
448 depth
282 emitReaderWriterEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
376 emitResolveReferencesEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string & , const std::string & ) const argument
398 emitResolveReferencesEmbeddedHelper( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &childName, const std::string &childOffsetText) const argument
556 emitJavaFieldReaderWriter( Formatter &out, size_t depth, const std::string &parcelName, const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) const argument
575 EmitJavaFieldReaderWriterForElementType( Formatter &out, size_t depth, const Type *elementType, const std::string &parcelName, const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) argument
[all...]
H A DArrayType.cpp198 0 /* depth */,
212 size_t depth,
230 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
246 depth + 1,
275 0 /* depth */,
289 size_t depth,
305 std::string iteratorName = "_hidl_index_" + std::to_string(depth);
321 depth + 1,
394 0 /* depth */,
425 size_t depth,
210 emitReaderWriterEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
287 emitResolveReferencesEmbedded( Formatter &out, size_t depth, const std::string &name, const std::string &sanitizedName, bool nameIsPointer, const std::string &parcelObj, bool parcelObjIsPointer, bool isReader, ErrorMode mode, const std::string &parentName, const std::string &offsetText) const argument
423 emitJavaFieldReaderWriter( Formatter &out, size_t depth, const std::string &parcelName, const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) const argument
[all...]
H A DEnumType.cpp142 size_t depth,
149 out, depth, parcelName, blobName, fieldName, offset, isReader);
820 size_t depth,
827 out, depth, parcelName, blobName, fieldName, offset, isReader);
140 emitJavaFieldReaderWriter( Formatter &out, size_t depth, const std::string &parcelName, const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) const argument
818 emitJavaFieldReaderWriter( Formatter &out, size_t depth, const std::string &parcelName, const std::string &blobName, const std::string &fieldName, const std::string &offset, bool isReader) const argument
/system/core/libpixelflinger/codeflinger/
H A DGGLAssembler.cpp431 CONTEXT_LOAD(Rs, state.buffers.depth.stride);
432 CONTEXT_ADDR_LOAD(zbase, state.buffers.depth.data);
766 int depth = scratches.obtain(); local
774 LDRH(AL, depth, zbase); // stall
775 CMP(AL, depth, reg_imm(z, LSR, 16));
783 MOV(AL, 0, depth, reg_imm(z, LSR, 16));
784 STRH(ic, depth, zbase);
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_context.h290 uint8_t depth; member in struct:android::mask_state_t
299 GGLclampx depth; member in struct:android::clear_state_t
433 surface_t depth; member in struct:android::framebuffer_t

Completed in 482 milliseconds