/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | net.h | 72 FILLP_UINT8 state; member 95 void FillpNetconnSetState(struct FtNetconn *conn, FILLP_UINT8 state); 97 #define NETCONN_GET_STATE(_conn) ((_conn)->state)
|
/third_party/elfutils/tests/ |
H A D | backtrace-dwarf.c | 85 frame_callback (Dwfl_Frame *state, void *frame_arg) in frame_callback() argument 89 if (! dwfl_frame_pc (state, &pc, &isactivation)) in frame_callback() 97 Dwfl_Thread *thread = dwfl_frame_thread (state); in frame_callback()
|
/third_party/ffmpeg/libavcodec/ |
H A D | mlpdsp.c | 27 static void mlp_filter_channel(int32_t *state, const int32_t *coeff, in mlp_filter_channel() argument 32 int32_t *firbuf = state; in mlp_filter_channel() 33 int32_t *iirbuf = state + MAX_BLOCKSIZE + MAX_FIR_ORDER; in mlp_filter_channel()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | cabac.h | 35 uint8_t * const state){ in get_cabac_inline_mips() 39 "lbu %[bit], 0(%[state]) \n\t" in get_cabac_inline_mips() 56 /* tmp1: *state */ in get_cabac_inline_mips() 63 "sb %[tmp1], 0(%[state]) \n\t" in get_cabac_inline_mips() 109 : [state]"r"(state), [tables]"r"(ff_h264_cabac_tables), in get_cabac_inline_mips() 34 get_cabac_inline_mips(CABACContext *c, uint8_t * const state) get_cabac_inline_mips() argument
|
/third_party/benchmark/test/ |
H A D | benchmark_random_interleaving_gtest.cc | 62 void BM_Match1(benchmark::State& state) { in BM_Match1() argument 63 const int64_t arg = state.range(0); in BM_Match1() 65 for (auto _ : state) { in BM_Match1()
|
H A D | user_counters_thousands_test.cc | 11 void BM_Counters_Thousands(benchmark::State& state) { in BM_Counters_Thousands() argument 12 for (auto _ : state) { in BM_Counters_Thousands() 15 state.counters.insert({ in BM_Counters_Thousands()
|
/third_party/curl/lib/ |
H A D | mime.h | 53 /* Readback state tokens. */ 82 /* Content transfer encoder state. */ 90 /* Mime readback state. */ 92 enum mimestate state; /* Current state token. */ member 106 struct mime_state state; /* Current readback state. */ member 127 struct mime_state state; /* Current readback state. */ member 129 struct mime_encoder_state encstate; /* Data encoder state [all...] |
/third_party/gptfdisk/ |
H A D | basicmbr.h | 59 MBRValidity state; member in BasicMBRData 90 MBRValidity GetValidity(void) {return state;} in GetValidity() 91 void SetHybrid(void) {state = hybrid;} // Set hybrid flag in SetHybrid()
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
H A D | linux_completion.c | 52 x->state = COMPLETION_ONE; in linux_init_completion() 89 if (x->state == COMPLETION_ALL) { in NoNeedWait() 196 x->state = COMPLETION_ALL; in linux_complete_all()
|
/third_party/libwebsockets/lib/drivers/display/ |
H A D | ssd1306-i2c.c | 133 lws_display_ssd1306_i2c_power(const struct lws_display *disp, int state) in lws_display_ssd1306_i2c_power() argument 137 if (!state) in lws_display_ssd1306_i2c_power() 139 SSD1306_DISPLAYOFF | !!state); in lws_display_ssd1306_i2c_power()
|
/third_party/littlefs/runners/ |
H A D | bench_runner.h | 78 uint32_t bench_prng(uint32_t *state); 80 #define BENCH_PRNG(state) bench_prng(state)
|
H A D | test_runner.h | 71 uint32_t test_prng(uint32_t *state); 73 #define TEST_PRNG(state) test_prng(state)
|
/third_party/ninja/src/ |
H A D | test.h | 22 #include "state.h"
33 /// Add a "cat" rule to \a state. Used by some tests; it's
35 void AddCatRule(State* state);
43 void AssertParse(State* state, const char* input,
46 void VerifyGraph(const State& state);
49 /// of disk state. It also logs file accesses and directory creations
|
/third_party/lwip/src/apps/altcp_tls/ |
H A D | altcp_tls_mbedtls_mem.c | 182 altcp_mbedtls_free(void *conf, altcp_mbedtls_state_t *state) in altcp_mbedtls_free() argument 185 LWIP_ASSERT("state != NULL", state != NULL); in altcp_mbedtls_free() 186 mem_free(state); in altcp_mbedtls_free()
|
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-threads/ |
H A D | minimal-secure-streams-threads.c | 12 * LWSSSCS_EVENT_WAIT_CANCELLED state callback. 79 /* ... application specific state ... */ 125 myss_state(void *userobj, void *h_src, lws_ss_constate_t state, in myss_state() argument 131 switch (state) { in myss_state() 163 .state = myss_state,
|
/third_party/node/deps/v8/src/ic/ |
H A D | ic-stats.cc | 110 state.clear(); in Reset() 131 if (!state.empty()) value->SetString("state", state); in AppendToTracedValue()
|
/third_party/node/deps/v8/src/libplatform/ |
H A D | default-job.h | 106 explicit DefaultJobHandle(std::shared_ptr<DefaultJobState> state); 132 DefaultJobWorker(std::weak_ptr<DefaultJobState> state, JobTask* job_task) in DefaultJobWorker() argument 133 : state_(std::move(state)), job_task_(job_task) {} in DefaultJobWorker() 145 // state is freed before the worker becomes inactive.
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-generator.cc | 134 int state = generator.continuation(); in RUNTIME_FUNCTION() local 135 DCHECK_NE(state, JSAsyncGeneratorObject::kGeneratorExecuting); in RUNTIME_FUNCTION() 137 // If state is 0 ("suspendedStart"), there is guaranteed to be no catch in RUNTIME_FUNCTION() 138 // handler. Otherwise, if state is below 0, the generator is closed and will in RUNTIME_FUNCTION() 140 if (state < 1) return ReadOnlyRoots(isolate).false_value(); in RUNTIME_FUNCTION()
|
/third_party/mesa3d/src/gallium/drivers/i915/ |
H A D | i915_state_immediate.c | 38 /* Convinience function to check immediate state. 42 set_immediate(struct i915_context *i915, unsigned offset, const unsigned state) in set_immediate() argument 44 if (i915->current.immediate[offset] == state) in set_immediate() 47 i915->current.immediate[offset] = state; in set_immediate() 53 * S0,S1: Vertex buffer state. 86 * S4: Vertex format, rasterization state 224 ~0 /* all state atoms, because we do internal checking */
|
/third_party/rust/crates/libc/src/unix/bsd/apple/b32/ |
H A D | mod.rs | 80 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 81 self.__sig.hash(state); in hash() 82 self.__opaque.hash(state); in hash()
|
/third_party/rust/crates/libc/src/unix/bsd/apple/b64/ |
H A D | mod.rs | 80 fn hash<H: ::hash::Hasher>(&self, state: &mut H) { in hash() 81 self.__sig.hash(state); in hash() 82 self.__opaque.hash(state); in hash()
|
/third_party/popt/tests/ |
H A D | test2.c | 36 static char *state = NULL; variable 65 { "state", 's', POPT_ARG_STRING, &state, 0, in main() 66 "state or province", "state" }, in main() 144 addr1,addr2, city, state, postal, in main()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/ |
H A D | esextcDrawBuffersIndexedBase.hpp | 92 std::vector<BlendMaskState> state; member in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine 94 bool CheckEnumGeneral(glw::GLenum e, glw::GLenum state); 95 bool CheckEnumForBuffer(int idx, glw::GLenum e, glw::GLenum state);
|
/third_party/vk-gl-cts/executor/ |
H A D | xeTcpIpLink.hpp | 51 void setState (CommLinkState state, const char* error = ""); 74 TcpIpSendThread (de::Socket& socket, TcpIpLinkState& state); 97 TcpIpRecvThread (de::Socket& socket, TcpIpLinkState& state);
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | AudioStreamBase.java | 40 status.state = getState(); in getStreamStatus() 53 public int state; field in AudioStreamBase.StreamStatus 73 convertStateToString(state) in dump() 93 * Converts ints from Oboe index to human-readable stream state
|