/external/rust/crates/vmm_vhost/docs/ |
D | vhost_architecture.drawio | 16 …ll id="2" value="<pre style="font-family: &quot;jetbrains mono&quot;, monospace; f… 19 … value="<pre style="font-size: 16.5pt; font-weight: 700; font-family: &quot;jetbrains … 30 …quot;font-family: &quot;jetbrains mono&quot;, monospace; font-size: 16.5pt;"><p… 33 … value="<pre style="font-size: 16.5pt; font-weight: 700; font-family: &quot;jetbrains … 42 …quot;font-family: &quot;jetbrains mono&quot;, monospace; font-size: 16.5pt;"><p… 45 …quot;font-family: &quot;jetbrains mono&quot;, monospace; font-size: 16.5pt;"><p… 48 …quot;font-size: 16.5pt; font-weight: 700; font-family: &quot;jetbrains mono&quot;, monospa… 57 … value="<pre style="font-size: 16.5pt; font-weight: 700; font-family: &quot;jetbrains … 60 …l id="17" value="<pre style="font-family: &quot;jetbrains mono&quot;, monospace; f… 63 …l id="18" value="<pre style="font-family: &quot;jetbrains mono&quot;, monospace; f… [all …]
|
/external/llvm-project/llvm/test/CodeGen/AVR/ |
D | div.ll | 29 %quot = udiv i16 %a, %b 30 ret i16 %quot 39 %quot = sdiv i16 %a, %b 40 ret i16 %quot 50 %quot = udiv i32 %a, %b 51 ret i32 %quot 61 %quot = sdiv i32 %a, %b 62 ret i32 %quot 70 %quot = udiv i64 %a, %b 71 ret i64 %quot [all …]
|
/external/llvm-project/llvm/test/CodeGen/NVPTX/ |
D | divrem-combine.ll | 6 ; quot = n / d 11 ; quot = n / d 18 ; CHECK: div.s32 [[quot:%r[0-9]+]], [[num:%r[0-9]+]], [[den:%r[0-9]+]]; 19 %quot = sdiv i32 %n, %d 23 ; O2: mul.lo.s32 [[mul:%r[0-9]+]], [[quot]], [[den]]; 27 ; O2: st{{.*}}[[quot]] 28 store i32 %quot, i32* %quot_ret 36 ; CHECK: div.u32 [[quot:%r[0-9]+]], [[num:%r[0-9]+]], [[den:%r[0-9]+]]; 37 %quot = udiv i32 %n, %d 44 ; O2: mul.lo.{{u|s}}32 [[mul:%r[0-9]+]], [[quot]], [[den]]; [all …]
|
/external/libxml2/result/c14n/without-comments/ |
D | example-4 | 6 …<compute expr="value>"0" && value<"10" ?"valid":"err…
|
/external/libxml2/result/c14n/1-1-without-comments/ |
D | example-4 | 6 …<compute expr="value>"0" && value<"10" ?"valid":"err…
|
/external/libxml2/result/c14n/with-comments/ |
D | example-4 | 6 …<compute expr="value>"0" && value<"10" ?"valid":"err…
|
/external/libexif/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
/external/e2fsprogs/po/ |
D | Rules-quot | 3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin… 7 en@quot.po-create: 8 $(MAKE) en@quot.po-update 12 en@quot.po-update: en@quot.po-update-en 39 en@quot.insert-header: insert-header.sin 40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header 45 mostlyclean: mostlyclean-quot 46 mostlyclean-quot:
|
/external/elfutils/po/ |
D | .gitignore | 6 /Rules-quot 11 /en@quot.header 12 /en@quot.insert-header 13 /en@quot.po 15 /quot.sed
|
/external/mesa3d/src/compiler/glsl/ |
D | int64.glsl | 36 uvec2 quot = uvec2(0U, 0U); 54 quot.y |= 1U << i; 63 quot.y |= 1U; 72 quot.x |= 1U << i; 81 quot.x |= 1U; 84 return uvec4(quot, unpackUint2x32(n64)); 100 uvec2 quot = udivmod64(n, d).xy; 102 return negate ? unpackInt2x32(-int64_t(packUint2x32(quot))) : ivec2(quot);
|
/external/llvm-project/flang/unittests/Evaluate/ |
D | integer.cpp | 200 auto quot{a.DivideUnsigned(b)}; in exhaustiveTesting() local 201 MATCH(y == 0, quot.divisionByZero)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting() 203 MATCH(maxUnsignedValue, quot.quotient.ToUInt64()) in exhaustiveTesting() 205 MATCH(0, quot.remainder.ToUInt64()) in exhaustiveTesting() 208 MATCH(x / y, quot.quotient.ToUInt64()) in exhaustiveTesting() 210 MATCH(x % y, quot.remainder.ToUInt64()) in exhaustiveTesting() 213 quot = a.DivideSigned(b); in exhaustiveTesting() 216 MATCH(y == 0, quot.divisionByZero)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting() 217 MATCH(badCase, quot.overflow)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting() 220 MATCH(maxPositiveSignedValue, quot.quotient.ToInt64()) in exhaustiveTesting() [all …]
|
/external/libxml2/result/ |
D | ent6.sax | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
D | ent6hex.sax | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
D | ent6.sax2 | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
D | ent6hex.sax2 | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
/external/libxml2/result/noent/ |
D | ent6.sax2 | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
D | ent6hex.sax2 | 12 SAX.entityDecl(quot, 1, (null), (null), ") 13 SAX.getEntity(quot)
|
/external/curl/lib/ |
D | curl_path.c | 118 char quot; in Curl_get_pathname() local 139 quot = *cp++; in Curl_get_pathname() 143 if(cp[i] == quot) { /* Found quote */ in Curl_get_pathname()
|
/external/perfetto/docs/images/ |
D | dataflow.svg | 1 …="ec4qhmsv5c9j22" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz… 3 …="ec4qhmsv5c9j26" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz… 5 …="ec4qhmsv5c9j27" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz… 7 …="ec4qhmsv5c9j41" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz… 9 …="ec4qhmsv5c9j44" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz… 11 …="ec4qhmsv5c9j45" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz… 13 …="ec4qhmsv5c9j46" dx="0" dy="0" font-family="RobotoMono-Regular, "Roboto Mono"" font-siz…
|
/external/llvm-project/clang/test/Tooling/ |
D | clang-diff-html.test | 32 CHECK-NEXT: Bar' class='i'>"Bar"</span>
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | libcall-sret.ll | 36 %quot = udiv i128 %l, %r 37 store i128 %quot, i128* @var
|
/external/llvm-project/libclc/generic/lib/math/ |
D | clc_remquo.cl | 79 int quot = (q & 0x7f) * qsgn; 82 quot = c ? qsgn : quot; 88 quot = c ? 0 : quot; 91 *quo = quot;
|
/external/brotli/c/common/ |
D | dictionary.bin | 25 }quot); 48 …edoganarsantoetapadebesplayaredessietecortecoreadudasdeseoviejodeseaaguas"domaincommonstatuse… 63 …ingelementpartnerfinallyperfectmeaningsystemskeepingculture",journalprojectsurfaces"expi… 65 …ogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,"animatefeelingarriv… 67 …quot;Messageneed tovalue="complexlookingstationbelievesmaller-mobilerecordswant tokind ofFirefoxyo… 83 …ntfaviconcreatorHungaryAirportsee theso thatMichaelSystemsPrograms, and width=e"tradingleft"> 109 …ofmobile-Europe,is homerisk ofdesiredClintoncost ofage of become none ofp"Middle ead')[0Criti… 116 … ofsearch_nature,legallyperiod,land ofor withinducedprovingmissilelocallyAgainstthe wayk"px;"> 119 AtlantanucleusCounty,purely count">easily build aonclicka givenpointerh"events else { 120 …ebone andcavalryHe diedseattle00,000 {windowhave toif(windand itssolely m"renewedDetroitamong… [all …]
|
/external/clang/test/Parser/ |
D | extension.c | 8 long long int quot; member
|
/external/llvm-project/clang/test/Parser/ |
D | extension.c | 8 long long int quot; member
|