Home
last modified time | relevance | path

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

12345678

/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));
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);
Dinflate.h117 unsigned short work[288]; /* work area for code table building */ member
/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/google/wahoo/wifi_offload/
Dhidl_return_util.h29 Return<void> validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall() argument
32 hidl_cb((obj->*work)(std::forward<Args>(args)...)); in validateAndCall()
39 Return<void> validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall() argument
42 const auto& ret_pair = (obj->*work)(std::forward<Args>(args)...); in validateAndCall()
53 validateAndCall(ObjT* obj, WorkFuncT&& work, in validateAndCall() argument
56 const auto& ret_tuple = (obj->*work)(std::forward<Args>(args)...); in validateAndCall()
/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));
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);
Dinflate.h113 unsigned short work[288]; /* work area for code table building */ member
/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/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/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/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
DCompatibleDevices.txt1 The following devices have been confirmed to work with the USB Serial Driver:
/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…
/device/linaro/hikey/mali/bifrost/
DAPACHE_LICENSE.txt36 "Work" shall mean the work of authorship, whether in Source or
38 copyright notice that is included in or attached to the work
41 "Derivative Works" shall mean any work, whether in Source or Object
44 represent, as a whole, an original work of authorship. For the purposes
49 "Contribution" shall mean any work of authorship, including
162 work stoppage, computer failure or malfunction, or any and all
179 APPENDIX: How to apply the Apache License to your work.
181 To apply the Apache License to your work, attach the following
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
DREADME12 Skip Montanaro; the rest is original work by Guido van Rossum.
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
DLICENSE9 In 1995, Guido continued his work on Python at the Corporation for
80 3. In the event Licensee prepares a derivative work that is based on
82 the derivative work available to others as provided herein, then
83 Licensee hereby agrees to include in any such work a brief summary of
188 3. In the event Licensee prepares a derivative work that is based on
190 the derivative work available to others as provided herein, then
191 Licensee hereby agrees to include in any such work a brief summary of
/device/google/contexthub/util/
DNOTICE47 "Work" shall mean the work of authorship, whether in Source or
49 copyright notice that is included in or attached to the work
52 "Derivative Works" shall mean any work, whether in Source or Object
55 represent, as a whole, an original work of authorship. For the purposes
60 "Contribution" shall mean any work of authorship, including
173 work stoppage, computer failure or malfunction, or any and all

12345678