Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 34) sorted by relevance

12

/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/Elements/Types/
A DUnsignedType.cs57 internal static Types? GetExactType(Symbol symbol) in GetExactType() argument
59 if (symbol == Symbol.Unsigned32) in GetExactType()
64 else if (symbol == Symbol.Gauge32) in GetExactType()
69 else if (symbol == Symbol.Counter32) in GetExactType()
74 else if (symbol == Symbol.TimeTicks) in GetExactType()
79 else if (symbol == Symbol.Gauge) in GetExactType()
84 else if (symbol == Symbol.Counter) in GetExactType()
89 else if (symbol == Symbol.Counter64) in GetExactType()
98 internal static bool IsUnsignedType(Symbol symbol) in IsUnsignedType() argument
100 return GetExactType(symbol).HasValue; in IsUnsignedType()
A DIntegerType.cs95 internal static Types? GetExactType(Symbol symbol) in GetExactType() argument
97 if (symbol == Symbol.Integer) in GetExactType()
103 else if (symbol == Symbol.Integer32) in GetExactType()
112 internal static bool IsIntegerType(Symbol symbol) in IsIntegerType() argument
114 return GetExactType(symbol).HasValue; in IsIntegerType()
/lib/lwip/lwip/contrib/apps/LwipMibCompiler/SharpSnmpLib/Mib/
A DMibException.cs90 public static MibException Create(string message, Symbol symbol) in Create() argument
92 if (symbol == null) in Create()
105 symbol.File, in Create()
106 symbol.Row + 1, in Create()
107 symbol.Column + 1); in Create()
109 MibException ex = new MibException(message) { Symbol = symbol }; in Create()
/lib/mbedtls/external/mbedtls/tests/scripts/
A Dset_psa_test_dependencies.py111 def dependencies_of_symbol(symbol): argument
113 if symbol in WITHOUT_SYSTEMATIC_DEPENDENCIES:
115 if symbol in SPECIAL_SYSTEMATIC_DEPENDENCIES:
116 return SPECIAL_SYSTEMATIC_DEPENDENCIES[symbol]
117 if symbol.startswith('PSA_ALG_CATEGORY_') or \
118 symbol.startswith('PSA_KEY_TYPE_CATEGORY_'):
122 return {symbol.replace('_', '_WANT_', 1)}
152 for symbol in re.findall(r'PSA_(?:ALG|KEY_TYPE)_\w+', arg):
153 deps.update(dependencies_of_symbol(symbol))
A Dtest_config_script.py144 for symbol in TEST_SYMBOLS:
145 run_one(options, ['get', symbol])
146 (stem, filename) = run_one(options, ['set', symbol])
147 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
148 run_one(options, ['--force', 'set', symbol])
149 (stem, filename) = run_one(options, ['set', symbol, 'value'])
150 run_one(options, ['get', symbol], stem_prefix=stem, input_file=filename)
151 run_one(options, ['--force', 'set', symbol, 'value'])
152 run_one(options, ['unset', symbol])
A Ddepends.py296 for dep in EXCLUSIVE_GROUPS.get(symbol, []):
329 for symbol in symbols:
330 base_config_settings[symbol] = False
331 for symbol in symbols:
332 description = symbol
336 config_settings[symbol] = True
353 for symbol in symbols:
354 description = '!' + symbol
357 config_settings = {symbol: False}
382 return [symbol for symbol in self.all_config_symbols
[all …]
A Dgenerate_bignum_tests.py91 self.symbol,
140 self.symbol = ["<", "==", ">"][self._result + 1]
159 symbol = "+" variable in BignumAdd
A Dcheck_names.py761 symbol = nm_valid_regex.search(line)
762 if (symbol and not symbol.group("symbol").startswith(exclusions)):
763 symbols.append(symbol.group("symbol"))
825 for symbol in self.parse_result["symbols"]:
828 if symbol == identifier_match.name:
833 problems.append(SymbolNotInHeader(symbol))
/lib/mbedtls/external/mbedtls/scripts/mbedtls_dev/
A Dbignum_mod_raw.py22 symbol = "-" variable in BignumModRawSub
41 symbol = "-" variable in BignumModRawFixQuasiReduction
72 symbol = "*" variable in BignumModRawMul
93 symbol = "^ -1" variable in BignumModRawInvPrime
111 symbol = "+" variable in BignumModRawAdd
127 symbol = "" variable in BignumModRawConvertRep
136 return ([bignum_common.quote_str(self.arg_n), self.rep.symbol(),
210 symbol = "R *" variable in BignumModRawConvertToMont
223 symbol = "1/R *" variable in BignumModRawConvertFromMont
236 symbol = "-" variable in BignumModRawModNegate
A Dbignum_mod.py22 symbol = "*" variable in BignumModMul
41 symbol = "-" variable in BignumModSub
56 symbol = "^ -1" variable in BignumModInvNonMont
73 symbol = "^ -1" variable in BignumModInvMont
93 symbol = "+" variable in BignumModAdd
A Decp.py21 symbol = "-" variable in EcpP192R1Raw
98 symbol = "-" variable in EcpP224R1Raw
177 symbol = "-" variable in EcpP256R1Raw
491 symbol = "-" variable in EcpP192K1Raw
563 symbol = "-" variable in EcpP224K1Raw
637 symbol = "-" variable in EcpP256K1Raw
713 symbol = "-" variable in EcpP255Raw
782 symbol = "-" variable in EcpP448Raw
A Dbignum_core.py78 symbol = "<<" variable in BignumCoreShiftL
102 self.symbol,
165 symbol = "+" variable in BignumCoreAddAndAddIf
187 symbol = "-" variable in BignumCoreSub
291 symbol = "*" variable in BignumCoreMul
834 symbol = "^" variable in BignumCoreExpMod
856 symbol = "-" variable in BignumCoreSubInt
887 symbol = "== 0" variable in BignumCoreZeroCheckCT
A Dpsa_information.py122 return frozenset(symbol
124 for symbol in re.findall(r'\bPSA_WANT_\w+\b', line))
A Dbignum_common.py117 symbol = "" variable in OperationCommon
202 self.symbol, self.int_a
206 self.int_a, self.symbol, self.int_b
276 def symbol(self) -> str: member in ModulusRepresentation
/lib/zstd/common/
A Dfse.h373 static void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* CStatePtr, unsigned symbol);
510 MEM_STATIC void FSE_initCState2(FSE_CState_t* statePtr, const FSE_CTable* ct, U32 symbol) in FSE_initCState2() argument
513 …pressionTransform symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_initCState2()
521 MEM_STATIC void FSE_encodeSymbol(BIT_CStream_t* bitC, FSE_CState_t* statePtr, unsigned symbol) in FSE_encodeSymbol() argument
523 …onTransform const symbolTT = ((const FSE_symbolCompressionTransform*)(statePtr->symbolTT))[symbol]; in FSE_encodeSymbol()
578 unsigned char symbol; member
594 return DInfo.symbol; in FSE_peekSymbol()
609 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbol() local
613 return symbol; in FSE_decodeSymbol()
622 BYTE const symbol = DInfo.symbol; in FSE_decodeSymbolFast() local
[all …]
A Dfse_decompress.c91 tableDecode[highThreshold--].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
140 tableDecode[uPosition].symbol = spread[s + u]; in FSE_buildDTable_internal()
153 tableDecode[position].symbol = (FSE_FUNCTION_TYPE)s; in FSE_buildDTable_internal()
163 FSE_FUNCTION_TYPE const symbol = (FSE_FUNCTION_TYPE)(tableDecode[u].symbol); in FSE_buildDTable_internal() local
164 U32 const nextState = symbolNext[symbol]++; in FSE_buildDTable_internal()
193 cell->symbol = symbolValue; in FSE_buildDTable_rle()
218 dinfo[s].symbol = (BYTE)s; in FSE_buildDTable_raw()
/lib/lzma/
A DLzmaDec.c167 unsigned symbol; in LzmaDec_DecodeReal() local
177 symbol = 1; in LzmaDec_DecodeReal()
179 do { GET_BIT(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_DecodeReal()
186 symbol = 1; in LzmaDec_DecodeReal()
194 probLit = prob + offs + bit + symbol; in LzmaDec_DecodeReal()
197 while (symbol < 0x100); in LzmaDec_DecodeReal()
199 dic[dicPos++] = (Byte)symbol; in LzmaDec_DecodeReal()
530 unsigned symbol = 1; in LzmaDec_TryDummy() local
531 do { GET_BIT_CHECK(prob + symbol, symbol) } while (symbol < 0x100); in LzmaDec_TryDummy()
538 unsigned symbol = 1; in LzmaDec_TryDummy() local
[all …]
/lib/mbedtls/external/mbedtls/docs/proposed/
A Dpsa-conditional-inclusion-c.md61 #### Configuration symbol syntax
63 A PSA Crypto configuration symbol is a C preprocessor symbol whose name starts with `PSA_WANT_`.
65 * If the symbol is not defined, the corresponding feature is not included.
66 * If the symbol is defined to a preprocessor expression with the value `1`, the corresponding featu…
69 #### Configuration symbol usage
77 #### Configuration symbol semantics
131 ### Architecture of symbol definitions
153 * (U) indicates a symbol that is defined by the user (application).
154 * (D) indicates a symbol that is deduced from other symbols by code that ships with Mbed TLS.
155 * (G) indicates a symbol that is generated from driver descriptions.
[all …]
/lib/mbedtls/external/mbedtls/scripts/
A Dconfig.py576 if args.symbol in config:
577 value = config[args.symbol]
580 return 0 if args.symbol in config else 1
582 if not args.force and args.symbol not in config.settings:
585 .format(args.symbol, config.filename))
587 config.set(args.symbol, value=args.value)
591 config.unset(args.symbol)
/lib/zstd/decompress/
A Dhuf_decompress.c279 static U64 HUF_DEltX1_set4(BYTE symbol, BYTE nbBits) { in HUF_DEltX1_set4() argument
282 D4 = (symbol << 8) + nbBits; in HUF_DEltX1_set4()
284 D4 = symbol + (nbBits << 8); in HUF_DEltX1_set4()
405 int symbol=wksp->rankVal[0]; in HUF_readDTableX1_wksp_bmi2() local
418 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
427 D.byte = wksp->symbols[symbol + s]; in HUF_readDTableX1_wksp_bmi2()
463 symbol += symbolCount; in HUF_readDTableX1_wksp_bmi2()
806 typedef struct { BYTE symbol; } sortedSymbol_t; member
821 seq = level == 1 ? symbol : (baseSeq + (symbol << 8)); in HUF_buildDEltX2U32()
824 seq = level == 1 ? (symbol << 8) : ((baseSeq << 8) + symbol); in HUF_buildDEltX2U32()
[all …]
A Dzstd_decompress_block.c546 U32 const symbol = tableDecode[u].baseValue; in ZSTD_buildFSETable_body() local
547 U32 const nextState = symbolNext[symbol]++; in ZSTD_buildFSETable_body()
550 assert(nbAdditionalBits[symbol] < 255); in ZSTD_buildFSETable_body()
551 tableDecode[u].nbAdditionalBits = nbAdditionalBits[symbol]; in ZSTD_buildFSETable_body()
552 tableDecode[u].baseValue = baseValue[symbol]; in ZSTD_buildFSETable_body()
611 { U32 const symbol = *(const BYTE*)src; in ZSTD_buildSeqTable() local
612 U32 const baseline = baseValue[symbol]; in ZSTD_buildSeqTable()
613 U8 const nbBits = nbAdditionalBits[symbol]; in ZSTD_buildSeqTable()
/lib/mbedtls/external/mbedtls/scripts/data_files/
A Dquery_config.fmt111 CHECK_CONFIG /* If the symbol is not found, return an error */
/lib/mbedtls/external/mbedtls/docs/architecture/
A Dalternative-implementations.md72 …me contains `_internal`, `_ext` or `_ret`, this is removed in the `_ALT` symbol. When the correspo…
84 * Define the symbol `MBEDTLS_PLATFORM_XXX_ALT` at compile time.
/lib/mbedtls/external/mbedtls/tests/suites/
A Dmain_test.function28 /* Test code may use deprecated identifiers only if the preprocessor symbol
/lib/mbedtls/external/mbedtls/docs/
A Ddriver-only-builds.md331 - Enable `MBEDTLS_PSA_ACCEL_[KEY_TYPE_xxx|ALG_yyy]` symbol(s) which correspond
400 - The legacy symbol `MBEDTLS_CCM_C` adds support for both cipher and AEAD,

Completed in 80 milliseconds

12