/device/linaro/bootloader/edk2/StdLib/Include/sys/ |
D | param.h | 153 #define STACK_GROW(sp, _size) (((caddr_t)(sp)) + (_size)) argument 154 #define STACK_SHRINK(sp, _size) (((caddr_t)(sp)) - (_size)) argument 155 #define STACK_ALIGN(sp, bytes) \ argument 157 #define STACK_ALLOC(sp, _size) ((caddr_t)(sp)) argument 160 #define STACK_GROW(sp, _size) (((caddr_t)(sp)) - (_size)) argument 161 #define STACK_SHRINK(sp, _size) (((caddr_t)(sp)) + (_size)) argument 162 #define STACK_ALIGN(sp, bytes) \ argument 164 #define STACK_ALLOC(sp, _size) (((caddr_t)(sp)) - (_size)) argument
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/h/ |
D | sintstack.h | 37 int sp; member
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
D | strtof.c | 44 strtof(s, sp) CONST char *s; char **sp; variable
|
D | hexnan.c | 57 hexnan(sp, fpi, x0) in hexnan() argument
|
D | strtopx.c | 59 strtopx(s, sp, V) CONST char *s; char **sp; void *V; in strtopx() argument
|
D | gethex.c | 42 gethex( CONST char **sp, CONST FPI *fpi, Long *expt, Bigint **bp, int sign) in gethex()
|
D | smisc.c | 132 (sp, t) CONST char **sp, *t; in match() argument
|
/device/linaro/bootloader/edk2/StdLib/LibC/Time/ |
D | ZoneProc.c | 107 register struct state * const sp = lclptr; in settzname() local 314 tzload(register const char *name, register struct state * const sp) in tzload() 570 struct state * const sp, in tzparse() 764 gmtload(struct state * const sp) in gmtload()
|
D | Time.c | 94 const struct state * const sp, in timesub() 253 register const struct state * sp; in time2sub() local 424 register const struct state * sp; in time1() local 717 register struct state * sp; in localsub() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | strtod.c | 70 register char *sp, *dp; in strtod() local
|
D | ceval.c | 2660 PyObject **sp; in PyEval_EvalFrameEx() local 2683 PyObject **pfunc, *func, **sp; in PyEval_EvalFrameEx() local 3570 unpack_iterable(PyObject *v, int argcnt, PyObject **sp) in unpack_iterable()
|
/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/ |
D | fparseln.c | 78 isescaped(const char *sp, const char *p, int esc) in isescaped()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | getnameinfo.c | 107 struct servent *sp; local
|
D | socketmodule.c | 3520 struct servent *sp; local 3524 sp = getservbyname(name, proto); local 3551 struct servent *sp; local 3561 sp = getservbyport(htons((short)port), proto); local 3586 struct protoent *sp; local 3595 sp = getprotobyname(name); local
|
D | getaddrinfo.c | 344 struct servent *sp; in getaddrinfo() local
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/ |
D | PCCTSAST.cpp | 124 _push(PCCTS_AST **st, int *sp, PCCTS_AST *e) in _push() 132 _pop(PCCTS_AST **st, int *sp) in _pop()
|
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/ |
D | pmap.h | 128 #define pmap_copy(dp, sp, da, l, sa) /* nothing */ argument
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/ |
D | PCCTSAST.cpp | 124 _push(PCCTS_AST **st, int *sp, PCCTS_AST *e) in _push() 132 _pop(PCCTS_AST **st, int *sp) in _pop()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/ |
D | plat_security.c | 54 unsigned sp:4; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/sorcerer/lib/ |
D | astlib.c | 180 _push(SORAST **st, int *sp, SORAST *e) in _push() 195 _pop(SORAST **st, int *sp) in _pop()
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | ns_name.c | 591 const u_char *dn, *cp, *sp; in dn_find() local
|
D | getnameinfo.c | 181 struct servent *sp; in getnameinfo_inet() local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 3602 struct servent *sp; local 3606 sp = getservbyname(name, proto); local 3633 struct servent *sp; local 3643 sp = getservbyport(htons((short)port), proto); local 3668 struct protoent *sp; local 3677 sp = getprotobyname(name); local
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | ceval.c | 2675 PyObject **sp; in PyEval_EvalFrameEx() local 2698 PyObject **pfunc, *func, **sp; in PyEval_EvalFrameEx() local 3592 unpack_iterable(PyObject *v, int argcnt, PyObject **sp) in unpack_iterable()
|
/device/linaro/bootloader/arm-trusted-firmware/plat/hikey/include/ |
D | usb.h | 809 unsigned sp:1; member 832 unsigned sp:1; member 852 unsigned sp:1; member
|