/aosp_15_r20/external/perfetto/protos/perfetto/trace/power/ |
H A D | android_entity_state_residency.proto | 26 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 D | android_entity_state_residency.pbzero.h | 88 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/ |
D | android_entity_state_residency.pbzero.h | 88 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 D | miniz.c | 603 #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/ |
D | consts.hpp | 20 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 D | android_entity_state_residency.pb.h | 700 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/ |
D | android_entity_state_residency.pb.h | 700 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 D | miniz.c | 2302 #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/ |
D | word_count_lexer_static.hpp | 36 enum {end_state_index, id_index, unique_id_index, state_index, bol_index, in next_token_wcl() enumerator
|
D | word_count_static.hpp | 36 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/ |
D | conjure_static_lexer.hpp | 36 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/ |
D | conjure_static_lexer.hpp | 36 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 D | main.c | 466 int state_index=-1; in complete_command() local
|
/aosp_15_r20/external/libchrome/base/i18n/ |
H A D | build_utf8_validator_tables.cc | 404 for (uint8_t state_index = 0; state_index < states.size(); ++state_index) { in PrintStates() local
|
/aosp_15_r20/external/cronet/base/i18n/ |
H A D | build_utf8_validator_tables.cc | 399 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 D | crocus_batch.c | 854 const unsigned state_index = batch->state.bo->index; in submit_batch() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/ |
H A D | flatbuffer_serializer.cpp | 577 uint32_t state_index = 0; in objectToFB() local
|
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/ |
D | tinyexr.h | 2423 #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 D | ffvertex_prog.c | 344 gl_state_index state_index, unsigned tex_index) in load_state_mat4()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | parameter_validation_utils.cpp | 923 …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 D | si_state_shaders.cpp | 3963 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 D | dense.rs | 3220 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 D | perfetto_trace.proto | 13115 optional int32 state_index = 2; field 13136 optional int32 state_index = 2; field
|
/aosp_15_r20/external/perfetto/protos/perfetto/trace/ |
H A D | perfetto_trace.proto | 13881 optional int32 state_index = 2; field 13902 optional int32 state_index = 2; field
|