Home
last modified time | relevance | path

Searched refs:work (Results 1 – 25 of 212) sorted by relevance

123456789

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
38 unsigned short FAR *work;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 here.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 here.op = (unsigned char)(extra[work[sym]]);
225 here.val = base[work[sym]];
256 len = lens[work[sym]];
Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member
Dinfback.c104 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
111 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
389 &(state->lenbits), state->work);
463 &(state->lenbits), state->work);
472 &(state->next), &(state->distbits), state->work);
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dinftrees.c32 int ZLIB_INTERNAL inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
38 unsigned short FAR *work;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
183 base = extra = work; /* dummy value--not used */
217 if (work[sym] + 1U < match) {
219 here.val = work[sym];
221 else if (work[sym] >= match) {
222 here.op = (unsigned char)(extra[work[sym] - match]);
223 here.val = base[work[sym] - match];
254 len = lens[work[sym]];
Dinftrees.h62 unsigned FAR *bits, unsigned short FAR *work));
Dinflate.h120 unsigned short work[288]; /* work area for code table building */ member
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dinftrees.c32 int inflate_table(type, lens, codes, table, bits, work) in inflate_table() argument
38 unsigned short FAR *work;
147 if (lens[sym] != 0) work[offs[lens[sym]]++] = (unsigned short)sym;
184 base = extra = work; /* dummy value--not used */
219 if ((int)(work[sym]) < end) {
221 this.val = work[sym];
223 else if ((int)(work[sym]) > end) {
224 this.op = (unsigned char)(extra[work[sym]]);
225 this.val = base[work[sym]];
256 len = lens[work[sym]];
Dinftrees.h55 unsigned FAR *bits, unsigned short FAR *work));
Dinflate.h113 unsigned short work[288]; /* work area for code table building */ member
Dinfback.c95 inflate_table(LENS, state->lens, 288, &(next), &(bits), state->work);
102 inflate_table(DISTS, state->lens, 32, &(next), &(bits), state->work);
380 &(state->lenbits), state->work);
446 &(state->lenbits), state->work);
455 &(state->next), &(state->distbits), state->work);
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/
DHttpDxe.uni4 // This driver provides UEFI 2.5 HTTP protocols. It could work with an IPv4 or IPv6 stack.
22 …rovides EFI HTTP Protocol and EFI HTTP Service Binding Protocol. It could work with an IPv4 or IPv…
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBiosDxe.uni4 // This driver installs Legacy Bios Protocol to support CSM module work in EFI system.
22 …guage en-US "This driver installs Legacy Bios Protocol to support CSM module work in a EFI system."
/device/linaro/bootloader/edk2/NetworkPkg/DnsDxe/
DDnsDxe.uni4 // This driver provides UEFI 2.5 DNS protocols. It could work with an IPv4 and IPv6 stack.
22 … Service Binding Protocol and EFI DNS6 Service Binding Protocol. It could work with an IPv4 and IP…
/device/linaro/bootloader/edk2/NetworkPkg/HttpBootDxe/
DHttpBootDxe.uni5 // the boot image from HTTP server. It could work with an IPv4 or IPv6 stack.
23 …tocol which is used to download the boot image from HTTP server. It could work with an IPv4 or IPv…
/device/mediatek/wembley-sepolicy/non_plat/
Dhal_gnss.te1 #TODO:: work around solution, wait for correct solution from google
Dmtk_hal_gnss.te7 #TODO:: work around solution, wait for correct solution from google
/device/mediatek/wembley-sepolicy/r_non_plat/
Dhal_gnss.te1 #TODO:: work around solution, wait for correct solution from google
Dmtk_hal_gnss.te7 #TODO:: work around solution, wait for correct solution from google
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/
DUefiPxeBcDxe.uni5 // PXE-compatible device for network access or booting. It could work together
23 …o accessing PXE-compatible device for network access or booting. It could work together with an IP…
/device/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/
Dgoogle-trout-agl-services-source_0.1.bb11 WORKDIR = "${TMPDIR}/work-shared/google-trout-agl-services-source/${PV}-${PR}"
/device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DCompatibleDevices.txt1 The following devices have been confirmed to work with the USB Serial Driver:
/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlgc.c1001 l_mem work = -cast(l_mem, g->GCmemtrav); /* start counting work */ in atomic() local
1011 work += g->GCmemtrav; /* stop counting (do not (re)count grays) */ in atomic()
1014 work -= g->GCmemtrav; /* restart counting */ in atomic()
1021 work += g->GCmemtrav; /* stop counting (objects being finalized) */ in atomic()
1025 work -= g->GCmemtrav; /* restart counting */ in atomic()
1035 work += g->GCmemtrav; /* complete counting */ in atomic()
1036 return work; /* estimate of memory marked by 'atomic' */ in atomic()
1058 lu_mem work; in singlestep() local
1062 work = atomic(L); /* add what was traversed by 'atomic' */ in singlestep()
1063 g->GCestimate += work; /* estimate of total memory traversed */ in singlestep()
[all …]
/device/linaro/bootloader/arm-trusted-firmware/
Ddco.txt21 (b) The contribution is based upon previous work that, to the best
24 work with modifications, whether created in whole or in part
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/GdbDebugAgent/
Dgdbnotes.txt7 add-symbol-file c:/work/edk2/Build/BeagleBoard/DEBUG_GCC48/ARM/BeagleBoardPkg/Sec/Sec/DEBUG/BeagleB…

123456789