Searched defs:bin (Results 1 - 6 of 6) sorted by last modified time

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A DcPickle.c345 int bin; member in struct:Picklerobject
766 if (!self->bin) {
849 if (!self->bin) {
1030 if (!self->bin
1194 if (self->bin) {
1241 if (!self->bin) {
1408 if (!self->bin) {
1583 if (self->bin) {
1731 if (self->bin) {
1983 if (self->bin) {
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A DcPickle.c347 int bin; member in struct:Picklerobject
736 if (!self->bin) {
819 if (!self->bin) {
999 if (!self->bin
1163 if (self->bin) {
1210 if (!self->bin) {
1377 if (!self->bin) {
1552 if (self->bin) {
1700 if (self->bin) {
1952 if (self->bin) {
[all...]
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Dautomata.c215 fprintf(f,"bin[%d] has %d\n",i,j);
233 int bin; local
236 bin = set_hash(nfa_states,HASH_SIZE);
237 p = dfa_hash[bin];
245 p->next = dfa_hash[bin];
246 dfa_hash[bin] = p;
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
H A Dcert.h55 const char *bin; /* Image associated to this certificate */ member in struct:cert_s
/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c75 struct BinHdr *bin; member in union:NanoAppInfo::__anon373
243 struct BinHdr *bin = inf->bin; local
249 .app_version = bin->hdr.appVer,
260 app.sect = bin->sect;
261 app.vec = bin->vec;
276 good = fwrite(&bin[1], inf->codeAndDataSize, 1, out) == 1 && good;
364 flashDataOffset = app->bin->sect.data_data - FLASH_BASE;
406 struct BinHdr *bin; local
418 bin
[all...]
H A Dpostprocess_elf.c233 struct BinHdr *bin = (struct BinHdr *) buf; local
239 .app_version = bin->hdr.appVer,
250 uint32_t hdrDiff = dataOffset - sizeof(*bin);
251 app.sect = bin->sect;
252 app.vec = bin->vec;
256 memmove(buf + dataOffset, buf + sizeof(*bin), bufUsed - sizeof(*bin));
296 struct BinHdr *bin; local
307 bin = (struct BinHdr*)buf;
308 if (bufUsed < sizeof(*bin)) {
[all...]

Completed in 297 milliseconds