/third_party/curl/docs/examples/ |
H A D | headerapi.c | 72 printf(" %s: %s (%u)\n", h->name, h->value, (int)h->amount); in main()
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
H A D | tmutamt.h | 16 * \brief C++ API: time unit amount object. 56 * Construct TimeUnitAmount object with the given numeric amount and the 58 * @param amount a numeric amount. 59 * @param timeUnitField the time unit field on which a time unit amount 67 TimeUnitAmount(double amount, TimeUnit::UTimeUnitFields timeUnitField,
|
/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | tmutamt.h | 16 * \brief C++ API: time unit amount object. 56 * Construct TimeUnitAmount object with the given numeric amount and the 58 * @param amount a numeric amount. 59 * @param timeUnitField the time unit field on which a time unit amount 67 TimeUnitAmount(double amount, TimeUnit::UTimeUnitFields timeUnitField,
|
/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
H A D | tmutamt.h | 16 * \brief C++ API: time unit amount object. 56 * Construct TimeUnitAmount object with the given numeric amount and the 58 * @param amount a numeric amount. 59 * @param timeUnitField the time unit field on which a time unit amount 67 TimeUnitAmount(double amount, TimeUnit::UTimeUnitFields timeUnitField,
|
/third_party/python/Lib/ |
H A D | pstats.py | 327 # Optional "amount" is either a line count, or a percentage of lines. 414 def print_stats(self, *amount): 428 width, list = self.get_print_list(amount) 437 def print_callees(self, *amount): 438 width, list = self.get_print_list(amount) 452 def print_callers(self, *amount): 453 width, list = self.get_print_list(amount)
|
/third_party/pulseaudio/src/pulsecore/filter/ |
H A D | lfe-filter.c | 169 void pa_lfe_filter_rewind(pa_lfe_filter_t *f, size_t amount) { in pa_lfe_filter_rewind() argument 171 size_t samples = amount / pa_frame_size(&f->ss); in pa_lfe_filter_rewind()
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | CodedInputStream.php | 71 private function advance($amount) 73 $this->current += $amount;
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 1470 Register src, Register amount, in EmitShiftOperation() 1472 LiftoffRegList pinned = {dst, src, amount}; in EmitShiftOperation() 1477 if (amount != ecx) assm->mov(ecx, amount); in EmitShiftOperation() 1483 // Move amount into ecx. If ecx is in use, move its content to a tmp register in EmitShiftOperation() 1486 if (amount != ecx) { in EmitShiftOperation() 1493 assm->mov(ecx, amount); in EmitShiftOperation() 1506 Register amount) { in emit_i32_shl() 1507 liftoff::EmitShiftOperation(this, dst, src, amount, &Assembler::shl_cl); in emit_i32_shl() 1511 int32_t amount) { in emit_i32_shli() 1469 EmitShiftOperation(LiftoffAssembler* assm, Register dst, Register src, Register amount, void (Assembler::*emit_shift)(Register)) EmitShiftOperation() argument 1505 emit_i32_shl(Register dst, Register src, Register amount) emit_i32_shl() argument 1510 emit_i32_shli(Register dst, Register src, int32_t amount) emit_i32_shli() argument 1516 emit_i32_sar(Register dst, Register src, Register amount) emit_i32_sar() argument 1521 emit_i32_sari(Register dst, Register src, int32_t amount) emit_i32_sari() argument 1527 emit_i32_shr(Register dst, Register src, Register amount) emit_i32_shr() argument 1532 emit_i32_shri(Register dst, Register src, int32_t amount) emit_i32_shri() argument 1699 Emit64BitShiftOperation( LiftoffAssembler* assm, LiftoffRegister dst, LiftoffRegister src, Register amount, void (TurboAssembler::*emit_shift)(Register, Register)) Emit64BitShiftOperation() argument 1737 emit_i64_shl(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shl() argument 1743 emit_i64_shli(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shli() argument 1756 emit_i64_sar(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_sar() argument 1762 emit_i64_sari(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_sari() argument 1775 emit_i64_shr(LiftoffRegister dst, LiftoffRegister src, Register amount) emit_i64_shr() argument 1781 emit_i64_shri(LiftoffRegister dst, LiftoffRegister src, int32_t amount) emit_i64_shri() argument [all...] |
/third_party/curl/tests/libtest/ |
H A D | lib1945.c | 40 (int)header->index, (int)header->amount); in showem()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-assembler.h | 830 inline void emit_i32_shl(Register dst, Register src, Register amount); 831 inline void emit_i32_shli(Register dst, Register src, int32_t amount); 832 inline void emit_i32_sar(Register dst, Register src, Register amount); 833 inline void emit_i32_sari(Register dst, Register src, int32_t amount); 834 inline void emit_i32_shr(Register dst, Register src, Register amount); 835 inline void emit_i32_shri(Register dst, Register src, int32_t amount); 873 Register amount); 875 int32_t amount); 877 Register amount); 879 int32_t amount); 916 emit_ptrsize_shri(Register dst, Register src, int amount) emit_ptrsize_shri() argument 918 emit_i64_shri(LiftoffRegister(dst), LiftoffRegister(src), amount); emit_ptrsize_shri() local [all...] |
/third_party/vixl/src/aarch32/ |
H A D | instructions-aarch32.h | 1076 bool IsValidAmount(uint32_t amount) const; 1093 ImmediateShiftOperand(Shift shift, uint32_t amount) 1094 : Shift(shift), amount_(amount) { 1098 VIXL_ASSERT(amount <= 31); 1101 VIXL_ASSERT(amount > 0); 1102 VIXL_ASSERT(amount <= 31); 1106 VIXL_ASSERT(amount > 0); 1107 VIXL_ASSERT(amount <= 32); 1110 VIXL_ASSERT(amount == 0); 1119 ImmediateShiftOperand(int shift, int amount); [all...] |
/third_party/node/deps/v8/src/heap/ |
H A D | heap-inl.h | 559 size_t amount) { in IncrementExternalBackingStoreBytes() 560 base::CheckedIncrement(&backing_store_bytes_, static_cast<uint64_t>(amount), in IncrementExternalBackingStoreBytes() 567 size_t amount) { in DecrementExternalBackingStoreBytes() 568 base::CheckedDecrement(&backing_store_bytes_, static_cast<uint64_t>(amount), in DecrementExternalBackingStoreBytes() 558 IncrementExternalBackingStoreBytes(ExternalBackingStoreType type, size_t amount) IncrementExternalBackingStoreBytes() argument 566 DecrementExternalBackingStoreBytes(ExternalBackingStoreType type, size_t amount) DecrementExternalBackingStoreBytes() argument
|
H A D | spaces.h | 129 ExternalBackingStoreType type, Space* from, Space* to, size_t amount); 164 size_t amount); 167 size_t amount); 169 // Returns amount of off-heap memory in-use by objects in this Space.
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-client.c | 1037 lws_filepos_t amount = 0; local 1042 ca_mem_len, &up1, &amount)) { 1050 client_CA = d2i_X509(NULL, &up, (int)amount); 1052 client_CA = d2i_X509(NULL, &up, (long)amount); 1056 lwsl_hexdump_notice(up1, (size_t)amount);
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-lwsac.h | 205 * \param amount: amount to try to increase usage for 208 * by amount and return 0, or fail and return 1. 226 * (lwsac doesn't know it) and increment by amount if the extend call succeeds 232 lwsac_extend(struct lwsac *head, size_t amount);
|
/third_party/node/deps/openssl/openssl/ms/ |
H A D | uplink-ia64.pl | 53 OPENSSL_UplinkTable: data8 $N // amount of following entries
|
/third_party/openssl/ms/ |
H A D | uplink-ia64.pl | 53 OPENSSL_UplinkTable: data8 $N // amount of following entries
|
/third_party/skia/modules/skottie/src/text/ |
H A D | TextAnimator.h | 98 ResolvedProps modulateProps(const ResolvedProps&, float amount) const;
|
/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | crypto.rs | 52 amount: c_int, in CRYPTO_add_lock()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_acrusher.c | 30 double amount; member 206 return val * lfo->amount; in lfo_get() 296 s->lfo.amount = .5; in config_input()
|
/third_party/pulseaudio/src/modules/ |
H A D | module-remap-sink.c | 188 size_t amount = 0; in sink_input_process_rewind_cb() local 199 amount = PA_MIN(u->sink->thread_info.rewind_nbytes, nbytes); in sink_input_process_rewind_cb() 203 pa_sink_process_rewind(u->sink, amount); in sink_input_process_rewind_cb()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 503 void Expand(const float amount) { Min.x -= amount; Min.y -= amount; Max.x += amount; Max.y += amount; } in Expand() 504 void Expand(const ImVec2& amount) { Min.x -= amount.x; Min.y -= amount.y; Max.x += amount.x; Max.y += amount in Expand() [all...] |
/third_party/icu/icu4c/source/test/intltest/ |
H A D | fldset.cpp | 174 void FieldsSet::set(int32_t field, int32_t amount) { in set() argument 178 fValue[field] = amount; in set()
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-cose-sign/ |
H A D | main.c | 20 size_t *amount) in _alloc_file() 62 *amount = s; in _alloc_file() 19 _alloc_file(struct lws_context *context, const char *filename, uint8_t **buf, size_t *amount) _alloc_file() argument
|
/third_party/mesa3d/src/mesa/main/ |
H A D | syncobj.c | 194 int amount) in _mesa_unref_sync_object() 199 syncObj->RefCount -= amount; in _mesa_unref_sync_object() 193 _mesa_unref_sync_object(struct gl_context *ctx, struct gl_sync_object *syncObj, int amount) _mesa_unref_sync_object() argument
|