/third_party/node/deps/npm/lib/utils/ |
H A D | reify-output.js | 4 // added ## packages, removed ## packages, and audited ## packages in 19.157s 37 added: 0, 83 actualTree.inventory.has(d.ideal) && summary.added++ 166 const packagesChangedMessage = (npm, { added, removed, changed, audited }) => { 168 if (added === 0 && removed === 0 && changed === 0) { 174 if (added) { 175 msg.push(`added ${added} package${added === 1 ? '' : 's'}`) 179 if (added) { [all...] |
/third_party/node/deps/openssl/openssl/crypto/objects/ |
H A D | obj_dat.c | 39 static LHASH_OF(ADDED_OBJ) *added = NULL; 128 if (added != NULL) in init_added() 130 added = lh_ADDED_OBJ_new(added_obj_hash, added_obj_cmp); in init_added() 131 return added != NULL; in init_added() 155 if (added == NULL) in ossl_obj_cleanup_int() 157 lh_ADDED_OBJ_set_down_load(added, 0); in ossl_obj_cleanup_int() 158 lh_ADDED_OBJ_doall(added, cleanup1_doall); /* zero counters */ in ossl_obj_cleanup_int() 159 lh_ADDED_OBJ_doall(added, cleanup2_doall); /* set counters */ in ossl_obj_cleanup_int() 160 lh_ADDED_OBJ_doall(added, cleanup3_doall); /* free objects */ in ossl_obj_cleanup_int() 161 lh_ADDED_OBJ_free(added); in ossl_obj_cleanup_int() [all...] |
/third_party/openssl/crypto/objects/ |
H A D | obj_dat.c | 39 static LHASH_OF(ADDED_OBJ) *added = NULL; 128 if (added != NULL) in init_added() 130 added = lh_ADDED_OBJ_new(added_obj_hash, added_obj_cmp); in init_added() 131 return added != NULL; in init_added() 155 if (added == NULL) in ossl_obj_cleanup_int() 157 lh_ADDED_OBJ_set_down_load(added, 0); in ossl_obj_cleanup_int() 158 lh_ADDED_OBJ_doall(added, cleanup1_doall); /* zero counters */ in ossl_obj_cleanup_int() 159 lh_ADDED_OBJ_doall(added, cleanup2_doall); /* set counters */ in ossl_obj_cleanup_int() 160 lh_ADDED_OBJ_doall(added, cleanup3_doall); /* free objects */ in ossl_obj_cleanup_int() 161 lh_ADDED_OBJ_free(added); in ossl_obj_cleanup_int() [all...] |
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | ReportAPI.java | 20 * We need to gather all added and removed overloads for a method, and then 21 * compare all added against all removed in order to identify this kind of 51 TreeSet<APIInfo> added; field in ReportAPI 59 APIInfo added; field in ReportAPI.DeltaInfo 62 DeltaInfo(APIInfo added, APIInfo removed) { in DeltaInfo() argument 63 this.added = added; in DeltaInfo() 69 return added.getVal(typ); in getVal() 74 return added.get(typ, brief); in get() 87 added in print() [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | metadata.py | 147 # No new fields were added in PEP 685, just some edge case were 493 added: _MetadataVersion 498 added: _MetadataVersion = "1.0", 500 self.added = added 698 field_metadata_version = cls.__dict__[key].added 764 added="2.2", 770 supported_platforms: _Validator[Optional[List[str]]] = _Validator(added="1.1") 776 description_content_type: _Validator[Optional[str]] = _Validator(added="2.1") 782 download_url: _Validator[Optional[str]] = _Validator(added [all...] |
/third_party/node/deps/npm/node_modules/diff/lib/diff/ |
H A D | base.js | 192 addToPath: function addToPath(path, added, removed, oldPosInc) { 195 if (last && last.added === added && last.removed === removed) { 200 added: added, 210 added: added, 316 if (!component.added && useLongestToken) { 329 if (!component.added) { 338 if (componentPos && components[componentPos - 1].added) { [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | caselist_diff.py | 165 # returns (added, removed) lists 167 added = [] 173 # build added list 176 added.append(case) 183 return (added, removed) 195 added, removed = diffCaseLists(renamedCases, newCases) 200 for case in added:
|
/third_party/node/deps/v8/src/heap/ |
H A D | paged-spaces-inl.h | 69 size_t added = 0; in RelinkFreeListCategories() local 70 page->ForAllFreeListCategories([this, &added](FreeListCategory* category) { in RelinkFreeListCategories() 71 added += category->available(); in RelinkFreeListCategories() 78 return added; in RelinkFreeListCategories()
|
/third_party/mesa3d/src/compiler/glsl/ |
H A D | glsl_symbol_table.cpp | 156 int added = _mesa_symbol_table_add_symbol(table, v->name, entry); in add_variable() local 157 assert(added == 0); in add_variable() 158 (void)added; in add_variable() 226 int added = _mesa_symbol_table_add_global_symbol(table, f->name, entry); in add_global_function() local 227 assert(added == 0); in add_global_function() 228 (void)added; in add_global_function()
|
/third_party/node/deps/npm/node_modules/diff/dist/ |
H A D | diff.min.js | 1 !function(e,n){"object"==typeof exports&&"undefined"!=typeof module?n(exports):"function"==typeof define&&define.amd?define(["exports"],n):n((e=e||self).Diff={})}(this,function(e){"use strict";function t(){}t.prototype={diff:function(s,a,e){var n,t=2<arguments.length&&void 0!==e?e:{},r=t.callback;"function"==typeof t&&(r=t,t={}),this.options=t;var u=this;function d(e){return r?(setTimeout(function(){r(void 0,e)},0),!0):e}s=this.castInput(s),a=this.castInput(a),s=this.removeEmpty(this.tokenize(s));var f=(a=this.removeEmpty(this.tokenize(a))).length,c=s.length,p=1,i=f+c;t.maxEditLength&&(i=Math.min(i,t.maxEditLength));var o=null!==(n=t.timeout)&&void 0!==n?n:1/0,l=Date.now()+o,h=[{oldPos:-1,lastComponent:void 0}],v=this.extractCommon(h[0],a,s,0);if(h[0].oldPos+1>=c&&f<=v+1)return d([{value:this.join(a),count:a.length}]);var m=-1/0,g=1/0;function w(){for(var e=Math.max(m,-p);e<=Math.min(g,p);e+=2){var n=void 0,t=h[e-1],r=h[e+1];t&&(h[e-1]=void 0);var i,o=!1;r&&(i=r.oldPos-e,o=r&&0<=i&&i<f);var l=t&&t.oldPos+1<c;if(o||l){if(n=!l||o&&t.oldPos+1<r.oldPos?u.addToPath(r,!0,void 0,0):u.addToPath(t,void 0,!0,1),v=u.extractCommon(n,a,s,e),n.oldPos+1>=c&&f<=v+1)return d(function(e,n,t,r,i){var o,l=[];for(;n;)l.push(n),o=n.previousComponent,delete n.previousComponent,n=o;l.reverse();for(var s=0,a=l.length,u=0,d=0;s<a;s++){var f,c,p=l[s];p.removed?(p.value=e.join(r.slice(d,d+p.count)),d+=p.count,s&&l[s-1].added&&(f=l[s-1],l[s-1]=l[s],l[s]=f)):(!p.added&&i?(c=(c=t.slice(u,u+p.count)).map(function(e,n){var t=r[d+n];return t.length>e.length?t:e}),p.value=e.join(c)):p.value=e.join(t.slice(u,u+p.count)),u+=p.count,p.added||(d+=p.count))}var h=l[a-1];1<a&&"string"==typeof h.value&&(h.added||h.removed)&&e.equals("",h.value)&&(l[a-2].value+=h.value,l.pop());return l}(u,n.lastComponent,a,s,u.useLongestToken));(h[e]=n).oldPos+1>=c&&(g=Math.min(g,e-1)),f<=v+1&&(m=Math.max(m,e+1))}else h[e]=void 0}p++}if(r)!function e(){setTimeout(function(){return i<p||Date.now()>l?r():void(w()||e())},0)}();else for(;p<=i&&Date.now()<=l;){var y=w();if(y)return y}},addToPath:function(e,n,t,r){var i=e.lastComponent;return i&&i.added===n&&i.removed===t?{oldPos:e.oldPos+r,lastComponent:{count:i.count+1,added:n,removed:t,previousComponent:i.previousComponent}}:{oldPos:e.oldPos+r,lastComponent:{count:1,added:n,removed:t,previousComponent:i}}},extractCommon:function(e,n,t,r){for(var i=n.length,o=t.length,l=e.oldPos,s=l-r,a=0;s+1<i&&l+1<o&&this.equals(n[s+1],t[l+1]);)s++,l++,a++;return a&&(e.lastComponent={count:a,previousComponent:e.lastComponent}),e.oldPos=l,s},equals:function(e,n){return this.options.comparator?this.options.comparator(e,n):e===n||this.options.ignoreCase&&e.toLowerCase()===n.toLowerCase()},removeEmpty:function(e){for(var n=[],t=0;t<e.length;t++)e[t]&&n.push(e[t]);return n},castInput:function(e){return e},tokenize:function(e){return e.split("")},join:function(e){return e.join("")}};var r=new t;function i(e,n){if("function"==typeof e)n.callback=e;else if(e)for(var t in e)e.hasOwnProperty(t)&&(n[t]=e[t]);return n}var o=/^[A-Za-z\xC0-\u02C6\u02C8-\u02D7\u02DE-\u02FF\u1E00-\u1EFF]+$/,l=/\S/,s=new t;s.equals=function(e,n){return this.options.ignoreCase&&(e=e.toLowerCase(),n=n.toLowerCase()),e===n||this.options.ignoreWhitespace&&!l.test(e)&&!l.test(n)},s.tokenize=function(e){for(var n=e.split(/([^\S\r\n]+|[()[\]{}'"\r\n]|\b)/),t=0;t<n.length-1;t++)!n[t+1]&&n[t+2]&&o.test(n[t])&&o.test(n[t+2])&&(n[t]+=n[t+2],n.splice(t+1,2),t--);return n};var a=new t;function L(e,n,t){return a.diff(e,n,t)}a.tokenize=function(e){this.options.stripTrailingCr&&(e=e.replace(/\r\n/g,"\n"));var n=[],t=e.split(/(\n|\r\n)/);t[t.length-1]||t.pop();for(var r=0;r<t.length;r++){var i=t[r];r%2&&!this.options.newlineIsToken?n[n.length-1]+=i:(this.options.ignoreWhitespace&&(i=i.trim()),n.push(i))}return n};var u=new t;u.tokenize=function(e){return e.split(/(\S.+?[.!?])(?=\s+|$)/)};var d=new t;function f(e){return(f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}function n(n,e){var t,r=Object.keys(n);return Object.getOwnPropertySymbols&&(t=Object.getOwnPropertySymbols(n),e&&(t=t.filter(function(e){return Object.getOwnPropertyDescriptor(n,e).enumerable})),r.push.apply(r,t)),r}function c(i){for(var e=1;e<arguments.length;e++){var o=null!=arguments[e]?arguments[e]:{};e%2?n(Object(o),!0).forEach(function(e){var n,t,r;n=i,r=o[t=e],t in n?Object.defineProperty(n,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):n[t]=r}):Object.getOwnPropertyDescriptors?Object.defineProperties(i,Object.getOwnPropertyDescriptors(o)):n(Object(o)).forEach(function(e){Object.defineProperty(i,e,Object.getOwnPropertyDescriptor(o,e))})}return i}function x(e){return function(e){if(Array.isArray(e))return p(e)}(e)||function(e){if("undefined"!=typeof Symbol&&Symbol.iterator in Object(e))return Array.from(e)}(e)||function(e,n){if(!e)return;if("string"==typeof e)return p(e,n);var t=Object.prototype.toString.call(e).slice(8,-1);"Object"===t&&e.constructor&&(t=e.constructor.name);if("Map"===t||"Set"===t)return Array.from(e);if("Arguments"===t||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t))return p(e,n)}(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function p(e,n){(null==n||n>e.length)&&(n=e.length);for(var t=0,r=new Array(n);t<n;t++)r[t]=e[t];return r}d.tokenize=function(e){return e.split(/([{}:;,]|\s+)/)};var h=Object.prototype.toString,v=new t;function m(e,n,t,r,i){var o,l;for(n=n||[],t=t||[],r&&(e=r(i,e)),o=0;o<n.length;o+=1)if(n[o]===e)return t[o];if("[object Array]"===h.call(e)){for(n.push(e),l=new Array(e.length),t.push(l),o=0;o<e.length;o+=1)l[o]=m(e[o],n,t,r,i);return n.pop(),t.pop(),l}if(e&&e.toJSON&&(e=e.toJSON()),"object"===f(e)&&null!==e){n.push(e),l={},t.push(l);var s,a=[];for(s in e)e.hasOwnProperty(s)&&a.push(s);for(a.sort(),o=0;o<a.length;o+=1)l[s=a[o]]=m(e[s],n,t,r,s);n.pop(),t.pop()}else l=e;return l}v.useLongestToken=!0,v.tokenize=a.tokenize,v.castInput=function(e){var n=this.options,t=n.undefinedReplacement,r=n.stringifyReplacer,i=void 0===r?function(e,n){return void 0===n?t:n}:r;return"string"==typeof e?e:JSON.stringify(m(e,null,null,i),i," ")},v.equals=function(e,n){return t.prototype.equals.call(v,e.replace(/,([\r\n])/g,"$1"),n.replace(/,([\r\n])/g,"$1"))};var g=new t;function C(e){var l=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},s=e.split(/\r\n|[\n\v\f\r\x85]/),a=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],i=[],u=0;function n(){var e={};for(i.push(e);u<s.length;){var n=s[u];if(/^(\-\-\-|\+\+\+|@@)\s/.test(n))break;var t=/^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(n);t&&(e.index=t[1]),u++}for(o(e),o(e),e.hunks=[];u<s.length;){var r=s[u];if(/^(Index:|diff|\-\-\-|\+\+\+)\s/.test(r))break;if(/^@@/.test(r))e.hunks.push(function(){var e=u,n=s[u++].split(/@@ -(\d+)(?:,(\d+))? \+(\d+)(?:,(\d+))? @@/),t={oldStart:+n[1],oldLines:void 0===n[2]?1:+n[2],newStart:+n[3],newLines:void 0===n[4]?1:+n[4],lines:[],linedelimiters:[]};0===t.oldLines&&(t.oldStart+=1);0===t.newLines&&(t.newStart+=1);for(var r=0,i=0;u<s.length&&!(0===s[u].indexOf("--- ")&&u+2<s.length&&0===s[u+1].indexOf("+++ ")&&0===s[u+2].indexOf("@@"));u++){var o=0==s[u].length&&u!=s.length-1?" ":s[u][0];if("+"!==o&&"-"!==o&&" "!==o&&"\\"!==o)break;t.lines.push(s[u]),t.linedelimiters.push(a[u]||"\n"),"+"===o?r++:"-"===o?i++:" "===o&&(r++,i++)}r||1!==t.newLines||(t.newLines=0);i||1!==t.oldLines||(t.oldLines=0);if(l.strict){if(r!==t.newLines)throw new Error("Added line count did not match for hunk at line "+(e+1));if(i!==t.oldLines)throw new Error("Removed line count did not match for hunk at line "+(e+1))}return t}());else{if(r&&l.strict)throw new Error("Unknown line "+(u+1)+" "+JSON.stringify(r));u++}}}function o(e){var n,t,r,i=/^(---|\+\+\+)\s+(.*)$/.exec(s[u]);i&&(n="---"===i[1]?"old":"new",r=(t=i[2].split("\t",2))[0].replace(/\\\\/g,"\\"),/^".*"$/.test(r)&&(r=r.substr(1,r.length-2)),e[n+"FileName"]=r,e[n+"Header"]=(t[1]||"").trim(),u++)}for(;u<s.length;)n();return i}function w(e,n){var t=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};if("string"==typeof n&&(n=C(n)),Array.isArray(n)){if(1<n.length)throw new Error("applyPatch only works with a single input.");n=n[0]}var r,i,l=e.split(/\r\n|[\n\v\f\r\x85]/),o=e.match(/\r\n|[\n\v\f\r\x85]/g)||[],s=n.hunks,a=t.compareLine||function(e,n,t,r){return n===r},u=0,d=t.fuzzFactor||0,f=0,c=0;for(var p=0;p<s.length;p++){for(var h=s[p],v=l.length-h.oldLines,m=0,g=c+h.oldStart-1,w=function(n,t,r){var i=!0,o=!1,l=!1,s=1;return function e(){if(i&&!l){if(o?s++:i=!1,n+s<=r)return s;l=!0}if(!o)return l||(i=!0),t<=n-s?-s++:(o=!0,e())}}(g,f,v);void 0!==m;m=w())if(function(e,n){for(var t=0;t<e.lines.length;t++){var r=e.lines[t],i=0<r.length?r[0]:" ",o=0<r.length?r.substr(1):r;if(" "===i||"-"===i){if(!a(n+1,l[n],i,o)&&d<++u)return;n++}}return 1}(h,g+m)){h.offset=c+=m;break}if(void 0===m)return!1;f=h.offset+h.oldStart+h.oldLines}for(var y=0,L=0;L<s.length;L++){var x=s[L],S=x.oldStart+x.offset+y-1;y+=x.newLines-x.oldLines;for(var b=0;b<x.lines.length;b++){var k,F=x.lines[b],N=0<F.length?F[0]:" ",P=0<F.length?F.substr(1):F,j=x.linedelimiters&&x.linedelimiters[b]||"\n";" "===N?S++:"-"===N?(l.splice(S,1),o.splice(S,1)):"+"===N?(l.splice(S,0,P),o.splice(S,0,j),S++):"\\"===N&&("+"===(k=x.lines[b-1]?x.lines[b-1][0]:null)?r=!0:"-"===k&&(i=!0))}}if(r)for(;!l[l.length-1];)l.pop(),o.pop();else i&&(l.push(""),o.push("\n"));for(var O=0;O<l.length-1;O++)l[O]=l[O]+o[O];return l.join("")}function y(e,n,u,d,t,r,f){void 0===(f=f||{}).context&&(f.context=4);var c=L(u,d,f);if(c){c.push({value:"",lines:[]});for(var p=[],h=0,v=0,m=[],g=1,w=1,i=0;i<c.length;i++)!function(e){var n,t,r,i,o,l,s=c[e],a=s.lines||s.value.replace(/\n$/,"").split("\n");s.lines=a,s.added||s.removed?(h||(n=c[e-1],h=g,v=w,n&&(m=0<f.context?y(n.lines.slice(-f.context)):[],h-=m.length,v-=m.length)),m.push.apply(m,x(a.map(function(e){return(s.added?"+":"-")+e}))),s.added [all...] |
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_acktr.c | 111 int added = 0; in ngtcp2_acktr_add() local 123 added = 1; in ngtcp2_acktr_add() 136 added = 1; in ngtcp2_acktr_add() 150 added = 1; in ngtcp2_acktr_add() 156 added = 1; in ngtcp2_acktr_add() 160 added = 1; in ngtcp2_acktr_add() 166 if (!added) { in ngtcp2_acktr_add()
|
/third_party/python/Tools/scripts/ |
H A D | parse_html5_entities.py | 34 added = new.keys() - old.keys() 35 if added: 36 print('{} entitie(s) have been added:'.format(len(added))) 37 for name in sorted(added):
|
/third_party/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/ |
H A D | SourceTargetUtility.java | 65 boolean added = false; in SourceTargetUtility() 68 added = true; in SourceTargetUtility() 81 if (added) { in SourceTargetUtility()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | SourceTargetUtility.java | 66 boolean added = false; in SourceTargetUtility() 69 added = true; in SourceTargetUtility() 82 if (added) { in SourceTargetUtility()
|
/third_party/curl/tests/ |
H A D | test1175.pl | 57 my ($symbol, $added, $rest) = ($1,$2,$3); 62 $error{$symbol}=$added;
|
/third_party/node/deps/npm/node_modules/diff/lib/convert/ |
H A D | xml.js | 16 if (change.added) { 24 if (change.added) {
|
/third_party/node/deps/v8/tools/dev/ |
H A D | update-compile-commands.py | 64 added = 0 69 added += 1 70 print("%s: added %d compile commands" % (arch, added))
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Synchronization.hpp | 135 std::condition_variable added; member in sw::Chan 146 // Wait for item to be added. in take() 147 lock.wait(added, [this]() REQUIRES(mutex) { return queue.size() > 0; }); in take() 171 added.notify_one(); in put()
|
/third_party/curl/docs/cmdline-opts/ |
H A D | gen.pl | 145 sub added { subroutine 330 my $added; 366 $added=$1; 444 if(!$added) { 620 if($added) { 621 push @foot, added($standalone, $added);
|
/third_party/python/Lib/test/test_email/ |
H A D | test_policy.py | 126 added = p1 + p2 129 self.assertEqual(getattr(added, attr), value) 130 added = p2 + p1 133 self.assertEqual(getattr(added, attr), value) 134 added = added + email.policy.default 136 self.assertEqual(getattr(added, attr), value)
|
/third_party/curl/src/ |
H A D | var.c | 215 bool added = FALSE; in varexpand() local 325 added = true; in varexpand() 332 if(added && *line) { in varexpand() 338 *replaced = added; in varexpand() 339 if(!added) in varexpand()
|
/third_party/skia/src/pathops/ |
H A D | SkPathOpsCommon.cpp | 256 bool added; in HandleCoincidence() local 257 if (!coincidence->addMissing(&added DEBUG_ITER_PARAMS(SAFETY_COUNT - safetyHatch))) { in HandleCoincidence() 260 if (!added) { in HandleCoincidence() 271 bool added; in HandleCoincidence() local 272 if (!coincidence->addMissing(&added DEBUG_COIN_PARAMS())) { in HandleCoincidence()
|
H A D | SkOpCoincidence.h | 23 // These return non-const pointers so that, as copies, they can be added 72 // These return non-const pointers so that, as copies, they can be added 152 bool addMissing(bool* added DEBUG_COIN_DECLARE_PARAMS()); 161 void debugAddMissing(SkPathOpsDebug::GlitchLog* , bool* added) const; 165 bool* added) const; 253 bool* added 256 double coinTs, double coinTe, double oppTs, double oppTe, bool* added); 274 const SkOpSegment* coinSeg, const SkOpSegment* oppSeg, bool* added,
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | scheduler.cpp | 331 bool added = fibers.emplace(fiber, timeout).second; in add() local 332 (void)added; in add() 333 MARL_ASSERT(added, "WaitingFibers::add() fiber already waiting"); in add() 538 work.added.notify_one(); in enqueue() 553 work.added.notify_one(); in enqueueAndUnlock() 693 auto added = idleFibers.emplace(currentFiber).second; in runUntilIdle() local 694 (void)added; in runUntilIdle() 695 MARL_ASSERT(added, "fiber already idle"); in runUntilIdle() 748 mutex.wait_until_locked(added, waiting.next(), f); in wait() 750 mutex.wait_locked(added, in wait() [all...] |
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_nir_analyze_ubo_ranges.c | 166 uint32_t added = (plan_r->start - r.start) + (r.end - plan_r->end); in gather_ubo_ranges() local 167 if (added >= *upload_remaining) in gather_ubo_ranges() 172 *upload_remaining -= added; in gather_ubo_ranges() 181 uint32_t added = r.end - r.start; in gather_ubo_ranges() 182 if (added >= *upload_remaining) in gather_ubo_ranges() 189 *upload_remaining -= added; in gather_ubo_ranges()
|