Searched refs:match (Results 1 – 9 of 9) sorted by relevance
/optee_os-3.20.0/scripts/ |
A D | symbolize.py | 335 post = match.end('addr') 423 if match: 447 if match: 466 if match: 475 if match: 479 self._elfs[i] = [match.group('uuid'), match.group('load_addr'), 483 if match: 490 if match: 493 if match: 526 if match: [all …]
|
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') 147 if match: 148 a = match.group('approver') 152 match = re.search(ACKED_RE, line) 153 if match: 154 a = match.group('approver') [all …]
|
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):
|
A D | gen_tee_bin.py | 114 not dump_names.match(section_name)):
|
/optee_os-3.20.0/core/lib/zlib/ |
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-3.20.0/core/drivers/ |
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()
|
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()
|
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-3.20.0/lib/libmbedtls/mbedtls/ |
A D | ChangeLog | 608 valid. However, if the parameters do not match in *any* way then the 1960 * Fix the soversion of libmbedcrypto to match the soversion of the 3157 * Add function pk_check_pair() to test if public and private keys match. 3985 to not match CN if subjectAltName extension is present (Closes ticket #56)
|
Completed in 18 milliseconds