Searched refs:sn (Results 1 – 9 of 9) sorted by relevance
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/src/ |
D | tbb_ext.c | 41 .sn = "TrustedNvCounter", 47 .sn = "NonTrustedNvCounter", 53 .sn = "TrustedBootFirmwareHash", 59 .sn = "TrustedWorldPublicKey", 65 .sn = "NonTrustedWorldPublicKey", 71 .sn = "SoCFirmwareContentCertPK", 77 .sn = "APROMPatchHash", 83 .sn = "SCPFirmwareContentCertPK", 89 .sn = "SCPFirmwareHash", 95 .sn = "TrustedOSFirmwareContentCertPK", [all …]
|
D | ext.c | 59 nid = OBJ_create(ext->oid, ext->sn, ext->ln); in DECLARE_ASN1_ITEM()
|
/device/google/dragon/audio/hal/dsp/ |
D | biquad.c | 56 double sn = 0.5 * d * sin(theta); in biquad_lowpass() local 57 double beta = 0.5 * (1 - sn) / (1 + sn); in biquad_lowpass() 91 double sn = 0.5 * d * sin(theta); in biquad_highpass() local 92 double beta = 0.5 * (1 - sn) / (1 + sn); in biquad_highpass()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/ |
D | regcomp.c | 78 StrNode* sn = NSTR(a); in swap_node() local 79 if (sn->capa == 0) { in swap_node() 80 int len = (int)(sn->end - sn->s); in swap_node() 81 sn->s = sn->buf; in swap_node() 82 sn->end = sn->s + len; in swap_node() 87 StrNode* sn = NSTR(b); in swap_node() local 88 if (sn->capa == 0) { in swap_node() 89 int len = (int)(sn->end - sn->s); in swap_node() 90 sn->s = sn->buf; in swap_node() 91 sn->end = sn->s + len; in swap_node() [all …]
|
D | regparse.c | 1550 str_node_split_last_char(StrNode* sn, OnigEncoding enc) in str_node_split_last_char() argument 1555 if (sn->end > sn->s) { in str_node_split_last_char() 1556 p = onigenc_get_prev_char_head(enc, sn->s, sn->end); in str_node_split_last_char() 1557 if (p && p > sn->s) { /* can be splitted. */ in str_node_split_last_char() 1558 n = node_new_str(p, sn->end); in str_node_split_last_char() 1560 if ((sn->flag & NSTR_RAW) != 0) in str_node_split_last_char() 1562 sn->end = (UChar* )p; in str_node_split_last_char() 1569 str_node_can_be_split(StrNode* sn, OnigEncoding enc) in str_node_can_be_split() argument 1571 if (sn->end > sn->s) { in str_node_can_be_split() 1572 return ((enclen(enc, sn->s) < sn->end - sn->s) ? 1 : 0); in str_node_can_be_split() [all …]
|
/device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/ |
D | ext.h | 43 const char *sn; /* Short name */ member
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | decimal.py | 2698 sn = self._isnan() 2700 if sn or on: 2701 if on == 1 and sn == 0: 2703 if sn == 1 and on == 0: 2740 sn = self._isnan() 2742 if sn or on: 2743 if on == 1 and sn == 0: 2745 if sn == 1 and on == 0: 3316 sn = self._isnan() 3318 if sn or on: [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_minidom.py | 651 sn = doctype.notations.item(i) 653 self.confirm((not sn.isSameNode(cn)) 654 and (not cn.isSameNode(sn)) 655 and cn.nodeName == sn.nodeName 656 and cn.publicId == sn.publicId 657 and cn.systemId == sn.systemId)
|
D | test_descr.py | 3360 for sn in cls.__dict__.get('__slots__', ()): 3362 d[sn] = getattr(self, sn)
|