Home
last modified time | relevance | path

Searched defs:state (Results 2876 - 2900 of 12005) sorted by relevance

1...<<111112113114115116117118119120>>...481

/third_party/python/Modules/
H A Dgrpmodule.c44 void *state = PyModule_GetState(module); in get_grp_state() local
316 grpmodulestate *state = get_grp_state(module); in grpmodule_exec() local
H A Dxxsubtype.c23 int state; member
37 int state; in spamlist_setstate() local
148 int state; global() member
162 int state; spamdict_setstate() local
[all...]
H A Dpwdmodule.c57 void *state = PyModule_GetState(module); in get_pwd_state() local
325 pwdmodulestate *state = get_pwd_state(module); in pwdmodule_exec() local
/third_party/pulseaudio/src/pulsecore/
H A Ddevice-port.c209 uint32_t state; in pa_device_port_set_latency_offset() local
254 void *state; in pa_device_port_find_best() local
282 uint32_t state; in pa_device_port_get_sink() local
295 uint32_t state; in pa_device_port_get_source() local
[all...]
/third_party/pulseaudio/src/pulse/
H A Dchannelmap.c518 const char *state; in pa_channel_map_parse() local
/third_party/pulseaudio/src/tests/
H A Djson-test.c380 void *state; in START_TEST() local
/third_party/python/Modules/expat/
H A Dsiphash.h272 struct siphash state = SIPHASH_INITIALIZER; in siphash24() local
/third_party/skia/third_party/externals/abseil-cpp/absl/numeric/
H A Dint128_benchmark.cc52 void BM_DivideClass128UniformDivisor(benchmark::State& state) { in BM_DivideClass128UniformDivisor() argument
64 void BM_RemainderClass128UniformDivisor(benchmark::State& state) { in BM_RemainderClass128UniformDivisor() argument
92 void BM_DivideClass128SmallDivisor(benchmark::State& state) { in BM_DivideClass128SmallDivisor() argument
104 void BM_RemainderClass128SmallDivisor(benchmark::State& state) { in BM_RemainderClass128SmallDivisor() argument
128 void BM_MultiplyClass128(benchmark::State& state) { in BM_MultiplyClass128() argument
138 BM_AddClass128(benchmark::State& state) BM_AddClass128() argument
184 BM_DivideIntrinsic128UniformDivisor(benchmark::State& state) BM_DivideIntrinsic128UniformDivisor() argument
196 BM_RemainderIntrinsic128UniformDivisor(benchmark::State& state) BM_RemainderIntrinsic128UniformDivisor() argument
225 BM_DivideIntrinsic128SmallDivisor(benchmark::State& state) BM_DivideIntrinsic128SmallDivisor() argument
237 BM_RemainderIntrinsic128SmallDivisor(benchmark::State& state) BM_RemainderIntrinsic128SmallDivisor() argument
260 BM_MultiplyIntrinsic128(benchmark::State& state) BM_MultiplyIntrinsic128() argument
270 BM_AddIntrinsic128(benchmark::State& state) BM_AddIntrinsic128() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Dranden_benchmarks.cc50 mutable uint64_t state[kStateSizeT] = {}; member
65 mutable uint64_t state[kStateSizeT]; member
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers_benchmark.cc30 void BM_FastIntToBuffer(benchmark::State& state) { in BM_FastIntToBuffer() argument
53 void BM_safe_strto32_string(benchmark::State& state) { in BM_safe_strto32_string() argument
80 void BM_safe_strto64_string(benchmark::State& state) { in BM_safe_strto64_string() argument
108 BM_safe_strtou32_string(benchmark::State& state) BM_safe_strtou32_string() argument
135 BM_safe_strtou64_string(benchmark::State& state) BM_safe_strtou64_string() argument
206 BM_SimpleAtof(benchmark::State& state) BM_SimpleAtof() argument
236 BM_SimpleAtod(benchmark::State& state) BM_SimpleAtod() argument
265 BM_FastHexToBufferZeroPad16(benchmark::State& state) BM_FastHexToBufferZeroPad16() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_benchmark.cc37 void BM_Time_Arithmetic(benchmark::State& state) { in BM_Time_Arithmetic() argument
52 void BM_Time_Difference(benchmark::State& state) { in BM_Time_Difference() argument
72 void BM_Time_ToDateTime_Absl(benchmark::State& state) { in BM_Time_ToDateTime_Absl() argument
85 void BM_Time_ToDateTime_Libc(benchmark::State& state) { in BM_Time_ToDateTime_Libc() argument
102 void BM_Time_ToDateTimeUTC_Absl(benchmark::State& state) { in BM_Time_ToDateTimeUTC_Absl() argument
112 BM_Time_ToDateTimeUTC_Libc(benchmark::State& state) BM_Time_ToDateTimeUTC_Libc() argument
130 BM_Time_FromUnixMicros(benchmark::State& state) BM_Time_FromUnixMicros() argument
139 BM_Time_ToUnixNanos(benchmark::State& state) BM_Time_ToUnixNanos() argument
147 BM_Time_ToUnixMicros(benchmark::State& state) BM_Time_ToUnixMicros() argument
155 BM_Time_ToUnixMillis(benchmark::State& state) BM_Time_ToUnixMillis() argument
163 BM_Time_ToUnixSeconds(benchmark::State& state) BM_Time_ToUnixSeconds() argument
182 BM_Time_FromCivil_Absl(benchmark::State& state) BM_Time_FromCivil_Absl() argument
197 BM_Time_FromCivil_Libc(benchmark::State& state) BM_Time_FromCivil_Libc() argument
224 BM_Time_FromCivilUTC_Absl(benchmark::State& state) BM_Time_FromCivilUTC_Absl() argument
232 BM_Time_FromCivilDay0_Absl(benchmark::State& state) BM_Time_FromCivilDay0_Absl() argument
247 BM_Time_FromCivilDay0_Libc(benchmark::State& state) BM_Time_FromCivilDay0_Libc() argument
278 BM_Time_ToTimespec(benchmark::State& state) BM_Time_ToTimespec() argument
286 BM_Time_FromTimespec(benchmark::State& state) BM_Time_FromTimespec() argument
302 BM_Time_InfiniteFuture(benchmark::State& state) BM_Time_InfiniteFuture() argument
309 BM_Time_InfinitePast(benchmark::State& state) BM_Time_InfinitePast() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/
H A Dflag_benchmark.cc227 void BM_ThreadedFindCommandLineFlag(benchmark::State& state) { in BM_ThreadedFindCommandLineFlag() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbenchmarks.cc119 void BM_Construct(benchmark::State& state) { in BM_Construct() argument
127 void BM_Direct(benchmark::State& state) { in BM_Direct() argument
138 void BM_Generate(benchmark::State& state) { in BM_Generate() argument
150 void BM_Shuffle(benchmark::State& state) { in BM_Shuffle() argument
160 BM_ShuffleReuse(benchmark::State& state) BM_ShuffleReuse() argument
170 BM_Dist(benchmark::State& state, Args&&... args) BM_Dist() argument
182 BM_Large(benchmark::State& state) BM_Large() argument
190 BM_Small(benchmark::State& state) BM_Small() argument
198 BM_Bernoulli(benchmark::State& state) BM_Bernoulli() argument
204 BM_Beta(benchmark::State& state) BM_Beta() argument
212 BM_Gamma(benchmark::State& state) BM_Gamma() argument
219 BM_Poisson(benchmark::State& state) BM_Poisson() argument
225 BM_Zipf(benchmark::State& state) BM_Zipf() argument
233 BM_Thread(benchmark::State& state) BM_Thread() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil_benchmark.cc97 void BM_Memmem(benchmark::State& state) { in BM_Memmem() argument
106 void BM_MemmemMedium(benchmark::State& state) { in BM_MemmemMedium() argument
115 void BM_MemmemPathological(benchmark::State& state) { in BM_MemmemPathological() argument
125 BM_Memcasemem(benchmark::State& state) BM_Memcasemem() argument
134 BM_MemcasememMedium(benchmark::State& state) BM_MemcasememMedium() argument
143 BM_MemcasememPathological(benchmark::State& state) BM_MemcasememPathological() argument
157 BM_Search(benchmark::State& state) BM_Search() argument
167 BM_SearchMedium(benchmark::State& state) BM_SearchMedium() argument
177 BM_SearchPathological(benchmark::State& state) BM_SearchPathological() argument
187 BM_Searchcase(benchmark::State& state) BM_Searchcase() argument
197 BM_SearchcaseMedium(benchmark::State& state) BM_SearchcaseMedium() argument
207 BM_SearchcasePathological(benchmark::State& state) BM_SearchcasePathological() argument
244 BM_Memmatch(benchmark::State& state) BM_Memmatch() argument
253 BM_MemmatchMedium(benchmark::State& state) BM_MemmatchMedium() argument
262 BM_MemmatchPathological(benchmark::State& state) BM_MemmatchPathological() argument
272 BM_Memcasematch(benchmark::State& state) BM_Memcasematch() argument
280 BM_MemcasematchMedium(benchmark::State& state) BM_MemcasematchMedium() argument
288 BM_MemcasematchPathological(benchmark::State& state) BM_MemcasematchPathological() argument
298 BM_MemmemStartup(benchmark::State& state) BM_MemmemStartup() argument
306 BM_SearchStartup(benchmark::State& state) BM_SearchStartup() argument
315 BM_MemmatchStartup(benchmark::State& state) BM_MemmatchStartup() argument
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dthread_identity.h111 std::atomic<State> state; member
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
H A Dmutex_benchmark.cc29 void BM_Mutex(benchmark::State& state) { in BM_Mutex() argument
88 void BM_MutexEnqueue(benchmark::State& state) { in BM_MutexEnqueue() argument
178 void BM_Contended(benchmark::State& state) { in BM_Contended() argument
256 BM_ConditionWaiters(benchmark::State& state) BM_ConditionWaiters() argument
[all...]
/third_party/skia/experimental/sktext/editor/
H A DEditor.cpp203 bool Editor::onKey(skui::Key key, skui::InputState state, skui::ModifierKey modifiers) { in onKey() argument
237 bool Editor::onMouse(int x, int y, skui::InputState state, skui::ModifierKey modifiers) { in onMouse() argument
/third_party/skia/experimental/sorttoy/
H A DFake.cpp113 sk_sp<FakeMCBlob> state = fTracker.snapState(); in drawShape() local
H A DCmds.cpp55 DrawCmd(ID id, PaintersOrder paintersOrder, Shape shape, SkIRect r, const FakePaint& p, sk_sp<FakeMCBlob> state) DrawCmd() argument
/third_party/spirv-tools/source/opt/
H A Dstruct_cfg_analysis.cpp51 std::vector<TraversalInfo> state; in AddBlocksInFunction() local
[all...]
/third_party/vk-gl-cts/modules/glshared/
H A DglsInteractionTestUtil.hpp118 RenderState state; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dmd4-internal.c18 u32 state[4]; /* state */ member
198 MD4Transform(u32 state[4], const u8 block[MD4_BLOCK_LENGTH]) MD4Transform() argument
[all...]
H A Dsha1-internal.c176 void SHA1Transform(u32 state[5], const unsigned char buffer[64]) in SHA1Transform() argument
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dnetlink.c155 static const char * operstate_str(int state) in operstate_str() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_vendor_test.c25 enum { INIT, CONFIRM, SUCCESS } state; member
[all...]

Completed in 16 milliseconds

1...<<111112113114115116117118119120>>...481