Home
last modified time | relevance | path

Searched refs:up (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xdrlib.py28 up = xdrlib.Unpacker(data)
30 self.assertEqual(up.get_position(), 0)
32 self.assertEqual(up.unpack_int(), 42)
33 self.assertEqual(up.unpack_int(), -17)
34 self.assertEqual(up.unpack_uint(), 9)
35 self.assertTrue(up.unpack_bool() is True)
38 pos = up.get_position()
39 self.assertTrue(up.unpack_bool() is False)
42 up.set_position(pos)
43 self.assertTrue(up.unpack_bool() is False)
[all …]
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dns_ntoa.c54 register u_char *up = addr.x_host.c_host; in ns_ntoa() local
55 u_char *uplim = up + 6; in ns_ntoa()
61 while (*up==0 && up < uplim) up++; in ns_ntoa()
62 if (up == uplim) { in ns_ntoa()
68 sprintf(cp, ".%x", *up++); in ns_ntoa()
69 while (up < uplim) { in ns_ntoa()
71 sprintf(cp, "%02x", *up++); in ns_ntoa()
/device/lge/bullhead/
Dinit.qcom.devwait.sh3 up="`getprop sys.qcom.devup`"
4 while [ "$up" != "1" ]
7 up="`getprop sys.qcom.devup`"
/device/huawei/angler/
Dinit.qcom.devwait.sh3 up="`getprop sys.qcom.devup`"
4 while [ "$up" != "1" ]
7 up="`getprop sys.qcom.devup`"
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dast.c300 u->up = NULL; /* set by calling invocation */
307 if ( u->down!=NULL ) u->down->up = u;
333 zzdouble_link(AST *t, AST *left, AST *up) in zzdouble_link() argument
335 zzdouble_link(t, left, up) in zzdouble_link()
336 AST *t, *left, *up; in zzdouble_link()
341 t->up = up;
343 zzdouble_link(t->right, t, up);
DASTBase.h98 void double_link(ASTBase *left, ASTBase *up);
106 ASTBase *up() { return _up; } in up() function
111 PCCTS_AST *up() { return _up; } in up() function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dast.c300 u->up = NULL; /* set by calling invocation */
307 if ( u->down!=NULL ) u->down->up = u;
333 zzdouble_link(AST *t, AST *left, AST *up) in zzdouble_link() argument
335 zzdouble_link(t, left, up) in zzdouble_link()
336 AST *t, *left, *up; in zzdouble_link()
341 t->up = up;
343 zzdouble_link(t->right, t, up);
DASTBase.h101 void double_link(ASTBase *left, ASTBase *up);
109 ASTBase *up() { return _up; } in up() function
114 PCCTS_AST *up() { return _up; } in up() function
/device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
Dulldiv.c55 ; Set up the local stack for NULL Reminder pointer in _aulldiv()
61 ; Set up the local stack for Divisor parameter in _aulldiv()
69 ; Set up the local stack for Dividend parameter in _aulldiv()
Dullrem.c54 ; Set up the local stack for Reminder pointer in _aullrem()
60 ; Set up the local stack for Divisor parameter in _aullrem()
68 ; Set up the local stack for Dividend parameter in _aullrem()
Dllrem.c54 ; Set up the local stack for Reminder pointer in _allrem()
60 ; Set up the local stack for Divisor parameter in _allrem()
68 ; Set up the local stack for Dividend parameter in _allrem()
Dlldiv.c64 ; Set up the local stack for NULL Reminder pointer in _alldiv()
70 ; Set up the local stack for Divisor parameter in _alldiv()
78 ; Set up the local stack for Dividend parameter in _alldiv()
Dulldvrm.c60 ; Set up the local stack for Remainder pointer in _aulldvrm()
66 ; Set up the local stack for Divisor parameter in _aulldvrm()
74 ; Set up the local stack for Dividend parameter in _aulldvrm()
Dlldvrm.c60 ; Set up the local stack for Reminder pointer in _alldvrm()
66 ; Set up the local stack for Divisor parameter in _alldvrm()
74 ; Set up the local stack for Dividend parameter in _alldvrm()
Dudivdi3.S52 # Set up the local stack for NULL Reminder pointer
58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
Dllmul.c52 ; Set up the local stack for Multiplicand parameter in _allmul()
60 ; Set up the local stack for Multiplier parameter in _allmul()
Dumoddi3.S52 # Set up the local stack for Reminder pointer
58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
Dqueens.py24 self.up = [0] * (2*n-1) # Is upward diagonal[x-y] safe?
39 return not self.row[y] and not self.up[x-y] and not self.down[x+y]
44 self.up[x-y] = 1
50 self.up[x-y] = 0
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
Dgethex.c46 int esign, havedig, irv, k, n, nbits, up, zret; in gethex() local
210 up = 0; in gethex()
217 up = 1; in gethex()
220 up = 1 - sign; in gethex()
223 up = sign; in gethex()
225 if (up) { in gethex()
/device/linaro/hikey/installer/hikey/
DREADME12 | Auto Power up | Link 1-2 | closed |
17 Link 1-2 causes HiKey to auto-power up when power is installed. Link
18 3-4 causes the HiKey SoC internal ROM to start up in at a special
24 from power up. If you take longer than 90 seconds to start the install
/device/linaro/bootloader/edk2/IntelFspWrapperPkg/Library/SecPeiFspPlatformSecLibSample/Ia32/
DSecEntry.S261 .byte 0x92 # present, ring 0, data, expand-up, writable
271 .byte 0x9B # present, ring 0, data, expand-up, not-writable
281 .byte 0x93 # present, ring 0, data, expand-up, not-writable
292 .byte 0x9A # present, ring 0, data, expand-up, writable
302 .byte 0x9B # present, ring 0, code, expand-up, writable
312 .byte 0x93 # present, ring 0, data, expand-up, not-writable
323 .byte 0 # present, ring 0, data, expand-up, writable
DSecEntry.asm274 DB 092h ; present, ring 0, data, expand-up, writable
284 DB 09Bh ; present, ring 0, data, expand-up, not-writable
294 DB 093h ; present, ring 0, data, expand-up, not-writable
305 DB 09Ah ; present, ring 0, data, expand-up, writable
315 DB 09Bh ; present, ring 0, code, expand-up, writable
325 DB 093h ; present, ring 0, data, expand-up, not-writable
336 DB 0 ; present, ring 0, data, expand-up, writable
/device/generic/goldfish/
Dinit.ranchu-net.sh4 ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
29 *) ifconfig eth1 "$my_ip" netmask 255.255.255.0 up
Dinit.goldfish.sh4 ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
66 *) ifconfig eth1 "$my_ip" netmask 255.255.255.0 up
/device/linaro/bootloader/edk2/IntelFspPkg/FspSecCore/Vtf0/Ia16/
DResetVec.asm1642 ; It is located at 0xFFFFFFE0, and is fixed up by some build tool
70 ; SEC entry point relatvie address will be fixed up by some build tool.
83 ; This will be fixed up by some build tool,
93 ; This will be fixed up by some build tool,

12345678910>>...12