Home
last modified time | relevance | path

Searched +defs:state +defs:count (Results 1 – 25 of 31968) sorted by relevance

12345678910>>...1279

/dports/devel/llvm13/llvm-project-13.0.1.src/libcxx/test/std/numerics/numeric.ops/numeric.ops.midpoint/
H A Dmidpoint.pointer.pass.cpp5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception in asm_shll()
6 // in asm_shll()
7 //===----------------------------------------------------------------------===// in asm_shll()
24 constexpr void constexpr_test() in asm_shll()
25 { in asm_shll()
26 constexpr T array[1000] = {}; in asm_shll()
44 T array[1000] = {}; // we need an array to make valid pointers in asm_shlb()
62 runtime_test< T>();
63 runtime_test<const T>();
64 runtime_test< volatile T>();
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.team.core/src/org/eclipse/team/internal/core/subscribers/
H A DDiffTreeStatistics.java36 public void add(int state) { in add()
38 Long count = stats.get(Integer.valueOf(state)); in add() local
49 public void remove(int state) { in remove()
52 Long count = stats.get(kind); in remove() local
76 public long countFor(int state, int mask) { in countFor()
78 Long count = stats.get(Integer.valueOf(state)); in countFor() local
82 long count = 0; in countFor() local
117 int state = getState(delta); in add() local
122 int state = getState(delta); in remove() local
127 int state = delta.getKind(); in getState() local
/dports/comms/gnokii/gnokii-0.6.31/common/links/
H A Dfbus-3110.c70 static bool fb3110_serial_open(struct gn_statemachine *state) in fb3110_serial_open()
93 int count; in fb3110_rx_frame_handle() local
143 static void fb3110_rx_state_machine(unsigned char rx_byte, struct gn_statemachine *state) in fb3110_rx_state_machine()
222 static gn_error fb3110_loop(struct timeval *timeout, struct gn_statemachine *state) in fb3110_loop()
225 int count, res; in fb3110_loop() local
252 int count, current = 0; in fb3110_tx_frame_send() local
322 static void fb3110_tx_ack_send(u8 messagetype, u8 seqno, struct gn_statemachine *state) in fb3110_tx_ack_send()
331 static void fb3110_reset(struct gn_statemachine *state) in fb3110_reset()
343 gn_error fb3110_initialise(struct gn_statemachine *state) in fb3110_initialise()
346 unsigned char count; in fb3110_initialise() local
[all …]
H A Dfbus.c69 static bool fbus_serial_open(bool dlr3, struct gn_statemachine *state) in fbus_serial_open()
96 static int send_command(char *cmd, int len, struct gn_statemachine *state) in send_command()
134 int count, res; in at2fbus_serial_open() local
172 static bool fbus_ir_open(struct gn_statemachine *state) in fbus_ir_open()
178 unsigned int count, retry; in fbus_ir_open() local
490 int count, res; in fbus_loop() local
516 int count, current = 0; in fbus_tx_send_frame() local
649 static void fbus_reset(struct gn_statemachine *state) in fbus_reset()
651 int count; in fbus_reset() local
666 gn_error fbus_initialise(int attempt, struct gn_statemachine *state) in fbus_initialise()
[all …]
/dports/devel/grpc130/grpc-1.30.2/test/core/transport/
H A Dconnectivity_state_test.cc72 int count = 0; in TEST() local
73 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
82 int count = 0; in TEST() local
83 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
95 int count = 0; in TEST() local
96 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
115 int count = 0; in TEST() local
116 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
135 int count = 0; in TEST() local
149 int count = 0; in TEST() local
[all …]
/dports/devel/grpc134/grpc-1.34.1/test/core/transport/
H A Dconnectivity_state_test.cc87 int count = 0; in TEST() local
88 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
99 int count = 0; in TEST() local
100 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
114 int count = 0; in TEST() local
115 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
133 int count = 0; in TEST() local
156 int count = 0; in TEST() local
179 int count = 0; in TEST() local
196 int count = 0; in TEST() local
[all …]
/dports/devel/grpc/grpc-1.42.0/test/core/transport/
H A Dconnectivity_state_test.cc87 int count = 0; in TEST() local
88 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
99 int count = 0; in TEST() local
100 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
114 int count = 0; in TEST() local
115 grpc_connectivity_state state = GRPC_CHANNEL_IDLE; in TEST() local
133 int count = 0; in TEST() local
156 int count = 0; in TEST() local
179 int count = 0; in TEST() local
196 int count = 0; in TEST() local
[all …]
/dports/lang/php73/php-7.3.33/ext/hash/
H A Dphp_hash_sha.h37 uint32_t state[5]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint32_t state[8]; /* state */ member
54 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
64 uint32_t state[8]; /* state */ member
65 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
75 uint64_t state[8]; /* state */ member
76 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
86 uint64_t state[8]; /* state */ member
87 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h25 uint32_t state[4]; /* state (ABCD) */ member
26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
31 uint32_t state[5]; /* state (ABCD) */ member
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
37 uint32_t state[8]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
43 uint32_t state[10]; /* state (ABCD) */ member
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/dports/lang/php74/php-7.4.27/ext/hash/
H A Dphp_hash_sha.h37 uint32_t state[5]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint32_t state[8]; /* state */ member
54 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
64 uint32_t state[8]; /* state */ member
65 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
75 uint64_t state[8]; /* state */ member
76 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
86 uint64_t state[8]; /* state */ member
87 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h25 uint32_t state[4]; /* state (ABCD) */ member
26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
31 uint32_t state[5]; /* state (ABCD) */ member
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
37 uint32_t state[8]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
43 uint32_t state[10]; /* state (ABCD) */ member
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/dports/security/php73-hash/php-7.3.33/ext/hash/
H A Dphp_hash_sha.h37 uint32_t state[5]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint32_t state[8]; /* state */ member
54 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
64 uint32_t state[8]; /* state */ member
65 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
75 uint64_t state[8]; /* state */ member
76 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
86 uint64_t state[8]; /* state */ member
87 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h25 uint32_t state[4]; /* state (ABCD) */ member
26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
31 uint32_t state[5]; /* state (ABCD) */ member
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
37 uint32_t state[8]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
43 uint32_t state[10]; /* state (ABCD) */ member
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/dports/www/mod_php73/php-7.3.33/ext/hash/
H A Dphp_hash_sha.h37 uint32_t state[5]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint32_t state[8]; /* state */ member
54 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
64 uint32_t state[8]; /* state */ member
65 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
75 uint64_t state[8]; /* state */ member
76 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
86 uint64_t state[8]; /* state */ member
87 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h25 uint32_t state[4]; /* state (ABCD) */ member
26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
31 uint32_t state[5]; /* state (ABCD) */ member
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
37 uint32_t state[8]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
43 uint32_t state[10]; /* state (ABCD) */ member
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/dports/www/mod_php74/php-7.4.27/ext/hash/
H A Dphp_hash_sha.h37 uint32_t state[5]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
53 uint32_t state[8]; /* state */ member
54 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
64 uint32_t state[8]; /* state */ member
65 uint32_t count[2]; /* number of bits, modulo 2^64 */ member
75 uint64_t state[8]; /* state */ member
76 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
86 uint64_t state[8]; /* state */ member
87 uint64_t count[2]; /* number of bits, modulo 2^128 */ member
H A Dphp_hash_ripemd.h25 uint32_t state[4]; /* state (ABCD) */ member
26 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
31 uint32_t state[5]; /* state (ABCD) */ member
32 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
37 uint32_t state[8]; /* state (ABCD) */ member
38 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
43 uint32_t state[10]; /* state (ABCD) */ member
44 uint32_t count[2]; /* number of bits, modulo 2^64 (lsb first) */ member
/dports/audio/ocp/ocp-0.2.90/asm_emu/
H A Dx86_shr.h5 static inline void asm_shrl(struct assembler_state_t *state, uint8_t count, uint32_t *dst) in asm_shrl()
25 static inline void asm_shrw(struct assembler_state_t *state, uint8_t count, uint16_t *dst) in asm_shrw()
45 static inline void asm_shrb(struct assembler_state_t *state, uint8_t count, uint8_t *dst) in asm_shrb()
H A Dx86_sar.h5 static inline void asm_sarl(struct assembler_state_t *state, uint8_t count, uint32_t *dst) in asm_sarl()
31 static inline void asm_sarw(struct assembler_state_t *state, uint8_t count, uint16_t *dst) in asm_sarw()
56 static inline void asm_sarb(struct assembler_state_t *state, uint8_t count, uint8_t *dst) in asm_sarb()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/compiler/nir/
H A Dnir_lower_gs_intrinsics.c57 struct state { struct
72 rewrite_emit_vertex(nir_intrinsic_instr *intrin, struct state *state) in rewrite_emit_vertex()
79 nir_ssa_def *count = nir_load_var(b, state->vertex_count_vars[stream]); in rewrite_emit_vertex() local
114 rewrite_end_primitive(nir_intrinsic_instr *intrin, struct state *state) in rewrite_end_primitive()
120 nir_ssa_def *count = nir_load_var(b, state->vertex_count_vars[stream]); in rewrite_end_primitive() local
135 rewrite_intrinsics(nir_block *block, struct state *state) in rewrite_intrinsics()
163 append_set_vertex_count(nir_block *end_block, struct state *state) in append_set_vertex_count()
175 nir_ssa_def *count = nir_load_var(b, state->vertex_count_vars[0]); in append_set_vertex_count() local
188 struct state state; in nir_lower_gs_intrinsics() local
/dports/net/mpich/mpich-3.4.3/src/mpid/ch4/netmod/ucx/
H A Ducx_datatype.c15 size_t count; member
26 static void *start_pack(void *context, const void *buffer, size_t count) in start_pack()
28 struct pack_state *state; in start_pack() local
40 static void *start_unpack(void *context, void *buffer, size_t count) in start_unpack()
42 struct pack_state *state; in start_unpack() local
54 static size_t pack_size(void *state) in pack_size()
64 static size_t pack(void *state, size_t offset, void *dest, size_t max_length) in pack()
75 static ucs_status_t unpack(void *state, size_t offset, const void *src, size_t count) in unpack()
94 static void finish_pack(void *state) in finish_pack()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/models/
H A Dv1beta1_event_series.py42 def __init__(self, count=None, last_observed_time=None, state=None): argument
57 def count(self): member in V1beta1EventSeries
68 def count(self, count): argument
109 def state(self): member in V1beta1EventSeries
120 def state(self, state): member in V1beta1EventSeries
H A Dv1_event_series.py42 def __init__(self, count=None, last_observed_time=None, state=None): argument
60 def count(self): member in V1EventSeries
71 def count(self, count): member in V1EventSeries
106 def state(self): member in V1EventSeries
117 def state(self, state): argument
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/gpu/drm/i915/selftests/
H A Di915_random.c45 void i915_prandom_shuffle(void *arr, size_t elsz, size_t count, in i915_prandom_shuffle()
46 struct rnd_state *state) in i915_prandom_shuffle()
70 void i915_random_reorder(unsigned int *order, unsigned int count, in i915_random_reorder()
71 struct rnd_state *state) in i915_random_reorder()
76 unsigned int *i915_random_order(unsigned int count, struct rnd_state *state) in i915_random_order()
92 u64 igt_random_offset(struct rnd_state *state, in igt_random_offset()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/i915/selftests/
H A Di915_random.c45 void i915_prandom_shuffle(void *arr, size_t elsz, size_t count, in i915_prandom_shuffle()
46 struct rnd_state *state) in i915_prandom_shuffle()
70 void i915_random_reorder(unsigned int *order, unsigned int count, in i915_random_reorder()
71 struct rnd_state *state) in i915_random_reorder()
76 unsigned int *i915_random_order(unsigned int count, struct rnd_state *state) in i915_random_order()
92 u64 igt_random_offset(struct rnd_state *state, in igt_random_offset()

12345678910>>...1279