Searched refs:COPY (Results 1 - 18 of 18) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
H A Dfvwrite.c88 #define COPY(n) (void)memcpy((void *)fp->_p, (void *)p, (size_t)(n)) macro
153 COPY(w); /* copy MIN(fp->_w,len), */
159 COPY(w);
172 COPY(w);
199 COPY(w);
210 COPY(w);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon3122
69 STORED -> COPY_ -> COPY -> TYPE
H A Dgzguts.h157 #define COPY 1 /* copy input directly */ macro
H A Dgzread.c79 left unchanged if there is no more input data available, will be set to COPY
162 state->how = COPY;
224 otherwise 0. gz_fetch() will leave state->how as COPY or GZIP unless the
233 case LOOK: /* -> LOOK, COPY (only if never GZIP), or GZIP */
239 case COPY: /* -> COPY */
355 else if (state->how == COPY) { /* read directly */
H A Dinflate.c879 state->mode = COPY;
880 case COPY:
1510 (state->mode == COPY ? state->length :
H A Dgzlib.c394 if (state->mode == GZ_READ && state->how == COPY &&
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
H A Dinflate.h35 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon3467
66 STORED -> COPY -> TYPE
H A Dinflate.c819 state->mode = COPY;
820 case COPY:
/device/linaro/bootloader/arm-trusted-firmware/make_helpers/
H A Dbuild_env.mk15 COPY := $$(error "Replace COPY with call to SHELL_COPY or SHELL_COPY_TREE.") macro
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
H A Dinflate.h35 COPY_, /* i/o: same as COPY below, but only first time in */
36 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon5392
69 STORED -> COPY_ -> COPY -> TYPE
H A Dinflate.c902 state->mode = COPY;
903 case COPY:
1551 (state->mode == COPY ? state->length :
/device/linaro/bootloader/edk2/Omap35xxPkg/MMCHSDxe/
H A DMMCHS.h72 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon9719
116 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon9720
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
H A Dgzguts.h163 #define COPY 1 /* copy input directly */ macro
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Include/
H A DSDCard.h70 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon10078
H A DMMC.h146 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon10074
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/IndustryStandard/
H A DSdCard.h81 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon11672
H A DMmc.h158 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon11668
/device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
H A DMmc.h124 UINT8 COPY: 1; // Copy flag (OTP) [14:14] member in struct:__anon5400

Completed in 302 milliseconds