/third_party/node/deps/zlib/ |
H A D | infback.c | 123 left = strm->avail_out; \ 134 strm->avail_out = left; \ 204 if (left == 0) { \ 206 left = state->wsize; \ 207 state->whave = left; \ 208 if (out(out_desc, put, left)) { \ 247 unsigned have, left; /* available input and output */ in inflateBack() local 274 left = state->wsize; in inflateBack() 333 if (copy > left) copy = left; in inflateBack() [all...] |
H A D | inftrees.c | 41 int left; /* number of prefix codes available */ in inflate_table() local 126 left = 1; in inflate_table() 128 left <<= 1; in inflate_table() 129 left -= count[len]; in inflate_table() 130 if (left < 0) return -1; /* over-subscribed */ in inflate_table() 132 if (left > 0 && (type == CODES || max != 1)) in inflate_table() 263 left = (int)(1 << curr); in inflate_table() 265 left -= count[curr + drop]; in inflate_table() 266 if (left <= 0) break; in inflate_table() 268 left << in inflate_table() [all...] |
/third_party/libwebsockets/win32port/zlib/ |
H A D | infback.c | 122 left = strm->avail_out; \
133 strm->avail_out = left; \
203 if (left == 0) { \
205 left = state->wsize; \
206 state->whave = left; \
207 if (out(out_desc, put, left)) { \
251 unsigned have, left; /* available input and output */
local 278 left = state->wsize;
337 if (copy > left) copy = left;
[all...] |
/third_party/skia/third_party/externals/zlib/ |
H A D | infback.c | 131 left = strm->avail_out; \ 142 strm->avail_out = left; \ 212 if (left == 0) { \ 214 left = state->wsize; \ 215 state->whave = left; \ 216 if (out(out_desc, put, left)) { \ 260 unsigned have, left; /* available input and output */ local 287 left = state->wsize; 346 if (copy > left) copy = left; [all...] |
H A D | inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 268 left = (int)(1 << curr); 270 left -= count[curr + drop]; 271 if (left <= 0) break; 273 left << [all...] |
/third_party/zlib/ |
H A D | infback.c | 123 left = strm->avail_out; \ 134 strm->avail_out = left; \ 204 if (left == 0) { \ 206 left = state->wsize; \ 207 state->whave = left; \ 208 if (out(out_desc, put, left)) { \ 247 unsigned have, left; /* available input and output */ in inflateBack() local 274 left = state->wsize; in inflateBack() 333 if (copy > left) copy = left; in inflateBack() [all...] |
H A D | inftrees.c | 41 int left; /* number of prefix codes available */ in inflate_table() local 126 left = 1; in inflate_table() 128 left <<= 1; in inflate_table() 129 left -= count[len]; in inflate_table() 130 if (left < 0) return -1; /* over-subscribed */ in inflate_table() 132 if (left > 0 && (type == CODES || max != 1)) in inflate_table() 263 left = (int)(1 << curr); in inflate_table() 265 left -= count[curr + drop]; in inflate_table() 266 if (left <= 0) break; in inflate_table() 268 left << in inflate_table() [all...] |
/third_party/node/deps/v8/tools/cppgc/ |
H A D | gen_cmake.py | 134 def _Assignment(self, left, op, right): 135 return self.ASSIGN_TYPES[op.data](self, left, right) 137 def _AssignEq(self, left, right): 138 if left == 'sources': 142 def _AssignAdd(self, left, right): 143 if left == 'sources': 147 def _AssignSub(self, left, right): 148 if left == 'sources': 196 def _BinaryExpr(self, op, left, right): 197 left [all...] |
/third_party/cups-filters/filter/pdftopdf/ |
H A D | qpdf_pdftopdf_processor.cc | 18 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" m "+ in debug_box() 22 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.top+yshift)+" l "+"S \n "+ in debug_box() 24 QUtil::double_to_string(box.left+xshift)+" "+QUtil::double_to_string(box.bottom+yshift)+" "+ in debug_box() 25 QUtil::double_to_string(box.right-box.left)+" "+QUtil::double_to_string(box.top-box.bottom)+" re "+"S Q\n"; in debug_box() 60 // Note: PDFTOPDF_Processor always works with "/Rotate"d and "/UserUnit"-scaled pages/coordinates/..., having 0,0 at left,bottom of the TrimBox 65 ret.translate(-ret.left,-ret.bottom); in getRect() 103 // we have to invert /Rotate, /UserUnit and the left,bottom (TrimBox) translation in ungetRect() 115 rect.translate(pg2.left,pg2.bottom); in ungetRect() 137 assert(rect.left<=rect.right); in add_border_rect() 142 boxcmd+=" "+QUtil::double_to_string(rect.left in add_border_rect() [all...] |
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | SysIconUtils.cpp | 132 unsigned left = 0, right = vect.Size();
in FindInSorted_Attrib() local 133 while (left != right)
in FindInSorted_Attrib() 135 const unsigned mid = (left + right) / 2;
in FindInSorted_Attrib() 142 left = mid + 1;
in FindInSorted_Attrib() 144 insertPos = left;
in FindInSorted_Attrib() 150 unsigned left = 0, right = vect.Size();
in FindInSorted_Ext() local 151 while (left != right)
in FindInSorted_Ext() 153 const unsigned mid = (left + right) / 2;
in FindInSorted_Ext() 160 left = mid + 1;
in FindInSorted_Ext() 162 insertPos = left;
in FindInSorted_Ext() [all...] |
/third_party/node/deps/v8/third_party/zlib/ |
H A D | inftrees.c | 46 int left; /* number of prefix codes available */ local 131 left = 1; 133 left <<= 1; 134 left -= count[len]; 135 if (left < 0) return -1; /* over-subscribed */ 137 if (left > 0 && (type == CODES || max != 1)) 268 left = (int)(1 << curr); 270 left -= count[curr + drop]; 271 if (left <= 0) break; 273 left << [all...] |
/third_party/zlib/contrib/infback9/ |
H A D | inftree9.c | 41 int left; /* number of prefix codes available */ in inflate_table9() local 120 left = 1; in inflate_table9() 122 left <<= 1; in inflate_table9() 123 left -= count[len]; in inflate_table9() 124 if (left < 0) return -1; /* over-subscribed */ in inflate_table9() 126 if (left > 0 && (type == CODES || max != 1)) in inflate_table9() 258 left = (int)(1 << curr); in inflate_table9() 260 left -= count[curr + drop]; in inflate_table9() 261 if (left <= 0) break; in inflate_table9() 263 left << in inflate_table9() [all...] |
/third_party/icu/icu4c/source/i18n/ |
H A D | rulebasedcollator.cpp | 701 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument 704 return doCompare(left.getBuffer(), left.length(), in compare() 709 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument 716 int32_t leftLength = left.length(); in compare() 720 return doCompare(left.getBuffer(), leftLength, in compare() 725 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare() argument 729 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) { in compare() 738 if(rightLength >= 0) { leftLength = u_strlen(left); } in compare() 740 return doCompare(left, leftLengt in compare() 744 compareUTF8(const StringPiece &left, const StringPiece &right, UErrorCode &errorCode) const compareUTF8() argument 757 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const internalCompareUTF8() argument 935 compareNFDIter(const Normalizer2Impl &nfcImpl, NFDIterator &left, NFDIterator &right) compareNFDIter() argument 969 doCompare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument 1088 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument 1217 compare(UCharIterator &left, UCharIterator &right, UErrorCode &errorCode) const compare() argument [all...] |
/third_party/node/deps/icu-small/source/i18n/ |
H A D | rulebasedcollator.cpp | 703 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument 706 return doCompare(left.getBuffer(), left.length(), in compare() 711 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument 718 int32_t leftLength = left.length(); in compare() 722 return doCompare(left.getBuffer(), leftLength, in compare() 727 RuleBasedCollator::compare(const char16_t *left, int32_t leftLength, in compare() argument 731 if((left == nullptr && leftLength != 0) || (right == nullptr && rightLength != 0)) { in compare() 740 if(rightLength >= 0) { leftLength = u_strlen(left); } in compare() 742 return doCompare(left, leftLengt in compare() 746 compareUTF8(const StringPiece &left, const StringPiece &right, UErrorCode &errorCode) const compareUTF8() argument 759 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const internalCompareUTF8() argument 937 compareNFDIter(const Normalizer2Impl &nfcImpl, NFDIterator &left, NFDIterator &right) compareNFDIter() argument 971 doCompare(const char16_t *left, int32_t leftLength, const char16_t *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument 1090 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument 1219 compare(UCharIterator &left, UCharIterator &right, UErrorCode &errorCode) const compare() argument [all...] |
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | rulebasedcollator.cpp | 700 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument 703 return doCompare(left.getBuffer(), left.length(), in compare() 708 RuleBasedCollator::compare(const UnicodeString &left, const UnicodeString &right, in compare() argument 715 int32_t leftLength = left.length(); in compare() 719 return doCompare(left.getBuffer(), leftLength, in compare() 724 RuleBasedCollator::compare(const UChar *left, int32_t leftLength, in compare() argument 728 if((left == NULL && leftLength != 0) || (right == NULL && rightLength != 0)) { in compare() 737 if(rightLength >= 0) { leftLength = u_strlen(left); } in compare() 739 return doCompare(left, leftLengt in compare() 743 compareUTF8(const StringPiece &left, const StringPiece &right, UErrorCode &errorCode) const compareUTF8() argument 756 internalCompareUTF8(const char *left, int32_t leftLength, const char *right, int32_t rightLength, UErrorCode &errorCode) const internalCompareUTF8() argument 934 compareNFDIter(const Normalizer2Impl &nfcImpl, NFDIterator &left, NFDIterator &right) compareNFDIter() argument 968 doCompare(const UChar *left, int32_t leftLength, const UChar *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument 1087 doCompare(const uint8_t *left, int32_t leftLength, const uint8_t *right, int32_t rightLength, UErrorCode &errorCode) const doCompare() argument 1216 compare(UCharIterator &left, UCharIterator &right, UErrorCode &errorCode) const compare() argument [all...] |
/third_party/backends/backend/genesys/ |
H A D | enums.h | 106 inline ScanHeadId operator|(ScanHeadId left, ScanHeadId right) in operator |() argument 108 return static_cast<ScanHeadId>(static_cast<unsigned>(left) | static_cast<unsigned>(right)); in operator |() 111 inline ScanHeadId operator&(ScanHeadId left, ScanHeadId right) in operator &() argument 113 return static_cast<ScanHeadId>(static_cast<unsigned>(left) & static_cast<unsigned>(right)); in operator &() 530 inline ModelFlag operator|(ModelFlag left, ModelFlag right) in operator |() argument 532 return static_cast<ModelFlag>(static_cast<unsigned>(left) | static_cast<unsigned>(right)); in operator |() 535 inline ModelFlag& operator|=(ModelFlag& left, ModelFlag right) in operator |=() argument 537 left = left | right; in operator |=() 538 return left; in operator |=() 541 operator &(ModelFlag left, ModelFlag right) operator &() argument 579 operator |(ScanFlag left, ScanFlag right) operator |() argument 584 operator |=(ScanFlag& left, ScanFlag right) operator |=() argument 590 operator &(ScanFlag left, ScanFlag right) operator &() argument [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_fillborders.c | 38 int left, right, top, bottom; member 43 int left, right, top, bottom; member 90 *(ptr + y * linesize + s->borders[p].left), in smear_borders8() 91 s->borders[p].left); in smear_borders8() 119 for (x = 0; x < s->borders[p].left; x++) { in smear_borders16() 120 ptr[y * linesize + x] = *(ptr + y * linesize + s->borders[p].left); in smear_borders16() 151 for (x = 0; x < s->borders[p].left; x++) { in mirror_borders8() 152 ptr[y * linesize + x] = ptr[y * linesize + s->borders[p].left * 2 - 1 - x]; in mirror_borders8() 184 for (x = 0; x < s->borders[p].left; x++) { in mirror_borders16() 185 ptr[y * linesize + x] = ptr[y * linesize + s->borders[p].left * in mirror_borders16() 496 const int left = s->borders[p].left; margins_borders8() local 541 const int left = s->borders[p].left; margins_borders16() local [all...] |
H A D | drawutils.c | 310 int dx, int w, unsigned hsub, int left, int right) in blend_line() 316 if (left) { in blend_line() 317 unsigned suba = (left * alpha) >> hsub; in blend_line() 332 int dx, int w, unsigned hsub, int left, int right) in blend_line16() 338 if (left) { in blend_line16() 339 unsigned suba = (left * alpha) >> hsub; in blend_line16() 362 int w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; in ff_blend_rectangle() local 388 subsampling_bounds(draw->hsub[plane], &x_sub, &w_sub, &left, &right); in ff_blend_rectangle() 402 draw->hsub[plane], left, right); in ff_blend_rectangle() 406 draw->hsub[plane], left, righ in ff_blend_rectangle() 309 blend_line(uint8_t *dst, unsigned src, unsigned alpha, int dx, int w, unsigned hsub, int left, int right) blend_line() argument 331 blend_line16(uint8_t *dst, unsigned src, unsigned alpha, int dx, int w, unsigned hsub, int left, int right) blend_line16() argument 487 blend_line_hv16(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv16() argument 512 blend_line_hv(uint8_t *dst, int dst_delta, unsigned src, unsigned alpha, const uint8_t *mask, int mask_linesize, int l2depth, int w, unsigned hsub, unsigned vsub, int xm, int left, int right, int hband) blend_line_hv() argument 543 int xm0, ym0, w_sub, h_sub, x_sub, y_sub, left, right, top, bottom, y; ff_blend_mask() local [all...] |
/third_party/node/deps/npm/node_modules/spdx-expression-parse/ |
H A D | parse.js | 85 var left = parseOperator('(') 86 if (!left) { 109 var left = nextParser() 110 if (!left) { 115 return left 123 left: left,
|
/third_party/node/deps/v8/src/compiler/ |
H A D | node-matchers.h | 286 // For shorter pattern matching code, this struct matches both the left and 288 // if they appear on the left hand side of a commutative operation. 303 const Left& left() const { return left_; } in left() function 307 return left().HasResolvedValue() && right().HasResolvedValue(); in IsFoldable() 309 bool LeftEqualsRight() const { return left().node() == right().node(); } in LeftEqualsRight() 326 node()->ReplaceInput(0, left().node()); in SwapInputs() 332 if (left().HasResolvedValue() && !right().HasResolvedValue()) { in PutConstantOnRight() 436 return this->left().node()->InputAt(0); in IndexInput() 446 Matcher left_matcher(this->left().node(), true); in Initialize() 465 if ((this->left() in Initialize() 555 Node* left = m.left().node(); Initialize() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | lossless.c | 110 uint32_t VP8LPredictor0_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor0_C() argument 112 (void)left; in VP8LPredictor0_C() 115 uint32_t VP8LPredictor1_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor1_C() argument 117 return left; in VP8LPredictor1_C() 119 uint32_t VP8LPredictor2_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor2_C() argument 120 (void)left; in VP8LPredictor2_C() 123 uint32_t VP8LPredictor3_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor3_C() argument 124 (void)left; in VP8LPredictor3_C() 127 uint32_t VP8LPredictor4_C(uint32_t left, const uint32_t* const top) { in VP8LPredictor4_C() argument 128 (void)left; in VP8LPredictor4_C() 131 VP8LPredictor5_C(uint32_t left, const uint32_t* const top) VP8LPredictor5_C() argument 135 VP8LPredictor6_C(uint32_t left, const uint32_t* const top) VP8LPredictor6_C() argument 139 VP8LPredictor7_C(uint32_t left, const uint32_t* const top) VP8LPredictor7_C() argument 143 VP8LPredictor8_C(uint32_t left, const uint32_t* const top) VP8LPredictor8_C() argument 148 VP8LPredictor9_C(uint32_t left, const uint32_t* const top) VP8LPredictor9_C() argument 153 VP8LPredictor10_C(uint32_t left, const uint32_t* const top) VP8LPredictor10_C() argument 157 VP8LPredictor11_C(uint32_t left, const uint32_t* const top) VP8LPredictor11_C() argument 161 VP8LPredictor12_C(uint32_t left, const uint32_t* const top) VP8LPredictor12_C() argument 165 VP8LPredictor13_C(uint32_t left, const uint32_t* const top) VP8LPredictor13_C() argument 179 uint32_t left = out[-1]; PredictorAdd1_C() local [all...] |
/third_party/elfutils/libdwelf/ |
H A D | dwelf_strtab.c | 50 struct Dwelf_Strent *left; member 69 size_t left; member 125 st->left = len - overhead; in morememory() 157 if (st->left < align + sizeof (struct Dwelf_Strent) + len) in newstring() 170 newstr->left = NULL; in newstring() 177 st->left -= align + sizeof (struct Dwelf_Strent) + len; in newstring() 203 return searchstring (&(*sep)->left, newstr); in searchstring() 239 st->left += st->backp - (char *) newstr; in strtab_add() 248 st->left += newstr->len; in strtab_add() 260 newstr->left in strtab_add() [all...] |
/third_party/pulseaudio/speex/tmv/ |
H A D | filterbank_tm.h | 44 register int * restrict left; in filterbank_compute_bank32() local 49 left = (int*)bank->filter_left; in filterbank_compute_bank32() 56 TMDEBUG_ALIGNMEM(left); in filterbank_compute_bank32() 92 left10 = ld32x(left,k); in filterbank_compute_bank32() 135 register int * restrict left; in filterbank_compute_psd16() local 140 left = (int*)bank->filter_left; in filterbank_compute_psd16() 147 TMDEBUG_ALIGNMEM(left); in filterbank_compute_psd16() 174 left10 = ld32x(left, k); in filterbank_compute_psd16() 211 register float * restrict left, * restrict right; in filterbank_compute_bank32() local 217 left in filterbank_compute_bank32() 253 register float * restrict left, * restrict right; filterbank_compute_psd16() local [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | sga.c | 46 int left; member 73 int left = AV_RB16(src + i + 2); in sga_probe() local 80 last_left = left; in sga_probe() 82 last_left = left = header; in sga_probe() 85 left = header; in sga_probe() 86 last_left -= left; in sga_probe() 87 if (header != 0x7FE && left < 7) in sga_probe() 90 if (left <= 8) in sga_probe() 92 i += sectors ? 2048 : left + 4; in sga_probe() 97 if (sectors && (i > 0 && left < in sga_probe() [all...] |
/third_party/eudev/src/shared/ |
H A D | process-util.c | 85 size_t left; in get_process_cmdline() local 92 left = max_length; in get_process_cmdline() 97 if (left <= 4) in get_process_cmdline() 101 left--; in get_process_cmdline() 105 if (left <= 4) in get_process_cmdline() 109 left--; in get_process_cmdline() 114 if (left <= 4) { in get_process_cmdline() 115 size_t n = MIN(left-1, 3U); in get_process_cmdline()
|