Searched refs:match (Results 1 – 10 of 10) sorted by relevance
| /optee_os/scripts/ |
| H A D | symbolize.py | 334 match = re.search(ABORT_ADDR_RE, line) 335 addr = match.group('addr') 336 pre = match.start('addr') 337 post = match.end('addr') 424 match = re.search(STACK_ADDR_RE, line) 425 if match: 426 addr = match.group('addr') 427 pre = match.start('addr') 428 post = match.end('addr') 447 match = re.search(GRAPH_ADDR_RE, line) [all …]
|
| H A D | get_maintainer.py | 114 match = re.search(PATCH_START, line) 115 if match: 140 match = re.search(DIFF_GIT_RE, line) 141 if match: 142 p = match.group('path') 146 match = re.search(REVIEWED_RE, line) 147 if match: 148 a = match.group('approver') 152 match = re.search(ACKED_RE, line) 153 if match: [all …]
|
| H A D | gen_ld_sects.py | 28 if section_headers.match(line): 31 if key_to_flags.match(line): 54 if not match_rule.match(sect_name):
|
| H A D | gen_compile_commands.py | 101 if filename_matcher.match(filename): 221 result = line_matcher.match(f.readline())
|
| H A D | gen_tee_bin.py | 114 not dump_names.match(section_name)):
|
| /optee_os/core/lib/zlib/ |
| H A D | inftrees.c | 58 unsigned match; /* use base and extra for symbol >= match */ local 185 match = 20; 190 match = 257; 195 match = 0; 218 if (work[sym] + 1U < match) { 222 else if (work[sym] >= match) { 223 here.op = (unsigned char)(extra[work[sym] - match]); 224 here.val = base[work[sym] - match];
|
| /optee_os/core/drivers/ |
| H A D | imx_wdog.c | 97 const char *match = NULL; in imx_wdog_base() local 114 match = dt_wdog_match_table[i]; in imx_wdog_base() 117 off = fdt_node_offset_by_compatible(fdt, off, match); in imx_wdog_base()
|
| H A D | versal_trng.c | 593 bool match = false; in trng_collect_random() local 629 match = true; in trng_collect_random() 634 match = false; in trng_collect_random() 644 if (bursts > 1 && bcnt > 0 && match) { in trng_collect_random()
|
| H A D | imx_i2c.c | 234 static TEE_Result i2c_sync_bus(uint8_t bid, bool (*match)(uint32_t), in i2c_sync_bus() 247 if ((*match)(sr)) { in i2c_sync_bus()
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | ChangeLog | 1980 other than raw PKCS#1 v1.5, this must match the output size of the 2497 valid. However, if the parameters do not match in *any* way then the 3849 * Fix the soversion of libmbedcrypto to match the soversion of the 5046 * Add function pk_check_pair() to test if public and private keys match. 5874 to not match CN if subjectAltName extension is present (Closes ticket #56)
|