Home
last modified time | relevance | path

Searched refs:sp_end (Results 1 – 25 of 67) sorted by relevance

123

/dports/print/texlive-base/texlive-20150521-source/texk/bibtex-x/
H A Dbibtex-4.c656 while (sp_ptr < sp_end)
692 while (sp_ptr > sp_end)
785 while (sp_ptr < sp_end)
824 while (sp_ptr < sp_end)
1440 while (sp_ptr < sp_end)
2111 while (sp_ptr < sp_end)
2165 while (sp_ptr < sp_end)
2215 while (sp_ptr < sp_end)
2387 sp_end = sp_xptr1; variable
2394 pool_ptr = sp_end;
[all …]
/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mrcpv2.c431 gint sp_end; in dissect_mrcpv2_common() local
458 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
461 sp_start = sp_end + 1; in dissect_mrcpv2_common()
465 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
468 sp_start = sp_end + 1; in dissect_mrcpv2_common()
472 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
475 sp_start = sp_end + 1; in dissect_mrcpv2_common()
479 if (sp_end == -1) in dissect_mrcpv2_common()
486 if ((sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
496 sp_end = linelen; in dissect_mrcpv2_common()
[all …]
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mrcpv2.c431 gint sp_end; in dissect_mrcpv2_common() local
458 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
461 sp_start = sp_end + 1; in dissect_mrcpv2_common()
465 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
468 sp_start = sp_end + 1; in dissect_mrcpv2_common()
472 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
475 sp_start = sp_end + 1; in dissect_mrcpv2_common()
479 if (sp_end == -1) in dissect_mrcpv2_common()
486 if ((sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
496 sp_end = linelen; in dissect_mrcpv2_common()
[all …]
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mrcpv2.c431 gint sp_end; in dissect_mrcpv2_common() local
458 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
461 sp_start = sp_end + 1; in dissect_mrcpv2_common()
465 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
468 sp_start = sp_end + 1; in dissect_mrcpv2_common()
472 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
475 sp_start = sp_end + 1; in dissect_mrcpv2_common()
479 if (sp_end == -1) in dissect_mrcpv2_common()
486 if ((sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
496 sp_end = linelen; in dissect_mrcpv2_common()
[all …]
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-mrcpv2.c431 gint sp_end; in dissect_mrcpv2_common() local
458 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
461 sp_start = sp_end + 1; in dissect_mrcpv2_common()
465 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
468 sp_start = sp_end + 1; in dissect_mrcpv2_common()
472 if ((sp_end == -1) || (sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
475 sp_start = sp_end + 1; in dissect_mrcpv2_common()
479 if (sp_end == -1) in dissect_mrcpv2_common()
486 if ((sp_end > tvb_len) || (sp_end > linelen)) in dissect_mrcpv2_common()
496 sp_end = linelen; in dissect_mrcpv2_common()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/xtensa/kernel/
H A Dstacktrace.c122 unsigned long sp_start, sp_end; in xtensa_backtrace_kernel() local
127 sp_end = sp_start + THREAD_SIZE; in xtensa_backtrace_kernel()
135 while (a1 > sp_start && a1 < sp_end && depth--) { in xtensa_backtrace_kernel()
173 unsigned long sp_end; in walk_stackframe() local
176 sp_end = ALIGN(a1, THREAD_SIZE); in walk_stackframe()
180 while (a1 < sp_end) { in walk_stackframe()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/xtensa/kernel/
H A Dstacktrace.c122 unsigned long sp_start, sp_end; in xtensa_backtrace_kernel() local
127 sp_end = sp_start + THREAD_SIZE; in xtensa_backtrace_kernel()
135 while (a1 > sp_start && a1 < sp_end && depth--) { in xtensa_backtrace_kernel()
173 unsigned long sp_end; in walk_stackframe() local
176 sp_end = ALIGN(a1, THREAD_SIZE); in walk_stackframe()
180 while (a1 < sp_end) { in walk_stackframe()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/xtensa/kernel/
H A Dstacktrace.c122 unsigned long sp_start, sp_end; in xtensa_backtrace_kernel() local
127 sp_end = sp_start + THREAD_SIZE; in xtensa_backtrace_kernel()
135 while (a1 > sp_start && a1 < sp_end && depth--) { in xtensa_backtrace_kernel()
173 unsigned long sp_end; in walk_stackframe() local
176 sp_end = ALIGN(a1, THREAD_SIZE); in walk_stackframe()
180 while (a1 < sp_end) { in walk_stackframe()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMAvgNurbsSurfacePoints.h56 void setSurfacePoint(size_t sp_start,size_t sp_end,SurfacePoint* sp) in setSurfacePoint() argument
58 fprintf(mFile,"\tsetAttr \".sp[%i:%i]\" ", sp_start,sp_end); in setSurfacePoint()
59 size_t size = (sp_end-sp_start)*1+1; in setSurfacePoint()
67 void startSurfacePoint(size_t sp_start,size_t sp_end)const in startSurfacePoint() argument
69 fprintf(mFile,"\tsetAttr \".sp[%i:%i]\"",sp_start,sp_end); in startSurfacePoint()
/dports/biology/fasta3/fasta-36.3.8/scripts/
H A Dann_pdb_cath.pl170 my ($res_beg, $pdb_beg, $pdb_end, $sp_beg, $sp_end) = $get_offsets_pdb->fetchrow_array();
176 if (defined($sp_end) && $sp_end > $seq_len) {$seq_len = $sp_end;}
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/util/xregexp/
H A Dregexp.cpp353 size_t sp_end = endptr - x_replace.c_str(); in Replace() local
356 if ( sp_end < x_replace.length() && in Replace()
357 x_replace[sp_end] == '}') { in Replace()
358 sp_end++; in Replace()
365 x_replace.replace(sp_start, sp_end - sp_start, subpattern.data(), subpattern.length()); in Replace()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/util/xregexp/
H A Dregexp.cpp353 size_t sp_end = endptr - x_replace.c_str(); in Replace() local
356 if ( sp_end < x_replace.length() && in Replace()
357 x_replace[sp_end] == '}') { in Replace()
358 sp_end++; in Replace()
365 x_replace.replace(sp_start, sp_end - sp_start, subpattern.data(), subpattern.length()); in Replace()
/dports/devel/tex-synctex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/devel/tex-web2c/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/japanese/tex-ptex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/print/tex-basic-engines/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/print/tex-aleph/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/print/tex-luatex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/print/tex-xetex/texlive-20150521-source/texk/web2c/ptexdir/
H A Dpbibtex.ch450 str_room(sp_end - sp_ptr);
451 while (sp_ptr < sp_end) do {shift the substring}
465 while (tpe < sp_end) do begin
475 if tpe<>sp_end then begin
477 then incr(sp_end)
478 else decr(sp_end);
481 str_room(sp_end - sp_ptr);
482 while (sp_ptr < sp_end) do {shift the substring}
608 sp_end := str_start[pop_lit1+1];
609 while sp_ptr<sp_end do begin
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/mkldnn/src/cpu/
H A Dref_fused_convolution.hpp139 size_t &sp_begin, size_t &sp_end, engine_t *engine) { in append_op()
153 arg_cache.append_inout_arg(DNNL_ARG_TO, sp_end, to_md, false); in append_op()
157 sp_begin = sp_end; in append_op()
158 sp_end += memory_desc_wrapper(to_md).size(); in append_op()
/dports/math/onednn/oneDNN-2.5.1/src/cpu/
H A Dref_fused_convolution.hpp139 size_t &sp_begin, size_t &sp_end, engine_t *engine) { in append_op()
153 arg_cache.append_inout_arg(DNNL_ARG_TO, sp_end, to_md, false); in append_op()
157 sp_begin = sp_end; in append_op()
158 sp_end += memory_desc_wrapper(to_md).size(); in append_op()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/tools/v8windbg/src/
H A Dlist-chunks.cc102 WRL::ComPtr<IModelObject> sp_start, sp_end; in PopulateChunkData() local
106 RawSearchNone, &sp_end)); in PopulateChunkData()
110 chunk_entry.area_end = sp_end; in PopulateChunkData()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/tools/v8windbg/src/
H A Dlist-chunks.cc102 WRL::ComPtr<IModelObject> sp_start, sp_end; in PopulateChunkData() local
106 RawSearchNone, &sp_end)); in PopulateChunkData()
110 chunk_entry.area_end = sp_end; in PopulateChunkData()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/libunwindstack/tools/
H A Dunwind_for_offline.cpp93 uint64_t sp_end = stacks[i].second; in SaveStack() local
94 std::vector<uint8_t> buffer(sp_end - sp_start); in SaveStack()
101 printf("Saving the stack 0x%" PRIx64 "-0x%" PRIx64 "\n", sp_start, sp_end); in SaveStack()
/dports/print/texlive-base/texlive-20150521-source/texk/gsftopk/
H A Dgsftopk.c1135 char *sp_end; /* end of data for this chunk */ member
1148 find_dbl_slash(const char *sp_bgn, const char *sp_end) in find_dbl_slash() argument
1153 p = memchr(sp_bgn, '/', sp_end - sp_bgn); in find_dbl_slash()
1154 if (p == NULL) return sp_end; in find_dbl_slash()
1162 const char *sp_slash, const char *sp_end, in main_search_proc() argument
1178 if (sp_slash == sp_end) { /* try for a file */ in main_search_proc()
1189 find_dbl_slash(sp_slash + 2, sp_end), sp_end, in main_search_proc()
1213 space1->sp_end = spacenext1; in main_search_proc()
1231 space1->sp_end = spacenext1; in main_search_proc()
1232 if (spacenext == space->sp_end) { in main_search_proc()
[all …]

123