Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 17589) sorted by relevance

12345678910>>...704

/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/machine/
H A D74148.c75 chips[which].output = 0x07; in TTL74148_update()
111 chips[which].output_valid = (chips[which].input_lines[0] & in TTL74148_update()
120 chips[which].enable_output = !chips[which].output_valid; in TTL74148_update()
126 ((chips[which].output != chips[which].last_output) || in TTL74148_update()
127 (chips[which].output_valid != chips[which].last_output_valid) || in TTL74148_update()
128 (chips[which].enable_output != chips[which].last_enable_output))) in TTL74148_update()
130 chips[which].last_output = chips[which].output; in TTL74148_update()
131 chips[which].last_output_valid = chips[which].output_valid; in TTL74148_update()
132 chips[which].last_enable_output = chips[which].enable_output; in TTL74148_update()
134 chips[which].output_cb(); in TTL74148_update()
[all …]
H A D7474.c72 if (!chips[which].preset && chips[which].clear) /* line 1 in truth table */ in TTL7474_update()
77 else if (chips[which].preset && !chips[which].clear) /* line 2 in truth table */ in TTL7474_update()
82 else if (!chips[which].preset && !chips[which].clear) /* line 3 in truth table */ in TTL7474_update()
89 chips[which].output = chips[which].d; in TTL7474_update()
90 chips[which].output_comp = !chips[which].d; in TTL7474_update()
93 chips[which].last_clock = chips[which].clock; in TTL7474_update()
98 ((chips[which].output != chips[which].last_output) || in TTL7474_update()
99 (chips[which].output_comp != chips[which].last_output_comp))) in TTL7474_update()
101 chips[which].last_output = chips[which].output; in TTL7474_update()
102 chips[which].last_output_comp = chips[which].output_comp; in TTL7474_update()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
88 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in double_at_addr()
93 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at()
[all …]
H A DconstantPool.hpp133 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
136 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
283 *int_at_addr(which) = in unresolved_klass_at_put()
314 *int_at_addr(which) = i; in int_at_put()
325 *float_at_addr(which) = f; in float_at_put()
343 *symbol_at_addr(which) = s; in symbol_at_put()
392 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
408 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
415 jint int_at(int which) { in int_at() argument
420 jlong long_at(int which) { in long_at() argument
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/oops/
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
88 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in double_at_addr()
93 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at()
[all …]
H A DconstantPool.hpp133 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
136 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
283 *int_at_addr(which) = in unresolved_klass_at_put()
314 *int_at_addr(which) = i; in int_at_put()
325 *float_at_addr(which) = f; in float_at_put()
343 *symbol_at_addr(which) = s; in symbol_at_put()
392 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
408 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
415 jint int_at(int which) { in int_at() argument
420 jlong long_at(int which) { in long_at() argument
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/oops/
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
88 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in double_at_addr()
93 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at()
[all …]
H A DconstantPool.hpp133 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
134 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
136 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
289 *int_at_addr(which) = in unresolved_klass_at_put()
320 *int_at_addr(which) = i; in int_at_put()
331 *float_at_addr(which) = f; in float_at_put()
382 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
398 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
414 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
421 jint int_at(int which) { in int_at() argument
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/oops/
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
88 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in double_at_addr()
93 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at()
[all …]
H A DconstantPool.hpp142 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
143 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
145 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
322 *int_at_addr(which) = in unresolved_klass_at_put()
353 *int_at_addr(which) = i; in int_at_put()
364 *float_at_addr(which) = f; in float_at_put()
415 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
431 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
447 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
454 jint int_at(int which) { in int_at() argument
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/oops/
H A DtypeArrayOop.inline.hpp49 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
54 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
59 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
64 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
69 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
74 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
79 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
84 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
89 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in double_at_addr()
94 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at()
[all …]
H A DconstantPool.hpp142 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
143 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
145 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
321 *int_at_addr(which) = in unresolved_klass_at_put()
352 *int_at_addr(which) = i; in int_at_put()
363 *float_at_addr(which) = f; in float_at_put()
414 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
424 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
440 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
447 jint int_at(int which) { in int_at() argument
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/oops/
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
88 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in double_at_addr()
93 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at()
[all …]
H A DconstantPool.hpp142 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
143 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
145 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
322 *int_at_addr(which) = in unresolved_klass_at_put()
353 *int_at_addr(which) = i; in int_at_put()
364 *float_at_addr(which) = f; in float_at_put()
415 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
431 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
447 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
454 jint int_at(int which) { in int_at() argument
[all …]
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/machine/
H A D74148.c75 chips[which].output = 0x07; in TTL74148_update()
111 chips[which].output_valid = (chips[which].input_lines[0] & in TTL74148_update()
120 chips[which].enable_output = !chips[which].output_valid; in TTL74148_update()
126 ((chips[which].output != chips[which].last_output) || in TTL74148_update()
127 (chips[which].output_valid != chips[which].last_output_valid) || in TTL74148_update()
128 (chips[which].enable_output != chips[which].last_enable_output))) in TTL74148_update()
130 chips[which].last_output = chips[which].output; in TTL74148_update()
131 chips[which].last_output_valid = chips[which].output_valid; in TTL74148_update()
132 chips[which].last_enable_output = chips[which].enable_output; in TTL74148_update()
134 chips[which].output_cb(); in TTL74148_update()
[all …]
H A D7474.c72 if (!chips[which].preset && chips[which].clear) /* line 1 in truth table */ in TTL7474_update()
77 else if (chips[which].preset && !chips[which].clear) /* line 2 in truth table */ in TTL7474_update()
82 else if (!chips[which].preset && !chips[which].clear) /* line 3 in truth table */ in TTL7474_update()
89 chips[which].output = chips[which].d; in TTL7474_update()
90 chips[which].output_comp = !chips[which].d; in TTL7474_update()
93 chips[which].last_clock = chips[which].clock; in TTL7474_update()
98 ((chips[which].output != chips[which].last_output) || in TTL7474_update()
99 (chips[which].output_comp != chips[which].last_output_comp))) in TTL7474_update()
101 chips[which].last_output = chips[which].output; in TTL7474_update()
102 chips[which].last_output_comp = chips[which].output_comp; in TTL7474_update()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp95 jbyte byte_at(int which) const { return *byte_at_addr(which); } in byte_at()
96 void byte_at_put(int which, jbyte contents) { *byte_at_addr(which) = contents; } in byte_at_put() argument
98 jboolean bool_at(int which) const { return *bool_at_addr(which); } in bool_at()
101 jchar char_at(int which) const { return *char_at_addr(which); } in char_at()
104 jint int_at(int which) const { return *int_at_addr(which); } in int_at()
105 void int_at_put(int which, jint contents) { *int_at_addr(which) = contents; } in int_at_put() argument
107 jshort short_at(int which) const { return *short_at_addr(which); } in short_at()
110 jushort ushort_at(int which) const { return *ushort_at_addr(which); } in ushort_at()
113 jlong long_at(int which) const { return *long_at_addr(which); } in long_at()
116 jfloat float_at(int which) const { return *float_at_addr(which); } in float_at()
[all …]
H A DconstantPool.hpp120 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
121 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
261 slot_at_put(which, s); in unresolved_klass_at_put()
281 *symbol_at_addr(which) = s; in unresolved_string_at_put()
286 *int_at_addr(which) = i; in int_at_put()
297 *float_at_addr(which) = f; in float_at_put()
350 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
377 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
379 jint int_at(int which) { in int_at() argument
384 jlong long_at(int which) { in long_at() argument
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/oops/
H A DtypeArrayOop.hpp95 jbyte byte_at(int which) const { return *byte_at_addr(which); } in byte_at()
96 void byte_at_put(int which, jbyte contents) { *byte_at_addr(which) = contents; } in byte_at_put() argument
98 jboolean bool_at(int which) const { return *bool_at_addr(which); } in bool_at()
101 jchar char_at(int which) const { return *char_at_addr(which); } in char_at()
104 jint int_at(int which) const { return *int_at_addr(which); } in int_at()
105 void int_at_put(int which, jint contents) { *int_at_addr(which) = contents; } in int_at_put() argument
107 jshort short_at(int which) const { return *short_at_addr(which); } in short_at()
110 jushort ushort_at(int which) const { return *ushort_at_addr(which); } in ushort_at()
113 jlong long_at(int which) const { return *long_at_addr(which); } in long_at()
116 jfloat float_at(int which) const { return *float_at_addr(which); } in float_at()
[all …]
H A DconstantPool.hpp120 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
121 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
261 slot_at_put(which, s); in unresolved_klass_at_put()
281 *symbol_at_addr(which) = s; in unresolved_string_at_put()
286 *int_at_addr(which) = i; in int_at_put()
297 *float_at_addr(which) = f; in float_at_put()
350 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
377 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
379 jint int_at(int which) { in int_at() argument
384 jlong long_at(int which) { in long_at() argument
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/oops/
H A DconstantPool.hpp133 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
136 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
283 *int_at_addr(which) = in unresolved_klass_at_put()
314 *int_at_addr(which) = i; in int_at_put()
325 *float_at_addr(which) = f; in float_at_put()
343 *symbol_at_addr(which) = s; in symbol_at_put()
392 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
408 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
415 jint int_at(int which) { in int_at() argument
420 jlong long_at(int which) { in long_at() argument
[all …]
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
49 return &byte_base()[which]; in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
64 return &int_base()[which]; in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/oops/
H A DconstantPool.hpp133 void tag_at_put(int which, jbyte t) { tags()->at_put(which, t); } in tag_at_put() argument
134 void release_tag_at_put(int which, jbyte t) { tags()->release_at_put(which, t); } in release_tag_at_put() argument
136 u1* tag_addr_at(int which) const { return tags()->adr_at(which); } in tag_addr_at()
289 *int_at_addr(which) = in unresolved_klass_at_put()
320 *int_at_addr(which) = i; in int_at_put()
331 *float_at_addr(which) = f; in float_at_put()
382 constantTag tag_at(int which) const { return (constantTag)tags()->at_acquire(which); } in tag_at()
398 assert(tag_at(which).is_unresolved_klass() || tag_at(which).is_klass(), in klass_slot_at()
414 Symbol* klass_at_noresolve(int which) { return klass_name_at(which); } in klass_at_noresolve() argument
421 jint int_at(int which) { in int_at() argument
[all …]
H A DtypeArrayOop.inline.hpp48 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in byte_at_addr()
49 return &byte_base()[which]; in byte_at_addr()
53 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in bool_at_addr()
58 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in char_at_addr()
63 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in int_at_addr()
64 return &int_base()[which]; in int_at_addr()
68 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in short_at_addr()
73 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in ushort_at_addr()
78 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in long_at_addr()
83 assert(is_within_bounds(which), "index %d out of bounds %d", which, length()); in float_at_addr()
[all …]
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/tokudb/PerconaFT/src/tests/
H A Denv-put-multiple.cc80 kbuf[which][1] = which; in put_multiple_generate()
111 for (which = 0; which < num_dbs; which++) { in run_test()
132 for (which = 0; which < num_dbs; which++) { in run_test()
145 for (which = 0; which < num_dbs; which++) { in run_test()
156 for (which = 0; which < num_dbs; which++) { in run_test()
168 for (which = 0; which < num_dbs; which++) { in run_test()
179 for (which = 0; which < num_dbs; which++) { in run_test()
191 for (which = 0; which < num_dbs; which++) { in run_test()
205 for (which = 0; which < num_dbs; which++) { in run_test()
217 for (which = 0; which < num_dbs; which++) { in run_test()
[all …]

12345678910>>...704