Home
last modified time | relevance | path

Searched defs:fn (Results 1 – 25 of 49) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/pdist/
Drrcs.py47 def checkin(x, copts, fn): argument
61 def checkout(x, copts, fn): argument
67 def lock(x, copts, fn): argument
70 def unlock(x, copts, fn): argument
73 def info(x, copts, fn): argument
81 def head(x, copts, fn): argument
85 def list(x, copts, fn): argument
89 def log(x, copts, fn): argument
97 def diff(x, copts, fn): argument
113 def same(x, copts, fn, data = None): argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dsvneol.py36 def propfiles(root, fn): argument
49 def proplist(root, fn): argument
/device/linaro/bootloader/arm-trusted-firmware/services/spd/trusty/
Dsmcall.h19 #define SMC_NR(entity, fn, fastcall, smc64) \ argument
26 #define SMC_FASTCALL_NR(entity, fn) SMC_NR((entity), (fn), 1, 0) argument
27 #define SMC_FASTCALL64_NR(entity, fn) SMC_NR((entity), (fn), 1, 1) argument
28 #define SMC_YIELDCALL_NR(entity, fn) SMC_NR((entity), (fn), 0, 0) argument
29 #define SMC_YIELDCALL64_NR(entity, fn) SMC_NR((entity), (fn), 0, 1) argument
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dmd_var.h43 #define FDESC_FUNC(fn) (((struct ia64_fdesc *) fn)->func) argument
44 #define FDESC_GP(fn) (((struct ia64_fdesc *) fn)->gp) argument
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/MemoryInit/Pei/
Dplatform.c174 uint32_t fn, in pciwrite32()
187 uint32_t fn, in pciread32()
Dio.h60 #define PCIADDR(bus,dev,fn,reg) ( \ argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
Dpytree_idempotency.py80 def diff(fn, tree): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shelve.py11 fn = "shelftemp" + os.extsep + "db" variable in TestCase
108 fn = "shelftemp.db" variable in TestShelveBase
Dtest_fnmatch.py15 def check_match(self, filename, pattern, should_match=1, fn=fnmatch): argument
Dtest_ntpath.py8 def tester(fn, wantResult): argument
Dtest_pep277.py93 def _apply_failure(self, fn, filename, expected_exception, argument
Dtest_hotshot.py16 def shortfilename(fn): argument
Dtest_queue.py13 def __init__(self, fn, args): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_functoolsmodule.c94 PyObject *fn; member
291 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_functoolsmodule.c94 PyObject *fn; member
295 PyObject *fn, *fnargs, *kw, *dict; in partial_setstate() local
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
Dcert.h34 const char *fn; /* Filename to save the certificate */ member
Dkey.h46 char *fn; /* Filename to load/store the key */ member
/device/google/contexthub/firmware/lib/libm/
Def_rem_pio2.c105 float z,w,t,r,fn; local
/device/linaro/bootloader/edk2/StdLib/LibC/Math/
De_rem_pio2.c78 double z,w,t,r,fn; in __ieee754_rem_pio2() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dsysconfig.py248 def parse_makefile(fn, g=None): argument
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/
Dmain.c41 #define CHECK_NULL(v, fn) \ argument
/device/linaro/bootloader/arm-trusted-firmware/include/plat/arm/board/common/
Dv2m_def.h27 #define V2M_CFGCTRL_FUNC(fn) (fn << V2M_CFGCTRL_FUNC_SHIFT) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtempfile.py92 def _stat(fn): argument
99 def _exists(fn): argument
/device/linaro/bootloader/edk2/StdLib/PosixLib/Glob/
Dglob.c962 g_lstat(Char *fn, __gl_stat_t *sb, glob_t *pglob) in g_lstat()
978 g_stat(Char *fn, __gl_stat_t *sb, glob_t *pglob) in g_stat()
/device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
Ddfs.c1013 uint32_t fn) in gen_rk3399_ctl_params()
1381 uint32_t fn) in gen_rk3399_pi_params()
1499 uint32_t fn) in gen_rk3399_phy_params()

12