/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 | inflate.h | 117 unsigned short work[288]; /* work area for code table building */ member
|
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);
|
/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/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 | inflate.h | 113 unsigned short work[288]; /* work area for code table building */ member
|
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);
|
/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/mediatek/wembley-sepolicy/non_plat/ |
D | hal_gnss.te | 1 #TODO:: work around solution, wait for correct solution from google
|
D | mtk_hal_gnss.te | 7 #TODO:: work around solution, wait for correct solution from google
|
/device/mediatek/wembley-sepolicy/r_non_plat/ |
D | hal_gnss.te | 1 #TODO:: work around solution, wait for correct solution from google
|
D | mtk_hal_gnss.te | 7 #TODO:: work around solution, wait for correct solution from google
|
/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/google/trout/agl_services_build/yocto-layer/meta-google/recipes-trout/agl-services/ |
D | google-trout-agl-services-source_0.1.bb | 11 WORKDIR = "${TMPDIR}/work-shared/google-trout-agl-services-source/${PV}-${PR}"
|
/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/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/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…
|