Searched refs:depth (Results 151 - 175 of 1467) sorted by relevance

1234567891011>>

/external/dtc/
H A Dfdtdump.c60 int depth, sz, shift; local
64 depth = 0;
111 printf("%*s%s {\n", depth * shift, "", s);
113 depth++;
118 depth--;
120 printf("%*s};\n", depth * shift, "");
125 printf("%*s// [NOP]\n", depth * shift, "");
130 fprintf(stderr, "%*s ** Unknown tag 0x%08x\n", depth * shift, "", tag);
143 printf("%*s%s", depth * shift, "", s);
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DICUResourceBundle.java124 int defDepth = 0; // depth of 'default' marker
125 int resDepth = 0; // depth of found resource;
381 int depth = getResDepth(); // How deep are we in this bundle?
382 String[] pathKeys = new String[depth + numPathKeys];
383 getResPathKeys(path, numPathKeys, pathKeys, depth);
384 rb = findResourceWithFallback(pathKeys, depth, this, null);
419 int depth = getResDepth();
420 if (depth == 0) {
425 String[] pathKeys = new String[depth];
426 getResPathKeys(pathKeys, depth);
818 findResourceWithFallback( String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) argument
976 getResPathKeys(String[] keys, int depth) argument
1395 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUResourceBundle.java120 int defDepth = 0; // depth of 'default' marker
121 int resDepth = 0; // depth of found resource;
377 int depth = getResDepth(); // How deep are we in this bundle?
378 String[] pathKeys = new String[depth + numPathKeys];
379 getResPathKeys(path, numPathKeys, pathKeys, depth);
380 rb = findResourceWithFallback(pathKeys, depth, this, null);
415 int depth = getResDepth();
416 if (depth == 0) {
421 String[] pathKeys = new String[depth];
422 getResPathKeys(pathKeys, depth);
814 findResourceWithFallback( String[] keys, int depth, ICUResourceBundle base, UResourceBundle requested) argument
972 getResPathKeys(String[] keys, int depth) argument
1391 getAliasedResource( ICUResourceBundle base, String[] keys, int depth, String key, int _resource, HashMap<String, String> aliasesVisited, UResourceBundle requested) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dpbo.c58 * \param depth depth of image to read/write
69 GLsizei width, GLsizei height, GLsizei depth,
109 if (width == 0 || height == 0 || depth == 0)
118 format, type, depth-1, height-1, width);
181 GLsizei width, GLsizei height, GLsizei depth,
188 if (!_mesa_validate_pbo_access(dimensions, unpack, width, height, depth,
262 GLsizei width, GLsizei height, GLsizei depth,
268 width, height, depth, format, type,
340 GLsizei width, GLsizei height, GLsizei depth,
67 _mesa_validate_pbo_access(GLuint dimensions, const struct gl_pixelstore_attrib *pack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr) argument
179 _mesa_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) argument
259 _mesa_map_validate_pbo_source(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, const GLvoid *ptr, const char *where) argument
337 _mesa_map_validate_pbo_dest(struct gl_context *ctx, GLuint dimensions, const struct gl_pixelstore_attrib *unpack, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei clientMemSize, GLvoid *ptr, const char *where) argument
396 _mesa_validate_pbo_teximage(struct gl_context *ctx, GLuint dimensions, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels, const struct gl_pixelstore_attrib *unpack, const char *funcName) argument
[all...]
H A Dclear.h74 GLfloat depth, GLint stencil);
78 GLint drawbuffer, GLfloat depth, GLint stencil);
/external/ImageMagick/coders/
H A Dfits.c152 switch (image->depth >> 3)
207 static inline double GetFITSPixelRange(const size_t depth)
209 return((double) ((MagickOffsetType) GetQuantumRange(depth)));
427 image->depth=(size_t) (fits_info.bits_per_pixel < 0 ? -1 : 1)*
464 if ((image->depth == 16) || (image->depth == 32) ||
465 (image->depth == 64))
466 SetFITSUnsignedPixels(1,image->depth,image->endian,
669 image->depth=GetImageQuantumDepth(image,MagickFalse);
681 image->depth));
202 GetFITSPixelRange(const size_t depth) argument
[all...]
H A Dsgi.c86 depth;
341 iris_info.depth=ReadBlobMSBShort(image);
342 if ((iris_info.depth == 0) || (iris_info.depth > 4))
359 image->depth=(size_t) MagickMin(iris_info.depth,MAGICKCORE_QUANTUM_DEPTH);
361 image->depth=(size_t) MagickMin((size_t) 8*
363 if (iris_info.depth < 3)
399 for (z=0; z < (ssize_t) iris_info.depth; z++)
446 iris_info.depth*sizeo
84 depth; member in struct:_SGIInfo
[all...]
/external/e2fsprogs/lib/support/
H A Dquotaio_tree.c51 static int get_index(qid_t id, int depth) argument
53 return (id >> ((QT_TREEDEPTH - depth - 1) * 8)) & 0xff;
253 unsigned int * treeblk, int depth)
261 log_debug("inserting in tree: treeblk=%u, depth=%d", *treeblk, depth);
278 newblk = ext2fs_le32_to_cpu(ref[get_index(dquot->dq_id, depth)]);
281 if (depth == QT_TREEDEPTH - 1) {
285 ref[get_index(dquot->dq_id, depth)]);
288 ret = do_insert_tree(h, dquot, &newblk, depth + 1);
292 ref[get_index(dquot->dq_id, depth)]
252 do_insert_tree(struct quota_handle *h, struct dquot *dquot, unsigned int * treeblk, int depth) argument
396 remove_tree(struct quota_handle *h, struct dquot *dquot, unsigned int * blk, int depth) argument
471 find_tree_dqentry(struct quota_handle *h, struct dquot *dquot, unsigned int blk, int depth) argument
594 report_tree(struct dquot *dquot, unsigned int blk, int depth, char *bitmap, int (*process_dquot) (struct dquot *, void *), void *data) argument
[all...]
/external/deqp/framework/randomshaders/
H A DrsgGeneratorState.hpp77 void setExpressionDepth (int depth) { m_expressionDepth = depth; } argument
/external/expat/examples/
H A Delements.c53 int depth = 0; local
57 XML_SetUserData(parser, &depth);
/external/iproute2/lib/
H A Djson_writer.c27 unsigned depth; /* nesting */ member in struct:json_writer
36 for (i = 0; i <= self->depth; ++i)
102 self->depth = 0;
115 assert(self->depth == 0);
133 ++self->depth;
139 assert(self->depth > 0);
141 --self->depth;
/external/ltp/tools/
H A Drestore_kernel_faults_default.sh39 echo 32 > /sys/kernel/debug/fail_io_timeout/stacktrace-depth
51 echo 32 > /sys/kernel/debug/fail_make_request/stacktrace-depth
66 echo 32 > /sys/kernel/debug/fail_page_alloc/stacktrace-depth
79 echo 32 > /sys/kernel/debug/failslab/stacktrace-depth
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_video_buffer.h120 unsigned depth, unsigned array_size,
131 * extended create function, gets depth, array_size, usage and formats for each plane seperately
137 unsigned depth, unsigned array_size, unsigned usage);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_clear.c45 double depth, unsigned stencil,
52 float f_depth = depth;
90 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
113 packed_z_stencil = util_pack_z_stencil(depth_tex->b.b.format, depth, stencil);
118 /* hw can't fastclear both depth and color if their bbp mismatch. */
221 double depth, unsigned stencil)
241 depth, stencil,
249 double depth, unsigned stencil)
256 i915_clear_emit(pipe, buffers, color, depth, stencil,
43 i915_clear_emit(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil, unsigned destx, unsigned desty, unsigned width, unsigned height) argument
219 i915_clear_blitter(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
247 i915_clear_render(struct pipe_context *pipe, unsigned buffers, const union pipe_color_union *color, double depth, unsigned stencil) argument
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h186 * Get the pointer to a 4x4 depth block (within a 64x64 tile).
194 uint8_t *depth; local
208 depth = task->depth_tile + pixel_offset;
211 depth += layer * task->scene->zsbuf.layer_stride;
214 assert(lp_check_alignment(depth, llvmpipe_get_format_alignment(task->scene->fb.zsbuf->format)));
215 return depth;
235 uint8_t *depth = NULL; local
253 depth = lp_rast_get_depth_block_pointer(task, x, y, inputs->layer);
278 depth,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_mipmap_tree.h44 GLuint depth; member in struct:_radeon_mipmap_level
100 unsigned depth,
/external/opencv/otherlibs/highgui/
H A Dgrfmt_exr.h94 bool IsFormatSupported( int depth );
96 int width, int height, int depth, int channels );
H A Dgrfmt_jpeg2000.h90 bool IsFormatSupported( int depth );
92 int width, int height, int depth, int channels );
/external/slf4j/log4j-over-slf4j/src/main/java/org/apache/log4j/
H A DNDC.java34 int depth = getDepth();
35 for (int i = 0; i < depth; i++) {
/external/swiftshader/src/D3D8/
H A DDirect3DVolumeTexture8.hpp31 Direct3DVolumeTexture8(Direct3DDevice8 *device, unsigned int width, unsigned int height, unsigned int depth, unsigned int levels, unsigned long usage, D3DFORMAT format, D3DPOOL pool);
69 const unsigned int depth; member in class:D3D8::Direct3DVolumeTexture8
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
H A DSignals.inc215 int depth = backtrace(StackTrace,
219 for (int i = 0; i < depth; ++i) {
231 for (int i = 0; i < depth; ++i) {
257 backtrace_symbols_fd(StackTrace, depth, STDERR_FILENO);
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_old.h80 int depth, const char *subject,
122 int depth, const char *subject,
121 wpa_supplicant_dbus_notify_certification(struct wpa_supplicant *wpa_s, int depth, const char *subject, const char *cert_hash, const struct wpabuf *cert) argument
/external/eigen/Eigen/src/Core/products/
H A DTriangularMatrixMatrix_BLAS.h103 Index depth = IsLower ? diagSize : _depth; \
110 if (rows != depth) { \
115 if (((nthr==1) && (((std::max)(rows,depth)-diagSize)/(double)diagSize < 0.5))) { \
123 Map<const MatrixLhs, 0, OuterStride<> > lhsMap(_lhs,rows,depth,OuterStride<>(lhsStride)); \
128 rows, cols, depth, aa_tmp.data(), aStride, _rhs, rhsStride, res, resStride, alpha, gemm_blocking, 0); \
147 Map<const MatrixRhs, 0, OuterStride<> > rhs(_rhs,depth,cols,OuterStride<>(rhsStride)); \
158 Map<const MatrixLhs, 0, OuterStride<> > lhs(_lhs,rows,depth,OuterStride<>(lhsStride)); \
214 Index depth = IsLower ? _depth : diagSize; \
221 if (cols != depth) { \
225 if ((nthr==1) && (((std::max)(cols,depth)
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta_tex_subimage.c70 int dims, int width, int height, int depth,
101 depth-1, height-1, width);
152 int full_height = image_height * (depth - 1) + height;
176 int width, int height, int depth,
211 /* For arrays, use a tall (height * depth) 2D texture but taking into
222 dims, width, height, depth,
241 assert(depth == 1);
243 depth = height;
278 for (z = 1; z < depth; z++) {
310 int width, int height, int depth,
68 create_texture_for_pbo(struct gl_context *ctx, bool create_pbo, GLenum pbo_target, int dims, int width, int height, int depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing, struct gl_buffer_object **tmp_pbo, GLuint *tmp_tex) argument
173 _mesa_meta_pbo_TexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *tex_image, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLenum format, GLenum type, const void *pixels, bool create_pbo, const struct gl_pixelstore_attrib *packing) argument
307 _mesa_meta_pbo_GetTexSubImage(struct gl_context *ctx, GLuint dims, struct gl_texture_image *tex_image, int xoffset, int yoffset, int zoffset, int width, int height, int depth, GLenum format, GLenum type, const void *pixels, const struct gl_pixelstore_attrib *packing) argument
[all...]

Completed in 630 milliseconds

1234567891011>>