Home
last modified time | relevance | path

Searched defs:state_index (Results 1 – 24 of 24) sorted by relevance

/aosp_15_r20/external/perfetto/protos/perfetto/trace/power/
H A Dandroid_entity_state_residency.proto26 optional int32 state_index = 2; field
47 optional int32 state_index = 2; field
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_power_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/power/
H A Dandroid_entity_state_residency.pbzero.h88 int32_t state_index() const { return at<2>().as_int32(); } in state_index() function
209 int32_t state_index() const { return at<2>().as_int32(); } in state_index() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_power_zero_gen_headers/gen/external/perfetto/protos/perfetto/trace/power/
Dandroid_entity_state_residency.pbzero.h88 int32_t state_index() const { return at<2>().as_int32(); } in state_index() function
209 int32_t state_index() const { return at<2>().as_int32(); } in state_index() function
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/
H A Dminiz.c603 #define TINFL_CR_RETURN(state_index, result) do { status = result; r->m_state = state_index; goto c… argument
604 #define TINFL_CR_RETURN_FOREVER(state_index, result) do { for ( ; ; ) { TINFL_CR_RETURN(state_index… argument
609 #define TINFL_GET_BYTE(state_index, c) do { \ argument
625 #define TINFL_NEED_BITS(state_index, n) do { mz_uint c; TINFL_GET_BYTE(state_index, c); bit_buf |= … argument
626 #define TINFL_SKIP_BITS(state_index, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state_i… argument
627 #define TINFL_GET_BITS(state_index, b, n) do { if (num_bits < (mz_uint)(n)) { TINFL_NEED_BITS(state… argument
633 #define TINFL_HUFF_BITBUF_FILL(state_index, pHuff) \ argument
652 #define TINFL_HUFF_DECODE(state_index, sym, pHuff) do { \ argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/detail/lexer/
Dconsts.hpp20 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, enumerator
/aosp_15_r20/prebuilts/runtime/mainline/platform/sdk/include_gen/external/perfetto/perfetto_protos_perfetto_trace_power_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/power/
H A Dandroid_entity_state_residency.pb.h700 inline ::int32_t EntityStateResidency_PowerEntityState::state_index() const { in state_index() function
896 inline ::int32_t EntityStateResidency_StateResidency::state_index() const { in state_index() function
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_protos_perfetto_trace_power_lite_gen_headers/gen/external/perfetto/protos/perfetto/trace/power/
Dandroid_entity_state_residency.pb.h700 inline ::int32_t EntityStateResidency_PowerEntityState::state_index() const { in state_index() function
896 inline ::int32_t EntityStateResidency_StateResidency::state_index() const { in state_index() function
/aosp_15_r20/external/pytorch/third_party/miniz-2.1.0/
H A Dminiz.c2302 #define TINFL_CR_RETURN(state_index, result) \ argument
2311 #define TINFL_CR_RETURN_FOREVER(state_index, result) \ argument
2322 #define TINFL_GET_BYTE(state_index, c) … argument
2333 #define TINFL_NEED_BITS(state_index, n) \ argument
2341 #define TINFL_SKIP_BITS(state_index, n) \ argument
2352 #define TINFL_GET_BITS(state_index, b, n) \ argument
2369 #define TINFL_HUFF_BITBUF_FILL(state_index, pHuff) \ argument
2400 #define TINFL_HUFF_DECODE(state_index, sym, pHuff) … argument
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/lex/static_lexer/
Dword_count_lexer_static.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_wcl() enumerator
Dword_count_static.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_wc() enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure3/
Dconjure_static_lexer.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_conjure_static() enumerator
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/example/qi/compiler_tutorial/conjure2/
Dconjure_static_lexer.hpp36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_conjure_static() enumerator
/aosp_15_r20/external/e2fsprogs/ext2ed/
H A Dmain.c466 int state_index=-1; in complete_command() local
/aosp_15_r20/external/libchrome/base/i18n/
H A Dbuild_utf8_validator_tables.cc404 for (uint8_t state_index = 0; state_index < states.size(); ++state_index) { in PrintStates() local
/aosp_15_r20/external/cronet/base/i18n/
H A Dbuild_utf8_validator_tables.cc399 for (uint8_t state_index = 0; state_index < states.size(); ++state_index) { in PrintStates() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/crocus/
H A Dcrocus_batch.c854 const unsigned state_index = batch->state.bo->index; in submit_batch() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dflatbuffer_serializer.cpp577 uint32_t state_index = 0; in objectToFB() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h2423 #define TINFL_CR_RETURN(state_index, result) \ argument
2431 #define TINFL_CR_RETURN_FOREVER(state_index, result) \ argument
2445 #define TINFL_GET_BYTE(state_index, c) \ argument
2465 #define TINFL_NEED_BITS(state_index, n) \ argument
2472 #define TINFL_SKIP_BITS(state_index, n) \ argument
2481 #define TINFL_GET_BITS(state_index, b, n) \ argument
2501 #define TINFL_HUFF_BITBUF_FILL(state_index, pHuff) \ argument
2529 #define TINFL_HUFF_DECODE(state_index, sym, pHuff) \ argument
/aosp_15_r20/external/mesa3d/src/mesa/main/
H A Dffvertex_prog.c344 gl_state_index state_index, unsigned tex_index) in load_state_mat4()
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dparameter_validation_utils.cpp923 …for (uint32_t state_index = 0; state_index < dynamic_state_info.dynamicStateCount; ++state_index) { in manual_PreCallValidateCreateGraphicsPipelines() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_state_shaders.cpp3963 int state_index = -1; in si_delete_shader() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-automata-0.4.6/src/dfa/
H A Ddense.rs3220 let state_index = self.match_state_index(id); in match_pattern() localVariable
/aosp_15_r20/external/pigweed/third_party/perfetto/repo/protos/perfetto/trace/
H A Dperfetto_trace.proto13115 optional int32 state_index = 2; field
13136 optional int32 state_index = 2; field
/aosp_15_r20/external/perfetto/protos/perfetto/trace/
H A Dperfetto_trace.proto13881 optional int32 state_index = 2; field
13902 optional int32 state_index = 2; field