Home
last modified time | relevance | path

Searched refs:eb (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/gem/
H A Di915_gem_execbuffer.c290 static inline bool eb_use_cmdparser(const struct i915_execbuffer *eb) in eb_use_cmdparser() argument
292 return intel_engine_requires_cmd_parser(eb->engine) || in eb_use_cmdparser()
293 (intel_engine_using_cmd_parser(eb->engine) && in eb_use_cmdparser()
294 eb->args->batch_len); in eb_use_cmdparser()
297 static int eb_create(struct i915_execbuffer *eb) in eb_create() argument
299 if (!(eb->args->flags & I915_EXEC_HANDLE_LUT)) { in eb_create()
300 unsigned int size = 1 + ilog2(eb->buffer_count); in eb_create()
326 eb->buckets = kzalloc(sizeof(struct hlist_head) << size, in eb_create()
328 if (eb->buckets) in eb_create()
335 eb->lut_size = size; in eb_create()
[all …]
/netbsd-src/sys/arch/evbmips/conf/
H A DREADME.evbmips11 AP30 2006/06/06 evbmips-el,eb Atheros AP30 development board (AR5312).
12 CI20 2014/11/22 evbmips-eb MIPS Creator CI20 (Ingenic JZ4780).
14 DB120 2011/07/07 evbmips-eb Qualcomm Atheros AR9344 (MIPS74K) DB120 evaluation board.
15 DBAU1500 2006/02/08 evbmips-el,eb AMD Alchemy DBAu1500 evaluation board.
16 DBAU1550 2006/02/08 evbmips-el,eb AMD Alchemy DBAu1550 evaluation board.
21 MALTA 2002/03/07 evbmips-el,eb MIPS Malta evaluation board 4Kc (MIPS32) or 5Kc (MIPS64).
22 MALTA32 2009/12/14 evbmips64-el,eb MALTA N32 ABI kernel configuration.
23 MALTA32.MP 2009/12/14 evbmips64-el,eb MALTA N32 ABI MP kernel configuration.
24 MALTA64 2009/12/14 evbmips(n)64-el,eb MALTA 64-bit kernel configuration.
25 MALTA64.MP 2009/12/14 evbmips(n)64-el,eb MALTA MP 64-bit kernel configuration.
[all …]
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/
H A Dintel-ixp42x-arcom-vulcan.dts55 intel,ixp4xx-eb-t3 = <3>;
56 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
57 intel,ixp4xx-eb-write-enable = <1>;
71 intel,ixp4xx-eb-t3 = <1>;
72 intel,ixp4xx-eb-t4 = <2>;
73 intel,ixp4xx-eb-ahb-split-transfers = <1>;
74 intel,ixp4xx-eb-write-enable = <1>;
75 intel,ixp4xx-eb-byte-access = <1>;
90 intel,ixp4xx-eb-t3 = <3>;
91 intel,ixp4xx-eb-cycle-type = <1>; /* Motorola cycles */
[all …]
H A Dintel-ixp42x-gateworks-gw2348.dts72 intel,ixp4xx-eb-write-enable = <1>;
89 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
90 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
91 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
92 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
93 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
94 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type
95 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
96 intel,ixp4xx-eb-mux-address-and-data = <0>;
97 intel,ixp4xx-eb-ahb-split-transfers = <0>;
[all …]
H A Dintel-ixp4xx-reference-design.dtsi62 intel,ixp4xx-eb-t1 = <0>;
63 intel,ixp4xx-eb-t2 = <0>;
64 intel,ixp4xx-eb-t3 = <1>; // 1 cycle extra strobe phase
65 intel,ixp4xx-eb-t4 = <0>;
66 intel,ixp4xx-eb-t5 = <0>;
67 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type
68 intel,ixp4xx-eb-byte-access-on-halfword = <0>;
69 intel,ixp4xx-eb-mux-address-and-data = <0>;
70 intel,ixp4xx-eb-ahb-split-transfers = <0>;
71 intel,ixp4xx-eb-write-enable = <1>;
[all …]
H A Dintel-ixp43x-gateworks-gw2358.dts85 intel,ixp4xx-eb-write-enable = <1>;
105 intel,ixp4xx-eb-t1 = <3>; // 3 cycles extra address phase
106 intel,ixp4xx-eb-t2 = <3>; // 3 cycles extra setup phase
107 intel,ixp4xx-eb-t3 = <15>; // 15 cycles extra strobe phase
108 intel,ixp4xx-eb-t4 = <3>; // 3 cycles extra hold phase
109 intel,ixp4xx-eb-t5 = <15>; // 15 cycles extra recovery phase
110 intel,ixp4xx-eb-cycle-type = <0>; // Intel cycle type
111 intel,ixp4xx-eb-byte-access-on-halfword = <1>;
112 intel,ixp4xx-eb-mux-address-and-data = <0>;
113 intel,ixp4xx-eb-ahb-split-transfers = <0>;
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Derrorlist.c46 const struct error_entry *eb = (const struct error_entry*)b; in error_entry_cmp() local
48 if (ea->start >= eb->start && ea->start < eb->start + eb->len) in error_entry_cmp()
50 return ea->start - eb->start; in error_entry_cmp()
H A Dbidi.c46 const struct range_entry *eb = (const struct range_entry*)b; in range_entry_cmp() local
48 if (ea->start >= eb->start && ea->start < eb->start + eb->len) in range_entry_cmp()
50 return ea->start - eb->start; in range_entry_cmp()
/netbsd-src/sys/dev/usb/
H A Demdtv_board.c81 const struct emdtv_board *eb; in emdtv_board_lookup() local
85 eb = &emdtv_boards[i]; in emdtv_board_lookup()
86 if (vendor == eb->eb_vendor && product == eb->eb_product) in emdtv_board_lookup()
87 return eb; in emdtv_board_lookup()
/netbsd-src/tests/ipf/input/
H A Dni1978 0a01 0101 0202 03f1 915a a5c5 6523 90eb
84 0a01 0101 0202 03f1 915a a5c5 6523 90eb
90 0a01 0104 03f1 0202 6523 90eb 915a a5c6
96 0a01 0101 0202 03f1 915a a5c6 6523 90eb
109 0a01 0101 0202 03f1 915a a5ca 6523 90eb
122 0a01 0104 03f1 0202 6523 90eb 915a a5cb
135 0a01 0104 03f1 0202 6523 90eb 915a a5cb
H A Dni2078 c0a8 7103 0202 03f1 915a a5c5 6523 90eb
84 c0a8 7103 0202 03f1 915a a5c5 6523 90eb
90 0a01 0104 03f1 0202 6523 90eb 915a a5c6
96 c0a8 7103 0202 03f1 915a a5c6 6523 90eb
109 c0a8 7103 0202 03f1 915a a5ca 6523 90eb
122 0a01 0104 03f1 0202 6523 90eb 915a a5cb
135 0a01 0104 03f1 0202 6523 90eb 915a a5cb
H A Df252 4500 0081 b02d 0000 0411 53b1 c0a8 01eb
14 c0a8 01eb 076c 1f48 00f4 5218 0000 0000
32 4500 0081 b02d 0000 0411 53b1 c0a8 01eb
/netbsd-src/tests/ipf/expected/
H A Dni1923 4500 0028 7ce9 4000 4006 8136 0a01 0104 c0a8 7103 0202 03f1 915a a5c5 6523 90eb 5010 05b4 3a4e 0000
25 4500 0029 7ceb 4000 4006 8133 0a01 0104 c0a8 7103 0202 03f1 915a a5c5 6523 90eb 5018 05b4 3a45 0000…
27 4500 0028 e403 4000 4006 40c6 0a01 0101 0a01 0104 03f1 0202 6523 90eb 915a a5c6 5010 832c e37e 0000
29 4500 002c 7ced 4000 4006 812e 0a01 0104 c0a8 7103 0202 03f1 915a a5c6 6523 90eb 5018 05b4 64c7 0000…
33 4500 0028 7cef 4000 4006 8130 0a01 0104 c0a8 7103 0202 03f1 915a a5ca 6523 90eb 5011 05b4 3a48 0000
H A Dni2023 4500 0028 7ce9 4000 4006 8136 0a01 0104 c0a8 7103 0202 03f1 915a a5c5 6523 90eb 5010 05b4 3a4e 0000
25 4500 0029 7ceb 4000 4006 8133 0a01 0104 c0a8 7103 0202 03f1 915a a5c5 6523 90eb 5018 05b4 3a45 0000…
27 4500 0028 e403 4000 4006 f373 c0a8 7103 c0a8 7104 03f1 0202 6523 90eb 915a a5c6 5010 832c 962c 0000
29 4500 002c 7ced 4000 4006 812e 0a01 0104 c0a8 7103 0202 03f1 915a a5c6 6523 90eb 5018 05b4 64c7 0000…
33 4500 0028 7cef 4000 4006 8130 0a01 0104 c0a8 7103 0202 03f1 915a a5ca 6523 90eb 5011 05b4 3a48 0000
/netbsd-src/share/mk/
H A Dbsd.endian.mk11 (!empty(MACHINE_ARCH:Mearm*) && empty(MACHINE_ARCH:Mearm*eb)) || \
29 ${MACHINE_ARCH:C/^.*eb$/eb/} == "eb"
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A Dmacro.h107 const macro_hash_entry_t *eb = (const macro_hash_entry_t *) b; in eq_macro_entry() local
109 return strcmp (ea->name, eb->name) == 0; in eq_macro_entry()
152 const formal_hash_entry_t *eb = (const formal_hash_entry_t *) b; in eq_formal_entry() local
154 return strcmp (ea->name, eb->name) == 0; in eq_formal_entry()
/netbsd-src/sys/ufs/chfs/
H A Dchfs_gc.c424 struct chfs_eraseblock *eb; in chfs_gcollect_pass() local
523 eb = chmp->chm_gcblock; in chfs_gcollect_pass()
525 if (!eb) { in chfs_gcollect_pass()
526 eb = find_gc_block(chmp); in chfs_gcollect_pass()
529 if (!eb) { in chfs_gcollect_pass()
539 if (!eb->used_size) { in chfs_gcollect_pass()
545 nref = eb->gc_node; in chfs_gcollect_pass()
546 gcblock_dirty = eb->dirty_size; in chfs_gcollect_pass()
558 eb->gc_node = nref; in chfs_gcollect_pass()
565 eb->gc_node = nref; in chfs_gcollect_pass()
[all …]
H A Dchfs_nodeops.c346 struct chfs_eraseblock *eb, *tmpeb; in chfs_mark_node_obsolete() local
348 TAILQ_FOREACH_SAFE(eb, &chmp->chm_free_queue, queue, tmpeb) { in chfs_mark_node_obsolete()
349 if (eb == cheb) { in chfs_mark_node_obsolete()
356 TAILQ_FOREACH_SAFE(eb, &chmp->chm_dirty_queue, queue, tmpeb) { in chfs_mark_node_obsolete()
357 if (eb == cheb) { in chfs_mark_node_obsolete()
365 TAILQ_FOREACH_SAFE(eb, &chmp->chm_very_dirty_queue, queue, tmpeb) { in chfs_mark_node_obsolete()
366 if (eb == cheb) { in chfs_mark_node_obsolete()
374 TAILQ_FOREACH_SAFE(eb, &chmp->chm_clean_queue, queue, tmpeb) { in chfs_mark_node_obsolete()
375 if (eb == cheb) { in chfs_mark_node_obsolete()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hx509/data/
H A Dhttps.crt15 00:b5:58:e9:eb:2d:b3:7c:94:b7:a2:08:ec:fd:50:
16 c2:61:a4:35:c8:eb:ad:d6:93:4c:50:9a:ad:e0:9a:
20 bb:b0:a1:eb:7c:9e:f0:28:64:dd:44:7f:c8:f6:d5:
25 eb:af:cc:6e:38:80:e6:47:a0:f2:e4:09:39:79:fb:
37 5e:c0:5b:c0:09:3d:db:c0:9d:91:92:c4:7c:7a:eb:
47 7a:08:e3:93:9e:e5:eb:3c:33:9e:d5:2a:21:20:62:
70 fa:cf:5d:92:84:3a:67:bd:41:28:19:b8:81:1c:c3:eb:00:f0:
82 6d:cc:b3:07:3b:7c:eb:44:d2:b4:52:12:2a:ba:c3:cb:f8:04:
/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_pkey_provided/
H A DDSA.pub.txt9 68:a5:02:bc:59:47:84:d3:87:71:5f:eb:43:45:24:
12 9e:90:86:10:01:eb:51:d5:1b:9c:cb:66:07:3f:c4:
36 6c:c5:72:eb:b7:56:f5:6b:60:8f:c2:fd:3f:46:5c:
51 eb:59:fc:fe:f7:0c:1a:81:53:96:22:b8:e7:58:d8:
56 76:ae:25:dd:fc:10:89:5a:a9:ee:59:c5:79:8b:eb:
59 3b:42:30:10:d8:d0:97:3a:eb:92:63:ec:93:2b:6f:
H A DDSA.priv.txt13 68:a5:02:bc:59:47:84:d3:87:71:5f:eb:43:45:24:
16 9e:90:86:10:01:eb:51:d5:1b:9c:cb:66:07:3f:c4:
40 6c:c5:72:eb:b7:56:f5:6b:60:8f:c2:fd:3f:46:5c:
55 eb:59:fc:fe:f7:0c:1a:81:53:96:22:b8:e7:58:d8:
60 76:ae:25:dd:fc:10:89:5a:a9:ee:59:c5:79:8b:eb:
63 3b:42:30:10:d8:d0:97:3a:eb:92:63:ec:93:2b:6f:
/netbsd-src/external/bsd/libbind/dist/doc/
H A Dgetipnodebyname.cat34 …ggeettiippnnooddeebbyynnaammee, ggeettiippnnooddeebbyyaaddddrr -- ge…
11 …ggeettiippnnooddeebbyynnaammee(_c_o_n_s_t _c_h_a_r _*_n_a_m_e, _i_n…
14 …ggeettiippnnooddeebbyyaaddddrr(_c_o_n_s_t _v_o_i_d _*_a_d_d_r, _s_i…
20 …GGeettiippnnooddeebbyynnaammee(), and ggeettiippnnooddeebbyyaaddddrr…
81 …GGeettiippnnooddeebbyyaaddddrr() will lookup IPv4 mapped and compatible addresses i…
84 …enntt() frees the hostent structure allocated be ggeettiippnnooddeebbyynnaammee()
85 …and ggeettiippnnooddeebbyyaaddddrr(). The structures returned by ggeetthhoos…
96 …ror return status from ggeettiippnnooddeebbyynnaammee() and ggeettiippnnood…
/netbsd-src/sys/arch/amiga/stand/binpatch/
H A Dbinpatch.c406 char *eb = strchr(symbol, ']'); in FindOffset() local
412 if (eb && (eb > sb)) { in FindOffset()
413 if ((eb - symbol) == (sz - 1)) { in FindOffset()
426 *eb = '\0'; in FindOffset()
/netbsd-src/external/lgpl3/mpfr/dist/tests/
H A Dtagm.c51 mpfr_exp_t ea, eb, ec, e0; in check4() local
57 eb = mpfr_get_exp (tb); in check4()
61 if ((i == 1 && ea < eb) || (i == 2 && ea > eb)) in check4()
64 mpfr_set_exp (tb, e0 + (eb - ea)); in check4()
69 mpfr_set_exp (ta, e0 + (ea - eb)); in check4()
71 mpfr_set_exp (tc, e0 + (ec - eb)); in check4()
/netbsd-src/sbin/gpt/
H A Dmain.c140 char *eb; in get_tstamp() local
155 l = strtoll(b, &eb, 0); in get_tstamp()
156 if (b == eb || *eb || errno) in get_tstamp()

12345678910>>...16