/third_party/optimized-routines/string/aarch64/ |
H A D | memrchr.S | 27 #define end x8 define 50 add end, srcin, cntin 51 sub endm1, end, 1 59 neg shift, end, lsl 2 73 sub tmp, end, src 87 cbnz synd, L(end) 93 b.ls L(end) 97 L(end):
|
/third_party/skia/third_party/externals/sfntly/cpp/src/test/ |
H A D | cmap_iterator_test.cc | 104 BitSet::iterator end = bit_set->end(), in CompareCMapIterAndBitSet() local 107 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet() 109 character_iterator->HasNext() && current != end; in CompareCMapIterAndBitSet() 112 EXPECT_TRUE(c <= next_bit || current == end); in CompareCMapIterAndBitSet() 113 if (!(c <= next_bit || current == end)) in CompareCMapIterAndBitSet() 117 current = std::find(beginning, end, true); in CompareCMapIterAndBitSet() 122 EXPECT_EQ(end, current); in CompareCMapIterAndBitSet()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | DeltaAlgorithm.cpp | 35 ie = S.end(); it != ie; ++it, ++idx) in Split() 61 ie = Sets.end(); it != ie; ++it) in Delta() 74 ie = Sets.end(); it != ie; ++it) { in Search() 89 Changes.begin(), Changes.end(), it->begin(), it->end(), in Search() 93 ComplementSets.insert(ComplementSets.end(), Sets.begin(), it); in Search() 94 ComplementSets.insert(ComplementSets.end(), it + 1, Sets.end()); in Search()
|
/third_party/unity/extras/memory/src/ |
H A D | unity_memory.c | 56 static const char end[] = "END"; variable 73 total_size = sizeof(Guard) + unity_size_round_up(size + sizeof(end)); in unity_malloc() 102 memcpy(&mem[size], end, sizeof(end)); in unity_malloc() 113 return guard->guard_space != 0 || strcmp(&memAsChar[guard->size], end) != 0; in isOverrun() 126 block_size = unity_size_round_up(guard->size + sizeof(end)); in release_memory() 187 size_t old_total_size = unity_size_round_up(guard->size + sizeof(end)); in unity_realloc() 190 ((heap_index - old_total_size + unity_size_round_up(size + sizeof(end))) <= UNITY_INTERNAL_HEAP_SIZE_BYTES)) in unity_realloc()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/ |
H A D | pkcs8.c | 22 const u8 *pos, *end; in pkcs8_key_import() local 36 end = pos + hdr.length; in pkcs8_key_import() 39 if (asn1_get_next(pos, end - pos, &hdr) < 0 || !asn1_is_integer(&hdr)) { in pkcs8_key_import() 97 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_key_import() 114 const u8 *pos, *end, *enc_alg; in pkcs8_enc_key_import() local 137 end = pos + hdr.length; in pkcs8_enc_key_import() 140 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import() 151 if (asn1_get_next(pos, end - pos, &hdr) < 0 || in pkcs8_enc_key_import()
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | gen_pack_header.py | 112 self.end = self.start + int(attrs["size"]) - 1 115 if self.type == 'bool' and self.start != self.end: 157 elif self.type == 'uint' and self.end - self.start > 32: 182 return self != field and max(self.start, field.start) <= min(self.end, field.end) 215 last_byte = field.end // 8 229 self.length = max(field.end // 8 for field in self.fields) + 1 265 if field.type in ["float", "uint", "int"] and field.start % 8 == 0 and field.end - field.start == 31 and not field.minus_one: 288 end = field.end [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/sb/ |
H A D | sb_ra_coalesce.cpp | 96 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in unify_chunks() 102 chunk_vec::iterator F = std::find(all_chunks.begin(), all_chunks.end(), c2); in unify_chunks() 103 assert(F != all_chunks.end()); in unify_chunks() 123 for (vvec::iterator I = c1->values.begin(), E = c1->values.end(); I != E; in chunks_interference() 127 for (vvec::iterator I = c2->values.begin(), E = c2->values.end(); I != E; in chunks_interference() 140 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in build_chunks() 169 for (edge_queue::iterator I = edges.begin(), E = edges.end(); in dump_edges() 183 for (chunk_vec::iterator I = all_chunks.begin(), E = all_chunks.end(); in dump_chunks() 195 E = constraints.end(); I != E; ++I) { in dump_constraint_queue() 233 for (vvec::iterator I = c->values.begin(), E = c->values.end(); in get_chunk_interferences() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | common.c | 296 char *pos = buf, *end = buf + buf_size; in wpa_snprintf_hex_sep() local 303 ret = os_snprintf(pos, end - pos, "%02x%c", in wpa_snprintf_hex_sep() 305 if (os_snprintf_error(end - pos, ret)) { in wpa_snprintf_hex_sep() 306 end[-1] = '\0'; in wpa_snprintf_hex_sep() 320 char *pos = buf, *end = buf + buf_size; in _wpa_snprintf_hex() local 325 ret = os_snprintf(pos, end - pos, uppercase ? "%02X" : "%02x", in _wpa_snprintf_hex() 327 if (os_snprintf_error(end - pos, ret)) { in _wpa_snprintf_hex() 328 end[-1] = '\0'; in _wpa_snprintf_hex() 333 end[-1] = '\0'; in _wpa_snprintf_hex() 478 char *end in printf_encode() local 841 char *buf, *pos, *end; freq_range_list_str() local 1026 const char *end, *token = str; cstr_token() local 1176 char *tmp, *res, *end; ssid_parse() local 1241 const char *pos, *end; get_param() local [all...] |
/third_party/ltp/lib/ |
H A D | get_path.c | 57 const char *end; in tst_get_path() local 64 end = strchr(start, ':'); in tst_get_path() 66 if (end != NULL) in tst_get_path() 67 snprintf(buf, MIN(buf_len, (size_t) (end - start + 1)), in tst_get_path() 84 * If there is no '/' ad the end of path from $PATH add it. in tst_get_path() 98 start = end + 1; in tst_get_path() 100 } while (end != NULL); in tst_get_path()
|
/third_party/node/test/parallel/ |
H A D | test-http-response-splitting.js | 53 res.end('ok'); 56 const end = 'HTTP/1.1\r\n\r\n'; 58 client.write(`GET ${str} ${end}`); 59 client.write(`GET / ${end}`); 60 client.write(`GET / ${end}`); 61 client.end();
|
H A D | test-http-generic-streams.js | 13 res.end(testData); 26 res.on('end', common.mustCall()); 28 req.end(); 37 res.end(testData); 52 res.on('end', common.mustCall(cb)); 55 req.end(); 72 req.once('end', function() { 76 res.end(); 82 clientSide.on('end', common.mustCall()); 83 serverSide.on('end', commo [all...] |
/third_party/ninja/src/ |
H A D | depfile_parser.in.cc | 33 // How do you end a line with a backslash? The netbsd Make docs suggest 41 // the end of a filename. 49 // end: end of input. in Parse() 52 char* end = in + content->size(); in Parse() local 57 while (in < end) { in Parse() 71 re2c:define:YYLIMIT = end; in Parse() 93 // 2N backslashes plus space -> 2N backslashes, end of filename. in Parse() 124 // nor EOF follows. In that case it'd be the : at the end of a target in Parse() 178 std::vector<StringPiece>::iterator pos = std::find(ins_.begin(), ins_.end(), piec in Parse() [all...] |
/third_party/node/benchmark/es/ |
H A D | string-concatenations.js | 30 bench.end(n); 36 bench.end(n); 42 bench.end(n); 48 bench.end(n); 54 bench.end(n); 60 bench.end(n);
|
/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tring.c | 17 unsigned short end; member 26 return r->start == r->end; in mce_ring_empty() 33 if (r->start == r->end) in mce_ring_get() 45 next = (r->end + 1) % MCE_RING_SIZE; in mce_ring_add() 48 r->ring[r->end] = pfn; in mce_ring_add() 50 r->end = next; in mce_ring_add()
|
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tring.c | 17 unsigned short end; member 26 return r->start == r->end; in mce_ring_empty() 33 if (r->start == r->end) in mce_ring_get() 45 next = (r->end + 1) % MCE_RING_SIZE; in mce_ring_add() 48 r->ring[r->end] = pfn; in mce_ring_add() 50 r->end = next; in mce_ring_add()
|
/third_party/node/deps/openssl/openssl/crypto/bf/ |
H A D | bf_skey.c | 26 const unsigned char *d, *end; in BF_set_key() local 35 end = &(data[len]); in BF_set_key() 38 if (d >= end) in BF_set_key() 43 if (d >= end) in BF_set_key() 48 if (d >= end) in BF_set_key() 53 if (d >= end) in BF_set_key()
|
/third_party/openssl/crypto/bf/ |
H A D | bf_skey.c | 26 const unsigned char *d, *end; in BF_set_key() local 35 end = &(data[len]); in BF_set_key() 38 if (d >= end) in BF_set_key() 43 if (d >= end) in BF_set_key() 48 if (d >= end) in BF_set_key() 53 if (d >= end) in BF_set_key()
|
/third_party/skia/third_party/externals/brotli/js/ |
H A D | polyfill.js | 18 Array.prototype.copyWithin = function(target, start, end) { 23 var count = Math.min(Math.min(end | 0, len) - from, len - to); 42 value: function(value, start, end) { 43 end = end | 0; 46 while (k < end) {
|
/third_party/skia/third_party/externals/piex/src/binary_parse/ |
H A D | cached_paged_byte_array.cc | 20 // at the begining of the vector, the most recent at the end. 35 const unsigned char** end, in getPage() 42 *end = cached_pages_[cache_index].end; in getPage() 45 // Remove the page to insert it at the end of the cache later. in getPage() 50 paged_byte_array_->getPage(page_index, begin, end, page); in getPage() 58 // Cache the most recently used page to the end of the vector. in getPage() 63 cache_page.end = *end; in getPage() 33 getPage(size_t page_index, const unsigned char** begin, const unsigned char** end, PagedByteArray::PagePtr* page) const getPage() argument
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/ |
H A D | ReservedRange.php | 31 * Generated from protobuf field <code>optional int32 end = 2;</code> 33 protected $end = null; variable 43 * @type int $end 91 * Generated from protobuf field <code>optional int32 end = 2;</code> 96 return isset($this->end) ? $this->end : 0; 101 return isset($this->end); 106 unset($this->end); 112 * Generated from protobuf field <code>optional int32 end = 2;</code> 119 $this->end variable [all...] |
/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/ |
H A D | EnumReservedRange.php | 33 * Generated from protobuf field <code>optional int32 end = 2;</code> 35 protected $end = null; variable 45 * @type int $end 93 * Generated from protobuf field <code>optional int32 end = 2;</code> 98 return isset($this->end) ? $this->end : 0; 103 return isset($this->end); 108 unset($this->end); 114 * Generated from protobuf field <code>optional int32 end = 2;</code> 121 $this->end variable [all...] |
/third_party/skia/docs/examples/ |
H A D | bug583299.cpp | 834 SkScalar end = SkDoubleToScalar(wedge.fArc1Angles[1] * 180.f / SK_ScalarPI); in REG_FIDDLE() local 835 if (end < start) { in REG_FIDDLE() 836 end += 360; in REG_FIDDLE() 838 path.arcTo(oval1, start, end - start, false); in REG_FIDDLE() 840 path.arcTo(oval2, end, start - end, false); in REG_FIDDLE()
|
H A D | bug767834.cpp | 1238 SkScalar end = SkDoubleToScalar(wedge.fArc1Angles[1] * 180.f / SK_ScalarPI); in REG_FIDDLE() local 1239 if (end < start) { in REG_FIDDLE() 1240 end += 360; in REG_FIDDLE() 1242 path.arcTo(oval1, start, end - start, false); in REG_FIDDLE() 1244 path.arcTo(oval2, end, start - end, false); in REG_FIDDLE()
|
/third_party/ffmpeg/doc/examples/ |
H A D | remuxing.c | 76 goto end; in main() 81 goto end; in main() 90 goto end; in main() 97 goto end; in main() 120 goto end; in main() 126 goto end; in main() 136 goto end; in main() 143 goto end; in main() 180 end: in main()
|
/third_party/ffmpeg/libavformat/ |
H A D | rtpenc_h264_hevc.c | 182 const uint8_t *r, *end = buf1 + size; in ff_rtp_send_h264_hevc() local 188 r = ff_avc_mp4_find_startcode(buf1, end, s->nal_length_size) ? buf1 : end; in ff_rtp_send_h264_hevc() 190 r = ff_avc_find_startcode(buf1, end); in ff_rtp_send_h264_hevc() 191 while (r < end) { in ff_rtp_send_h264_hevc() 195 r1 = ff_avc_mp4_find_startcode(r, end, s->nal_length_size); in ff_rtp_send_h264_hevc() 197 r1 = end; in ff_rtp_send_h264_hevc() 201 r1 = ff_avc_find_startcode(r, end); in ff_rtp_send_h264_hevc() 203 nal_send(s1, r, r1 - r, r1 == end); in ff_rtp_send_h264_hevc()
|