Home
last modified time | relevance | path

Searched defs:source (Results 1476 - 1500 of 1582) sorted by relevance

1...<<51525354555657585960>>...64

/third_party/ffmpeg/libavutil/
H A Dhwcontext_vulkan.c3272 AVVkFrame *source; member
/third_party/glslang/SPIRV/
H A DSpvBuilder.cpp2767 Id Builder::createRvalueSwizzle(Decoration precision, Id typeId, Id source, const std::vector<unsigned>& channels) in createRvalueSwizzle() argument
2789 createLvalueSwizzle(Id typeId, Id target, Id source, const std::vector<unsigned>& channels) createLvalueSwizzle() argument
3694 Id source = createCompositeExtract(rvalue, getContainedTypeId(getTypeId(rvalue)), i); global() local
3709 Id source = rvalue; global() local
[all...]
/third_party/backends/backend/
H A Dcanon_dr.h91 int source; /*fb,adf front,adf duplex,etc*/ member
H A Dumax_pp_low.c1200 Outsb (int port, unsigned char *source, in argument
1245 Outsw(int port, unsigned char *source, int size) Outsw() argument
2142 PS2bufferWrite(int size, unsigned char *source) PS2bufferWrite() argument
2970 EPPbufferWrite(int size, unsigned char *source) EPPbufferWrite() argument
3006 ECPbufferWrite(int size, unsigned char *source) ECPbufferWrite() argument
3094 bufferWrite(int size, unsigned char *source) bufferWrite() argument
3793 EPPWrite32Buffer(int size, unsigned char *source) EPPWrite32Buffer() argument
9544 computeCalibrationData(int color, int width, unsigned char *source, int *data) computeCalibrationData() argument
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c2447 source[]={ in doArabicShapingTest() local
2644 source[]={ doLamAlefSpecialVLTRArabicShapingTest() local
2795 source[]={ doTashkeelSpecialVLTRArabicShapingTest() local
2847 source[]={ doLOGICALArabicDeShapingTest() local
4804 const char* source; global() member
[all...]
H A Dcnumtst.c1173 const UChar * source; member
H A Dnucnvtst.c177 TestNextUChar(UConverter* cnv, const char* source, const char* limit, const int32_t results[], const char* message) in TestNextUChar() argument
207 TestNextUCharError(UConverter* cnv, const char* source, const char* limit, UErrorCode expected, const char* message) in TestNextUCharError() argument
363 static ETestConvertResult testConvertFromU( const UChar *source, int sourceLen, const uint8_t *expect, int expectLen, in testConvertFromU() argument
520 testConvertToU( const uint8_t *source, int sourcelen, const UChar *expect, int expectlen, const char *codepage, const int32_t *expectOffsets, UBool useFallback) testConvertToU() argument
1677 const char* source = NULL; TestSignatureDetection() local
1790 const char* source = NULL; TestSignatureDetection() local
1840 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestUTF7() local
1883 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestIMAP() local
1945 const char *source=(const char *)in,*limit=(const char *)in+sizeof(in); TestUTF8() local
2016 const char *source=(const char *)in,*limit=(const char *)in+sizeof(in); TestCESU8() local
2067 const char *source, *limit; TestUTF16() local
2116 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestUTF16BE() local
2170 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestUTF16LE() local
2235 const char *source, *limit; TestUTF32() local
2312 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestUTF32BE() local
2383 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestUTF32LE() local
2514 const char *source=(const char *)in; TestLATIN1() local
2547 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestSBCS() local
2589 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestDBCS() local
2640 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestMBCS() local
2675 const char *source = sourceData; TestICCRunout() local
2750 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestISO_2022() local
2781 TestSmallTargetBuffer(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv) TestSmallTargetBuffer() argument
2850 TestToAndFromUChars(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv) TestToAndFromUChars() argument
2897 TestSmallSourceBuffer(const uint16_t* source, const UChar* sourceLimit,UConverter* cnv) TestSmallSourceBuffer() argument
2972 TestGetNextUChar2022(UConverter* cnv, const char* source, const char* limit, const uint16_t results[], const char* message) TestGetNextUChar2022() argument
3009 const UChar*source = in; TestJitterbug930() local
3794 char source[] = { 0x1b,0x24,0x42,0x3d,0x45,0x1b,0x28,0x4a,0x0d,0x0a, TestJitterbug2346() local
4184 static const char* source = "\\x1b\\x24\\x29\\x43\\x6b\\x6b\\x6e\\x6e\\x6a\\x68\\x70\\x6f\\x69\\x75\\x79\\x71\\x77\\x65\\x68\\x67\\x0A" TestJitterbug2411() local
4699 const char *source=(const char *)in, *limit=(const char *)in+sizeof(in); TestEBCDIC_STATEFUL() local
4990 const char *source=(const char *)pszLMBCS; TestLMBCS() local
5519 const char* source = data; TestJB5275_1() local
5572 const char* source = data; TestJB5275() local
[all...]
/third_party/icu/icu4c/source/i18n/
H A DdecNumber.cpp4289 const Unit *source; /* .. */ in decDivideOp() local
6732 Unit *target, *source, *first; /* work */ global() local
[all...]
/third_party/mesa3d/include/CL/
H A Dcl.hpp5027 Program( const STRING_CLASS& source, bool build = false, cl_int* err = NULL) Program() argument
5062 Program( const Context& context, const STRING_CLASS& source, bool build = false, cl_int* err = NULL) Program() argument
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h70 unsigned source; member
/third_party/littlefs/
H A Dlfs.c1829 lfs_dir_split(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t split, uint16_t end) lfs_dir_split() argument
1901 lfs_dir_compact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_compact() argument
2074 lfs_dir_splittingcompact(lfs_t *lfs, lfs_mdir_t *dir, const struct lfs_mattr *attrs, int attrcount, lfs_mdir_t *source, uint16_t begin, uint16_t end) lfs_dir_splittingcompact() argument
[all...]
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c332 fixed_length_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) fixed_length_data_source_read_callback() argument
354 temporal_failure_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) temporal_failure_data_source_read_callback() argument
368 fail_data_source_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) fail_data_source_read_callback() argument
384 no_end_stream_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) no_end_stream_data_source_read_callback() argument
398 no_copy_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) no_copy_data_source_read_callback() argument
424 send_data_callback(nghttp2_session *session, nghttp2_frame *frame, const uint8_t *framehd, size_t length, nghttp2_data_source *source, void *user_data) send_data_callback() argument
558 defer_data_source_read_callback(nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) defer_data_source_read_callback() argument
5387 submit_data_twice_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) submit_data_twice_data_source_read_callback() argument
11585 pause_once_data_source_read_callback( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t len, uint32_t *data_flags, nghttp2_data_source *source, void *user_data) pause_once_data_source_read_callback() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A DdecNumber.cpp4289 const Unit *source; /* .. */ in decDivideOp() local
6732 Unit *target, *source, *first; /* work */ global() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dinstruction.h732 MoveOperands(const InstructionOperand& source, in MoveOperands() argument
741 const InstructionOperand& source() const { return source_; } in source() function in v8::internal::compiler::final
742 InstructionOperand& source() { return source_; } in source() function in v8::internal::compiler::final
[all...]
H A Dmid-tier-register-allocator.cc1269 void RegisterState::CopyFrom(RegisterIndex reg, RegisterState* source) { in CopyFrom() argument
3130 UnallocatedOperand* source = AllocateRegisters() local
[all...]
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.h374 TNode<Smi> BIntToSmi(TNode<BInt> source) { return source; } in BIntToSmi() argument
375 TNode<IntPtrT> BIntToIntPtr(TNode<BInt> source) { in BIntToIntPtr() argument
378 TNode<BInt> SmiToBInt(TNode<Smi> source) { return source; } in SmiToBInt() argument
379 TNode<BInt> IntPtrToBInt(TNode<IntPtrT> source) { in IntPtrToBInt() argument
383 TNode<Smi> BIntToSmi(TNode<BInt> source) { retur argument
384 BIntToIntPtr(TNode<BInt> source) BIntToIntPtr() argument
385 SmiToBInt(TNode<Smi> source) SmiToBInt() argument
386 IntPtrToBInt(TNode<IntPtrT> source) IntPtrToBInt() argument
[all...]
/third_party/node/deps/v8/src/codegen/mips64/
H A Dmacro-assembler-mips64.cc1133 MemOperand source = rs; in CallRecordWriteStub() local
1168 MemOperand source = rs; in CallRecordWriteStub() local
1183 MemOperand source = rs; CallRecordWriteStub() local
1217 MemOperand source = rs; CallRecordWriteStub() local
1253 MemOperand source = rs; CallRecordWriteStub() local
1281 MemOperand source = rs; CallRecordWriteStub() local
1316 MemOperand source = rs; CallRecordWriteStub() local
1379 MemOperand source = rs; CallRecordWriteStub() local
1385 MemOperand source = rs; CallRecordWriteStub() local
1391 MemOperand source = rs; CallRecordWriteStub() local
1397 MemOperand source = rs; CallRecordWriteStub() local
1403 MemOperand source = rs; CallRecordWriteStub() local
1409 MemOperand source = rs; CallRecordWriteStub() local
1415 MemOperand source = rs; CallRecordWriteStub() local
1421 MemOperand source = rs; CallRecordWriteStub() local
1427 MemOperand source = rs; CallRecordWriteStub() local
1433 MemOperand source = rs; CallRecordWriteStub() local
1439 MemOperand source = rs; CallRecordWriteStub() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dmacro-assembler-arm64.cc2999 DecompressTaggedPointer(const Register& destination, const Register& source) TruncateDoubleToI() argument
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.cc598 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument
622 DecompressAnyTagged(Register destination, Register source) DecompressAnyTagged() argument
/third_party/node/deps/v8/src/codegen/loong64/
H A Dmacro-assembler-loong64.cc875 MemOperand source = rj; in CallRecordWriteStub() local
885 MemOperand source = rj; in CallRecordWriteStub() local
895 MemOperand source = rj; CallRecordWriteStub() local
905 MemOperand source = rj; CallRecordWriteStub() local
915 MemOperand source = rj; CallRecordWriteStub() local
925 MemOperand source = rj; CallRecordWriteStub() local
935 MemOperand source = rj; CallRecordWriteStub() local
952 MemOperand source = rj; CallRecordWriteStub() local
962 MemOperand source = rj; CallRecordWriteStub() local
979 MemOperand source = rj; CallRecordWriteStub() local
996 MemOperand source = rj; CallRecordWriteStub() local
2111 ExtractBits(Register dest, Register source, Register pos, int size, bool sign_extend) CallRecordWriteStub() argument
2133 InsertBits(Register dest, Register source, Register pos, int size) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/codegen/x64/
H A Dmacro-assembler-x64.cc49 void MacroAssembler::Load(Register destination, ExternalReference source) { in Load() argument
65 void MacroAssembler::Store(ExternalReference destination, Register source) { in Store() argument
70 movq(Operand(kRootRegister, static_cast<int32_t>(delta)), source); in Store() local
78 movq(ExternalReferenceAsOperand(destination), source); in Store() local
105 LoadAddress(Register destination, ExternalReference source) LoadAddress() argument
154 PushAddress(ExternalReference source) PushAddress() argument
321 DecompressTaggedPointer(Register destination, Register source) DecompressTaggedPointer() argument
1239 GetSmiConstant(Smi source) CallRecordWriteStub() argument
1454 Push(Smi source) CallRecordWriteStub() argument
1475 Move(Register dst, Smi source) CallRecordWriteStub() argument
1615 Cmp(Register dst, Handle<Object> source) CallRecordWriteStub() argument
1624 Cmp(Operand dst, Handle<Object> source) CallRecordWriteStub() argument
1652 Push(Handle<HeapObject> source) CallRecordWriteStub() argument
[all...]
/third_party/node/deps/v8/src/execution/ppc/
H A Dsimulator-ppc.cc4134 uint32_t source = condition_reg_; in ExecuteGeneric() local
/third_party/node/deps/v8/src/objects/
H A Dintl-objects.cc2932 FormatRangeSource source = FormatRangeSource::kShared; in GetSource() local
2948 Handle<String> Intl::SourceString(Isolate* isolate, FormatRangeSource source) { in SourceString() argument
H A Djs-objects.cc273 FastAssign( Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) FastAssign() argument
414 SetOrCopyDataProperties( Isolate* isolate, Handle<JSReceiver> target, Handle<Object> source, PropertiesEnumerationMode mode, const base::ScopedVector<Handle<Object>>* excluded_properties, bool use_set) SetOrCopyDataProperties() argument
5643 Object source = script_object.source(); GetSource() local
[all...]
/third_party/node/deps/v8/src/torque/
H A Dtorque-parser.cc30 std::string source; member

Completed in 125 milliseconds

1...<<51525354555657585960>>...64