Home
last modified time | relevance | path

Searched refs:amount (Results 1 – 25 of 1320) sorted by relevance

12345678910>>...53

/third_party/protobuf/src/google/protobuf/stubs/
Dint128.h232 inline uint128 operator<<(const uint128& val, int amount) {
234 if (amount < 64) {
235 if (amount == 0) {
238 uint64 new_hi = (Uint128High64(val) << amount) |
239 (Uint128Low64(val) >> (64 - amount));
240 uint64 new_lo = Uint128Low64(val) << amount;
242 } else if (amount < 128) {
243 return uint128(Uint128Low64(val) << (amount - 64), 0);
249 inline uint128 operator>>(const uint128& val, int amount) {
251 if (amount < 64) {
[all …]
/third_party/vixl/test/aarch32/config/
Dcond-rd-rn-operand-rm-a32.json29 // MNEMONIC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> }
30 // MNEMONIC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, ROR #<amount> }
38 "Adc", // ADC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
39 "Adcs", // ADCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
40 "Add", // ADD{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
41 // ADD{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; A1
42 "Adds", // ADDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
43 // ADDS{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; A1
44 "And", // AND{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
45 "Ands", // ANDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
[all …]
Dcond-rd-rn-operand-rm-shift-amount-1to32-a32.json29 "Adc", // ADC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
30 "Adcs", // ADCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
31 "Add", // ADD{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
32 // ADD{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; A1
33 "Adds", // ADDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
34 // ADDS{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; A1
35 "And", // AND{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
36 "Ands", // ANDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
37 "Bic", // BIC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
38 "Bics", // BICS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
[all …]
Dcond-rd-rn-operand-rm-shift-amount-1to31-a32.json29 "Adc", // ADC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
30 "Adcs", // ADCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
31 "Add", // ADD{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
32 // ADD{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; A1
33 "Adds", // ADDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
34 // ADDS{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; A1
35 "And", // AND{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
36 "Ands", // ANDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
37 "Bic", // BIC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
38 "Bics", // BICS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; A1
[all …]
Dcond-rd-rn-operand-rm-shift-amount-1to31-t32.json28 // MNEMONIC{<c>}.W <Rd>, <Rn>, <Rm>, LSL|ROR #<amount>
29 // MNEMONIC{<c>}.W <Rd>, SP, <Rm>, LSL|ROR #<amount>
33 "Adc", // ADC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
34 "Adcs", // ADCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
35 "Add", // ADD{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T3
36 // ADD{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; T3
37 "Adds", // ADDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T3
38 // ADDS{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; T3
39 "And", // AND{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
40 "Ands", // ANDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
[all …]
Dcond-rd-rn-operand-rm-shift-amount-1to32-t32.json28 // MNEMONIC{<c>}.W <Rd>, <Rn>, <Rm>, ASR|LSR #<amount>
29 // MNEMONIC{<c>}.W <Rd>, SP, <Rm>, ASR|LSR #<amount>
33 "Adc", // ADC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
34 "Adcs", // ADCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
35 "Add", // ADD{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T3
36 // ADD{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; T3
37 "Adds", // ADDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T3
38 // ADDS{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; T3
39 "And", // AND{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
40 "Ands", // ANDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
[all …]
Dcond-rd-rn-operand-rm-t32.json30 // MNEMONIC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> }
31 // MNEMONIC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, ROR #<amount> }
46 // ADC{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
49 // ADCS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
56 // ADD{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T3
57 // ADD{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; T3
60 // ADDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T3
61 // ADDS{<c>}{<q>} {<Rd>}, SP, <Rm> {, <shift> #<amount> } ; T3
64 // AND{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
67 // ANDS{<c>}{<q>} {<Rd>}, <Rn>, <Rm> {, <shift> #<amount> } ; T2
[all …]
Dcond-rd-operand-rn-a32.json28 // MNEMONIC{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> }
29 // MNEMONIC{<c>}{<q>} {<Rd>}, <Rm> {, ROR #<amount> }
37 "Cmn", // CMN{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; A1
38 "Cmp", // CMP{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; A1
39 "Mov", // MOV{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; A1
40 "Movs", // MOVS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; A1
41 "Mvn", // MVN{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; A1
42 "Mvns", // MVNS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; A1
43 "Teq", // TEQ{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; A1
44 "Tst", // TST{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; A1
[all …]
Dcond-rd-operand-rn-t32.json29 // MNEMONIC{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> }
30 // MNEMONIC{<c>}{<q>} {<Rd>}, <Rm> {, ROR #<amount> }
39 // CMN{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; T2
43 // MOV<c>{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
44 // MOV{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T3
45 "Movs", // MOVS{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
46 // MOVS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T3
48 // MVN{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
50 // MVNS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
51 "Teq", // TEQ{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; T1
[all …]
Dcond-rd-operand-rn-shift-amount-1to32-t32.json28 // MNEMONIC{<c>}.W <Rn>, <Rm>, LSL|ROR #<amount>
29 // MNEMONIC{<c>}.N <Rn>, <Rm>, LSL|ROR #<amount> ; Special case for MOV and MOVS
33 "Cmn", // CMN{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; T2
34 "Cmp", // CMP{<c>}{<q>} <Rn>, <Rm>, <shift> #<amount> ; T3
35 "Mov", // MOV<c>{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
36 // MOV{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T3
37 "Movs", // MOVS{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
38 // MOVS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T3
39 "Mvn", // MVN{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
40 "Mvns", // MVNS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
[all …]
Dcond-rd-operand-rn-shift-amount-1to31-t32.json28 // MNEMONIC{<c>}.W <Rn>, <Rm>, LSL|ROR #<amount>
32 "Cmn", // CMN{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; T2
33 "Cmp", // CMP{<c>}{<q>} <Rn>, <Rm>, <shift> #<amount> ; T3
34 "Mov", // MOV<c>{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
35 // MOV{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T3
36 "Movs", // MOVS{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
37 // MOVS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T3
38 "Mvn", // MVN{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
39 "Mvns", // MVNS{<c>}{<q>} <Rd>, <Rm> {, <shift> #<amount> } ; T2
40 "Teq", // TEQ{<c>}{<q>} <Rn>, <Rm> {, <shift> #<amount> } ; T1
[all …]
/third_party/typescript/tests/baselines/reference/
DobjectCreationOfElementAccessExpression.symbols5 private amount: number;
6 >amount : Symbol(Food.amount, Decl(objectCreationOfElementAccessExpression.ts, 0, 12))
11 this.amount = 100;
12 >this.amount : Symbol(Food.amount, Decl(objectCreationOfElementAccessExpression.ts, 0, 12))
14 >amount : Symbol(Food.amount, Decl(objectCreationOfElementAccessExpression.ts, 0, 12))
20 this.amount -= amountToEat;
21 >this.amount : Symbol(Food.amount, Decl(objectCreationOfElementAccessExpression.ts, 0, 12))
23 >amount : Symbol(Food.amount, Decl(objectCreationOfElementAccessExpression.ts, 0, 12))
26 if (this.amount <= 0) {
27 >this.amount : Symbol(Food.amount, Decl(objectCreationOfElementAccessExpression.ts, 0, 12))
[all …]
DobjectCreationOfElementAccessExpression.types5 private amount: number;
6 >amount : number
11 this.amount = 100;
12 >this.amount = 100 : 100
13 >this.amount : number
15 >amount : number
22 this.amount -= amountToEat;
23 >this.amount -= amountToEat : number
24 >this.amount : number
26 >amount : number
[all …]
DobjectCreationOfElementAccessExpression.js3 private amount: number;
5 this.amount = 100;
8 this.amount -= amountToEat; field in Food
9 if (this.amount <= 0) { field in Food
10 this.amount = 0;
77 this.amount = 100;
80 this.amount -= amountToEat;
81 if (this.amount <= 0) {
82 this.amount = 0;
/third_party/node/deps/v8/src/heap/
Dmemory-chunk-inl.h15 ExternalBackingStoreType type, size_t amount) { in IncrementExternalBackingStoreBytes() argument
17 base::CheckedIncrement(&external_backing_store_bytes_[type], amount); in IncrementExternalBackingStoreBytes()
18 owner()->IncrementExternalBackingStoreBytes(type, amount); in IncrementExternalBackingStoreBytes()
23 ExternalBackingStoreType type, size_t amount) { in DecrementExternalBackingStoreBytes() argument
25 base::CheckedDecrement(&external_backing_store_bytes_[type], amount); in DecrementExternalBackingStoreBytes()
26 owner()->DecrementExternalBackingStoreBytes(type, amount); in DecrementExternalBackingStoreBytes()
33 size_t amount) { in MoveExternalBackingStoreBytes() argument
36 base::CheckedDecrement(&(from->external_backing_store_bytes_[type]), amount); in MoveExternalBackingStoreBytes()
37 base::CheckedIncrement(&(to->external_backing_store_bytes_[type]), amount); in MoveExternalBackingStoreBytes()
39 amount); in MoveExternalBackingStoreBytes()
/third_party/mesa3d/src/util/
Dbitset.h110 __bitset_rotate_right(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_rotate_right() argument
112 assert(amount < BITSET_WORDBITS); in __bitset_rotate_right()
114 if (amount == 0) in __bitset_rotate_right()
118 x[i] = (x[i] >> amount) | (x[i + 1] << (BITSET_WORDBITS - amount)); in __bitset_rotate_right()
121 x[n - 1] = x[n - 1] >> amount; in __bitset_rotate_right()
125 __bitset_rotate_left(BITSET_WORD *x, unsigned amount, unsigned n) in __bitset_rotate_left() argument
127 assert(amount < BITSET_WORDBITS); in __bitset_rotate_left()
129 if (amount == 0) in __bitset_rotate_left()
133 x[i] = (x[i] << amount) | (x[i - 1] >> (BITSET_WORDBITS - amount)); in __bitset_rotate_left()
136 x[0] = x[0] << amount; in __bitset_rotate_left()
[all …]
/third_party/ffmpeg/libavfilter/
Daf_apulsator.c35 double amount; member
46 double amount; member
70 …{ "amount", "set modulation", OFFSET(amount), AV_OPT_TYPE_DOUBLE, {.dbl=1}, 0, …
125 return val * lfo->amount; in lfo_get_value()
137 const double amount = s->amount; in filter_frame() local
162 procL *= lfo_get_value(&s->lfoL) * 0.5 + amount / 2; in filter_frame()
163 procR *= lfo_get_value(&s->lfoR) * 0.5 + amount / 2; in filter_frame()
165 outL = procL + inL * (1 - amount); in filter_frame()
166 outR = procR + inR * (1 - amount); in filter_frame()
223 s->lfoL.amount = s->amount; in config_input()
[all …]
/third_party/libwebsockets/lib/roles/http/server/
Dfops-zip.c169 lws_filepos_t amount; in lws_fops_zip_scan() local
176 if (lws_vfs_file_read(priv->zip_fop_fd, &amount, buf, in lws_fops_zip_scan()
180 if (amount != ZE_DIRECTORY_LENGTH) in lws_fops_zip_scan()
206 if (lws_vfs_file_read(priv->zip_fop_fd, &amount, buf, in lws_fops_zip_scan()
210 if (amount != ZC_DIRECTORY_LENGTH) in lws_fops_zip_scan()
237 &amount, buf, (unsigned int)len)) in lws_fops_zip_scan()
239 if ((int)amount != len) in lws_fops_zip_scan()
252 &amount, buf, in lws_fops_zip_scan()
255 if (amount != ZL_HEADER_LENGTH) in lws_fops_zip_scan()
497 lws_fops_zip_read(lws_fop_fd_t fd, lws_filepos_t *amount, uint8_t *buf, in lws_fops_zip_read() argument
[all …]
/third_party/openssl/test/
Dbio_prefix_text.c39 static size_t amount = 0; variable
86 if (!BIO_write_ex(chain[amount - 1], buf, bytes_in, &bytes)) in run_pipe()
97 size_t n = amount; in setup_bio_chain()
129 BIO_free_all(chain[amount - 1]); in cleanup()
164 amount = strtoul(arg, &endptr, 10); in setup()
171 if (amount < 1) { in setup()
209 if (idx >= amount) { in setup()
211 progname, idx, amount - 1); in setup()
240 if (idx >= amount) { in setup()
242 progname, idx, amount - 1); in setup()
/third_party/libwebsockets/include/libwebsockets/
Dlws-vfs.h113 int (*LWS_FOP_READ)(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
116 int (*LWS_FOP_WRITE)(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
232 lws_vfs_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in lws_vfs_file_read() argument
235 return fop_fd->fops->LWS_FOP_READ(fop_fd, amount, buf, len); in lws_vfs_file_read()
246 lws_vfs_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount, in lws_vfs_file_write() argument
249 return fop_fd->fops->LWS_FOP_WRITE(fop_fd, amount, buf, len); in lws_vfs_file_write()
264 _lws_plat_file_read(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
267 _lws_plat_file_write(lws_fop_fd_t fop_fd, lws_filepos_t *amount,
272 uint8_t **buf, lws_filepos_t *amount);
/third_party/skia/third_party/externals/icu/source/i18n/
Dhebrwcal.cpp214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() argument
230 if (amount > 0) { in add()
232 month += amount; in add()
246 month += amount; in add()
266 Calendar::add(field, amount, status); in add()
274 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() argument
276 add((UCalendarDateFields)field, amount, status); in add()
311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() argument
324 int32_t newMonth = month + (amount % yearLength); in roll()
330 if (amount > 0 && month < ADAR_1 && newMonth >= ADAR_1) { in roll()
[all …]
/third_party/icu/icu4c/source/i18n/
Dhebrwcal.cpp214 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() argument
230 if (amount > 0) { in add()
232 month += amount; in add()
246 month += amount; in add()
266 Calendar::add(field, amount, status); in add()
274 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() argument
276 add((UCalendarDateFields)field, amount, status); in add()
311 void HebrewCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) in roll() argument
324 int32_t newMonth = month + (amount % yearLength); in roll()
330 if (amount > 0 && month < ADAR_1 && newMonth >= ADAR_1) { in roll()
[all …]
/third_party/curl/lib/
Dheaders.c43 size_t amount, in copy_header_external() argument
50 h->amount = amount; in copy_header_external()
72 size_t amount = 0; in curl_easy_header() local
92 amount++; in curl_easy_header()
97 if(!amount) in curl_easy_header()
99 else if(nameindex >= amount) in curl_easy_header()
102 if(nameindex == amount - 1) in curl_easy_header()
120 copy_header_external(hs, nameindex, amount, e_pick, in curl_easy_header()
136 size_t amount = 0; in curl_easy_nextheader() local
177 amount++; in curl_easy_nextheader()
[all …]
/third_party/skia/src/core/
DSkFontStream.cpp40 static bool read(SkStream* stream, void* buffer, size_t amount) { in read() argument
41 return stream->read(buffer, amount) == amount; in read()
44 static bool skip(SkStream* stream, size_t amount) { in skip() argument
45 return stream->skip(amount) == amount; in skip()
78 size_t amount = sizeof(SkSharedTTHeader) + ttcIndex * sizeof(uint32_t); in count_tables() local
79 header = (SkSharedTTHeader*)storage.reset(amount); in count_tables()
80 if (!read(stream, header, amount)) { in count_tables()
/third_party/curl/src/
Dtool_urlglob.c67 static int multiply(curl_off_t *amount, curl_off_t with) in multiply() argument
70 DEBUGASSERT(*amount >= 0); in multiply()
72 if((with <= 0) || (*amount <= 0)) { in multiply()
78 if(__builtin_mul_overflow(*amount, with, &sum)) in multiply()
81 sum = *amount * with; in multiply()
82 if(sum/with != *amount) in multiply()
86 *amount = sum; in multiply()
91 size_t *posp, curl_off_t *amount, in glob_set() argument
127 if(multiply(amount, pat->content.Set.size + 1)) in glob_set()
186 size_t *posp, curl_off_t *amount, in glob_range() argument
[all …]

12345678910>>...53