Home
last modified time | relevance | path

Searched refs:assigned (Results 1 – 25 of 176) sorted by relevance

12345678

/external/llvm/test/CodeGen/X86/
Dghc-cc64.ll5 @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 …]
Dghc-cc.ll5 @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/
DAssignments.java28 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/
Dvqgen.c111 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()
Dvqgen.h39 long *assigned; member
/external/llvm/docs/
DBranchWeightMetadata.rst12 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/
DHexagonCallingConv.td23 // 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/
DWikiLinks.txt26 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`.
DFenced_Code_Blocks.txt33 block for use by syntax highlighters etc. The language will be assigned as a
/external/wpa_supplicant_8/hostapd/
Dhostapd.accept2 # with the AP. Optional VLAN ID can be assigned for clients based on the
/external/clang/test/CodeGenObjC/
D2010-02-09-DbgSelf.m2 // Test to check that "self" argument is assigned a location.
Darc-no-arc-exceptions.m59 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/
DSparcCallingConv.td34 // Alternatively, they are assigned to the stack in 4-byte aligned units.
/external/eigen/doc/
DI11_Aliasing.dox48 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…
DI15_StorageOrders.dox66 Matrices and arrays using one storage order can be assigned to matrices and arrays using the other …
/external/iptables/extensions/
Dlibipt_MASQUERADE.man5 chain. It should only be used with dynamically assigned IP (dialup)
/external/webkit/Source/JavaScriptCore/qt/tests/qscriptvalue/
Dtst_qscriptvalue.cpp1285 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/
DREADME.txt30 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/
DAUTHORS5 The following authors assigned copyright on their work to the Free
DMAINTENANCE43 3. You can check if a contributor has already assigned his/her copyright
/external/clang/test/Analysis/
Ddead-stores.m40 // we don't warn about a dead store because 'nil' is assigned to
Dmisc-ps-eager-assume.m137 // 'p' was not assigned.
/external/mdnsresponder/
DREADME.txt18 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/
DANDROID-CONFIG-FILES.TXT92 assigned value, hence:
/external/sepolicy/
Dmls124 # This would only make sense if apps were assigned categories

12345678