Home
last modified time | relevance | path

Searched refs:box_no (Results 1 – 25 of 28) sorted by relevance

12

/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/testing/tests/carddav/
H A D2017-PUT-vcard.result21 box_no: ><
33 box_no: >6266 AA<
44 box_no: >PO 373<
55 box_no: ><
H A D2015-PUT-vcard.result21 box_no: ><
31 box_no: ><
H A D2019-PUT-vcard.result21 box_no: ><
31 box_no: ><
H A D2020-PUT-vcard.result21 box_no: ><
31 box_no: ><
H A D2018-PUT-vcard.result140 box_no: ><
152 box_no: ><
163 box_no: ><
H A D2008-PUT-vcard.result23 box_no: >NULL<
H A D2014-PUT-vcard.result21 box_no: >NULL<
H A D2013-PUT-vcard.result23 box_no: >NULL<
H A D2016-PUT-vcard.result21 box_no: ><
H A D2006-PUT-vcard.result28 box_no: ><
H A D2003-PUT-vcard.result23 box_no: ><
H A D2008-PUT-vcard.test32 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2013-PUT-vcard.test36 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2006-PUT-vcard.test43 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2015-PUT-vcard.test45 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2019-PUT-vcard.test43 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2020-PUT-vcard.test48 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2003-PUT-vcard.test58 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2018-PUT-vcard.test141 type, box_no, unit_no, street_address, locality, region, postcode, country, property
H A D2016-PUT-vcard.test152 type, box_no, unit_no, street_address, locality, region, postcode, country, property
/dports/graphics/opencv/opencv-4.5.3/modules/dnn/src/cuda/
H A Dregion.cu79 const index_type box_no = idx / box_size; in region_sigmoid_class_score() local
80 const index_type start_of_box = box_no * box_size; in region_sigmoid_class_score()
106 for (auto box_no : grid_stride_range(output.size() / box_size)) { in region_softmax_class_score() local
107 const index_type start_of_box = box_no * box_size; in region_softmax_class_score()
H A Dcrop_and_resize.cu66 const index_type box_no = iter / iters_per_box; in crop_and_resize() local
75 const index_type box_offset = box_no * 7; in crop_and_resize()
102 … index_type out_idx = box_no * out_box_size + c_start * out_image_size + y * out_width + x; in crop_and_resize()
/dports/www/davical/davical-9da21ad116a2913bf788bd4b0b8c58c0de83d9da/dba/patches/
H A D1.2.9.sql17 box_no TEXT, field
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dconfigure.c2394 int box_no = Scr.Look.configured_icon_areas_num; in SetBox() local
2397 (box_no + 1) * sizeof (ASGeometry)); in SetBox()
2398 Scr.Look.configured_icon_areas[box_no].x = x1; in SetBox()
2399 Scr.Look.configured_icon_areas[box_no].y = y1; in SetBox()
2400 Scr.Look.configured_icon_areas[box_no].width = x2 - x1; in SetBox()
2401 Scr.Look.configured_icon_areas[box_no].height = y2 - y1; in SetBox()
2402 Scr.Look.configured_icon_areas[box_no].flags = in SetBox()
2405 Scr.Look.configured_icon_areas[box_no].flags |= XNegative; in SetBox()
2407 Scr.Look.configured_icon_areas[box_no].flags |= YNegative; in SetBox()
/dports/biology/subread/subread-2.0.2-source/src/
H A Dcore-indel.c3808 int box_no = first_base_pos / PILEUP_BOX_LEN_CERTAIN; in finalise_pileup_file_by_voting() local
3809 …for(xk1 = box_no * MAX_PILEUP_BOX_COVERAGE_CERTAIN ; xk1 < (box_no+1) * MAX_PILEUP_BOX_COVERAGE_CE… in finalise_pileup_file_by_voting()
3822 int box_no = first_base_pos / PILEUP_BOX_LEN; in finalise_pileup_file_by_voting() local
3823 for(xk1 = box_no * MAX_PILEUP_BOX_COVERAGE ; xk1 < (box_no+1) * MAX_PILEUP_BOX_COVERAGE; xk1++) in finalise_pileup_file_by_voting()
3827 for(xk2 = (box_no+1) * MAX_PILEUP_BOX_COVERAGE - 1; xk2 > xk1; xk2--) in finalise_pileup_file_by_voting()
3921 int box_no = first_base_pos / PILEUP_BOX_LEN_CERTAIN; in finalise_pileup_file_by_voting() local
3924 if(box_read_number_certain[box_no]>MAX_PILEUP_BOX_COVERAGE_CERTAIN)continue; in finalise_pileup_file_by_voting()
3925 box_read_number_certain[box_no]++; in finalise_pileup_file_by_voting()
3930 int box_no = first_base_pos / PILEUP_BOX_LEN; in finalise_pileup_file_by_voting() local
3934 if(box_read_number[box_no]>MAX_PILEUP_BOX_COVERAGE)continue; in finalise_pileup_file_by_voting()
[all …]

12