Home
last modified time | relevance | path

Searched refs:mod (Results 1 – 7 of 7) sorted by relevance

/third_party/uapp/fsck-msdosfs/
A Dcheck.c43 int mod = 0; in checkfilesys() local
88 if (mod & FSFATAL) { in checkfilesys()
99 if (mod & FSFATAL) in checkfilesys()
112 if (mod & FSFATAL) in checkfilesys()
121 if (mod & FSFATAL) in checkfilesys()
126 if (mod & FSFATAL) in checkfilesys()
133 if (mod & FSFATAL) in checkfilesys()
139 mod |= writefat(dosfs, &boot, fat, mod & FSFIXFAT); in checkfilesys()
143 mod |= FSERROR; in checkfilesys()
156 if (mod && (mod & FSERROR) == 0) { in checkfilesys()
[all …]
A Ddir.c447 int mod = FSOK; in readDosDirSection() local
518 mod |= FSERROR; in readDosDirSection()
671 mod |= THISMOD; in readDosDirSection()
689 mod |= FSERROR; in readDosDirSection()
836 mod |= THISMOD; in readDosDirSection()
851 mod &= ~THISMOD; in readDosDirSection()
870 mod &= ~THISMOD; in readDosDirSection()
878 int mod; in handleDirTree() local
881 if (mod & FSFATAL) in handleDirTree()
902 if (mod & FSFATAL) in handleDirTree()
[all …]
A Dfat.c663 int mod = FSOK; in checklost() local
677 mod |= ret = reconnect(dosfs, boot, fat, head); in checklost()
678 if (mod & FSFATAL) in checklost()
682 mod |= FSFATMOD; in checklost()
699 mod |= writefsinfo(dosfs, boot); in checklost()
702 return mod; in checklost()
/third_party/ulib/cryptolib/
A Dcryptolib.c336 static const uint32_t* subM(const clBignumModulus * mod, in subM() argument
343 for (i = 0; i < mod->nwords; ++i) { in subM()
344 A += (uint64_t)a[i] - (mod->n[i] * mask); in subM()
352 static void montMulAdd(const clBignumModulus * mod, in montMulAdd() argument
357 uint32_t d0 = (uint32_t)A * mod->n0inv; in montMulAdd()
358 uint64_t B = (uint64_t)d0 * mod->n[0] + (uint32_t)A; in montMulAdd()
361 for (i = 1; i < mod->nwords; ++i) { in montMulAdd()
375 static void montMul(const clBignumModulus * mod, in montMul() argument
380 memset(c, 0, mod->size); in montMul()
381 for (i = 0; i < mod->nwords; ++i) { in montMul()
[all …]
/third_party/ulib/cryptolib/include/lib/crypto/
A Dcryptolib.h116 int clDHgenerate(const clBignumModulus* mod,
123 int clDHcompute(const clBignumModulus* mod,
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Djemalloc_internal.h569 pszind_t mod = ((((psz-1) & delta_inverse_mask) >> lg_delta)) & in psz2ind() local
572 pszind_t ind = grp + mod; in psz2ind()
584 size_t mod = pind & ((ZU(1) << LG_SIZE_CLASS_GROUP) - 1); in pind2sz_compute() local
592 size_t mod_size = (mod+1) << lg_delta; in pind2sz_compute()
652 szind_t mod = ((((size-1) & delta_inverse_mask) >> lg_delta)) & in size2index_compute() local
655 szind_t index = NTBINS + grp + mod; in size2index_compute()
690 size_t mod = reduced_index & ((ZU(1) << LG_SIZE_CLASS_GROUP) - in index2size_compute() local
699 size_t mod_size = (mod+1) << lg_delta; in index2size_compute()
A Djemalloc_internal.h.in567 pszind_t mod = ((((psz-1) & delta_inverse_mask) >> lg_delta)) & local
570 pszind_t ind = grp + mod;
582 size_t mod = pind & ((ZU(1) << LG_SIZE_CLASS_GROUP) - 1); local
590 size_t mod_size = (mod+1) << lg_delta;
650 szind_t mod = ((((size-1) & delta_inverse_mask) >> lg_delta)) & local
653 szind_t index = NTBINS + grp + mod;
688 size_t mod = reduced_index & ((ZU(1) << LG_SIZE_CLASS_GROUP) - local
697 size_t mod_size = (mod+1) << lg_delta;

Completed in 19 milliseconds