/aosp_15_r20/external/expat/expat/lib/ |
H A D | xmlrole.c | 141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 267 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 283 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 318 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 334 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
/aosp_15_r20/external/python/cpython2/Modules/expat/ |
D | xmlrole.c | 153 const char *end, in prolog0() 190 const char *end, in prolog1() 228 const char *UNUSED_P(end), in prolog2() 249 const char *UNUSED_P(end), in doctype0() 267 const char *end, in doctype1() 297 const char *UNUSED_P(end), in doctype2() 314 const char *UNUSED_P(end), in doctype3() 331 const char *UNUSED_P(end), in doctype4() 351 const char *UNUSED_P(end), in doctype5() 368 const char *end, in internalSubset() [all …]
|
/aosp_15_r20/external/python/cpython3/Modules/expat/ |
D | xmlrole.c | 141 prolog0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog0() 172 prolog1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog1() 204 prolog2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in prolog2() 224 doctype0(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype0() 241 doctype1(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype1() 267 doctype2(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype2() 283 doctype3(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype3() 299 doctype4(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype4() 318 doctype5(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in doctype5() 334 internalSubset(PROLOG_STATE *state, int tok, const char *ptr, const char *end, in internalSubset() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/ |
H A D | Performance.java | 156 long end = System.nanoTime(); in setupDateTime() local 165 long end = System.nanoTime(); in sortListDateTime() local 181 long end = System.nanoTime(); in queryListDateTime() local 194 long end = System.nanoTime(); in formatListDateTime() local 209 long end = System.nanoTime(); in deriveDateTime() local 223 long end = System.nanoTime(); in setupLocalDate() local 232 long end = System.nanoTime(); in sortListLocalDate() local 245 long end = System.nanoTime(); in queryListLocalDate() local 258 long end = System.nanoTime(); in formatListLocalDate() local 272 long end = System.nanoTime(); in setupTime() local [all …]
|
/aosp_15_r20/libcore/ojluni/src/test/java/time/test/java/time/temporal/ |
H A D | TestChronoUnit.java | 108 public void test_yearsBetween(LocalDate start, LocalDate end, long expected) { in test_yearsBetween() 113 public void test_yearsBetweenReversed(LocalDate start, LocalDate end, long expected) { in test_yearsBetweenReversed() 118 …public void test_yearsBetween_LocalDateTimeSameTime(LocalDate start, LocalDate end, long expected)… in test_yearsBetween_LocalDateTimeSameTime() 123 …public void test_yearsBetween_LocalDateTimeLaterTime(LocalDate start, LocalDate end, long expected… in test_yearsBetween_LocalDateTimeLaterTime() 132 … public void test_yearsBetween_ZonedDateSameOffset(LocalDate start, LocalDate end, long expected) { in test_yearsBetween_ZonedDateSameOffset() 137 …public void test_yearsBetween_ZonedDateLaterOffset(LocalDate start, LocalDate end, long expected) { in test_yearsBetween_ZonedDateLaterOffset() 181 public void test_monthsBetween(LocalDate start, LocalDate end, long expected) { in test_monthsBetween() 186 public void test_monthsBetweenReversed(LocalDate start, LocalDate end, long expected) { in test_monthsBetweenReversed() 191 …public void test_monthsBetween_LocalDateTimeSameTime(LocalDate start, LocalDate end, long expected… in test_monthsBetween_LocalDateTimeSameTime() 196 …public void test_monthsBetween_LocalDateTimeLaterTime(LocalDate start, LocalDate end, long expecte… in test_monthsBetween_LocalDateTimeLaterTime() [all …]
|
/aosp_15_r20/system/keymaster/android_keymaster/ |
H A D | android_keymaster_messages.cpp | 42 const uint8_t* end) { in serialize_key_blob() 47 const uint8_t* end) { in deserialize_key_blob() 70 uint8_t* serialize_blob(const keymaster_blob_t& blob, uint8_t* buf, const uint8_t* end) { in serialize_blob() 74 bool deserialize_blob(keymaster_blob_t* blob, const uint8_t** buf_ptr, const uint8_t* end) { in deserialize_blob() 99 const uint8_t* end) { in serialize_chain() 108 CertificateChain deserialize_chain(const uint8_t** buf_ptr, const uint8_t* end) { in deserialize_chain() 178 bool KeymasterResponse::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 201 bool GenerateKeyRequest::Deserialize(const uint8_t** buf_ptr, const uint8_t* end) { in Deserialize() 224 bool GenerateKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() 244 bool GenerateRkpKeyResponse::NonErrorDeserialize(const uint8_t** buf_ptr, const uint8_t* end) { in NonErrorDeserialize() [all …]
|
/aosp_15_r20/external/threetenbp/src/test/java/org/threeten/bp/temporal/ |
H A D | TestChronoUnit.java | 83 public void test_yearsBetween(LocalDate start, LocalDate end, long expected) { in test_yearsBetween() 88 public void test_yearsBetweenReversed(LocalDate start, LocalDate end, long expected) { in test_yearsBetweenReversed() 93 …public void test_yearsBetween_LocalDateTimeSameTime(LocalDate start, LocalDate end, long expected)… in test_yearsBetween_LocalDateTimeSameTime() 98 …public void test_yearsBetween_LocalDateTimeLaterTime(LocalDate start, LocalDate end, long expected… in test_yearsBetween_LocalDateTimeLaterTime() 107 … public void test_yearsBetween_ZonedDateSameOffset(LocalDate start, LocalDate end, long expected) { in test_yearsBetween_ZonedDateSameOffset() 112 …public void test_yearsBetween_ZonedDateLaterOffset(LocalDate start, LocalDate end, long expected) { in test_yearsBetween_ZonedDateLaterOffset() 156 public void test_monthsBetween(LocalDate start, LocalDate end, long expected) { in test_monthsBetween() 161 public void test_monthsBetweenReversed(LocalDate start, LocalDate end, long expected) { in test_monthsBetweenReversed() 166 …public void test_monthsBetween_LocalDateTimeSameTime(LocalDate start, LocalDate end, long expected… in test_monthsBetween_LocalDateTimeSameTime() 171 …public void test_monthsBetween_LocalDateTimeLaterTime(LocalDate start, LocalDate end, long expecte… in test_monthsBetween_LocalDateTimeLaterTime() [all …]
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | test-number.cc | 36 const char *end = str + 3; in main() local 49 const char *end = str + strlen (str); in main() local 62 const char *end = str + 3; in main() local 75 const char *end = str + 4; in main() local 89 const char *end = str + 4; in main() local 103 const char *end = str + ARRAY_LENGTH (str); in main() local 116 const char *end = str + ARRAY_LENGTH (str); in main() local 129 const char *end = str + ARRAY_LENGTH (str); in main() local 141 const char *end = str + ARRAY_LENGTH (str); in main() local 153 const char *end = str + ARRAY_LENGTH (str) - 1; in main() local [all …]
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
H A D | SpannedSubject.java | 100 public WithSpanFlags hasItalicSpanBetween(int start, int end) { in hasItalicSpanBetween() 111 public WithSpanFlags hasBoldSpanBetween(int start, int end) { in hasBoldSpanBetween() 115 private WithSpanFlags hasStyleSpan(int start, int end, int style) { in hasStyleSpan() 155 public WithSpanFlags hasBoldItalicSpanBetween(int start, int end) { in hasBoldItalicSpanBetween() 195 public void hasNoStyleSpanBetween(int start, int end) { in hasNoStyleSpanBetween() 206 public WithSpanFlags hasUnderlineSpanBetween(int start, int end) { in hasUnderlineSpanBetween() 231 public void hasNoUnderlineSpanBetween(int start, int end) { in hasNoUnderlineSpanBetween() 242 public WithSpanFlags hasStrikethroughSpanBetween(int start, int end) { in hasStrikethroughSpanBetween() 269 public void hasNoStrikethroughSpanBetween(int start, int end) { in hasNoStrikethroughSpanBetween() 283 public Aligned hasAlignmentSpanBetween(int start, int end) { in hasAlignmentSpanBetween() [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/testutils/src/main/java/com/google/android/exoplayer2/testutil/truth/ |
H A D | SpannedSubject.java | 100 public WithSpanFlags hasItalicSpanBetween(int start, int end) { in hasItalicSpanBetween() 111 public WithSpanFlags hasBoldSpanBetween(int start, int end) { in hasBoldSpanBetween() 115 private WithSpanFlags hasStyleSpan(int start, int end, int style) { in hasStyleSpan() 155 public WithSpanFlags hasBoldItalicSpanBetween(int start, int end) { in hasBoldItalicSpanBetween() 195 public void hasNoStyleSpanBetween(int start, int end) { in hasNoStyleSpanBetween() 206 public WithSpanFlags hasUnderlineSpanBetween(int start, int end) { in hasUnderlineSpanBetween() 231 public void hasNoUnderlineSpanBetween(int start, int end) { in hasNoUnderlineSpanBetween() 242 public WithSpanFlags hasStrikethroughSpanBetween(int start, int end) { in hasStrikethroughSpanBetween() 269 public void hasNoStrikethroughSpanBetween(int start, int end) { in hasNoStrikethroughSpanBetween() 283 public Aligned hasAlignmentSpanBetween(int start, int end) { in hasAlignmentSpanBetween() [all …]
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/ |
H A D | decoder.py | 198 def DecodePackedField(buffer, pos, end, message, field_dict): argument 217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 234 def DecodeField(buffer, pos, end, message, field_dict): argument 378 def DecodePackedField(buffer, pos, end, message, field_dict): argument 431 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 472 def DecodeField(buffer, pos, end, message, field_dict): argument 566 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 583 def DecodeField(buffer, pos, end, message, field_dict): argument 607 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 624 def DecodeField(buffer, pos, end, message, field_dict): argument [all …]
|
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/ |
H A D | decoder.py | 198 def DecodePackedField(buffer, pos, end, message, field_dict): argument 217 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 234 def DecodeField(buffer, pos, end, message, field_dict): argument 378 def DecodePackedField(buffer, pos, end, message, field_dict): argument 431 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 472 def DecodeField(buffer, pos, end, message, field_dict): argument 566 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 583 def DecodeField(buffer, pos, end, message, field_dict): argument 607 def DecodeRepeatedField(buffer, pos, end, message, field_dict): argument 624 def DecodeField(buffer, pos, end, message, field_dict): argument [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/phone/ |
H A D | LetterboxAppearanceCalculatorTest.kt | 72 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_overlapStartSide_returnsOriginalWithScrim() constant 88 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_overlapEndSide_returnsOriginalWithScrim() constant 127 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_noOverlap_BackgroundMultiColor_returnsAppearanceWithScrim() constant 143 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_noOverlap_returnsAppearanceWithoutScrim() constant 156 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_letterboxContainsStartSide_returnsAppearanceWithoutScrim() constant 169 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_letterboxContainsEndSide_returnsAppearanceWithoutScrim() constant 182 val end = Rect(200, 0, 300, 100) in getLetterboxAppearance_letterboxContainsEntireStatusBar_returnsAppearanceWithoutScrim() constant 195 val end = Rect(0, 0, 0, 0) in getLetterboxAppearance_returnsAdaptedAppearanceRegions_basedOnLetterboxInnerBounds() constant 211 val end = Rect(0, 0, 0, 0) in getLetterboxAppearance_returnsDefaultAppearanceRegions_basedOnLetterboxOuterBounds() constant
|
/aosp_15_r20/external/perfetto/src/trace_processor/importers/json/ |
H A D | json_trace_tokenizer_unittest.cc | 30 const char* end = start + strlen(start); in TEST() local 44 const char* end = start + strlen(start); local 59 const char* end = start + strlen(start); in TEST() local 79 const char* end = start + strlen(start); in TEST() local 91 const char* end = start + strlen(start); in TEST() local 103 const char* end = start + strlen(start); in TEST() local 115 const char* end = start + strlen(start); in TEST() local 127 const char* end = start + strlen(start); in TEST() local 138 const char* end = start + strlen(start); in TEST() local 149 const char* end = start + strlen(start); in TEST() local [all …]
|
/aosp_15_r20/system/extras/simpleperf/ |
H A D | record.cpp | 35 #define CHECK_SIZE(p, end, size) \ argument 42 #define CHECK_SIZE_U64(p, end, u64_count) \ argument 103 bool SampleId::ReadFromBinaryFormat(const perf_event_attr& attr, const char* p, const char* end) { in ReadFromBinaryFormat() 210 bool Record::ParseHeader(char*& p, char*& end) { in ParseHeader() 248 bool MmapRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 297 bool Mmap2Record::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 350 bool CommRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 412 bool ExitOrForkRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 447 bool LostRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() 461 bool SampleRecord::Parse(const perf_event_attr& attr, char* p, char* end) { in Parse() [all …]
|
/aosp_15_r20/bionic/libc/bionic/ |
H A D | strtol.cpp | 134 intmax_t strtoimax(const char* s, char** end, int base) { in strtoimax() 138 intmax_t wcstoimax(const wchar_t* s, wchar_t** end, int base) { in wcstoimax() 142 long strtol(const char* s, char** end, int base) { in strtol() 147 long wcstol(const wchar_t* s, wchar_t** end, int base) { in wcstol() 152 long long strtoll(const char* s, char** end, int base) { in strtoll() 157 long long wcstoll(const wchar_t* s, wchar_t** end, int base) { in wcstoll() 162 unsigned long strtoul(const char* s, char** end, int base) { in strtoul() 167 unsigned long wcstoul(const wchar_t* s, wchar_t** end, int base) { in wcstoul() 172 unsigned long long strtoull(const char* s, char** end, int base) { in strtoull() 177 unsigned long long wcstoull(const wchar_t* s, wchar_t** end, int base) { in wcstoull() [all …]
|
/aosp_15_r20/external/executorch/extension/parallel/test/ |
H A D | thread_parallel_test.cpp | 27 void RunTask(int64_t begin, int64_t end) { in RunTask() 35 void RunExclusiveTask(int64_t begin, int64_t end) { in RunExclusiveTask() 51 EXPECT_TRUE(parallel_for(0, 10, 1, [this](int64_t begin, int64_t end) { in TEST_F() 61 EXPECT_TRUE(parallel_for(0, 10, 1, [this](int64_t begin, int64_t end) { in TEST_F() 75 EXPECT_FALSE(parallel_for(10, 0, 1, [this](int64_t begin, int64_t end) { in TEST_F() 87 EXPECT_FALSE(parallel_for(6, 5, 1, [this](int64_t begin, int64_t end) { in TEST_F() 98 EXPECT_TRUE(parallel_for(0, 5, 1, [this](int64_t begin, int64_t end) { in TEST_F() 111 EXPECT_TRUE(parallel_for(5, 10, 1, [this](int64_t begin, int64_t end) { in TEST_F() 124 EXPECT_TRUE(parallel_for(2, 8, 1, [this](int64_t begin, int64_t end) { in TEST_F() 140 EXPECT_TRUE(parallel_for(0, 10, 2, [this](int64_t begin, int64_t end) { in TEST_F() [all …]
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/format/format.formatter/format.formatter.spec/ |
H A D | formatter.floating_point.pass.cpp | 94 auto end = buffer.begin() + size; in test_hex_lower_case_precision() local 117 auto end = buffer.begin() + size; in test_hex_lower_case_precision() local 143 auto end = buffer.begin() + size; in test_hex_upper_case_precision() local 167 auto end = buffer.begin() + size; in test_hex_upper_case_precision() local 194 auto end = buffer.begin() + size; in test_scientific_lower_case_precision() local 217 auto end = buffer.begin() + size; in test_scientific_lower_case_precision() local 243 auto end = buffer.begin() + size; in test_scientific_upper_case_precision() local 267 auto end = buffer.begin() + size; in test_scientific_upper_case_precision() local 294 auto end = buffer.begin() + size; in test_fixed_lower_case_precision() local 317 auto end = buffer.begin() + size; in test_fixed_lower_case_precision() local [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | SpannableStringInternal.java | 33 int start, int end, boolean ignoreNoCopySpan) { in SpannableStringInternal() 46 (SpannableStringInternal) source, start, end, ignoreNoCopySpan); in SpannableStringInternal() local 48 copySpansFromSpanned((Spanned) source, start, end, ignoreNoCopySpan); in SpannableStringInternal() local 59 /* package */ SpannableStringInternal(CharSequence source, int start, int end) { in SpannableStringInternal() 71 private void copySpansFromSpanned(Spanned src, int start, int end, boolean ignoreNoCopySpan) { in copySpansFromSpanned() 100 private void copySpansFromInternal(SpannableStringInternal src, int start, int end, in copySpansFromInternal() 158 private final boolean isOutOfCopyRange(int start, int end, int spanStart, int spanEnd) { in isOutOfCopyRange() 180 public final void getChars(int start, int end, char[] dest, int off) { in getChars() 185 /* package */ void setSpan(Object what, int start, int end, int flags) { in setSpan() 195 private void setSpan(Object what, int start, int end, int flags, boolean enforceParagraph) { in setSpan() [all …]
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ssl_tls13_client.c | 48 unsigned char *end, in ssl_tls13_write_supported_versions_ext() 100 const unsigned char *end) in ssl_tls13_parse_supported_versions_ext() 131 const unsigned char *end = buf + len; in ssl_tls13_parse_alpn_ext() local 266 unsigned char *end, in ssl_tls13_write_key_share_ext() 378 const unsigned char *end) in ssl_tls13_parse_hrr_key_share_ext() 467 const unsigned char *end) in ssl_tls13_parse_key_share_ext() 531 const unsigned char *end) in ssl_tls13_parse_cookie_ext() 564 unsigned char *end, in ssl_tls13_write_cookie_ext() 612 unsigned char *end, in ssl_tls13_write_psk_key_exchange_modes_ext() 795 unsigned char *end, in ssl_tls13_write_identity() [all …]
|
H A D | asn1parse.c | 29 const unsigned char *end, in mbedtls_asn1_get_len() 62 const unsigned char *end, in mbedtls_asn1_get_tag() 81 const unsigned char *end, in mbedtls_asn1_get_bool() 102 const unsigned char *end, in asn1_get_tagged_int() 149 const unsigned char *end, in mbedtls_asn1_get_int() 156 const unsigned char *end, in mbedtls_asn1_get_enum() 164 const unsigned char *end, in mbedtls_asn1_get_mpi() 182 int mbedtls_asn1_get_bitstring(unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring() 222 const unsigned char *end, in mbedtls_asn1_traverse_sequence_of() 271 int mbedtls_asn1_get_bitstring_null(unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null() [all …]
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ssl_tls13_client.c | 48 unsigned char *end, in ssl_tls13_write_supported_versions_ext() 100 const unsigned char *end) in ssl_tls13_parse_supported_versions_ext() 131 const unsigned char *end = buf + len; in ssl_tls13_parse_alpn_ext() local 266 unsigned char *end, in ssl_tls13_write_key_share_ext() 378 const unsigned char *end) in ssl_tls13_parse_hrr_key_share_ext() 467 const unsigned char *end) in ssl_tls13_parse_key_share_ext() 531 const unsigned char *end) in ssl_tls13_parse_cookie_ext() 564 unsigned char *end, in ssl_tls13_write_cookie_ext() 612 unsigned char *end, in ssl_tls13_write_psk_key_exchange_modes_ext() 797 unsigned char *end, in ssl_tls13_write_identity() [all …]
|
H A D | asn1parse.c | 28 const unsigned char *end, in mbedtls_asn1_get_len() 61 const unsigned char *end, in mbedtls_asn1_get_tag() 80 const unsigned char *end, in mbedtls_asn1_get_bool() 101 const unsigned char *end, in asn1_get_tagged_int() 148 const unsigned char *end, in mbedtls_asn1_get_int() 155 const unsigned char *end, in mbedtls_asn1_get_enum() 163 const unsigned char *end, in mbedtls_asn1_get_mpi() 181 int mbedtls_asn1_get_bitstring(unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring() 221 const unsigned char *end, in mbedtls_asn1_traverse_sequence_of() 270 int mbedtls_asn1_get_bitstring_null(unsigned char **p, const unsigned char *end, in mbedtls_asn1_get_bitstring_null() [all …]
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/util/ |
H A D | ByteArrayAnnotatedOutput.java | 150 int end = writeAt + 1; in writeByte() local 166 int end = writeAt + 2; in writeShort() local 183 int end = writeAt + 4; in writeInt() local 202 int end = writeAt + 8; in writeLong() local 247 int end = ((value & Integer.MIN_VALUE) == 0) ? 0 : -1; in writeSignedLeb128() local 266 int end = writeAt + blen; in write() local 282 int end = writeAt + length; in write() local 314 int end = cursor + count; in writeZeroes() local 339 int end = (cursor + mask) & ~mask; in alignTo() local 493 int end; in writeAnnotationsTo() local [all …]
|
/aosp_15_r20/external/mesa3d/src/intel/genxml/ |
H A D | genX_cl_helpers.h | 37 util_bitpack_uint(uint64_t v, uint32_t start, UNUSED uint32_t end) in util_bitpack_uint() 43 util_bitpack_uint_nonzero(uint64_t v, uint32_t start, uint32_t end) in util_bitpack_uint_nonzero() 49 util_bitpack_sint(int64_t v, uint32_t start, uint32_t end) in util_bitpack_sint() 59 util_bitpack_sint_nonzero(int64_t v, uint32_t start, uint32_t end) in util_bitpack_sint_nonzero() 79 util_bitpack_sfixed(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed() 91 util_bitpack_sfixed_clamp(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed_clamp() 107 util_bitpack_sfixed_nonzero(float v, uint32_t start, uint32_t end, in util_bitpack_sfixed_nonzero() 114 util_bitpack_ufixed(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in util_bitpack_ufixed() 124 util_bitpack_ufixed_clamp(float v, uint32_t start, uint32_t end, uint32_t fract_bits) in util_bitpack_ufixed_clamp() 138 util_bitpack_ufixed_nonzero(float v, uint32_t start, uint32_t end, in util_bitpack_ufixed_nonzero() [all …]
|