Home
last modified time | relevance | path

Searched defs:input (Results 1501 - 1525 of 2049) sorted by relevance

1...<<61626364656667686970>>...82

/third_party/node/deps/brotli/c/enc/
H A Dcompress_fragment_two_pass.c239 static BROTLI_INLINE void CreateCommands(const uint8_t* input, in CreateCommands() argument
524 ShouldCompress( const uint8_t* input, size_t input_size, size_t num_literals) ShouldCompress() argument
548 EmitUncompressedMetaBlock(const uint8_t* input, size_t input_size, size_t* storage_ix, uint8_t* storage) EmitUncompressedMetaBlock() argument
557 BrotliCompressFragmentTwoPassImpl( MemoryManager* m, const uint8_t* input, size_t input_size, BROTLI_BOOL is_last, uint32_t* command_buf, uint8_t* literal_buf, int* table, size_t table_bits, size_t min_match, size_t* storage_ix, uint8_t* storage) BrotliCompressFragmentTwoPassImpl() argument
[all...]
/third_party/node/deps/icu-small/source/common/
H A Drbbi.cpp511 RuleBasedBreakIterator &RuleBasedBreakIterator::refreshInputText(UText *input, UErrorCode &status) { in refreshInputText() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Duspoof_impl.cpp270 void SpoofImpl::getResolvedScriptSet(const UnicodeString& input, ScriptSet& result, UErrorCode& status) const { in getResolvedScriptSet() argument
276 void SpoofImpl::getResolvedScriptSetWithout(const UnicodeString& input, UScriptCode script, ScriptSet& result, UErrorCode& status) const { in getResolvedScriptSetWithout() argument
297 void SpoofImpl::getNumerics(const UnicodeString& input, UnicodeSet& result, UErrorCode& /*status*/) const { in getNumerics() argument
314 URestrictionLevel SpoofImpl::getRestrictionLevel(const UnicodeString& input, UErrorCode& status) const { in getRestrictionLevel() argument
368 findHiddenOverlay(const UnicodeString& input, UErrorCode&) const findHiddenOverlay() argument
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dlistformattertest.cpp634 UnicodeString input[4] = { u"rouge", u"jaune", u"bleu", u"vert" }; in TestDifferentStyles() local
/third_party/libphonenumber/cpp/src/phonenumbers/
H A Dasyoutypeformatter.cc62 MatchAllGroups(const string& pattern, const string& input, const AbstractRegExpFactory& regexp_factory, RegExpCache* cache, string* group) MatchAllGroups() argument
/third_party/node/deps/v8/src/compiler/
H A Dint64-lowering.cc62 Node* input = top.node->InputAt(top.input_index++); in LowerGraph() local
434 Node* input = node->InputAt(0); LowerNode() local
617 Node* input = node->InputAt(0); LowerNode() local
631 Node* input = node->InputAt(0); LowerNode() local
641 Node* input = node->InputAt(0); LowerNode() local
673 Node* input = node->InputAt(0); LowerNode() local
705 Node* input = node->InputAt(0); LowerNode() local
826 Node* input = node->InputAt(0); LowerNode() local
846 Node* input = node->InputAt(0); LowerNode() local
872 Node* input = node->InputAt(0); LowerNode() local
917 Node* input = node->InputAt(0); LowerNode() local
927 Node* input = node->InputAt(0); LowerNode() local
944 Node* input = node->InputAt(0); LowerNode() local
1031 Node* input = node->InputAt(0); LowerNode() local
1039 Node* input = node->InputAt(0); LowerNode() local
1049 Node* input = node->InputAt(1); LowerNode() local
1082 Node* input = node->InputAt(i); DefaultLowering() local
[all...]
H A Dtyped-optimization.cc157 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckHeapObject() local
193 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckBounds() local
209 Node* const input = NodeProperties::GetValueInput(node, 0); in ReduceCheckNotTaggedHole() local
246 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceCheckNumber() local
256 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceCheckString() local
311 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceNumberFloor() local
347 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceNumberRoundop() local
356 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceNumberSilenceNaN() local
365 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceNumberToUint8Clamped() local
555 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceStringLength() local
668 Node* const input = NodeProperties::GetValueInput(node, 0); ReduceSpeculativeToNumber() local
679 Node* const input = node->InputAt(0); ReduceTypeOf() local
705 Node* const input = node->InputAt(0); ReduceToBoolean() local
809 ReduceJSToNumberInput(Node* input) ReduceJSToNumberInput() argument
[all...]
H A Dstore-store-elimination.cc445 Node* input = NodeProperties::GetEffectInput(node, i); in VisitEffectfulNode() local
H A Dverifier.cc79 Node* input = NodeProperties::GetValueInput(node, i); in CheckValueInputIs() local
332 Node* input = NodeProperties::GetControlInput(node, 0); Check() local
339 Node* input = NodeProperties::GetControlInput(node, 0); Check() local
459 Node* input = NodeProperties::GetValueInput(node, 0); Check() local
1941 Node* input = node->InputAt(j); CheckInputsDominate() local
2159 Node* input = NodeProperties::GetFrameStateInput(node); VerifyNode() local
2167 Node* input = NodeProperties::GetEffectInput(node, i); VerifyNode() local
2173 Node* input = NodeProperties::GetControlInput(node, i); VerifyNode() local
[all...]
H A Djs-inlining.cc217 NodeProperties::MergeControlToEnd(graph(), common(), input); in InlineCall() local
[all...]
H A Djs-inlining-heuristic.cc324 Node* input = state_values->InputAt(i); in CollectStateValuesOwnedUses() local
349 Node* input = state_values->InputAt(i); in DuplicateStateValuesAndRename() local
[all...]
H A Dloop-analysis.cc231 Node* input = node->InputAt(i); in PropagateBackward() local
658 Node* input = edge.to(); in FindSmallInnermostLoopFromHeader() local
[all...]
H A Dschedule.cc275 void Schedule::AddTailCall(BasicBlock* block, Node* input) { in AddTailCall() argument
282 void Schedule::AddReturn(BasicBlock* block, Node* input) { in AddReturn() argument
289 void Schedule::AddDeoptimize(BasicBlock* block, Node* input) { in AddDeoptimize() argument
296 void Schedule::AddThrow(BasicBlock* block, Node* input) { in AddThrow() argument
369 Node* input in EliminateRedundantPhiNodes() local
[all...]
/third_party/node/deps/v8/src/bigint/
H A Dmul-fft.cc94 void ShiftModFn_Large(digit_t* result, const digit_t* input, int digit_shift, in ShiftModFn_Large() argument
181 ShiftModFn(digit_t* result, const digit_t* input, int power_of_two, int K, int zero_above = 0x7FFFFFFF) ShiftModFn() argument
658 digit_t* input = part_[k]; CounterWeightAndRecombine() local
[all...]
/third_party/node/deps/v8/src/interpreter/
H A Dbytecode-register-optimizer.cc315 Register input = input_info->register_value(); in OutputRegisterTransfer() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-ir.cc73 void UseRegister(Input& input) { in UseRegister() argument
78 void UseAny(Input& input) { in UseAny() argument
84 void UseFixed(Input& input, Register reg) { in UseFixed() argument
93 void PushInput(MaglevCodeGenState* code_gen_state, const Input& input) { in PushInput() argument
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc416 ExecuteForTesting( String input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate, JSRegExp regexp) ExecuteForTesting() argument
428 Execute( String input, int start_offset, const byte* input_start, const byte* input_end, int* output, int output_size, Isolate* isolate, JSRegExp regexp) Execute() argument
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc1412 Handle<Object> input = args.at(0); in RUNTIME_FUNCTION() local
1419 Handle<Object> input = args.at(0); in RUNTIME_FUNCTION() local
1426 Handle<Object> input = args.at(0); in RUNTIME_FUNCTION() local
1433 Handle<Object> input = args.at(0); in RUNTIME_FUNCTION() local
1440 Handle<Object> input = args.at(0); in RUNTIME_FUNCTION() local
[all...]
/third_party/node/deps/v8/src/utils/
H A Dutils.h641 T FpOpWorkaround(T input, T value) { in FpOpWorkaround() argument
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_format_soa.c130 LLVMValueRef input = packed; in lp_build_extract_soa_chan() local
376 LLVMValueRef input; lp_build_rgba8_to_fi32_soa() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_from_nir.cpp1179 bool input; in getSlotAddress() local
936 calcSlots(const glsl_type *type, Program::Type stage, const shader_info &info, bool input, const nir_variable *var) calcSlots() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_gs.c389 struct vertex_header *input[PIPE_MAX_VERTEX_STREAMS]; llvm_gs_run() local
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
H A Dir2_private.h175 struct ir2_reg input[16 + 1]; /* 16 + param */ member
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
H A Dradeon_pair_regalloc.c254 static void alloc_input_simple(void * data, unsigned int input, in alloc_input_simple() argument
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs425 public void AddEntriesFrom(CodedInputStream input, Codec codec) in AddEntriesFrom() argument
688 public void MergeFrom(CodedInputStream input) in MergeFrom() argument

Completed in 37 milliseconds

1...<<61626364656667686970>>...82