Home
last modified time | relevance | path

Searched defs:target (Results 2326 - 2350 of 4126) sorted by relevance

1...<<919293949596979899100>>...166

/third_party/mesa3d/src/gallium/drivers/nouveau/
H A Dnouveau_video.c404 nouveau_decoder_begin_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nouveau_decoder_begin_frame() argument
411 nouveau_decoder_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *pipe_mb, unsigned num_macroblocks) nouveau_decoder_decode_macroblock() argument
458 nouveau_decoder_end_frame(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nouveau_decoder_end_frame() argument
H A Dnouveau_vp3_video.h159 nouveau_vp3_video_addr(struct nouveau_vp3_decoder *dec, struct nouveau_vp3_video_buffer *target) in nouveau_vp3_video_addr() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video.c132 struct nv84_video_buffer *target = (struct nv84_video_buffer *)video_target; in nv84_decoder_decode_bitstream_h264() local
148 nv84_decoder_begin_frame_h264(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_begin_frame_h264() argument
155 nv84_decoder_end_frame_h264(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_end_frame_h264() argument
182 nv84_decoder_begin_frame_mpeg12(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_begin_frame_mpeg12() argument
205 nv84_decoder_end_frame_mpeg12(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture) nv84_decoder_end_frame_mpeg12() argument
216 nv84_decoder_decode_macroblock(struct pipe_video_codec *decoder, struct pipe_video_buffer *target, struct pipe_picture_desc *picture, const struct pipe_macroblock *macroblocks, unsigned num_macroblocks) nv84_decoder_decode_macroblock() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcintltst.c510 char *newString,*targetLimit,*target; in aescstrdup() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Dpkgitems.cpp167 char target[200]; in checkIDSuffix() local
130 makeTargetName(const char *itemName, const char *id, int32_t idLength, const char *suffix, char *target, int32_t capacity, UErrorCode *pErrorCode) makeTargetName() argument
[all...]
/third_party/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
H A DCharsetLMBCS.java755 protected CoderResult decodeLoop(ByteBuffer source, CharBuffer target, IntBuffer offsets, boolean flush) { in decodeLoop() argument
936 protected CoderResult encodeLoop(CharBuffer source, ByteBuffer target, IntBuffer offsets, boolean flush) { in encodeLoop() argument
[all...]
/third_party/lwip/src/apps/snmp/
H A Dsnmp_core.c548 snmp_oid_assign(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_assign() argument
566 snmp_oid_prefix(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) in snmp_oid_prefix() argument
591 snmp_oid_combine(struct snmp_obj_id *target, const u32_t *oid1, u8_t oid1_len, const u32_t *oid2, u8_t oid2_len) snmp_oid_combine() argument
604 snmp_oid_append(struct snmp_obj_id *target, const u32_t *oid, u8_t oid_len) snmp_oid_append() argument
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dflow.c70 static int remove_other_phisources(struct basic_block *bb, struct multijmp_list *list, struct basic_block *target) in remove_other_phisources() argument
134 static int bb_depends_on(struct basic_block *target, struc argument
153 bb_depends_on_phi(struct basic_block *target, struct basic_block *src) bb_depends_on_phi() argument
239 struct basic_block *source, *target; try_to_simplify_bb() local
322 struct basic_block *target = *target_p, *final; simplify_branch_branch() local
394 pseudo_t target; convert_instruction_target() local
609 pseudo_t target = insn->target; kill_defs() local
700 struct basic_block *target = br->bb_true; rewrite_branch_bb() local
795 convert_to_jump(struct instruction *insn, struct basic_block *target) convert_to_jump() argument
830 retarget_parents(struct basic_block *bb, struct basic_block *target) retarget_parents() argument
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dnode-properties.cc333 ObjectRef target = mtarget.Ref(broker); in GetJSCreateMap() local
H A Djs-inlining.cc57 Node* target() const { in target() function in v8::internal::compiler::JSCallAccessor
297 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); in DetermineCallTarget() local
352 Node* target = node->InputAt(JSCallOrConstructNode::TargetIndex()); DetermineCallContext() local
[all...]
H A Djs-inlining-heuristic.cc611 Node* target = callee->InputAt(i); in TryReuseDispatch() local
669 Node* target = jsgraph()->Constant(candidate.functions[i].value()); CreateOrReuseDispatch() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins-call-gen.cc110 auto target = Parameter<Object>(Descriptor::kFunction); in TF_BUILTIN() local
124 auto target = Parameter<Object>(Descriptor::kFunction); in TF_BUILTIN() local
137 auto target = Parameter<Object>(Descriptor::kFunction); in TF_BUILTIN() local
148 CallOrConstructWithArrayLike( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> arguments_list, TNode<Context> context) CallOrConstructWithArrayLike() argument
324 CallOrConstructDoubleVarargs( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<FixedDoubleArray> elements, TNode<Int32T> length, TNode<Int32T> args_count, TNode<Context> context, TNode<Int32T> kind) CallOrConstructDoubleVarargs() argument
353 CallOrConstructWithSpread( TNode<Object> target, base::Optional<TNode<Object>> new_target, TNode<Object> spread, TNode<Int32T> args_count, TNode<Context> context) CallOrConstructWithSpread() argument
487 auto target = Parameter<Object>(Descriptor::kFunction); CallReceiver() local
504 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
512 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
525 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
534 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
549 auto target = Parameter<Object>(Descriptor::kTarget); TF_BUILTIN() local
[all...]
H A Dbuiltins.cc474 bool Builtins::AllowDynamicFunction(Isolate* isolate, Handle<JSFunction> target, in AllowDynamicFunction() argument
H A Dbuiltins-typed-array-gen.cc89 auto target = Parameter<JSFunction>(Descriptor::kJSTarget); in TF_BUILTIN() local
/third_party/node/deps/v8/src/codegen/ia32/
H A Dmacro-assembler-ia32.h147 void Call(Label* target) { call(target); } in Call() argument
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.h379 void Call(Label* target) { call(target); } in Call() argument
/third_party/node/deps/v8/src/heap/
H A Dscavenger.cc70 Code target = Code::GetCodeFromTargetAddress(rinfo->target_address()); variable
109 HandleSlot(HeapObject host, THeapObjectSlot slot, HeapObject target) HandleSlot() argument
582 IterateAndScavengePromotedObject(HeapObject target, Map map, int size) IterateAndScavengePromotedObject() argument
676 HeapObject target = entry.heap_object; Process() local
[all...]
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc296 int target = ((offs << n_bits) << (32 - kOffsLowBits - n_bits)) >> in PrintPCOffs16() local
306 int target = in PrintPCOffs21() local
317 int target = in PrintPCOffs26() local
/third_party/node/deps/v8/src/maglev/
H A Dmaglev-code-generator.cc136 void EmitSingleParallelMove(Register source, Register target, in EmitSingleParallelMove() argument
143 RecursivelyEmitParallelMoveChain(Register chain_start, Register source, Register target, RegisterMoves& moves) RecursivelyEmitParallelMoveChain() argument
172 Register target = moves[source.code()]; EmitParallelMoveChain() local
179 EmitStackToRegisterGapMove(compiler::InstructionOperand source, Register target) EmitStackToRegisterGapMove() argument
204 RecordGapMove(compiler::AllocatedOperand source, compiler::AllocatedOperand target, RegisterMoves& register_moves, StackToRegisterMoves& stack_to_register_moves) RecordGapMove() argument
227 BasicBlock* target = node->target(); EmitBlockEndGapMoves() local
272 compiler::AllocatedOperand target = EmitBlockEndGapMoves() local
[all...]
H A Dmaglev-graph-builder.h329 void StoreRegister(interpreter::Register target, NodeT* value) { in StoreRegister() argument
/third_party/node/deps/v8/src/objects/
H A Dtransitions.cc41 Insert(Isolate* isolate, Handle<Map> map, Handle<Name> name, Handle<Map> target, SimpleTransitionFlag flag) Insert() argument
269 Map target = SearchTransition(*name, PropertyKind::kData, attributes); FindTransitionToDataProperty() local
291 Map target = Map::cast(raw_transitions_->GetHeapObjectAssumeWeak()); ForEachTransitionTo() local
322 IsMatchingMap(Map target, Name name, PropertyKind kind, PropertyAttributes attributes) IsMatchingMap() argument
344 MaybeObject target = array.Get(header + i); CompactPrototypeTransitionArray() local
428 MaybeObject target = GetPrototypeTransition() local
545 Map target = GetSimpleTransition(isolate, map); EnsureHasFullTransitionArray() local
591 MaybeObject target = proto_trans.Get(index); TraverseTransitionTreeInternal() local
619 Map target = old_transitions.GetTarget(i); CheckNewTransitionsAreConsistent() local
[all...]
/third_party/node/deps/v8/src/runtime/
H A Druntime-object.cc146 Handle<Map> target = target_maps[i]; in GeneralizeAllTransitionsToFieldAsMutable() local
1049 Handle<JSFunction> target = args.at<JSFunction>(0); RUNTIME_FUNCTION() local
1059 Handle<JSFunction> target = args.at<JSFunction>(0); RUNTIME_FUNCTION() local
1261 Handle<JSReceiver> target = args.at<JSReceiver>(0); RUNTIME_FUNCTION() local
1279 Handle<JSObject> target = args.at<JSObject>(0); RUNTIME_FUNCTION() local
1370 Handle<JSObject> target = RUNTIME_FUNCTION() local
[all...]
H A Druntime-wasm.cc753 Handle<WasmContinuationObject> target = in RUNTIME_FUNCTION() local
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_gmem.c628 emit_conditional_ib(struct fd_batch *batch, const struct fd_tile *tile, struct fd_ringbuffer *target) emit_conditional_ib() argument
H A Dfd6_emit.c881 struct fd_stream_output_target *target = variable

Completed in 31 milliseconds

1...<<919293949596979899100>>...166