/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/include/cloog/ |
block.h | 66 int depth ; /**< Original block depth (outer loop number).*/ member in struct:cloogblock 107 cloog_int_t *scaldims, int depth);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/include/cloog/ |
block.h | 66 int depth ; /**< Original block depth (outer loop number).*/ member in struct:cloogblock 107 cloog_int_t *scaldims, int depth);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
lca_test.go | 79 da := lca.depth(a) 80 db := lca.depth(b) 96 func (lca *lcaEasy) depth(b *Block) int { func
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
lca_test.go | 79 da := lca.depth(a) 80 db := lca.depth(b) 96 func (lca *lcaEasy) depth(b *Block) int { func
|
/art/runtime/native/ |
dalvik_system_VMStack.cc | 75 int32_t depth; local 76 Thread::InternalStackTraceToStackTraceElementArray(soa, trace, javaSteArray, &depth); 77 return depth;
|
/art/runtime/ |
thread_pool_test.cc | 127 TreeTask(ThreadPool* const thread_pool, AtomicInteger* count, int depth) 130 depth_(depth) {} 156 static const int depth = 8; local 157 thread_pool.AddTask(self, new TreeTask(&thread_pool, &count, depth)); 160 EXPECT_EQ((1 << depth) - 1, count.LoadSequentiallyConsistent());
|
/build/kati/ |
find.h | 49 int depth; member in struct:FindCommand
|
/dalvik/dx/src/com/android/dx/merge/ |
SortableType.java | 40 if (a.depth != b.depth) { 41 return a.depth - b.depth; 50 private int depth = -1; field in class:SortableType 75 * Assigns this type's depth if the depths of its supertype and implemented 76 * interfaces are known. Returns false if the depth couldn't be computed 91 } else if (sortableSupertype.depth == -1) { 94 max = sortableSupertype.depth; 102 } else if (implemented.depth == -1) [all...] |
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
fdt.c | 161 int fdt_next_node(const void *fdt, int offset, int *depth)
180 if (depth)
181 (*depth)++;
185 if (depth && ((--(*depth)) < 0))
191 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth))
203 int depth = 0;
local 205 offset = fdt_next_node(fdt, offset, &depth);
206 if (offset < 0 || depth != 1)
214 int depth = 1; local [all...] |
/external/ImageMagick/coders/ |
map.c | 127 depth, 166 depth=GetImageQuantumDepth(image,MagickTrue); 167 packet_size=(size_t) (depth/8); 183 if (image->depth <= 8) 215 packet_size=(size_t) (depth/8); 361 depth, 391 depth=GetImageQuantumDepth(image,MagickTrue); 392 packet_size=(size_t) (depth/8); 405 if (image->depth <= 8) 124 depth, local 355 depth, local
|
otb.c | 125 depth; 160 depth=(unsigned char) ReadBlobByte(image); 161 if (depth != 1) 362 (void) WriteBlobByte(image,1); /* depth */ 123 depth; local
|
stegano.c | 123 depth, 153 watermark->depth=MAGICKCORE_QUANTUM_DEPTH; 183 i=(ssize_t) (watermark->depth-1); 184 depth=watermark->depth; 185 for (k=image->offset; (i >= 0) && (j < (ssize_t) depth); i--) 187 for (y=0; (y < (ssize_t) image->rows) && (j < (ssize_t) depth); y++) 190 for ( ; (x < (ssize_t) image->columns) && (j < (ssize_t) depth); x++) 230 status=SetImageProgress(image,LoadImagesTag,(MagickOffsetType) i,depth); 121 depth, local
|
/external/curl/docs/examples/ |
xmlstream.c | 50 size_t depth; member in struct:ParserStruct 59 state->depth++; 88 state->depth--; 90 printf("%5lu %10lu %s\n", state->depth, state->characters.size, name); 137 printf("Depth Characters Closing Tag\n");
|
/external/dtc/libfdt/ |
fdt.c | 162 int fdt_next_node(const void *fdt, int offset, int *depth) 181 if (depth) 182 (*depth)++; 186 if (depth && ((--(*depth)) < 0)) 192 || ((nextoffset == -FDT_ERR_TRUNCATED) && !depth)) 204 int depth = 0; local 206 offset = fdt_next_node(fdt, offset, &depth); 207 if (offset < 0 || depth != 1) 215 int depth = 1 local [all...] |
/external/dtc/tests/ |
dtb_reverse.c | 86 int depth = 1; local 93 " depth=%d\n", offset, nextoffset, path, depth); 95 nextoffset = fdt_next_node(in, nextoffset, &depth); 96 } while ((depth >= 0) && (depth != 1)); 98 if (depth == 1) 110 int depth = 0; local 124 offset = fdt_next_node(in, nodeoffset, &depth); 126 if (depth == 1 [all...] |
supernode_atdepth_offset.c | 33 int depth = 0; local 42 depth++; 48 return depth; 51 static int path_prefix(const char *path, int depth) 59 if (depth == 0) 63 for (i = 0; i < depth; i++) 70 int depth) 77 pathprefixlen = path_prefix(path, depth); 82 verbose_printf("Path %s (%d), depth %d, supernode is %s\n", 83 path, pdepth, depth, superpath) [all...] |
/external/elfutils/libdw/ |
libdw_visit_scopes.c | 70 unsigned int depth; member in struct:walk_children_state 72 int (*previsit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 73 int (*postvisit) (unsigned int depth, struct Dwarf_Die_Chain *, void *); 84 __libdw_visit_scopes (unsigned int depth, struct Dwarf_Die_Chain *root, 96 .depth = depth, 165 int result = (*state->previsit) (state->depth + 1, &state->child, state->arg); 172 result = __libdw_visit_scopes (state->depth + 1, &state->child, state->imports, 180 result = (*state->postvisit) (state->depth + 1, &state->child, state->arg);
|
/external/gemmlowp/internal/ |
single_thread_gemm.h | 63 int depth = lhs.cols(); local 67 assert(depth > 0); 72 block_params.Init<KernelFormat>(rows, cols, depth, 1); 92 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth)); 98 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); 104 UnpackResult<BitDepthParams>(&result_block, packed_result, depth,
|
/external/libchrome/base/debug/ |
stack_trace.cc | 100 size_t depth = 0; local 101 while (depth < max_depth) { 119 out_trace[depth++] = reinterpret_cast<const void**>(sp)[1]; 141 return depth;
|
/external/ltp/testcases/kernel/fs/ext4-new-features/ext4-subdir-limit/ |
create_long_dirs.c | 90 int depth; local 93 depth = 1; 95 depth = 2; 97 depth = 3; 101 if (depth == 1) { 110 if (depth == 2) {
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
postprocess.h | 54 struct pipe_resource *depth; /* depth of original input */ member in struct:pp_queue_t
|
/external/mesa3d/src/gallium/drivers/nv30/ |
nv30_resource.h | 15 uint16_t depth; member in struct:nv30_surface
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
r600_resource.h | 44 /* If this resource is a depth-stencil buffer on evergreen, this contains 45 * the depth part of the format. There is a separate stencil resource 50 unsigned depth; member in struct:r600_resource_texture
|
/external/mesa3d/src/gallium/drivers/svga/ |
svga_screen.h | 67 /* which formats to translate depth formats into */ 73 } depth; member in struct:svga_screen
|
/external/mesa3d/src/glx/apple/ |
apple_glx_surface.c | 52 unsigned int width = 0, height = 0, bd, depth; local 54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
|