Home
last modified time | relevance | path

Searched refs:new_key (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dmailbox.py876 new_key = 1
878 new_key = max(keys) + 1
879 new_path = os.path.join(self._path, str(new_key))
897 self._dump_sequences(message, new_key)
904 return new_key
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
Dregparse.c5212 type_cclass_key* new_key; in parse_exp() local
5245 new_key = (type_cclass_key* )xmalloc(sizeof(type_cclass_key)); in parse_exp()
5246 CHECK_NULL_RETURN_MEMERR(new_key); in parse_exp()
5247 xmemcpy(new_key, &key, sizeof(type_cclass_key)); in parse_exp()
5248 onig_st_add_direct(OnigTypeCClassTable, (st_data_t )(UINTN)new_key, in parse_exp()