/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/ |
D | inftrees.c | 32 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]];
|
D | inftrees.h | 62 unsigned FAR *bits, unsigned short FAR *work));
|
D | infback.c | 104 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);
|
D | inflate.h | 117 unsigned short work[288]; /* work area for code table building */ member
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/ |
D | inftrees.c | 32 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]];
|
D | inftrees.h | 62 unsigned FAR *bits, unsigned short FAR *work));
|
D | inflate.h | 120 unsigned short work[288]; /* work area for code table building */ member
|
/device/google/wahoo/wifi_offload/ |
D | hidl_return_util.h | 29 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/ |
D | inftrees.c | 32 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]];
|
D | inftrees.h | 55 unsigned FAR *bits, unsigned short FAR *work));
|
D | infback.c | 95 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);
|
D | inflate.h | 113 unsigned short work[288]; /* work area for code table building */ member
|
/device/linaro/bootloader/edk2/NetworkPkg/HttpDxe/ |
D | HttpDxe.uni | 4 // 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/ |
D | LegacyBiosDxe.uni | 4 // 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/ |
D | DnsDxe.uni | 4 // 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/ |
D | HttpBootDxe.uni | 5 // 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/ |
D | UefiPxeBcDxe.uni | 5 // 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/ |
D | lgc.c | 1001 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/ |
D | CompatibleDevices.txt | 1 The following devices have been confirmed to work with the USB Serial Driver:
|
/device/linaro/bootloader/arm-trusted-firmware/ |
D | dco.txt | 21 (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/ |
D | gdbnotes.txt | 7 add-symbol-file c:/work/edk2/Build/BeagleBoard/DEBUG_GCC48/ARM/BeagleBoardPkg/Sec/Sec/DEBUG/BeagleB…
|
/device/linaro/hikey/mali/bifrost/ |
D | APACHE_LICENSE.txt | 36 "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/ |
D | README | 12 Skip Montanaro; the rest is original work by Guido van Rossum.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/ |
D | LICENSE | 9 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/ |
D | NOTICE | 47 "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
|