/third_party/ffmpeg/libavformat/ |
H A D | url.c | 82 static const char *find_delim(const char *delim, const char *cur, const char *end) in find_delim() argument 84 while (cur < end && !strchr(delim, *cur)) in find_delim() 89 int ff_url_decompose(URLComponents *uc, const char *url, const char *end) in ff_url_decompose() argument 94 if (!end) in ff_url_decompose() 95 end = url + strlen(url); in ff_url_decompose() 100 p = find_delim(":/?#", cur, end); /* lavf "schemes" can contain options but not some RFC 3986 delimiters */ in ff_url_decompose() 106 if (end - cur >= 2 && cur[0] == '/' && cur[1] == '/') { in ff_url_decompose() 108 aend = find_delim("/?#", cur, end); in ff_url_decompose() 138 cur = find_delim("?#", cur, end); in ff_url_decompose() 143 cur = find_delim("#", cur, end); in ff_url_decompose() [all...] |
/third_party/gn/src/gn/ |
H A D | pointer_set_unittest.cc | 31 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() 40 TestPointerSet set1(kFullList.begin(), kFullList.end()); in TEST() 52 TestPointerSet set1(kFullList.begin(), kFullList.end()); in TEST() 92 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() 116 set.insert(kFullList.begin(), kFullList.end()); in TEST() 122 set.insert(kFullList.begin(), kFullList.end()); in TEST() 127 TestPointerSet set1(kFullList.begin(), kFullList.end()); in TEST() 163 set1.insert(kFullList.begin(), kFullList.end()); in TEST() 172 TestPointerSet set(kFullList.begin(), kFullList.end()); in TEST() 178 EXPECT_NE(std::find(vector.begin(), vector.end(), kFoo in TEST() [all...] |
/third_party/libunwind/libunwind/src/ia64/ |
H A D | Grbs.c | 94 rbs->size = (rbs->end - lo); in rbs_switch() 101 (long) (rbs->end - rbs->size), (long) rbs->end); in rbs_switch() 113 rbs->end = saved_bspstore; in rbs_switch() 120 (long long) rbs->end, ia64_strloc (rbs->rnat_loc)); in rbs_switch() 142 n = rse_num_regs (c->rbs_area[curr].end, bsp); in rbs_find_stacked() 144 bsp = rse_skip_regs (c->rbs_area[curr].end - c->rbs_area[curr].size, n); in rbs_find_stacked() 149 nregs = rse_num_regs (bsp, c->rbs_area[curr].end); in rbs_find_stacked() 173 bsp = c->rbs_area[curr].end - c->rbs_area[curr].size; in rbs_find_stacked() 214 n = rse_num_regs (bsp, rbs->end); in rbs_cover_and_flush() [all...] |
/third_party/mesa3d/src/intel/tools/ |
H A D | i965_asm.c | 239 goto end; in main() 248 goto end; in main() 258 goto end; in main() 270 goto end; in main() 275 goto end; in main() 281 goto end; in main() 286 goto end; in main() 294 goto end; in main() 301 goto end; in main() 309 goto end; in main() [all...] |
/third_party/node/deps/v8/src/torque/ |
H A D | utils.cc | 101 for (auto iter = path.begin(), end = path.end(); iter != end; ++iter) { in FileUriDecode() 111 if (std::distance(iter, end) <= 2) return base::nullopt; in FileUriDecode() 173 return std::any_of(s.begin(), s.end(), [](char c) { return isupper(c); }); in ContainsUpperCase() 184 std::end(keyword_like_constants), in IsKeywordLikeName() 185 s) != std::end(keyword_like_constants); in IsKeywordLikeName() 213 return std::find(std::begin(machine_types), std::end(machine_types), s) != in IsMachineType() 214 std::end(machine_types); in IsMachineType() 308 std::replace(result.begin(), result.end(), ' in DashifyString() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DirectedGraph.h | 98 const_iterator end() const { return Edges.end(); } in end() function in llvm::DGNode 100 iterator end() { return Edges.end(); } in end() function in llvm::DGNode 127 return (findEdgeTo(N) != Edges.end()); in hasEdgeTo() 189 const_iterator end() const { return Nodes.end(); } in end() function in DirectedGraph 191 iterator end() { return Nodes.end(); } in end() function in DirectedGraph 211 if (findNode(N) != Nodes.end()) in addNode() [all...] |
H A D | SparseSet.h | 175 const_iterator end() const { return Dense.end(); } in end() function in llvm::SparseSet 177 iterator end() { return Dense.end(); } in end() function in llvm::SparseSet 202 /// @returns An iterator to the element identified by key, or end(). 216 return end(); in findIndex() 222 /// @returns An iterator to the element identified by key, or end(). 236 return find(Key) == end() ? 0 : 1; 252 if (I != end()) 256 return std::make_pair(end() [all...] |
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_rsa_legacy.c | 52 goto end; in SSL_use_RSAPrivateKey_file() 57 goto end; in SSL_use_RSAPrivateKey_file() 69 goto end; in SSL_use_RSAPrivateKey_file() 73 goto end; in SSL_use_RSAPrivateKey_file() 77 end: in SSL_use_RSAPrivateKey_file() 134 goto end; in SSL_CTX_use_RSAPrivateKey_file() 139 goto end; in SSL_CTX_use_RSAPrivateKey_file() 151 goto end; in SSL_CTX_use_RSAPrivateKey_file() 155 goto end; in SSL_CTX_use_RSAPrivateKey_file() 159 end in SSL_CTX_use_RSAPrivateKey_file() [all...] |
/third_party/node/deps/openssl/openssl/apps/ |
H A D | pkcs7.c | 72 goto end; in pkcs7_main() 76 goto end; in pkcs7_main() 108 goto end; in pkcs7_main() 120 goto end; in pkcs7_main() 126 goto end; in pkcs7_main() 136 goto end; in pkcs7_main() 141 goto end; in pkcs7_main() 198 goto end; in pkcs7_main() 210 goto end; in pkcs7_main() 214 end in pkcs7_main() [all...] |
/third_party/openssl/apps/ |
H A D | pkcs7.c | 72 goto end; in pkcs7_main() 76 goto end; in pkcs7_main() 108 goto end; in pkcs7_main() 120 goto end; in pkcs7_main() 126 goto end; in pkcs7_main() 136 goto end; in pkcs7_main() 141 goto end; in pkcs7_main() 198 goto end; in pkcs7_main() 210 goto end; in pkcs7_main() 214 end in pkcs7_main() [all...] |
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | assembly_builder.h | 52 // The return and function end instructions. 133 types_consts_globals_.insert(types_consts_globals_.end(), in AppendTypesConstantsGlobals() 134 vec_asm_code.begin(), vec_asm_code.end()); in AppendTypesConstantsGlobals() 144 main_func_.insert(main_func_.end(), vec_asm_code.begin(), in AppendInMain() 145 vec_asm_code.end()); in AppendInMain() 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 154 vec_annotations.end()); in AppendAnnotations() 160 preamble_.insert(preamble_.end(), preamble.begin(), preamble.end()); in PrependPreamble() 235 name.erase(remove_if(name.begin(), name.end(), in GetResultIDName() [all...] |
/third_party/openssl/ssl/ |
H A D | ssl_rsa_legacy.c | 52 goto end; in SSL_use_RSAPrivateKey_file() 57 goto end; in SSL_use_RSAPrivateKey_file() 69 goto end; in SSL_use_RSAPrivateKey_file() 73 goto end; in SSL_use_RSAPrivateKey_file() 77 end: in SSL_use_RSAPrivateKey_file() 134 goto end; in SSL_CTX_use_RSAPrivateKey_file() 139 goto end; in SSL_CTX_use_RSAPrivateKey_file() 151 goto end; in SSL_CTX_use_RSAPrivateKey_file() 155 goto end; in SSL_CTX_use_RSAPrivateKey_file() 159 end in SSL_CTX_use_RSAPrivateKey_file() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | assembly_builder.h | 52 // The return and function end instructions. 133 types_consts_globals_.insert(types_consts_globals_.end(), in AppendTypesConstantsGlobals() 134 vec_asm_code.begin(), vec_asm_code.end()); in AppendTypesConstantsGlobals() 144 main_func_.insert(main_func_.end(), vec_asm_code.begin(), in AppendInMain() 145 vec_asm_code.end()); in AppendInMain() 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 154 vec_annotations.end()); in AppendAnnotations() 160 preamble_.insert(preamble_.end(), preamble.begin(), preamble.end()); in PrependPreamble() 235 name.erase(remove_if(name.begin(), name.end(), in GetResultIDName() [all...] |
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/ |
H A D | memorypool.c | 71 size_t end; member 123 pool->end = max; in MHD_pool_create() 158 * @param from_end allocate from end of pool (set to #MHD_YES); 174 if ((pool->pos + asize > pool->end) || (pool->pos + asize < pool->pos)) in MHD_pool_allocate() 178 ret = &pool->memory[pool->end - asize]; in MHD_pool_allocate() 179 pool->end -= asize; in MHD_pool_allocate() 219 if ((pool->end < old_size) || (pool->end < asize)) in MHD_pool_reallocate() 225 if (pool->pos + asize - old_size <= pool->end) in MHD_pool_reallocate() 239 (pool->pos + asize <= pool->end)) in MHD_pool_reallocate() [all...] |
/third_party/skia/tests/ |
H A D | SubsetPath.cpp | 17 int SubsetPath::range(int* end) const { in range() 24 *end = count * (partIndex + 1) / parts; in range() 29 int start, end; in subset() local 31 start = range(&end); in subset() 32 for (; start < end; ++start) { in subset() 39 start = range(&end); in subset() 40 // SkDebugf("%d s=%d e=%d t=%d\n", fSubset, start, end, fTries); in subset() 41 if (end - start > 1) { in subset() 43 } else if (end - start == 1) { in subset() 48 } while (start == end); in subset() [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | substitute.cc | 84 target = std::copy(src.begin(), src.end(), target); in SubstituteAndAppendArray() 118 char* const end = &scratch_[numbers_internal::kFastToBufferSize]; in Arg() local 119 char* writer = end; in Arg() 127 if (end - writer < hex.width) { in Arg() 128 beg = end - hex.width; in Arg() 134 piece_ = absl::string_view(beg, end - beg); in Arg() 140 char* const end = &scratch_[numbers_internal::kFastToBufferSize]; in Arg() local 141 char* const minfill = end - dec.width; in Arg() 142 char* writer = end; in Arg() 166 piece_ = absl::string_view(writer, end in Arg() [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | assembly_builder.h | 52 // The return and function end instructions. 133 types_consts_globals_.insert(types_consts_globals_.end(), in AppendTypesConstantsGlobals() 134 vec_asm_code.begin(), vec_asm_code.end()); in AppendTypesConstantsGlobals() 144 main_func_.insert(main_func_.end(), vec_asm_code.begin(), in AppendInMain() 145 vec_asm_code.end()); in AppendInMain() 153 annotations_.insert(annotations_.end(), vec_annotations.begin(), in AppendAnnotations() 154 vec_annotations.end()); in AppendAnnotations() 160 preamble_.insert(preamble_.end(), preamble.begin(), preamble.end()); in PrependPreamble() 235 name.erase(remove_if(name.begin(), name.end(), in GetResultIDName() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_estdif.c | 67 int end, int x, int k, int depth); 75 int end, int x, int k, int depth); 156 int end, int x, int k) \ 158 return (prev[av_clip(x + k, 0, end)] + \ 159 next[av_clip(x - k, 0, end)] + 1) >> 1; \ 172 int end, int x, int k, int depth) \ 174 return (prev[av_clip(x + k, 0, end)] + \ 175 next[av_clip(x - k, 0, end)] + 1) >> 1; \ 188 int end, int x, int k, int depth) \ 191 9 * (prev[av_clip(x + k, 0, end)] 362 const int end = (height * (jobnr+1)) / nb_jobs; deinterlace_slice() local [all...] |
/third_party/mesa3d/src/panfrost/lib/genxml/ |
H A D | gen_pack.py | 56 __gen_uint(uint64_t v, uint32_t start, uint32_t end) 59 const int width = end - start + 1; 70 __gen_sint(int32_t v, uint32_t start, uint32_t end) 73 const int width = end - start + 1; 81 return (((uint32_t) v) << start) & ((2ll << end) - 1); 85 __gen_padded(uint32_t v, uint32_t start, uint32_t end) 94 assert((end - start + 1) == 8); 97 return __gen_uint(shift | (odd << 5), start, end); 102 __gen_unpack_uint(const uint8_t *restrict cl, uint32_t start, uint32_t end) 105 const int width = end [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap_fast_pac.c | 182 const char *end; member 199 if (rc->pos >= rc->end) in eap_fast_read_line() 202 while (l_end < rc->end && *l_end != '\n') in eap_fast_read_line() 274 rc->end = (char *) blob->data + blob->len; in eap_fast_init_pac_data() 317 struct eap_fast_pac *end = *pac_root; in eap_fast_parse_end() local 318 while (end->next) in eap_fast_parse_end() 319 end = end->next; in eap_fast_parse_end() 320 end->next = *pac; in eap_fast_parse_end() 483 char *end; in eap_fast_write() local 706 u8 *pos, *end; eap_fast_pac_get_a_id() local 752 u8 *buf, *end, *pos; eap_fast_load_pac_bin() local [all...] |
H A D | eap_teap_pac.c | 182 const char *end; member 200 if (rc->pos >= rc->end) in eap_teap_read_line() 203 while (l_end < rc->end && *l_end != '\n') in eap_teap_read_line() 276 rc->end = (char *) blob->data + blob->len; in eap_teap_init_pac_data() 319 struct eap_teap_pac *end = *pac_root; in eap_teap_parse_end() local 321 while (end->next) in eap_teap_parse_end() 322 end = end->next; in eap_teap_parse_end() 323 end->next = *pac; in eap_teap_parse_end() 484 char *end; in eap_teap_write() local 710 u8 *pos, *end; eap_teap_pac_get_a_id() local 756 u8 *buf, *end, *pos; eap_teap_load_pac_bin() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap_fast_pac.c | 182 const char *end; member 199 if (rc->pos >= rc->end) in eap_fast_read_line() 202 while (l_end < rc->end && *l_end != '\n') in eap_fast_read_line() 274 rc->end = (char *) blob->data + blob->len; in eap_fast_init_pac_data() 317 struct eap_fast_pac *end = *pac_root; in eap_fast_parse_end() local 318 while (end->next) in eap_fast_parse_end() 319 end = end->next; in eap_fast_parse_end() 320 end->next = *pac; in eap_fast_parse_end() 483 char *end; in eap_fast_write() local 706 u8 *pos, *end; eap_fast_pac_get_a_id() local 752 u8 *buf, *end, *pos; eap_fast_load_pac_bin() local [all...] |
H A D | eap_teap_pac.c | 182 const char *end; member 200 if (rc->pos >= rc->end) in eap_teap_read_line() 203 while (l_end < rc->end && *l_end != '\n') in eap_teap_read_line() 276 rc->end = (char *) blob->data + blob->len; in eap_teap_init_pac_data() 319 struct eap_teap_pac *end = *pac_root; in eap_teap_parse_end() local 321 while (end->next) in eap_teap_parse_end() 322 end = end->next; in eap_teap_parse_end() 323 end->next = *pac; in eap_teap_parse_end() 484 char *end; in eap_teap_write() local 710 u8 *pos, *end; eap_teap_pac_get_a_id() local 756 u8 *buf, *end, *pos; eap_teap_load_pac_bin() local [all...] |
/third_party/libabigail/src/ |
H A D | abg-comparison.cc | 114 i != enumerators_map.end(); in sort_enumerators() 118 std::sort(sorted.begin(), sorted.end(), comp); in sort_enumerators() 132 i != enumerators_map.end(); in sort_changed_enumerators() 137 std::sort(sorted.begin(), sorted.end(), comp); in sort_changed_enumerators() 151 i != data_members.end(); in sort_data_members() 156 std::sort(sorted.begin(), sorted.end(), comp); in sort_data_members() 166 std::sort(to_sort.begin(), to_sort.end(), comp); in sort_changed_data_members() 181 i != map.end(); in sort_string_function_ptr_map() 186 std::sort(sorted.begin(), sorted.end(), comp); in sort_string_function_ptr_map() 202 i != map.end(); in sort_string_member_function_sptr_map() [all...] |
/third_party/musl/src/network/ |
H A D | dn_expand.c | 3 int __dn_expand(const unsigned char *base, const unsigned char *end, const unsigned char *src, char *dest, int space) in __dn_expand() argument 8 if (p==end || space <= 0) return -1; in __dn_expand() 11 for (i=0; i < end-base; i+=2) { in __dn_expand() 12 /* loop invariants: p<end, dest<dend */ in __dn_expand() 14 if (p+1==end) return -1; in __dn_expand() 17 if (j >= end-base) return -1; in __dn_expand() 22 if (j >= end-p || j >= dend-dest) return -1; in __dn_expand()
|