Home
last modified time | relevance | path

Searched refs:match (Results 1 – 10 of 10) sorted by relevance

/optee_os/scripts/
A Dsymbolize.py293 pre = match.start('addr')
294 post = match.end('addr')
382 if match:
406 if match:
425 if match:
434 if match:
438 self._elfs[i] = [match.group('uuid'), match.group('load_addr'),
442 if match:
445 if match:
478 if match:
[all …]
A Dget_maintainer.py114 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 Dgen_ld_sects.py28 if section_headers.match(line):
31 if key_to_flags.match(line):
54 if not match_rule.match(sect_name):
A Dgen_tee_bin.py114 not dump_names.match(section_name)):
/optee_os/out/arm/export-ta_arm32/scripts/
A Dsymbolize.py293 pre = match.start('addr')
294 post = match.end('addr')
382 if match:
406 if match:
425 if match:
434 if match:
438 self._elfs[i] = [match.group('uuid'), match.group('load_addr'),
442 if match:
445 if match:
478 if match:
[all …]
/optee_os/out/arm/export-ta_arm64/scripts/
A Dsymbolize.py293 pre = match.start('addr')
294 post = match.end('addr')
382 if match:
406 if match:
425 if match:
434 if match:
438 self._elfs[i] = [match.group('uuid'), match.group('load_addr'),
442 if match:
445 if match:
478 if match:
[all …]
/optee_os/core/lib/zlib/
A Dinftrees.c58 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/
A Dimx_wdog.c97 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 Dimx_i2c.c206 static TEE_Result i2c_sync_bus(uint8_t bid, bool (*match)(uint32_t), in i2c_sync_bus()
219 if ((*match)(sr)) { in i2c_sync_bus()
/optee_os/lib/libmbedtls/mbedtls/
A DChangeLog393 valid. However, if the parameters do not match in *any* way then the
1745 * Fix the soversion of libmbedcrypto to match the soversion of the
2942 * Add function pk_check_pair() to test if public and private keys match.
3770 to not match CN if subjectAltName extension is present (Closes ticket #56)

Completed in 18 milliseconds