Home
last modified time | relevance | path

Searched refs:files (Results 1 – 15 of 15) sorted by relevance

/optee_os-3.20.0/core/tee/
A Dfs_dirfile.c18 bitstr_t *files; member
61 p = realloc(dirh->files, bitstr_size(idx + 1)); in maybe_grow_files()
64 dirh->files = p; in maybe_grow_files()
66 bit_nclear(dirh->files, dirh->nbits, idx); in maybe_grow_files()
77 bit_set(dirh->files, idx); in set_file()
85 bit_clear(dirh->files, idx); in clear_file()
91 return bit_test(dirh->files, idx); in test_file()
181 free(dirh->files); in tee_fs_dirfile_close()
199 bit_ffc(dirh->files, dirh->nbits, &i); in tee_fs_dirfile_get_tmp()
A Dtadb.c34 bitstr_t *files; member
153 db->files = p; in maybe_grow_files()
155 bit_nclear(db->files, db->nbits, idx); in maybe_grow_files()
166 bit_set(db->files, idx); in set_file()
178 bit_clear(db->files, idx); in clear_file()
188 return bit_test(db->files, idx); in test_file()
266 free(db->files); in tadb_put()
365 free(db->files); in populate_files()
366 db->files = NULL; in populate_files()
400 if (ta->db->files) { in tee_tadb_ta_create()
[all …]
/optee_os-3.20.0/lib/libutils/isoc/arch/arm/softfloat/
A DREADME.txt13 The SoftFloat package is documented in the following files in the "doc"
20 Other files in the package comprise the source code for SoftFloat.
/optee_os-3.20.0/mk/
A Dlib.mk37 lib-needed-so-files := $(foreach l,$(libl),$(lib-shlibfile-$(l)-$(sm)))
65 $(lib-shlibfile): $(objs) $(lib-needed-so-files)
100 lib-needed-so-files :=
A Dsubdir.mk22 asm-defines-files :=
130 asm-defines-files += $(sub-dir)/$1
A Dcompile.mk250 $(foreach f,$(asm-defines-files),$(eval $(call gen-asm-defines-file,$(f),$(out-dir)/$(sm)/include/g…
/optee_os-3.20.0/ta/mk/
A Dbuild-user-ta.mk65 additional-compile-deps := $(ta_dev_kit-files-include)
68 additional-link-deps := $(ta_dev_kit-files-lib)
/optee_os-3.20.0/
A DMakefile115 grep -v -F _init.ld.S | grep -v -F _unpaged.ld.S > cscope.files
A DCHANGELOG.md1625 needs to do encrypt files on their own before storing the files.
/optee_os-3.20.0/ta/
A Dta.mk145 ta_dev_kit-files += $2/$$(notdir $1)
146 ta_dev_kit-files-$3 += $2/$$(notdir $1)
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DREADME.md110 …`Release`. This generates the default code without any unnecessary information in the binary files.
168 The build files for Microsoft Visual Studio are generated for Visual Studio 2010.
170 … the basic projects needed to build the library and all the programs. The files in tests are not g…
181 …that initially requires Python to generate the tests files (e.g. `test\_suite\_mpi.c`). These file…
252 Unless specifically indicated otherwise in a file, Mbed TLS files are provided under the [Apache-2.…
A DCONTRIBUTING.md22 1. All new files should include the [Apache-2.0](https://spdx.org/licenses/Apache-2.0.html) standar…
59 …namically generated to produce the actual test source files (e.g. `test_suite_mpi.c`). These files
A DLICENSE29 source, and configuration files.
98 (b) You must cause any modified files to carry prominent notices
99 stating that You changed the files; and
A DChangeLog95 * Assume source files are in UTF-8 when using MSVC with CMake.
158 These header files cause compilation errors in musl.
918 files in tests/src. When building with make or cmake, the files in
1403 instead of relying on other header files that they include.
1802 the `#include` in the header files. Resolves #857
2140 * Allow comments in test data files.
3569 * Header files with 'polarssl/'
3803 * Fixed MSVC project files
3822 * Parsing of PKCS#8 encrypted private key files
4250 * Parsing of PEM files moved to separate module (Fixes
[all …]
/optee_os-3.20.0/core/lib/libfdt/
A DREADME.license5 libfdt which comprises the files in the libfdt/ subdirectory. These

Completed in 19 milliseconds