Home
last modified time | relevance | path

Searched refs:end (Results 51 - 75 of 14122) sorted by relevance

12345678910>>...565

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveInterval.cpp93 if (I == segments().end()) { in createDeadDef()
128 if (I->end <= StartIdx) in extendInBlock()
130 if (I->end < Use) in extendInBlock()
144 if (I->end <= StartIdx) in extendInBlock()
146 if (I->end < Use) { in extendInBlock()
147 if (LR->isUndefIn(Undefs, I->end, BeforeUse)) in extendInBlock()
155 /// by I to end at the specified endpoint. To do this, we should
159 assert(I != segments().end() && "Not a valid segment!"); in extendSegmentEndTo()
165 for (; MergeTo != segments().end() && NewEnd >= MergeTo->end; in extendSegmentEndTo()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dconfig.c41 char *pos, *end, *sstart; in wpa_config_get_line() local
70 end = os_strchr(sstart, '#'); in wpa_config_get_line()
71 while (end) { in wpa_config_get_line()
73 if (!sstart || sstart > end) in wpa_config_get_line()
79 if (sstart > end) in wpa_config_get_line()
80 end = os_strchr(sstart, '#'); in wpa_config_get_line()
83 if (end) in wpa_config_get_line()
84 *end-- = '\0'; in wpa_config_get_line()
86 end = pos + os_strlen(pos) - 1; in wpa_config_get_line()
89 while (end > po in wpa_config_get_line()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_cred.c64 * the chain - add the new certificate to the end. in tlsv1_add_cert_der()
110 const u8 *pos, *end; in tlsv1_add_cert() local
126 end = search_tag(pem_cert_end, pos, buf + len - pos); in tlsv1_add_cert()
127 if (end == NULL) { in tlsv1_add_cert()
129 "certificate end tag (%s)", pem_cert_end); in tlsv1_add_cert()
133 der = base64_decode((const char *) pos, end - pos, &der_len); in tlsv1_add_cert()
149 end += os_strlen(pem_cert_end); in tlsv1_add_cert()
150 pos = search_tag(pem_cert_begin, end, buf + len - end); in tlsv1_add_cert()
268 const u8 *pos, *end; in tlsv1_set_key_pem() local
309 const u8 *pos, *end; tlsv1_set_key_enc_pem() local
449 const u8 *pos, *end; pkcs12_certbag() local
515 pkcs12_parse_attr_friendly_name(const u8 *pos, const u8 *end) pkcs12_parse_attr_friendly_name() argument
540 pkcs12_parse_attr_local_key_id(const u8 *pos, const u8 *end) pkcs12_parse_attr_local_key_id() argument
567 const u8 *end = pos + len; pkcs12_parse_attr() local
612 const u8 *pos = buf, *end = buf + len; pkcs12_safebag() local
683 const u8 *pos, *end; pkcs12_safecontents() local
718 pkcs12_parse_content_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) pkcs12_parse_content_data() argument
737 pkcs12_parse_content_enc_data(struct tlsv1_credentials *cred, const u8 *pos, const u8 *end, const char *passwd) pkcs12_parse_content_enc_data() argument
848 const u8 *end = buf + len; pkcs12_parse_content() local
888 const u8 *pos, *end; pkcs12_parse() local
1075 const u8 *pos, *end; tlsv1_set_dhparams_der() local
1139 const u8 *pos, *end; tlsv1_set_dhparams_blob() local
[all...]
/base/update/updateservice/services/firmware/utils/src/
H A Dfirmware_combine_version_utils.cpp44 std::string::size_type end = baseVersion.find("("); in HandleBaseVersion() local
46 if (end == std::string::npos) { in HandleBaseVersion()
49 base = baseVersion.substr(start, end - start); in HandleBaseVersion()
57 std::string::size_type end = baseVersion.find_last_of(")"); in HandleBaseVersionLog() local
58 if ((start == std::string::npos) || (end == std::string::npos)) { in HandleBaseVersionLog()
64 while (mid < end) { in HandleBaseVersionLog()
74 if ((mid == end) && (!isNumbers)) { in HandleBaseVersionLog()
80 log = baseVersion.substr(mid, end - mid); in HandleBaseVersionLog()
89 std::string::size_type end = custVersion.find_last_of(")"); in HandleCustVersion() local
91 if ((start == std::string::npos) || (mid == std::string::npos) || (end in HandleCustVersion()
107 std::string::size_type end = preloadVersion.find_last_of(")"); HandlePreloadVersion() local
[all...]
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp16 static inline SkUnichar nextUtf8Unit(const char** ptr, const char* end) { in nextUtf8Unit() argument
17 SkUnichar val = SkUTF::NextUTF8(ptr, end); in nextUtf8Unit()
30 SkDebugf("Run [%zu:%zu)\n", fCurrentRun->fTextRange.start, fCurrentRun->fTextRange.end); in commitRunBuffer()
70 resolved.fText.start, resolved.fText.end); in printState()
77 SkDebugf("[%zu:%zu) ", resolved.fGlyphs.start, resolved.fGlyphs.end); in printState()
79 resolved.fText.start, resolved.fText.end, in printState()
86 SkDebugf("[%zu:%zu)\n", unresolved.fText.start, unresolved.fText.end); in printState()
95 std::swap(resolvedTextLimits.start, resolvedTextLimits.end); in fillGaps()
101 auto end = fUnresolvedBlocks.end(); in fillGaps() local
372 size_t end = std::min(block.fRange.end, textRange.end); generateBlockRange() local
576 auto end = std::min(bidiRegion.end, placeholder.fTextBefore.end); global() local
[all...]
/third_party/openssl/test/
H A Ddtlstest.c88 goto end; in test_dtls_unprocessed()
94 goto end; in test_dtls_unprocessed()
99 goto end; in test_dtls_unprocessed()
104 goto end; in test_dtls_unprocessed()
129 goto end; in test_dtls_unprocessed()
133 goto end; in test_dtls_unprocessed()
137 end: in test_dtls_unprocessed()
213 goto end; in test_dtls_drop_records()
217 goto end; in test_dtls_drop_records()
230 goto end; in test_dtls_drop_records()
[all...]
H A Dlhash_test.c99 goto end; in test_int_lhash()
105 goto end; in test_int_lhash()
110 goto end; in test_int_lhash()
116 goto end; in test_int_lhash()
121 goto end; in test_int_lhash()
125 goto end; in test_int_lhash()
130 goto end; in test_int_lhash()
132 goto end; in test_int_lhash()
134 goto end; in test_int_lhash()
142 goto end; in test_int_lhash()
[all...]
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim() local
45 while(s<end && U_IS_INV_WHITESPACE(*(end-1))) { in u_rtrim()
46 *--end = 0; in u_rtrim()
48 return end; in u_rtrim()
192 char *end; in u_parseCodePoints() local
212 value=(uint32_t)uprv_strtoul(s, &end, 16); in u_parseCodePoints()
213 if(end<=s || (!U_IS_INV_WHITESPACE(*end) && *end! in u_parseCodePoints()
241 char *end; u_parseString() local
302 char *end; u_parseCodePointRangeAnyTerminator() local
[all...]
H A Dpkg_icu.cpp81 char *end; in readList() local
93 end=strchr(line, '#'); in readList()
94 if(end!=nullptr) { in readList()
95 *end=0; in readList()
98 end=strchr(line, 0); in readList()
99 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) { in readList()
100 *--end=0; in readList()
114 // find whitespace after the item or the end o in readList()
[all...]
/third_party/icu/icu4c/source/tools/toolutil/
H A Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim() local
45 while(s<end && U_IS_INV_WHITESPACE(*(end-1))) { in u_rtrim()
46 *--end = 0; in u_rtrim()
48 return end; in u_rtrim()
192 char *end; in u_parseCodePoints() local
212 value=(uint32_t)uprv_strtoul(s, &end, 16); in u_parseCodePoints()
213 if(end<=s || (!U_IS_INV_WHITESPACE(*end) && *end! in u_parseCodePoints()
241 char *end; u_parseString() local
302 char *end; u_parseCodePointRangeAnyTerminator() local
[all...]
H A Dpkg_icu.cpp81 char *end; in readList() local
93 end=strchr(line, '#'); in readList()
94 if(end!=NULL) { in readList()
95 *end=0; in readList()
98 end=strchr(line, 0); in readList()
99 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) { in readList()
100 *--end=0; in readList()
114 // find whitespace after the item or the end o in readList()
[all...]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Duparse.cpp44 char *end=uprv_strchr(s, 0); in u_rtrim() local
45 while(s<end && U_IS_INV_WHITESPACE(*(end-1))) { in u_rtrim()
46 *--end = 0; in u_rtrim()
48 return end; in u_rtrim()
192 char *end; in u_parseCodePoints() local
212 value=(uint32_t)uprv_strtoul(s, &end, 16); in u_parseCodePoints()
213 if(end<=s || (!U_IS_INV_WHITESPACE(*end) && *end! in u_parseCodePoints()
241 char *end; u_parseString() local
302 char *end; u_parseCodePointRangeAnyTerminator() local
[all...]
H A Dpkg_icu.cpp81 char *end; in readList() local
93 end=strchr(line, '#'); in readList()
94 if(end!=NULL) { in readList()
95 *end=0; in readList()
98 end=strchr(line, 0); in readList()
99 while(line<end && (*(end-1)=='\r' || *(end-1)=='\n')) { in readList()
100 *--end=0; in readList()
114 // find whitespace after the item or the end o in readList()
[all...]
/third_party/elfutils/libdw/
H A Dcfi.c105 const uint8_t *program, const uint8_t *const end, bool abi_cfi, in execute_cfi()
128 while (program < end) in execute_cfi()
148 cfi_assert (program + 2 <= end); in execute_cfi()
152 cfi_assert (program + 4 <= end); in execute_cfi()
156 cfi_assert (program + 8 <= end); in execute_cfi()
168 These cases end with 'continue'. We only get out of the in execute_cfi()
172 get_uleb128 (operand, program, end); in execute_cfi()
173 cfi_assert (program < end); in execute_cfi()
174 get_uleb128 (offset, program, end); in execute_cfi()
185 get_uleb128 (regno, program, end); in execute_cfi()
102 execute_cfi(Dwarf_CFI *cache, const struct dwarf_cie *cie, Dwarf_Frame **state, const uint8_t *program, const uint8_t *const end, bool abi_cfi, Dwarf_Addr loc, Dwarf_Addr find_pc) execute_cfi() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdmerge.c37 /* return the first character position after the end of the data */
40 char *end; in endOfData() local
43 end=strchr(l, '#'); in endOfData()
44 if(end!=NULL) { in endOfData()
46 while(l!=end && ((c=*(end-1))==' ' || c=='\t')) { in endOfData()
47 --end; in endOfData()
50 end=strchr(l, 0); in endOfData()
52 return end; in endOfData()
64 /* find the end o in sameData()
76 char *end; main() local
[all...]
/third_party/rust/crates/codespan/codespan/src/
H A Dspan.rs12 end: ByteIndex,
17 pub fn new(start: impl Into<ByteIndex>, end: impl Into<ByteIndex>) -> Span { in new()
19 let end = end.into(); in new()
21 assert!(end >= start); in new()
23 Span { start, end } in new()
30 end: ByteIndex(0),
48 /// and the end of the later span.
66 let end = max(self.end, othe in merge()
109 pub fn end(self) -> ByteIndex { end() functions
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A Du_range.h46 unsigned end; /* exclusive */ member
57 range->end = 0; in util_range_set_empty()
63 unsigned start, unsigned end) in util_range_add()
65 if (start < range->start || end > range->end) { in util_range_add()
69 range->end = MAX2(end, range->end); in util_range_add()
73 range->end = MAX2(end, rang in util_range_add()
62 util_range_add(struct pipe_resource *resource, struct util_range *range, unsigned start, unsigned end) util_range_add() argument
80 util_ranges_intersect(const struct util_range *range, unsigned start, unsigned end) util_ranges_intersect() argument
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-number.cc33 _parse_number (const char **pp, const char *end, T *pv, in _parse_number() argument
37 unsigned len = hb_min (ARRAY_LENGTH (buf) - 1, (unsigned) (end - *pp)); in _parse_number()
48 (whole_buffer && pend - p != end - *pp))) in _parse_number()
56 hb_parse_int (const char **pp, const char *end, int *pv, bool whole_buffer) in hb_parse_int() argument
58 return _parse_number<int> (pp, end, pv, whole_buffer, in hb_parse_int()
59 [] (const char *p, char **end) in hb_parse_int()
60 { return strtol (p, end, 10); }); in hb_parse_int()
64 hb_parse_uint (const char **pp, const char *end, unsigned *pv,
67 return _parse_number<unsigned> (pp, end, pv, whole_buffer,
68 [base] (const char *p, char **end)
[all...]
H A Dhb-buffer-serialize.cc104 unsigned int end, in _hb_buffer_serialize_glyphs_json()
117 for (unsigned int i = start; i < end; i++) in _hb_buffer_serialize_glyphs_json()
180 if (i == end-1) in _hb_buffer_serialize_glyphs_json()
201 return end - start; in _hb_buffer_serialize_glyphs_json()
207 unsigned int end, in _hb_buffer_serialize_unicode_json()
216 for (unsigned int i = start; i < end; i++) in _hb_buffer_serialize_unicode_json()
238 if (i == end-1) in _hb_buffer_serialize_unicode_json()
254 return end - start; in _hb_buffer_serialize_unicode_json()
260 unsigned int end, in _hb_buffer_serialize_glyphs_text()
273 for (unsigned int i = start; i < end; in _hb_buffer_serialize_glyphs_text()
102 _hb_buffer_serialize_glyphs_json(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_glyphs_json() argument
205 _hb_buffer_serialize_unicode_json(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_unicode_json() argument
258 _hb_buffer_serialize_glyphs_text(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_glyphs_text() argument
352 _hb_buffer_serialize_unicode_text(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_unicode_text() argument
459 hb_buffer_serialize_glyphs(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_glyphs() argument
561 hb_buffer_serialize_unicode(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize_unicode() argument
603 _hb_buffer_serialize_invalid(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) _hb_buffer_serialize_invalid() argument
659 hb_buffer_serialize(hb_buffer_t *buffer, unsigned int start, unsigned int end, char *buf, unsigned int buf_size, unsigned int *buf_consumed, hb_font_t *font, hb_buffer_serialize_format_t format, hb_buffer_serialize_flags_t flags) hb_buffer_serialize() argument
688 parse_int(const char *pp, const char *end, int32_t *pv) parse_int() argument
700 parse_uint(const char *pp, const char *end, uint32_t *pv) parse_uint() argument
712 parse_hex(const char *pp, const char *end, uint32_t *pv) parse_hex() argument
751 const char *end; hb_buffer_deserialize_glyphs() local
822 const char *end; hb_buffer_deserialize_unicode() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DStringCharacterIterator.java37 private int end; field in StringCharacterIterator
38 // invariant: begin <= pos <= end
70 * @param end Index of the character following the last character
75 public StringCharacterIterator(String text, int begin, int end, int pos) { in StringCharacterIterator() argument
81 if (begin < 0 || begin > end || end > text.length()) { in StringCharacterIterator()
85 if (pos < begin || pos > end) { in StringCharacterIterator()
90 this.end = end; in StringCharacterIterator()
110 this.end in setText()
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DStringCharacterIterator.java39 private int end; field in StringCharacterIterator
40 // invariant: begin <= pos <= end
72 * @param end Index of the character following the last character
77 public StringCharacterIterator(String text, int begin, int end, int pos) { in StringCharacterIterator() argument
83 if (begin < 0 || begin > end || end > text.length()) { in StringCharacterIterator()
87 if (pos < begin || pos > end) { in StringCharacterIterator()
92 this.end = end; in StringCharacterIterator()
112 this.end in setText()
[all...]
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmltok.h46 -5 /* ] or ]] at the end of the scan; might be \
53 -3 /* A CR at the end of the scan; \
185 const char *end, POSITION *);
187 const char *end, const char **badPtr);
202 /* Scan the string starting at ptr until the end of the next complete
216 set to point to the character following the end of that token.
223 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
224 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
226 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
227 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/third_party/python/Modules/expat/
H A Dxmltok.h46 -5 /* ] or ]] at the end of the scan; might be \
53 -3 /* A CR at the end of the scan; \
185 const char *end, POSITION *);
187 const char *end, const char **badPtr);
202 /* Scan the string starting at ptr until the end of the next complete
216 set to point to the character following the end of that token.
223 #define XmlTok(enc, state, ptr, end, nextTokPtr) \
224 (((enc)->scanners[state])(enc, ptr, end, nextTokPtr))
226 #define XmlPrologTok(enc, ptr, end, nextTokPtr) \
227 XmlTok(enc, XML_PROLOG_STATE, ptr, end, nextTokPt
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dfipsinstall.c87 goto end; in do_mac()
92 end: in do_mac()
108 goto end; in load_fips_prov_and_run_self_test()
111 end: in load_fips_prov_and_run_self_test()
167 goto end; in write_config_fips_section()
174 goto end; in write_config_fips_section()
177 end: in write_config_fips_section()
200 goto end; in generate_config_and_load()
204 goto end; in generate_config_and_load()
207 goto end; in generate_config_and_load()
[all...]
/third_party/openssl/apps/
H A Dfipsinstall.c87 goto end; in do_mac()
92 end: in do_mac()
108 goto end; in load_fips_prov_and_run_self_test()
111 end: in load_fips_prov_and_run_self_test()
167 goto end; in write_config_fips_section()
174 goto end; in write_config_fips_section()
177 end: in write_config_fips_section()
200 goto end; in generate_config_and_load()
204 goto end; in generate_config_and_load()
207 goto end; in generate_config_and_load()
[all...]

Completed in 13 milliseconds

12345678910>>...565