Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 761) sorted by relevance

12345678910>>...31

/AOO41X/main/solenv/inc/
H A D_tg_scp.mk27 @@-$(MKDIRHIER) $(@:d:d)
35 …LINK) $(SCPLINKFLAGS) @@$(mktmp $(foreach,i,$(SCP1FILES) $(subst,$(@:d:d:d), $(@:d:d))/$(i:+",")))…
45 @@-$(MKDIRHIER) $(@:d:d)
53 …LINK) $(SCPLINKFLAGS) @@$(mktmp $(foreach,i,$(SCP2FILES) $(subst,$(@:d:d:d), $(@:d:d))/$(i:+",")))…
63 @@-$(MKDIRHIER) $(@:d:d)
71 …LINK) $(SCPLINKFLAGS) @@$(mktmp $(foreach,i,$(SCP3FILES) $(subst,$(@:d:d:d), $(@:d:d))/$(i:+",")))…
81 @@-$(MKDIRHIER) $(@:d:d)
89 …LINK) $(SCPLINKFLAGS) @@$(mktmp $(foreach,i,$(SCP4FILES) $(subst,$(@:d:d:d), $(@:d:d))/$(i:+",")))…
99 @@-$(MKDIRHIER) $(@:d:d)
107 …LINK) $(SCPLINKFLAGS) @@$(mktmp $(foreach,i,$(SCP5FILES) $(subst,$(@:d:d:d), $(@:d:d))/$(i:+",")))…
[all …]
H A Dpstrules.mk132 @@-$(MKDIR) $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}
134 …SCPDEFS) -DDLLPOSTFIX=$(DLLPOSTFIX) $(*:b).scp > $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre
138 …PDEFS) -DDLLPOSTFIX=$(DLLPOSTFIX) $(*:b).scp > $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre
141 …-I$(INCGUI) -I$(INCCOM) $(SOLARINC) $(*:b).scp > $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre
144 …R) $(MISC))/$(TARGET)/$(@:b).$(LANGFILEEXT)} -s $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre…
146 …-l {$(MISC)/$(TARGET)/$(@:b).$(LANGFILEEXT)} -s $(MISC)/{$(subst,$(@:d:d:d), $(@:d:d))}/$(*:b).pre…
H A D_tg_app.mk273 $(COMMAND_ECHO)+$(TYPE) $(@) $(@:d)unloader.exe > $(@:d)_new.exe
275 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
533 $(COMMAND_ECHO)+$(TYPE) $(@) $(@:d)unloader.exe > $(@:d)_new.exe
535 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
793 $(COMMAND_ECHO)+$(TYPE) $(@) $(@:d)unloader.exe > $(@:d)_new.exe
795 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
1053 $(COMMAND_ECHO)+$(TYPE) $(@) $(@:d)unloader.exe > $(@:d)_new.exe
1055 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
1313 $(COMMAND_ECHO)+$(TYPE) $(@) $(@:d)unloader.exe > $(@:d)_new.exe
1315 $(COMMAND_ECHO)+$(RENAME) $(@:d)_new.exe $(@:d)loader.exe
[all …]
/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dhash.cxx76 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 … in subRound() argument
81 case 1: e += f1( b, c, d );break; in subRound()
83 case 4: e += f2( b, c, d );break; in subRound()
84 case 3: e += f3( b, c, d );break; in subRound()
110 sal_uInt32 a, b, c, d, e; in transform() local
114 d = hashdata[3]; in transform()
117 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
118 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
119 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
120 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
[all …]
/AOO41X/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dhash.cxx77 …void subRound( sal_uInt32 a, sal_uInt32& b, sal_uInt32 c, sal_uInt32 d, sal_uInt32& e, sal_uInt32 … in subRound() argument
82 case 1: e += f1( b, c, d );break; in subRound()
84 case 4: e += f2( b, c, d );break; in subRound()
85 case 3: e += f3( b, c, d );break; in subRound()
111 sal_uInt32 a, b, c, d, e; in transform() local
115 d = hashdata[3]; in transform()
118 subRound( a, b, c, d, e, K2, data[ 0], 1 ); in transform()
119 subRound( e, a, b, c, d, K2, data[ 1], 1 ); in transform()
120 subRound( d, e, a, b, c, K2, data[ 2], 1 ); in transform()
121 subRound( c, d, e, a, b, K2, data[ 3], 1 ); in transform()
[all …]
/AOO41X/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dexceptions.cxx121 sal_uInt32 a, sal_uInt32 & b, sal_uInt32 c, sal_uInt32 d, in subRound() argument
128 e += f1(b, c, d); in subRound()
132 e += f2(b, c, d); in subRound()
135 e += f3(b, c, d); in subRound()
184 sal_uInt32 d = hashdata[3]; in transform() local
186 subRound(a, b, c, d, e, K2, data[ 0], 1); in transform()
187 subRound(e, a, b, c, d, K2, data[ 1], 1); in transform()
188 subRound(d, e, a, b, c, K2, data[ 2], 1); in transform()
189 subRound(c, d, e, a, b, K2, data[ 3], 1); in transform()
190 subRound(b, c, d, e, a, K2, data[ 4], 1); in transform()
[all …]
/AOO41X/main/connectivity/source/inc/odbc/
H A DOFunctions.hxx45 …#define N3SQLConnect(a,b,c,d,e,f,g) (*(T3SQLConnect)getOdbcFunction(ODBC3SQLConnect))(a,b,c,d,e,f,… argument
56 …#define N3SQLDriverConnect(a,b,c,d,e,f,g,h) (*(T3SQLDriverConnect)getOdbcFunction(ODBC3SQLDriverCo… argument
65 …#define N3SQLBrowseConnect(a,b,c,d,e,f) (*(T3SQLBrowseConnect)getOdbcFunction(ODBC3SQLBrowseConnec… argument
77 …#define N3SQLDataSources(a,b,c,d,e,f,g,h) (*(T3SQLDataSources)getOdbcFunction(ODBC3SQLDataSources)… argument
88 …#define N3SQLDrivers(a,b,c,d,e,f,g,h) (*(T3SQLDrivers)getOdbcFunction(ODBC3SQLDrivers))(a,b,c,d,e,… argument
96 #define N3SQLGetInfo(a,b,c,d,e) (*(T3SQLGetInfo)getOdbcFunction(ODBC3SQLGetInfo))(a,b,c,d,e) argument
115 …#define N3SQLSetConnectAttr(a,b,c,d) (*(T3SQLSetConnectAttr)getOdbcFunction(ODBC3SQLSetConnectAttr… argument
123 …#define N3SQLGetConnectAttr(a,b,c,d,e) (*(T3SQLGetConnectAttr)getOdbcFunction(ODBC3SQLGetConnectAt… argument
131 … #define N3SQLSetEnvAttr(a,b,c,d) (*(T3SQLSetEnvAttr)getOdbcFunction(ODBC3SQLSetEnvAttr))(a,b,c,d) argument
139 …#define N3SQLGetEnvAttr(a,b,c,d,e) (*(T3SQLGetEnvAttr)getOdbcFunction(ODBC3SQLGetEnvAttr))(a,b,c,d argument
[all …]
/AOO41X/main/ucb/source/ucp/odma/
H A Dodma_lib.hxx204 #define NODMRegisterApp(a,b,c,d,e) (*(pODMRegisterApp))(a,b,c,d,e) argument
207 #define NODMOpenDoc(a,b,c,d) (*(pODMOpenDoc))(a,b,c,d) argument
209 #define NODMCloseDoc(a,b,c,d,e,f) (*(pODMCloseDoc))(a,b,c,d,e,f) argument
210 #define NODMNewDoc(a,b,c,d,e) (*(pODMNewDoc))(a,b,c,d,e) argument
211 #define NODMSaveAs(a,b,c,d,e,f) (*(pODMSaveAs))(a,b,c,d,e,f) argument
213 #define NODMGetDocInfo(a,b,c,d,e) (*(pODMGetDocInfo))(a,b,c,d,e) argument
214 #define NODMSetDocInfo(a,b,c,d) (*(pODMSetDocInfo))(a,b,c,d) argument
215 #define NODMGetDMSInfo(a,b,c,d) (*(pODMGetDMSInfo))(a,b,c,d) argument
220 #define NODMQueryExecute(a,b,c,d,e) (*(pODMQueryExecute))(a,b,c,d,e) argument
221 #define NODMQueryGetResults(a,b,c,d,e,f) (*(pODMQueryGetResults))(a,b,c,d,e,f) argument
[all …]
/AOO41X/main/odk/
H A Dconfigure.pl130 while ( (! -d "$main::OFFICE_HOME" ) ||
131 ((-d "$main::OFFICE_HOME") && (! -d "$main::OFFICE_HOME/Contents/MacOS")) )
141 if ( ! -d "$main::OFFICE_HOME" )
184 while ( (! -d "$main::OFFICE_HOME" ) ||
185 ((-d "$main::OFFICE_HOME") && (! -d "$main::OFFICE_HOME/program")) )
195 if ( ! -d "$main::OFFICE_HOME" )
202 if ( (! -d "$main::OFFICE_HOME/program") && (-e "$main::OFFICE_HOME/soffice") )
207 if ( ! -d $soserver )
223 ((! -d "$main::OO_SDK_MAKE_HOME" ) ||
224 ((-d "$main::OO_SDK_MAKE_HOME") && (! -e "$main::OO_SDK_MAKE_HOME/$main::makeName"))) )
[all …]
/AOO41X/main/sal/inc/rtl/
H A Dmath.hxx311 inline bool isFinite(double d) in isFinite() argument
313 return SAL_MATH_FINITE(d) != 0; in isFinite()
322 inline bool isInf(double d) in isInf() argument
325 return (SAL_MATH_FINITE(d) == 0) && in isInf()
326 (reinterpret_cast< sal_math_Double * >(&d)->inf_parts.fraction_hi == 0) in isInf()
327 && (reinterpret_cast< sal_math_Double * >(&d)->inf_parts.fraction_lo in isInf()
333 inline bool isNan(double d) in isNan() argument
336 return (SAL_MATH_FINITE(d) == 0) && ( in isNan()
337 (reinterpret_cast< sal_math_Double * >(&d)->inf_parts.fraction_hi != 0) in isNan()
338 || (reinterpret_cast< sal_math_Double * >(&d)->inf_parts.fraction_lo in isNan()
[all …]
/AOO41X/main/basebmp/inc/basebmp/
H A Dpackedpixeliterator.hxx44 inline value_type get_mask( difference_type d ) in get_mask() argument
55 … (nIntraWordPositions-1 - (d % nIntraWordPositions)) : in get_mask()
56 (d % nIntraWordPositions))); in get_mask()
127 PackedPixelColumnIterator& operator+=( difference_type d ) in operator +=() argument
129 y += d; in operator +=()
133 PackedPixelColumnIterator& operator-=( difference_type d ) in operator -=() argument
135 y -= d; in operator -=()
139 PackedPixelColumnIterator operator+( difference_type d ) in operator +() argument
142 res += d; in operator +()
146 PackedPixelColumnIterator operator-( difference_type d ) in operator -() argument
[all …]
H A Dpixeliterator.hxx74 PixelColumnIterator& operator+=( difference_type d ) in operator +=() argument
76 y += d; in operator +=()
80 PixelColumnIterator& operator-=( difference_type d ) in operator -=() argument
82 y -= d; in operator -=()
86 PixelColumnIterator operator+( difference_type d ) in operator +() argument
89 res += d; in operator +()
93 PixelColumnIterator operator-( difference_type d ) in operator -() argument
96 res -= d; in operator -()
166 value_type get(difference_type d) const in get()
168 return *y(d); in get()
[all …]
/AOO41X/main/svl/source/svdde/
H A Dddecli.cxx137 DdeData d; in CliCallback() local
138 d.pImp->hData = hData; in CliCallback()
139 d.pImp->nFmt = DdeData::GetInternalFormat( nCbType ); in CliCallback()
140 d.Lock(); in CliCallback()
141 t->Data( &d ); in CliCallback()
270 DdeTransaction::DdeTransaction( DdeConnection& d, const String& rItemName, in DdeTransaction() argument
272 rDde( d ) in DdeTransaction()
327 DdeData d; in Execute() local
328 d.pImp->hData = hData; in Execute()
329 d.pImp->nFmt = nIntFmt; in Execute()
[all …]
/AOO41X/main/sysui/desktop/share/
H A Dmakefile.mk153 @$(MV) -f $(@:db).$(INPATH).$(@:f)/* $(@:d)
173 @@-$(MKDIRHIER) $(@:d)
174 @echo Creating GNOME .keys file for $(@:d:d:f) ..
176 …UCTNAME.$(@:d:d:f))" -u $(UNIXFILENAME.$(@:d:d:f)) --iconprefix "$(ICONPREFIX.$(@:d:d:f))-" $< $(M…
177 …@$(PERL) translate.pl -p "$(PRODUCTNAME.$(@:d:d:f))" -d $(MISC)/$(@:d:d:f) --ext "keys" --key "des…
178 @cat $(MISC)/$(@:d:d:f)/{$(MIMELIST)}.keys > $@.$(INPATH)
182 @@-$(MKDIRHIER) $(@:d)
183 @echo Creating GNOME .mime file for $(@:d:d:f) ..
190 @@-$(MKDIRHIER) $(@:d)
191 @echo Creating GNOME .applications file for $(@:d:d:f) ..
[all …]
/AOO41X/main/basebmp/test/
H A Dbmpdemo.cxx210 T* operator()(int d) const in operator ()()
211 { return reinterpret_cast<T*>(current_ + d*stride_); } in operator ()()
241 …per_pixel, bool MsbFirst, typename difference_type > inline data_type get_mask( difference_type d ) in get_mask() argument
252 … (nIntraWordPositions-1 - (d % nIntraWordPositions)) : in get_mask()
253 (d % nIntraWordPositions))); in get_mask()
326 PackedPixelColumnIterator& operator+=( difference_type d ) in operator +=() argument
328 y += d; in operator +=()
332 PackedPixelColumnIterator& operator-=( difference_type d ) in operator -=() argument
334 y -= d; in operator -=()
338 PackedPixelColumnIterator operator+( difference_type d ) in operator +() argument
[all …]
/AOO41X/main/solenv/bin/modules/installer/
H A Dsystemactions.pm45 if (!(-d $directory))
72 if (!(-d $directory))
78 if (!(-d $parentdir))
96 if ( -d $parentdir )
128 if ( -d $directory )
168 if (!(-d $directory))
192 if (!(-d $directory))
198 if (!(-d $parentdir))
216 if ( -d $parentdir )
247 if ( -d $directory )
[all …]
/AOO41X/main/basic/source/sbx/
H A Dsbxdec.cxx494 double d = (double)p->nInt64; in ImpGetDecimal() local
495 pnDecRes->setDouble( d ); in ImpGetDecimal()
500 double d = ImpSalUInt64ToDouble( p->uInt64 ); in ImpGetDecimal() local
501 pnDecRes->setDouble( d ); in ImpGetDecimal()
646 double d; in ImpPutDecimal() local
647 pDec->getDouble( d ); in ImpPutDecimal()
648 p->nDouble = d; in ImpPutDecimal()
653 double d; in ImpPutDecimal() local
654 pDec->getDouble( d ); in ImpPutDecimal()
655 p->nULong64 = ImpDoubleToUINT64( d ); in ImpPutDecimal()
[all …]
/AOO41X/main/solenv/bin/
H A Dpatch_tool.pl168 if ( ! -d $target_path)
176 … sprintf("openoffice%d%d%d.msi", $target_version[0], $target_version[1], $target_version[2]));
225 if ( ! -d $ext_sources_path)
235 if ( ! -d $unpacked_path)
253 if ( -d $unpacked_path)
476 … $installer::logger::Info->printf("Error: %d files have been removed\n", $removed_file_count);
518 … $installer::logger::Info->printf("Warning: %d files have been added\n", scalar @added_files);
547 "Error: %d new files have existing components (which must also be new)\n",
554 "OK: all %d new files also have new components\n",
600 "Error: %d features have been removed:\n",
[all …]
/AOO41X/extras/l10n/source/vi/
H A Dlocalize.sdf32 …WTITLE_NO_PROPERTIES 0 vi Không có điều khiển nào được đánh dấu. 2013…
38 … 0 vi Ngôn ngữ mặc định được dùng nếu không có sẵn bản địa hoá cho miền địa phương của g…
43 …ID_BASICIDE_MANAGE_LANGUAGE 0 vi Quản lý ngôn ngữ giao diện người dùng [$1] …
44 … Bạn sắp xoá các tài nguyên cho ngôn ngữ đã chọn. Mọi chuỗi giao diện người dùng cho ngôn ngữ này …
46 … 0 vi Hãy chọn một ngôn ngữ đã xác định ngôn ngữ giao diện người dùng mặc định. Mọi chu…
47 …_LANGUAGE STR_ADDLANG_TITLE 0 vi Thêm ngôn ngữ giao diện người dùng 2013…
49 … ngữ này sẽ được tạo trong thư viện. Các chuỗi của ngôn ngữ giao diện người dùng hiện thời sẽ được…
50 …ID_BASICIDE_SETDEFAULT_LANGUAGE 0 vi Đặt ngôn ngữ giao diện người dùng mặc định …
51 …src 0 itemlist RID_PRINTDLG_STRLIST 1 0 vi Phạm vi in dữ liệu 2…
59 …CETOBIG 0 vi Đoạn văn bản gốc quá lớn và không thể được biên dịch hoặc lưu.\nHãy xo…
[all …]
/AOO41X/main/sal/rtl/source/
H A Ddigest.c410 const sal_uInt8 *d = (const sal_uInt8 *)pData; in rtl_digest_updateMD2() local
432 rtl_copyMemory (p, d, nDatLen); in rtl_digest_updateMD2()
438 rtl_copyMemory (p, d, n); in rtl_digest_updateMD2()
439 d += n; in rtl_digest_updateMD2()
448 rtl_copyMemory (ctx->m_pData, d, DIGEST_CBLOCK_MD2); in rtl_digest_updateMD2()
449 d += DIGEST_CBLOCK_MD2; in rtl_digest_updateMD2()
455 rtl_copyMemory (ctx->m_pData, d, nDatLen); in rtl_digest_updateMD2()
537 #define R0(a,b,c,d,k,s,t) { \ argument
538 a += ((k) + (t) + F((b), (c), (d))); \
542 #define R1(a,b,c,d,k,s,t) { \ argument
[all …]
/AOO41X/extras/l10n/source/fr/
H A Dlocalize.sdf37 …0 pushbutton RID_DLG_MANAGE_LANGUAGE PB_MAKE_DEFAULT 0 fr Par défaut 20…
38défaut est utilisée lorsque aucun environnement linguistique localisé de l'interface utilisateur n…
40 …string RID_DLG_MANAGE_LANGUAGE STR_DEF_LANG 0 fr [Langue par défaut] 20…
44 …t de supprimer les ressources des langues sélectionnées. Toutes les chaînes d'interface utilisateu…
45 …edtext RID_DLG_SETDEF_LANGUAGE FT_DEF_LANGUAGE 0 fr Langue par défaut 2…
46 …EF_INFO 0 fr Sélectionnez une langue pour définir la langue d'interface utilisateur par…
47 …DLG_SETDEF_LANGUAGE STR_ADDLANG_TITLE 0 fr Ajouter des langues d'interface utilisateu…
49 …pour ces langues seront créées dans la bibliothèque. Par défaut, les chaînes de la langue par défa…
50 …E HID_BASICIDE_SETDEFAULT_LANGUAGE 0 fr Définir la langue par défaut de l'interface …
51 …rint.src 0 itemlist RID_PRINTDLG_STRLIST 1 0 fr Plage d'impression …
[all …]
/AOO41X/main/xmlsecurity/test_docs/CAs/Root_11/demoCA/newcerts/
H A D100E.pem16 c5:59:af:2f:bf:73:8e:be:3d:88:8d:97:4f:fe:8a:
18 b3:e5:0b:9d:35:58:57:6d:da:d1:15:cd:52:7f:e2:
19 15:25:16:d4:d6:1e:71:a6:f3:f7:c5:6d:01:64:fc:
36 5d:60:60:06:aa:8a:2d:ee:20:2a:ee:fb:b5:99:8c:ed:d8:67:
37 28:30:d8:26:a7:e0:1c:6e:5d:e1:4c:5e:c8:f9:02:e2:2e:c4:
38 1e:58:e9:84:bc:d7:79:4e:d5:c5:ea:ba:74:aa:4e:30:9d:2b:
40 88:15:3e:25:18:71:73:bf:b6:bf:c5:51:6b:1d:db:32:1d:ae:
41 00:bf:ed:a5:65:99:16:43:8d:d2:6d:27:53:fc:65:9a:91:94:
42 7b:44:c8:58:a1:f1:2b:95:86:0b:2d:2d:94:10:6f:5e:be:f8:
/AOO41X/main/sal/inc/sal/
H A Dmathconf.h60 #define SAL_MATH_FINITE(d) __builtin_isfinite(d) argument
62 #define SAL_MATH_FINITE(d) finite(d) // fall back to pre-C99 name
67 #define SAL_MATH_FINITE(d) isfinite(d)
69 #define SAL_MATH_FINITE(d) _finite(d)
71 #define SAL_MATH_FINITE(d) finite(d)
73 #define SAL_MATH_FINITE(d) finite(d)
/AOO41X/main/svtools/source/filter/
H A Dsgvspln.cxx452 double* b, double* c, double* d) in NaturalSpline() argument
471 d[i]=2.0*(h[i]+h[i+1]); in NaturalSpline()
477 d[0]=d[0]*0.5; in NaturalSpline()
481 d[0] =d[0]-h[0]; in NaturalSpline()
482 d[n-2]=d[n-2]-h[n-1]; in NaturalSpline()
490 d[0] =d[0]-h[0]*0.5; in NaturalSpline()
491 d[n-2]=d[n-2]-h[n-1]*0.5; in NaturalSpline()
500 d[0] =d[0]+h[0]; in NaturalSpline()
501 d[n-2]=d[n-2]+h[n-1]; in NaturalSpline()
505 c[1]=a[0]/d[0]; in NaturalSpline()
[all …]
/AOO41X/main/xmlsecurity/test_docs/CAs/Sub_CA_1_Root_5/demoCA/newcerts/
H A D1002.pem16 9d:9e:fa:86:b2:25:b3:1d:f6:5d:05:8e:2b:0c:bd:
17 60:1e:e6:52:39:4c:84:9e:93:6c:d2:b4:2d:34:1a:
20 18:6c:2d:9e:70:7a:21:2a:fd:0c:f8:03:00:32:60:
21 5d:37:c5:11:56:74:30:e4:03:3c:88:71:d5:79:d3:
23 3a:fd:a9:83:94:b9:6d:f6:95
37 5f:6a:81:3b:56:e8:6d:33:0e:1e:6a:73:b1:e8:69:b7:3f:83:
38 81:6c:73:7c:9d:f7:12:c9:bf:99:16:cf:56:38:e4:58:db:28:
39 a5:9c:e3:8e:ed:27:d2:da:53:41:80:2a:d4:c3:92:5d:b5:b4:
40 5a:d6:17:f7:74:9d:83:13:06:7f:20:8e:50:5f:60:5b:3a:9a:
41 9f:c2:58:5f:fa:07:90:df:a0:02:cf:c4:d7:7d:2e:b7:72:df:
[all …]

12345678910>>...31