/third_party/curl/lib/vquic/ |
H A D | vquic.c | 231 const uint8_t *p, *end = pkt + pktlen; in send_packet_no_gso() local 236 for(p = pkt; p < end; p += gsolen) { in send_packet_no_gso() 237 size_t len = CURLMIN(gsolen, (size_t)(end - p)); in send_packet_no_gso()
|
/third_party/gn/src/base/files/ |
H A D | file_util_posix.cc | 632 ib != base_components.end(); ++ib, ++ip) { in VerifyPathControlledByUser() 636 DCHECK(ip != path_components.end()); in VerifyPathControlledByUser() 644 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()
|
/third_party/ffmpeg/libavutil/ |
H A D | tx.c | 606 goto end; in ff_tx_init_subtx() 630 goto end; in ff_tx_init_subtx() 644 end: in ff_tx_init_subtx()
|
/third_party/backends/backend/ |
H A D | epsonds-cmd.c | 34 char *end = (buf + len) - 1; in esci2_parse_block() local 45 while (*start != '#' && start < end) in esci2_parse_block() 65 /* find the end of the token */ in esci2_parse_block() 70 while (*next != '#' && *next != 0x00 && next < end) in esci2_parse_block() 323 /* trim white space at the end */ in decode_string() 663 DBG(1, " ADF: paper end detection\n"); in capa_cb() 937 DBG(10, "%s: page end\n", __func__); in img_cb() 955 DBG(10, "%s: page end\n", __func__); in img_cb() 975 DBG(10, "%s: page end\n", __func__); in img_cb()
|
/third_party/gn/src/gn/ |
H A D | ninja_target_writer.cc | 85 ninja_outputs_->insert(ninja_outputs_->end(), outputs.begin(), in WriteOutputs() 86 outputs.end()); in WriteOutputs() 122 // from the end of the invoking scope (otherwise the current file). It does in RunAndWriteFile() 534 input_deps_targets.begin(), input_deps_targets.end(), in WriteInputDepsStampAndGetDep() 571 << "Output should end in \".stamp\" for stamp file output. Instead got: " in WriteStampForTarget()
|
/third_party/NuttX/drivers/usbdev/gadget/ |
H A D | usbd_video.c | 710 /* determine whether reached the frame end */ in uvc_nocp_continue() 828 char *py, *end; in usb_format_yuv_semiplanar_420() local 844 end = (char *)pyy; in usb_format_yuv_semiplanar_420() 848 for(; py < end; py += 8) in usb_format_yuv_semiplanar_420()
|
/third_party/icu/tools/colprobe/ |
H A D | line.cpp | 483 UChar32 end; in append() local 484 U16_GET(n, 0, length-1, length, end); in append() 485 lastCC = u_getCombiningClass(end); in append()
|
/third_party/libsnd/src/ALAC/ |
H A D | alac_decoder.c | 179 // bail if we ran off the end of the buffer in alac_decode() 180 RequireAction (bits->cur < bits->end, status = kALAC_ParamError ; goto Exit ;) ; in alac_decode() 550 // frame end, all done so byte align the frame and check for overruns in alac_decode() 552 //Assert (bits->cur == bits->end) ; in alac_decode() 599 RequireAction (bits->cur <= bits->end, return kALAC_ParamError ;) ; in alac_fill_element() 632 RequireAction (bits->cur <= bits->end, return kALAC_ParamError ;) ; in alac_data_stream_element()
|
/third_party/libunwind/libunwind/src/ia64/ |
H A D | unwind_i.h | 420 /* At the end of each prologue these locations get resolved to 553 test is (bsp >= rbs->end - rbs->size) && (bsp < rbs->end). We in rbs_contains() 555 result = bsp - rbs->end > ~rbs->size; in rbs_contains() 557 (long) bsp, (long) (rbs->end - rbs->size), (long) rbs->end, result); in rbs_contains()
|
/third_party/libcoap/examples/ |
H A D | oscore-interop-server.c | 712 coap_tick_t begin, end; in main() local 733 coap_ticks(&end); in main() 735 result = (int)(end - begin); in main()
|
/third_party/lzma/CPP/7zip/Bundles/LzmaCon/ |
H A D | LzmaAlone.cpp | 70 " -eos : write end of stream marker\n"
281 const wchar_t *end;
282 UInt32 v = ConvertStringToUInt32(s, &end);
283 if (*end != 0)
|
/third_party/mesa3d/src/compiler/spirv/ |
H A D | vtn_private.h | 275 const uint32_t *end; member 303 const uint32_t *end); 311 const uint32_t *end, vtn_instruction_handler handler);
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | ast.h | 110 void set_location_range(const struct YYLTYPE &begin, const struct YYLTYPE &end) in set_location_range() argument 115 this->location.last_line = end.last_line; in set_location_range() 117 this->location.last_column = end.last_column; in set_location_range() 1206 * test at the top (for and while), and others have it at the end (do-while).
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | lws-spa.c | 94 char *end; member 307 /* he went past the end of it */ in lws_urldecode_s_process() 522 if ((*buf) + len >= spa->end) { in lws_urldecode_spa_cb() 573 spa->end = spa->storage + i->max_storage - 1; in lws_spa_create_via_info()
|
/third_party/mesa3d/src/gallium/frontends/clover/llvm/ |
H A D | invocation.cpp | 224 // Parse the compiler options. A file name should be present at the end in create_compiler_instance() 443 return std::find(names.begin(), names.end(), in optimize() 444 gv.getName()) != names.end(); in optimize() 538 std::string binary(osContent.begin(), osContent.end()); in compile_to_spirv()
|
/third_party/node/test/parallel/ |
H A D | test-stream-readable-async-iterators.js | 24 stream.emit('end'); 517 console.log('all next promises must be resolved on end'); 639 // Don't destroy before 'end'. 646 }).on('end', () => { 656 // AsyncIterator return should end even when destroy 719 // before end has been emitted. 836 .end(); 860 response.end(JSON.stringify(body)); 868 .end(str)
|
/third_party/node/src/ |
H A D | inspector_socket_server.cc | 288 return it == connected_sessions_.end() ? nullptr : it->second.second.get(); in Session() 468 const auto& found = std::find(target_ids.begin(), target_ids.end(), id); in TargetExists() 469 return found != target_ids.end(); in TargetExists()
|
H A D | node_binding.cc | 180 if (it != dlhandles.end()) { in wrapped_dlopen() 306 if (it == map_.end()) return nullptr; in get_and_increase_refcount() 316 if (it == map_.end()) return; in erase()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsdump_logfile.c | 732 s8 *end = pos + buf_size; in main() local 733 while (pos < end && *pos == -1) in main() 735 if (pos != end) in main()
|
/third_party/musl/porting/uniproton/kernel/src/locale/ |
H A D | iconv.c | 674 goto end; in iconv() 678 goto end; in iconv() 682 end: in iconv()
|
/third_party/musl/porting/liteos_m/kernel/src/locale/ |
H A D | iconv.c | 674 goto end; in iconv() 678 goto end; in iconv() 682 end: in iconv()
|
/third_party/musl/src/locale/ |
H A D | iconv.c | 673 goto end; in iconv() 677 goto end; in iconv() 681 end: in iconv()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | segment.c | 386 fprintf(stderr, "%s: offset 0x%lx beyond end of file %s\n", in map_file_segment() 689 fprintf(stderr, "%s: offset %ld is past end of segment %s\n", in segment_touch() 702 * note: we silently truncate to max length [end of segment] in segment_touch() 838 fprintf(stderr, "%s: offset %ld is past end of segment %s\n", in segment_mbind() 851 * note: we silently truncate to max length [end of segment] in segment_mbind() 880 char *apage, *end; in segment_location() local 901 fprintf(stderr, "%s: offset %ld is past end of segment %s\n", in segment_location() 914 * note: we silently truncate to max length [end of segment] in segment_location() 919 end = apage + length; in segment_location() 942 for (; apage < end; apag in segment_location() [all...] |
/third_party/node/deps/v8/include/ |
H A D | v8-util.h | 54 static Iterator End(Impl* impl) { return impl->end(); } in End() 69 if (it == impl->end()) return kPersistentContainerNotFound; in Get() 74 if (it == impl->end()) return kPersistentContainerNotFound; in Remove()
|
/third_party/node/deps/v8/include/v8-include/ |
H A D | v8-util.h | 54 static Iterator End(Impl* impl) { return impl->end(); } in End() 69 if (it == impl->end()) return kPersistentContainerNotFound; in Get() 74 if (it == impl->end()) return kPersistentContainerNotFound; in Remove()
|