Searched refs:depth (Results 301 - 325 of 1157) sorted by relevance

<<11121314151617181920>>

/netbsd-current/sys/arch/arm/xscale/
H A Dpxa2x0_lcd.c272 error = pxa2x0_lcd_new_screen(sc, descr->depth, &scr);
349 switch (scr->depth) {
371 scr->depth >= 16 ? scr->dma_desc_pa :
442 init_palette(uint16_t *buf, int depth) argument
447 switch (depth) {
458 for (i=16; i < (1<<depth); ++i)
475 pxa2x0_lcd_new_screen(struct pxa2x0_lcd_softc *sc, int depth, argument
495 switch (depth) {
500 palette_size = (1<<depth) * sizeof (uint16_t);
511 aprint_error_dev(sc->dev, "Not supported depth (
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/igen/
H A Dgen-idecode.c157 print_idecode_table_start (lf *file, gen_entry *table, int depth, void *data) argument
159 ASSERT (depth == 0);
171 print_idecode_table_leaf (lf *file, gen_entry *entry, int depth, void *data) argument
175 ASSERT (depth == 0);
244 print_idecode_table_end (lf *file, gen_entry *table, int depth, void *data) argument
246 ASSERT (depth == 0);
279 gen_entry *entry, int depth, void *data)
282 ASSERT (depth == 0);
321 print_idecode_switch_start (lf *file, gen_entry *table, int depth, void *data) argument
324 ASSERT (depth
278 print_goto_switch_table_leaf(lf *file, gen_entry *entry, int depth, void *data) argument
376 print_idecode_switch_leaf(lf *file, gen_entry *entry, int depth, void *data) argument
508 print_idecode_switch_end(lf *file, gen_entry *table, int depth, void *data) argument
625 idecode_declare_if_switch(lf *file, gen_entry *table, int depth, void *data) argument
639 idecode_expand_if_switch(lf *file, gen_entry *table, int depth, void *data) argument
669 int depth; local
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/igen/
H A Dgen-idecode.c158 const gen_entry *table, int depth, void *data)
160 ASSERT (depth == 0);
173 const gen_entry *entry, int depth, void *data)
177 ASSERT (depth == 0);
247 const gen_entry *table, int depth, void *data)
249 ASSERT (depth == 0);
282 const gen_entry *entry, int depth, void *data)
285 ASSERT (depth == 0);
326 const gen_entry *table, int depth, void *data)
329 ASSERT (depth
157 print_idecode_table_start(lf *file, const gen_entry *table, int depth, void *data) argument
172 print_idecode_table_leaf(lf *file, const gen_entry *entry, int depth, void *data) argument
246 print_idecode_table_end(lf *file, const gen_entry *table, int depth, void *data) argument
281 print_goto_switch_table_leaf(lf *file, const gen_entry *entry, int depth, void *data) argument
325 print_idecode_switch_start(lf *file, const gen_entry *table, int depth, void *data) argument
381 print_idecode_switch_leaf(lf *file, const gen_entry *entry, int depth, void *data) argument
514 print_idecode_switch_end(lf *file, const gen_entry *table, int depth, void *data) argument
632 idecode_declare_if_switch(lf *file, const gen_entry *table, int depth, void *data) argument
647 idecode_expand_if_switch(lf *file, const gen_entry *table, int depth, void *data) argument
680 int depth; local
[all...]
/netbsd-current/sys/arch/amiga/dev/
H A Dgrfabs_ccreg.h284 dmode_t *get_best_mode(dimen_t * size, u_char depth);
285 bmap_t *alloc_bitmap(u_short width, u_short height, u_short depth, u_short flags);
292 view_t *cc_alloc_view(dmode_t * mode, dimen_t * dim, u_char depth);
293 colormap_t *cc_alloc_colormap(int depth);
299 colormap_t *cc_a2024_alloc_colormap(int depth);
H A Dgrfabs_reg.h98 * bytes_per_row*height*depth long starting at the physical address
110 u_short depth; /* depth of bitmap. */ member in struct:bitmap
225 typedef view_t *alloc_view_func (dmode_t *mode, dimen_t *dim, u_char depth);
245 typedef dmode_t *get_best_mode_func (dimen_t *size, u_char depth);
290 view_t * grf_alloc_view(dmode_t *d, dimen_t *dim, u_char depth);
305 dmode_t * grf_get_best_mode(monitor_t *m, dimen_t *size, u_char depth);
/netbsd-current/external/gpl2/groff/dist/src/utils/addftinfo/
H A Daddftinfo.cpp53 { "comma-depth", &font_params::comma_depth },
54 { "desc-depth", &font_params::desc_depth },
55 { "body-depth", &font_params::body_depth },
198 if (metric.depth == 0) {
203 printf(",%d,%d", metric.height, metric.depth);
206 printf(",%d,%d,%d", metric.height, metric.depth, metric.ic);
209 printf(",%d,%d,%d,%d", metric.height, metric.depth, metric.ic,
213 printf(",%d,%d,%d,%d,%d", metric.height, metric.depth, metric.ic,
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
H A Dasan_fake_stack_test.cc135 static void RecursiveFunction(FakeStack *fs, int depth) { argument
136 uptr class_id = depth / 3;
138 if (depth) {
139 RecursiveFunction(fs, depth - 1);
140 RecursiveFunction(fs, depth - 1);
/netbsd-current/external/gpl2/dtc/dist/tests/
H A Ddtbs_equal_unordered.c146 int coffset1, coffset2, depth; local
148 for (depth = 0, coffset1 = offset1;
149 (coffset1 >= 0) && (depth >= 0);
150 coffset1 = fdt_next_node(fdt1, coffset1, &depth))
151 if (depth == 1) {
/netbsd-current/sys/arch/arm/s3c2xx0/
H A Ds3c24x0_lcd.c196 int depth = scr->depth; local
202 switch (depth) {
235 val = roundup(panel_width, 16 / depth);
251 offsize = stride / sizeof (uint16_t) - (panel_width * depth / 16);
254 (panel_width * depth / 16));
256 /* set byte- or halfword- swap based on the depth */
259 switch(depth) {
310 int virtual_width, int virtual_height, int depth)
328 switch (depth) {
309 s3c24x0_lcd_new_screen(struct s3c24x0_lcd_softc *sc, int virtual_width, int virtual_height, int depth) argument
435 int depth = scr->depth; local
[all...]
/netbsd-current/sys/arch/powerpc/oea/
H A Dofw_rascons.c236 int32_t width, height, linebytes, depth; local
246 if (OF_getprop(node, "depth", &depth, 4) != 4)
247 depth = 8; /* XXX */
257 ri->ri_depth = depth;
290 if (depth == 8 && ofw_quiesce) {
/netbsd-current/sys/arch/zaurus/dev/
H A Dzlcd.c81 .depth = 16, /* bits per pixel */
242 sc->active->depth / 8;
245 sc->geometry->panel_height * sc->active->depth / 8;
246 fbconf->hf_pack_width = sc->active->depth;
248 fbconf->hf_pixel_width = sc->active->depth;
H A Dw100lcd.c78 .depth = 16, /* bits per pixel */
229 sc->active->depth / 8;
232 sc->display_height * sc->active->depth / 8;
233 fbconf->hf_pack_width = sc->active->depth;
235 fbconf->hf_pixel_width = sc->active->depth;
/netbsd-current/external/mit/xorg/lib/libxcb/files/
H A Dscreensaver.h168 uint8_t depth; member in struct:xcb_screensaver_set_attributes_request_t
377 uint8_t depth,
399 uint8_t depth,
424 uint8_t depth,
446 uint8_t depth,
/netbsd-current/external/bsd/tradcpp/dist/
H A Dplace.c45 int depth; member in struct:placefile
81 pf->depth = from->file->depth + 1;
83 pf->depth = 1;
150 if (pf->depth > 120) {
151 complain(place, "Maximum include nesting depth exceeded");
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dsese.h165 /* Returns the loop depth of LOOP in REGION. The loop depth
166 is the same as the normal loop depth, but limited by a region.
185 loop_1 exists, but is not completely contained in the region -> depth 0
186 loop_2 is completely contained -> depth 1 */
191 unsigned int depth = 0; local
195 depth++;
199 return depth;
288 int depth = sese_loop_depth (region, loop); local
290 while (--depth > inde
[all...]
H A Dgimple-match-head.c231 static unsigned depth; local
232 if (depth > 10)
240 ++depth;
245 --depth;
249 --depth;
307 static unsigned depth; local
308 if (depth > 10)
316 ++depth;
322 --depth;
326 --depth;
383 static unsigned depth; local
423 static unsigned depth; local
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dcheck-format-test-negatives.c299 #define CB_ERR_IF(cond, ctx, cert, depth, err) \
300 if ((cond) && ((depth) < 0 || verify_cb_cert(ctx, cert, depth, err) == 0)) \
319 #define X509_STORE_CTX_set_error_depth(ctx, depth) \
320 { (ctx)->error_depth = (depth); }
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dsese.h165 /* Returns the loop depth of LOOP in REGION. The loop depth
166 is the same as the normal loop depth, but limited by a region.
185 loop_1 exists, but is not completely contained in the region -> depth 0
186 loop_2 is completely contained -> depth 1 */
191 unsigned int depth = 0; local
195 depth++;
199 return depth;
288 int depth = sese_loop_depth (region, loop); local
290 while (--depth > inde
[all...]
/netbsd-current/external/mit/isl/dist/
H A Disl_ast_build.c43 map = isl_map_equate(map, isl_dim_in, build->depth, isl_dim_out, 0);
44 map = isl_map_eliminate(map, isl_dim_in, build->depth, 1);
143 build->depth = n;
200 dup->depth = build->depth;
543 for (i = 0; i < build->depth; ++i)
553 * In particular, it should be called when the depth is changed or
579 return isl_bool_ok(build->depth != dim || any_eliminated(build));
625 build->depth, dim - build->depth);
1474 int *depth = user; local
1710 int depth; local
2395 int depth; local
2418 int depth; local
[all...]
/netbsd-current/crypto/external/bsd/openssl.old/dist/crypto/asn1/
H A Dtasn_dec.c24 * recursion. Therefore we limit the stack depth. This is the maximum number of
32 int depth);
38 char inf, int tag, int aclass, int depth);
50 ASN1_TLC *ctx, int depth);
54 ASN1_TLC *ctx, int depth);
138 int depth)
159 if (++depth > ASN1_MAX_CONSTRUCTED_NEST) {
179 it->templates, opt, ctx, depth);
259 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth);
383 depth);
135 asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth) argument
456 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth) argument
527 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth) argument
1003 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/asn1/
H A Dtasn_dec.c23 * recursion. Therefore we limit the stack depth. This is the maximum number of
31 int depth, OSSL_LIB_CTX *libctx,
38 char inf, int tag, int aclass, int depth);
50 ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx,
55 ASN1_TLC *ctx, int depth,
165 int depth, OSSL_LIB_CTX *libctx,
195 if (++depth > ASN1_MAX_CONSTRUCTED_NEST) {
215 depth, libctx, propq);
298 ret = asn1_template_ex_d2i(pchptr, &p, len, tt, 1, ctx, depth,
423 depth, libct
162 asn1_item_embed_d2i(ASN1_VALUE **pval, const unsigned char **in, long len, const ASN1_ITEM *it, int tag, int aclass, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
496 asn1_template_ex_d2i(ASN1_VALUE **val, const unsigned char **in, long inlen, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
568 asn1_template_noexp_d2i(ASN1_VALUE **val, const unsigned char **in, long len, const ASN1_TEMPLATE *tt, char opt, ASN1_TLC *ctx, int depth, OSSL_LIB_CTX *libctx, const char *propq) argument
1040 asn1_collect(BUF_MEM *buf, const unsigned char **in, long len, char inf, int tag, int aclass, int depth) argument
[all...]
/netbsd-current/sys/dev/ic/
H A Di128.c45 i128_init(bus_space_tag_t tag, bus_space_handle_t regh, int stride, int depth) argument
48 switch (depth) {
59 aprint_error("i128: unsupported colour depth (%d)\n",
60 depth);
/netbsd-current/sys/dev/rcons/
H A Draster.h84 int depth; /* bits per pixel - 1, 2, or 8 */ member in struct:raster
174 ( (r)->pixels + (y) * (r)->linelongs + (x) * (r)->depth / 32 )
179 extern struct raster* raster_alloc ARGS(( int width, int height, int depth ));
/netbsd-current/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dlock.c317 lock->depth = 0;
330 if (++(lock->depth) == 0) /* wraparound? */
339 if (lock->depth == 0)
341 if (--(lock->depth) == 0)
438 lock->depth = 0;
451 if (++(lock->depth) == 0) /* wraparound? */
460 if (lock->depth == 0)
462 if (--(lock->depth) == 0)
827 lock->depth = 0;
853 if (++(lock->depth)
[all...]
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dlock.c316 lock->depth = 0;
329 if (++(lock->depth) == 0) /* wraparound? */
338 if (lock->depth == 0)
340 if (--(lock->depth) == 0)
437 lock->depth = 0;
450 if (++(lock->depth) == 0) /* wraparound? */
459 if (lock->depth == 0)
461 if (--(lock->depth) == 0)
826 lock->depth = 0;
852 if (++(lock->depth)
[all...]

Completed in 324 milliseconds

<<11121314151617181920>>