/third_party/ffmpeg/libavutil/ |
H A D | ripemd.c | 533 const uint8_t *end; in av_ripemd_update() local 538 end = data + (len & ~63); in av_ripemd_update() 540 for (; data < end; data += 64) in av_ripemd_update()
|
/third_party/ffmpeg/libavformat/ |
H A D | img2dec.c | 98 /* Did we hit a glob char or get to the end? */ in is_glob() 967 const uint8_t *end = p->buf + p->buf_size; in svg_probe() local 971 while (b < end) { in svg_probe() 976 if (b >= end - 4) in svg_probe()
|
/third_party/curl/lib/ |
H A D | tftp.c | 285 const char *end = memchr(string, '\0', maxlen); in tftp_strnlen() local 286 return end ? (size_t) (end - string) : maxlen; in tftp_strnlen() 769 /* TFTP considers data block size < 512 bytes as an end of session. So in tftp_tx()
|
/third_party/backends/testsuite/backend/genesys/ |
H A D | tests_image_pipeline.cpp | 274 std::iota(expected_data.begin(), expected_data.end(), 1); // will fill with 1, 2, 3, ..., 40 in test_node_desegment_1_line() 302 std::iota(expected_data.begin(), expected_data.end(), 1); // will fill with 1, 2, 3, ..., 20 in test_node_deinterleave_lines_i8() 330 std::iota(expected_data.begin(), expected_data.end(), 1); // will fill with 1, 2, 3, ..., 20 in test_node_deinterleave_lines_rgb888()
|
H A D | tests_image.cpp | 83 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; in test_set_pixel_to_row() 246 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; in test_set_raw_pixel_to_row() 415 auto reset = [&]() { std::fill(data.begin(), data.end(), 0); }; in test_set_raw_channel_to_row()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | transrt.cpp | 285 int32_t end = set.getRangeEnd(i); in abbreviateSet() local 287 if (end > newEnd) { in abbreviateSet() 293 copy.remove(newEnd + 1, end); in abbreviateSet() 1640 // end in TestInterIndic() 1646 // end indic tests ----------------------------------------------------------
|
/third_party/icu/icu4c/source/common/ |
H A D | messagepattern.cpp | 475 // find the end of the quoted literal text in parseMessage() 489 // The quoted text reaches to the end of the of the message. in parseMessage() 669 // Find the end of the quoted literal text. in parseSimpleStyle() 672 // Quoted literal argument style text reaches to the end of the message. in parseSimpleStyle() 992 char *end; in parseDouble() 993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble() 994 if(end!=(numberChars+length)) { in parseDouble()
|
/third_party/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
H A D | RoundTripTest.java | 96 int end = set.getRangeEnd(i); in abbreviateSet() 98 if (end > newEnd) { in abbreviateSet() 103 set.remove(newEnd + 1, end); in abbreviateSet() 901 //end in TestInterIndic()
|
/third_party/libunwind/libunwind/doc/ |
H A D | unw_create_addr_space.tex | 9 \end{Name} 98 call-back may return -\Const{UNW\_ESTOPUNWIND} to signal the end of 265 \end{document}
|
/third_party/libwebsockets/lib/core-net/ |
H A D | wsi.c | 681 const char *end; in lws_parse_uri() local 689 end = p; in lws_parse_uri() 691 *prot = end; in lws_parse_uri()
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_rgp.c | 551 char end[256]; member 556 uint32_t end; member 574 char end[256]; member
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_waitcnt.cpp | 269 if (it == ctx.gpr_map.end() || !it->second.wait_on_read) in check_instr() 282 if (it == ctx.gpr_map.end()) in check_instr() 452 while (it != ctx.gpr_map.end()) { in kill() 767 } /* end namespace */
|
/third_party/json/tests/src/ |
H A D | unit-iterators2.cpp | 340 CHECK(it != j_null.end()); 342 CHECK(it == j_null.end()); 366 CHECK(it != j_value.end());
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_perfcounter.c | 580 uint64_t va, bool end) in radv_pc_stop_and_sample() 600 uint64_t reg_va = va + (end ? 8 : 0); in radv_pc_stop_and_sample() 630 if (end) { in radv_pc_stop_and_sample() 579 radv_pc_stop_and_sample(struct radv_cmd_buffer *cmd_buffer, struct radv_pc_query_pool *pool, uint64_t va, bool end) radv_pc_stop_and_sample() argument
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 46 add r3,r2,r3 @ r3 to point at the end 47 stmdb sp!,{r3,r4,r5,r6,r7,r8,r9,r10,r11,lr} @ save r3/end too 130 ldr r3,[sp,#32] @ re-load r3/end
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/ |
H A D | ghash-armv4.S | 46 add r3,r2,r3 @ r3 to point at the end 47 stmdb sp!,{r3,r4,r5,r6,r7,r8,r9,r10,r11,lr} @ save r3/end too 130 ldr r3,[sp,#32] @ re-load r3/end
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 351 self.Print(gn_args, end='') 1142 self.Print(out, end='') 1144 self.Print(err, end='', file=sys.stderr)
|
/third_party/node/src/ |
H A D | js_native_api_v8_inspector.cc | 399 if (iterator == managed_objects_.end()) { in GetObjectIfExists() 622 // mostly session start, message received, and session end. 676 if (session != sessions_.end()) in MessageReceived() 1119 if (it == channels_.end()) in disconnectFrontend()
|
H A D | node_http_parser.cc | 126 // so. This is called at the end of each http_parser_execute() so as not 1144 auto end = list->active_connections_.end(); in Expired() local 1148 while (iter != end) { in Expired()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdecrypt.c | 750 const char *p, *end; in strnlen() local 753 for (p = s, end = s + maxlen; p < end && *p; p++) in strnlen() 1388 // extend the size, we may need to read past the end of the stream. in ntfs_cat_decrypt()
|
/third_party/nghttp2/src/ |
H A D | shrpx_http_downstream_connection.cc | 567 auto p = base64::encode(std::begin(nonce), std::end(nonce), iov.base); in push_request_headers() 689 auto end = http::create_via_header_value(viabuf.data(), req.http_major, in push_request_headers() local 691 buf->append(viabuf.data(), end - viabuf.data()); in push_request_headers()
|
/third_party/node/deps/icu-small/source/common/ |
H A D | messagepattern.cpp | 475 // find the end of the quoted literal text in parseMessage() 489 // The quoted text reaches to the end of the of the message. in parseMessage() 669 // Find the end of the quoted literal text. in parseSimpleStyle() 672 // Quoted literal argument style text reaches to the end of the message. in parseSimpleStyle() 992 char *end; in parseDouble() 993 double numericValue=uprv_strtod(numberChars, &end); in parseDouble() 994 if(end!=(numberChars+length)) { in parseDouble()
|
/third_party/node/deps/icu-small/source/tools/icuexportdata/ |
H A D | icuexportdata.cpp | 400 std::sort(scxValVec.begin(), scxValVec.end()); in dumpScriptExtensions() 714 // append all elements of `needle` to `storage` and return the index of it at the end. 1291 addRangeToUCPTrie(const void* context, UChar32 start, UChar32 end, uint32_t value) { 1294 umutablecptrie_setRange(ucptrie, start, end, value, status);
|
/third_party/node/deps/ngtcp2/ngtcp2/crypto/ |
H A D | shared.c | 1252 goto end; in ngtcp2_crypto_write_connection_close() 1257 goto end; in ngtcp2_crypto_write_connection_close() 1268 end: in ngtcp2_crypto_write_connection_close()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir.cpp | 173 for (Value::UseIterator it = value->uses.begin(); it != value->uses.end(); in mayReplace() 1199 for (ArrayList::Iterator it = allFuncs.iterator(); !it.end(); it.next()) in ~Program() 1202 for (ArrayList::Iterator it = allRValues.iterator(); !it.end(); it.next()) in ~Program()
|