Home
last modified time | relevance | path

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

123456

/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/mesa3d/src/glsl/
Dlower_vector.cpp143 unsigned assigned; in handle_rvalue() local
159 assigned = 0; in handle_rvalue()
168 case GLSL_TYPE_UINT: d.u[assigned] = c->value.u[0]; break; in handle_rvalue()
169 case GLSL_TYPE_INT: d.i[assigned] = c->value.i[0]; break; in handle_rvalue()
170 case GLSL_TYPE_FLOAT: d.f[assigned] = c->value.f[0]; break; in handle_rvalue()
171 case GLSL_TYPE_BOOL: d.b[assigned] = c->value.b[0]; break; in handle_rvalue()
176 assigned++; in handle_rvalue()
179 assert((write_mask == 0) == (assigned == 0)); in handle_rvalue()
183 if (assigned > 0) { in handle_rvalue()
186 assigned, 0), in handle_rvalue()
[all …]
/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.
/external/bluetooth/bluez/doc/
Dmgmt-api.txt325 Command Code: <not yet assigned>
337 Command Code: <not yet assigned>
348 Command Code: <not yet assigned>
366 Command Code: <not yet assigned>
Dservice-api.txt20 and returns the assigned record handle.
/external/llvm/lib/Target/Sparc/
DSparcCallingConv.td34 // Alternatively, they are assigned to the stack in 4-byte aligned units.
/external/icu4c/data/unidata/
DNameAliases.txt22 # In case multiple aliases are assigned, additional aliases
DDerivedAge.txt10 # This file shows when various code points were first assigned in Unicode.
14 # - The term 'assigned' means that a previously reserved code point was assigned
25 # were assigned in version 2.0, but not specifically listed in the UCD
40 # assigned in Version 3.0--that is, all the code points with a value
360 # Newly assigned in Unicode 2.0.0 (July, 1996)
400 # Newly assigned in Unicode 2.1.2 (May, 1998)
409 # Newly assigned in Unicode 3.0.0 (September, 1999)
540 # Newly assigned in Unicode 3.1.0 (March, 2001)
585 # Newly assigned in Unicode 3.2.0 (March, 2002)
652 # Newly assigned in Unicode 4.0.0 (April, 2003)
[all …]
/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.m39 // we don't warn about a dead store because 'nil' is assigned to
Dmisc-ps-eager-assume.m136 // 'p' was not assigned.
/external/mesa3d/docs/
DMESA_drm_image.spec109 If <name> is non-NULL, a global name is assigned to the image and
DMESA_texture_signed_rgba.spec31 Not assigned ?
/external/qemu/docs/
DANDROID-CONFIG-FILES.TXT92 assigned value, hence:
/external/mesa3d/docs/OLD/
DMESA_packed_depth_stencil.spec229 Brian's edits, assigned values to new enums.
/external/llvm/lib/Target/PowerPC/
DPPCCallingConv.td121 // caller to the callee. The location for the address argument is assigned by
/external/oprofile/events/ppc64/ibm-compat-v1/
Devents9 # assigned to a unique counter.

123456