Home
last modified time | relevance | path

Searched refs:_f (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dtypes.py42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dtypes.py42 def _f(): pass function
43 FunctionType = type(_f)
45 CodeType = type(_f.func_code)
84 del sys, _f, _g, _C, _x # Not for export
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_dis.py10 def _f(a): function
21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
117 self.do_disassembly_test(_f, dis_f)
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dgeneric.h145 typedef struct _f { /* cache Fi/Fo set */ struct
147 struct _f *next; argument
155 struct _f *next; argument
168 struct _f *next;
/device/linaro/bootloader/arm-trusted-firmware/include/bl31/
Druntime_svc.h133 #define is_caller_non_secure(_f) (!!(_f & SMC_FROM_NON_SECURE)) argument
134 #define is_caller_secure(_f) (!(is_caller_non_secure(_f))) argument
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
Dantlr.h552 #define zzmatch_wdfltsig(_t,_f) \ argument
553 if ( !_zzmatch_wdfltsig(_t,_f) ) _signal=MismatchedToken;
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
Dantlr.h564 #define zzmatch_wdfltsig(_t,_f) \ argument
565 if ( !_zzmatch_wdfltsig(_t,_f) ) _signal=MismatchedToken;