Searched full:signed (Results 1 – 25 of 3328) sorted by relevance
12345678910>>...134
4 Subject: [PATCH 2/3] Fix assumed signed char6 The code assumes that char is signed, but whether char is signed or12 Fix this by specifying signed char.16 Signed-off-by: Parian Golchin <Parian.Golchin@iris-sensing.com>30 +static const signed char _address_trans_keys[] = {39 + const signed char * _keys;40 const signed char * _acts;50 + const signed char *_lower = _keys;51 + const signed char *_upper = _keys + _klen - 1;52 + const signed char *_mid;[all …]
33 Get CSR Request Signed By VMI And Verify34 [Documentation] Get CSR request signed by VMI using different user roles and verify.36 [Template] Get Certificate Signed By VMI76 [Template] Get Certificate Signed By VMI91 Get Corrupted CSR Request Signed By VMI And Verify94 [Template] Get Certificate Signed By VMI170 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…171 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…172 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…173 …... Get Certificate Signed By VMI ${OPENBMC_USERNAME} ${OPENBMC_PASSWORD} ${True} ${True} ${HTTP_…[all …]
84 yylval->rvalue.signedness = SIGNED;93 yylval->rvalue.signedness = SIGNED;101 yylval->rvalue.signedness = SIGNED;110 yylval->rvalue.signedness = SIGNED;119 yylval->rvalue.signedness = SIGNED;123 yylval->rvalue.signedness = SIGNED;134 yylval->rvalue.signedness = SIGNED;141 yylval->rvalue.signedness = SIGNED;182 "fSATN" { yylval->sat.signedness = SIGNED;187 yylval->cast.signedness = SIGNED;[all …]
7 This method generates an SPDM cryptographic signed statement over the20 A 32-byte hex-encoded string to be signed with the measurements.39 signed statement.48 Base64 encoded cryptographic signed statement generated by the54 cryptographic signed statement.59 cryptographic signed statement.
17 Signed-off-by: YOUR NAME <YOUR@EMAIL>51 The name used with "Signed-off-by" does not need to be your legal name, nor57 ``Signed-off-by`` lines, matches that of the git commit ``Author`` field.63 nonetheless expected to add their own ``Signed-off-by`` to comply with the70 this scenario, git commits will usually be expected to have a ``Signed-off-by``75 need not include a ``Signed-off-by``.79 their own ``Signed-off-by`` added unless their code suggestion was86 It can be said that in this case a ``Signed-off-by`` is indicating that89 ``Signed-off-by`` for each contributor, as in some countries employees are93 When multiple ``Signed-off-by`` tags are present, they should be strictly kept[all …]
6 signed char7 A char has the same range of values as signed char on X86,9 return a negative value, now we force variable c as signed char14 Signed-off-by: Roy.Li <rongqing.li@windriver.com>28 + register signed char c;
10 The signature feature allows the hash to be signed with a private key such95 When the image is signed, the following properties are added (mandatory):99 When the image is signed, the following properties are optional:101 - timestamp: Time when image was signed (standard Unix time_t format)112 For config bindings (see Signed Configurations below), the following117 two images will be looked up in the config and signed if present.137 In order to verify an image that has been signed with a public key we need to138 have a trusted public key. This cannot be stored in the signed image, since171 Signed Configurations175 FIT with the same signed images, but with the configuration changed such[all …]
7 name = "bad-signed-off-by"17 x for x in commit.message.body if x.startswith("Signed-off-by:")20 match = re.search("Signed-off-by: (.*) <(.*)>", sob)23 RuleViolation(self.id, "Invalid Signed-off-by format", sob)34 … "Signed-off-by user has too few words; likely user id instead of legal name?",
1 /* Purpose: test a signed and unsigned comparison */8 jump signed11 .globl signed12 signed: label
8 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com>9 Signed-off-by: Sahil Kang <sahilkang@google.com>19 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com>20 Signed-off-by: Sahil Kang <sahilkang@google.com>24 Signed-off-by: Sahil Kang <sahil.kang@asilaycomputing.com>25 Signed-off-by: Sahil Kang <sahilkang@google.com>28 Signed-off-by: mark.yang <mark.yang@lge.com>
6 In C++, signed integers are represented in two's complement. This also applies to signed bitfields.7 A signed bitfield composed of one bit can therefore store a value in the range -1 to 0.9 Therefore fix this case by using unsigned int instead of signed int12 Signed-off-by: Khem Raj <raj.khem@gmail.com>
3 # check-dco.py: validate all commits are signed off36 print("\nChecking for 'Signed-off-by: NAME <EMAIL>' " +57 if "Signed-off-by:" in line:64 print(" ❌ FAIL missing Signed-off-by tag")70 ❌ ERROR: One or more commits are missing a valid Signed-off-By tag.81 Signed-off-by: YOUR NAME <EMAIL>
2 Documentation Redfish BMC/Host signed and unsigned code update3 ... over BMC functional signed image.36 Redfish Signed Code Update37 [Documentation] BMC/Host signed code update over functional signed40 [Template] Redfish Signed Firmware Update47 [Documentation] BMC/Host unsigned code update over functional signed77 Redfish Signed Firmware Update
9 Signed-off-by: Khem Raj <raj.khem@gmail.com>25 const signed char *p = (signed char *)(pChn->pCurrentSample+pChn->nPos);\34 const signed short *p = (signed short *)(pChn->pCurrentSample+(pChn->nPos*2));\
36 cat u-boot-dtb.imx csf-u-boot.bin > u-boot-signed.imx38 u-boot-signed.imx u-boot-signed-pad.bin39 cat u-boot-signed-pad.imx DEK_blob.bin > u-boot-encrypted.imx41 NOTE: u-boot-signed.bin needs to be padded to the value
12 Signed-off-by: Jackie Huang <jackie.huang@windriver.com>13 Signed-off-by: Yi Zhao <yi.zhao@windriver.com>16 Signed-off-by: Changqing Li <changqing.li@windriver.com>19 Signed-off-by: Randy MacLeod <randy.macleod@windriver.com>20 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
12 Signed-off-by: Venture Research <tech@ventureresearch.com>15 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>18 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>21 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>24 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
12 Signed-off-by: Venture Research <tech@ventureresearch.com>15 Signed-off-by: Alistair Francis <alistair.francis@wdc.com>18 Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>21 Signed-off-by: Randy MacLeod <Randy.MacLeod@windriver.com>
9 # - validate signed-off-by37 # Whether the patch has a Signed-off-by or not39 # Whether the Signed-off-by tag is malformed in some way41 # The Signed-off-by tag value70 sob_re = re.compile(r"^[\t ]*(Signed[-_ ]off[-_ ]by:?)[\t ]*(.+)", re.IGNORECASE | re.MULTILINE)84 # Find the Signed-off-by tag88 if value != "Signed-off-by:":155 print("Missing Signed-off-by tag (%s)" % patch)159 print("Malformed Signed-off-by '%s' (%s)" % (r.malformed_sob, patch))194 Patches missing Signed-off-by: %s[all …]
18 if grep -q '^Signed-off-by:' $patchfile; then19 # Insert before Signed-off-by.20 …sed -i -e "0,/^Signed-off-by:/s#\(^Signed-off-by:.*\)#\(From $reponame rev: $rev\)\n\n\1#" $patchf…
38 typedef signed char s8;41 typedef signed short s16;44 typedef signed int s32;47 typedef signed long long s64;
8 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>11 Signed-off-by: Changqing Li <changqing.li@windriver.com>14 Signed-off-by: Claude Bing <cbing@cybernetics.com>17 Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
47 "signed": true, boolean56 "signed": true, boolean65 "signed": true, boolean74 "signed": true, boolean84 "signed": false boolean
2 # TF-M. Signed images are written to the deploy directory by default.12 TFM_IMAGE_SIGN_DIR = "${WORKDIR}/tfm-signed-images"13 TFM_IMAGE_SIGN_DEPLOY_DIR = "${WORKDIR}/deploy-tfm-signed-images"64 # $3 ... signed binary size67 # Note: The signed binary is copied to ${TFM_IMAGE_SIGN_DIR}
26 /// 8-byte signed value34 /// 4-byte signed value47 /// 2-byte signed value64 /// 1-byte signed value66 typedef signed char INT8;