Home
last modified time | relevance | path

Searched refs:fc (Results 1 – 25 of 29) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dpy_compile.py123 with open(cfile, 'wb') as fc:
124 fc.write('\0\0\0\0')
125 wr_long(fc, timestamp)
126 marshal.dump(codeobject, fc)
127 fc.flush()
128 fc.seek(0, 0)
129 fc.write(MAGIC)
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EdkIIGlueLib/Library/BaseLib/Ipf/
DExecFc.s37 fc in0
63 fc.i in0
DFlushCacheRange.s83 fc loc3;;
/device/linaro/bootloader/edk2/MdePkg/Library/BaseLib/Ipf/
DExecFc.s37 fc in0
63 fc.i in0
DInternalFlushCacheRange.s82 fc loc3;;
/device/google/cuttlefish/host/frontend/gcastv2/https/certs/
Dtrusted.pem5 19:72:96:d8:8b:da:2c:2c:9b:fc:a2:18:23:0a:76:21:cd:7e:78:64
20 24:a6:55:31:d7:32:73:d0:0e:98:23:70:1f:c1:fc:
37 09:f7:fc:98:a3:77:81:46:a8:e2:86:fc:af:a7:66:66:31:83:
48 95:55:fc:29:21:b9:9a:38:01:ac:32:ae:6b:93:fc:b3:ee:f3:
/device/google/contexthub/firmware/os/platform/stm32/misc/
Dm3debug.script30 wr sp 200000fc
32 wr 200000fc be00be00
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Ddeflate.h66 } fc; member
73 #define Freq fc.freq
74 #define Code fc.code
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Ddeflate.h69 } fc; member
76 #define Freq fc.freq
77 #define Code fc.code
/device/google/cuttlefish/host/frontend/gcastv2/webrtc/certs/
Dtrusted.pem28 47:7d:b5:7c:a9:75:fc:35:b7:17:40:8b:4a:3d:3f:
36 49:9c:74:40:63:51:e4:34:fc:bd:48:04:05:33:03:d4:e2:86:
38 c7:b0:fc:95:b7:6f:cb:43:92:f8:28:3c:8c:4d:b9:eb:28:8c:
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/RuntimeDxe/EfiRuntimeLib/Ipf/
DIpfCpuCache.s77 fc loc3;;
/device/google/contexthub/firmware/os/algos/
Dfusion.c561 float fc = 0; in fusionHandleAcc() local
569 fc = (1.f - cos_err) * in fusionHandleAcc()
572 p = fusion->param.acc_stdev * expf(3 * d - fc); in fusionHandleAcc()
652 float fc; in fusionHandleMag() local
653 fc = (1.f - cos_err) * (1.0f / MAG_COS_CONV_FACTOR * MAG_COS_CONV_LIMIT); in fusionHandleMag()
654 p *= expf(-fc); in fusionHandleMag()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D02/FdtUpdateLibD02/
DFdtUpdateLib.inf19 FILE_GUID = 02CF1727-E697-47fc-8CC2-5DCB81B26DD9
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/Binary/D05/Library/FdtUpdateLib/
DFdtUpdateLib.inf20 FILE_GUID = 02CF1727-E697-47fc-8CC2-5DCB81B26DD9
/device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/D03/Library/FdtUpdateLib/
DFdtUpdateLib.inf19 FILE_GUID = 02CF1727-E697-47fc-8CC2-5DCB81B26DD9
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Hi6220/
DHi6220.dec16 PACKAGE_GUID = 01be44a1-5ed3-47fc-8ecf-daa83344678c
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/Ipf/
DPioFlush.s85 fc r32 //27
/device/google/contexthub/util/nanoapp_sign/
Dtest_exponent7 56:14:29:2e:88:da:1c:2a:a3:c4:8c:fc:75:f0:bd:
Dtest_modulus4 48:88:e6:d8:5e:4d:3c:b6:5b:09:1a:c5:9a:fc:d8:
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/
DMarvellYukonDxe.dsc20 PLATFORM_GUID = 8391d2d4-63fc-11e6-82d5-7b6c1a2ff410
/device/linaro/bootloader/edk2/StdLib/Efi/StdLib/etc/
Dprotocols55 fc 133 FC # Fibre Channel
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/DebugSupportDxe/Ipf/
DAsmFuncs.s64 fc r32
303 fc in1;; // Flush instruction cache
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/Ipf/
DIpfThunk.s153 fc r2;;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
DcPickle.c3318 find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) in find_class() argument
3322 if (fc) { in find_class()
3323 if (fc==Py_None) { in find_class()
3328 return PyObject_CallFunctionObjArgs(fc, py_module_name, in find_class()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
DcPickle.c3286 find_class(PyObject *py_module_name, PyObject *py_global_name, PyObject *fc) in find_class() argument
3290 if (fc) { in find_class()
3291 if (fc==Py_None) { in find_class()
3296 return PyObject_CallFunctionObjArgs(fc, py_module_name, in find_class()

12