/external/llvm/test/CodeGen/X86/ |
D | ghc-cc64.ll | 5 @base = external global i64 ; assigned to register: R13 6 @sp = external global i64 ; assigned to register: RBP 7 @hp = external global i64 ; assigned to register: R12 8 @r1 = external global i64 ; assigned to register: RBX 9 @r2 = external global i64 ; assigned to register: R14 10 @r3 = external global i64 ; assigned to register: RSI 11 @r4 = external global i64 ; assigned to register: RDI 12 @r5 = external global i64 ; assigned to register: R8 13 @r6 = external global i64 ; assigned to register: R9 14 @splim = external global i64 ; assigned to register: R15 [all …]
|
D | ghc-cc.ll | 5 @base = external global i32 ; assigned to register: EBX 6 @sp = external global i32 ; assigned to register: EBP 7 @hp = external global i32 ; assigned to register: EDI 8 @r1 = external global i32 ; assigned to register: ESI
|
/external/junit/src/org/junit/experimental/theories/internal/ |
D | Assignments.java | 28 private Assignments(List<PotentialAssignment> assigned, in Assignments() argument 31 fAssigned= assigned; in Assignments() 58 List<PotentialAssignment> assigned= new ArrayList<PotentialAssignment>( in assignNext() local 60 assigned.add(source); in assignNext() 62 return new Assignments(assigned, fUnassigned.subList(1, fUnassigned in assignNext()
|
/external/libvorbis/vq/ |
D | vqgen.c | 111 if(v->assigned[k] && (localmin==-1 || this<localmin)) in vqgen_cellmetric() 123 if(v->assigned[j]==0){ in vqgen_cellmetric() 254 v->assigned=_ogg_malloc(v->entries*sizeof(long)); in vqgen_init() 379 memset(v->assigned,0,sizeof(long)*v->entries); in vqgen_iterate() 504 if(v->assigned[j]++){ in vqgen_iterate() 515 if(v->assigned[j]++){ in vqgen_iterate() 535 fprintf(assig,"%ld\n",v->assigned[j]); in vqgen_iterate() 538 asserror+=fabs(v->assigned[j]-fdesired); in vqgen_iterate() 539 if(v->assigned[j]){ in vqgen_iterate() 542 _now(v,j)[k]=vN(new,j)[k]/v->assigned[j]; in vqgen_iterate()
|
D | vqgen.h | 39 long *assigned; member
|
/external/llvm/docs/ |
D | BranchWeightMetadata.rst | 12 taken. Metadata is assigned to the ``TerminatorInst`` as a ``MDNode`` of the 28 Metadata is only assigned to the conditional branches. There are two extra 42 Branch weights are assigned to every case (including the ``default`` case which 56 Branch weights are assigned to every destination.
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonCallingConv.td | 23 // Alternatively, they are assigned to the stack in 4-byte aligned units. 33 // Alternatively, they are assigned to the stack in 4-byte aligned units.
|
/external/markdown/docs/extensions/ |
D | WikiLinks.txt | 26 Note that wikilinks are automatically assigned `class="wikilink"` making it 49 domain and close with a trailing slash. Additionally, each link is assigned to 99 Would cause all wikilinks to be assigned to the class `myclass`.
|
D | Fenced_Code_Blocks.txt | 33 block for use by syntax highlighters etc. The language will be assigned as a
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.accept | 2 # with the AP. Optional VLAN ID can be assigned for clients based on the
|
/external/clang/test/CodeGenObjC/ |
D | 2010-02-09-DbgSelf.m | 2 // Test to check that "self" argument is assigned a location.
|
D | arc-no-arc-exceptions.m | 59 NSLog(@"Address of x in non-assigned block: %p", &x); 74 NSLog(@"Address of x in assigned block: %p", &x);
|
/external/llvm/lib/Target/Sparc/ |
D | SparcCallingConv.td | 34 // Alternatively, they are assigned to the stack in 4-byte aligned units.
|
/external/eigen/doc/ |
D | I11_Aliasing.dox | 48 Thus, \c mat(2,2) is assigned the \e new value of \c mat(1,1) instead of the old value. The next se… 157 there are no aliasing problems, either because the result is assigned to a different matrix or beca… 170 product in a temporary matrix which is assigned to \c matA after the computation. This is fine. But… 171 the same when the product is assigned to a different matrix (e.g., <tt>matB = matA * matA</tt>). In…
|
D | I15_StorageOrders.dox | 66 Matrices and arrays using one storage order can be assigned to matrices and arrays using the other …
|
/external/iptables/extensions/ |
D | libipt_MASQUERADE.man | 5 chain. It should only be used with dynamically assigned IP (dialup)
|
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/ |
D | tst_qscriptvalue.cpp | 1285 QScriptValue assigned = copy; in assignAndCopyConstruct() local 1286 QCOMPARE(assigned.strictlyEquals(value), !copy.isNumber() || !qIsNaN(copy.toNumber())); in assignAndCopyConstruct() 1287 QCOMPARE(assigned.engine(), assigned.engine()); in assignAndCopyConstruct() 1290 assigned = other; in assignAndCopyConstruct() 1291 QVERIFY(!assigned.strictlyEquals(copy)); in assignAndCopyConstruct() 1292 QVERIFY(assigned.strictlyEquals(other)); in assignAndCopyConstruct() 1293 QCOMPARE(assigned.engine(), other.engine()); in assignAndCopyConstruct()
|
/external/expat/bcb5/ |
D | README.txt | 30 the PROJECT tag. In a make file, change the value assigned to the PROJECT 48 If you are using a make file, just change the startup .obj file assigned
|
/external/grub/ |
D | AUTHORS | 5 The following authors assigned copyright on their work to the Free
|
D | MAINTENANCE | 43 3. You can check if a contributor has already assigned his/her copyright
|
/external/clang/test/Analysis/ |
D | dead-stores.m | 40 // we don't warn about a dead store because 'nil' is assigned to
|
D | misc-ps-eager-assume.m | 137 // 'p' was not assigned.
|
/external/mdnsresponder/ |
D | README.txt | 18 Requirement 1 is met by self-assigned link-local addresses, as 26 Self-assigned link-local address capability has been available since
|
/external/qemu/docs/ |
D | ANDROID-CONFIG-FILES.TXT | 92 assigned value, hence:
|
/external/sepolicy/ |
D | mls | 124 # This would only make sense if apps were assigned categories
|