| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | dswstate.c | 506 acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object *origin, union acpi_operand_object *method_desc, struct acpi_thread_state *thread) acpi_ds_create_walk_state() argument
|
| /kernel/linux/linux-6.6/arch/um/drivers/ |
| H A D | mconsole.h | 62 unsigned char origin[128]; /* sockaddr_un */ member
|
| /kernel/linux/linux-5.10/security/loadpin/ |
| H A D | loadpin.c | 22 static void report_load(const char *origin, struct file *file, char *operation) in report_load() argument 124 const char *origin = kernel_read_file_id_str(id); in loadpin_check() local
|
| /kernel/linux/linux-5.10/drivers/sbus/char/ |
| H A D | flash.c | 78 flash_llseek(struct file *file, long long offset, int origin) in flash_llseek() argument
|
| /kernel/linux/linux-6.6/drivers/acpi/acpica/ |
| H A D | dswstate.c | 506 acpi_ds_create_walk_state(acpi_owner_id owner_id, union acpi_parse_object *origin, union acpi_operand_object *method_desc, struct acpi_thread_state *thread) acpi_ds_create_walk_state() argument
|
| /kernel/linux/linux-6.6/drivers/sbus/char/ |
| H A D | flash.c | 78 flash_llseek(struct file *file, long long offset, int origin) in flash_llseek() argument
|
| /kernel/linux/linux-6.6/mm/kmsan/ |
| H A D | kmsan.h | 64 void *shadow, *origin; member
|
| H A D | report.c | 84 void kmsan_print_origin(depot_stack_handle_t origin) in kmsan_print_origin() argument 148 void kmsan_report(depot_stack_handle_t origin, void *address, int size, in kmsan_report() argument
|
| H A D | instrumentation.c | 147 static inline void set_retval_metadata(u64 shadow, depot_stack_handle_t origin) in set_retval_metadata() argument 159 depot_stack_handle_t origin; in __msan_memmove() local 138 get_param0_metadata(u64 *shadow, depot_stack_handle_t *origin) get_param0_metadata() argument 184 depot_stack_handle_t origin; __msan_memcpy() local 211 depot_stack_handle_t origin; __msan_memset() local 239 __msan_chain_origin(depot_stack_handle_t origin) __msan_chain_origin() argument 312 __msan_warning(u32 origin) __msan_warning() argument [all...] |
| H A D | init.c | 97 struct page *shadow, *origin; member 116 struct page *shadow, *origin; in kmsan_memblock_free_pages() local 168 struct page *page, *shadow, *origin; do_collection() local [all...] |
| /test/xts/hats/hdf/sensor/hdiService_additional/ |
| H A D | sensor_callback_impl.cpp | 94 void *origin = OsalMemCalloc(sizeof(uint8_t) * (event.dataLen)); in OnDataEvent() local
|
| /test/xts/hats/hdf/sensor/hdiService/ |
| H A D | sensor_callback_impl.cpp | 98 void *origin = OsalMemCalloc(sizeof(uint8_t) * (event.dataLen)); in OnDataEvent() local
|
| /third_party/elfutils/tests/ |
| H A D | funcscopes.c | 74 Dwarf_Die origin; in print_vars() local
|
| H A D | addrscopes.c | 72 Dwarf_Die origin; in print_vars() local
|
| /third_party/curl/tests/libtest/ |
| H A D | lib670.c | 42 time_t origin; member
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | vf_neighbor_opencl.c | 132 size_t origin[3] = {0, 0, 0}; in neighbor_opencl_filter_frame() local
|
| /third_party/gn/src/gn/ |
| H A D | input_conversion.cc | 93 Value ParseList(const std::string& input, const ParseNode* origin, Err* err) { in ParseList() argument 35 ParseValueOrScope(const Settings* settings, const std::string& input, ValueOrScope what, const ParseNode* origin, Err* err) ParseValueOrScope() argument 120 ParseJSONValue(const Settings* settings, const base::Value& value, const ParseNode* origin, InputFile* input_file, Err* err) ParseJSONValue() argument 175 ParseJSON(const Settings* settings, const std::string& input, const ParseNode* origin, Err* err) ParseJSON() argument 203 DoConvertInputToValue(const Settings* settings, const std::string& input, const ParseNode* origin, const Value& original_input_conversion, const std::string& input_conversion, Err* err) DoConvertInputToValue() argument [all...] |
| H A D | input_file_manager.cc | 37 bool DoLoadFile(const LocationRange& origin, in DoLoadFile() argument 113 bool InputFileManager::AsyncLoadFile(const LocationRange& origin, in AsyncLoadFile() argument 171 SyncLoadFile( const LocationRange& origin, const BuildSettings* build_settings, const SourceFile& file_name, Err* err) SyncLoadFile() argument 277 BackgroundLoadFile(const LocationRange& origin, const BuildSettings* build_settings, const SourceFile& name, InputFile* file) BackgroundLoadFile() argument 286 LoadFile(const LocationRange& origin, const BuildSettings* build_settings, const SourceFile& name, InputFile* file, Err* err) LoadFile() argument [all...] |
| H A D | target_unittest.cc | 255 IdentifierNode origin; // Dummy origin. in TEST_F() local 320 IdentifierNode origin; // Dummy origin. in TEST_F() local 331 IdentifierNode origin; // Dummy origin. TEST_F() local [all...] |
| H A D | tool.cc | 74 ValidateSubstitutionList( const std::vector<const Substitution*>& list, const Value* origin, Err* err) const ValidateSubstitutionList() argument
|
| /third_party/curl/lib/ |
| H A D | headers.c | 367 curl_easy_header(CURL *easy, const char *name, size_t index, unsigned int origin, int request, struct curl_header **hout) curl_easy_header() argument
|
| /third_party/lzma/CPP/7zip/Common/ |
| H A D | CWrappers.cpp | 130 static SRes InStreamWrap_Seek(ISeekInStreamPtr pp, Int64 *offset, ESzSeek origin) throw()
in InStreamWrap_Seek() argument
|
| /third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
| H A D | ioapi.c | 41 long call_zseek64 (const zlib_filefunc64_32_def* pfilefunc,voidpf filestream, ZPOS64_T offset, int origin) in call_zseek64() argument 161 static long ZCALLBACK fseek_file_func (voidpf opaque, voidpf stream, uLong offset, int origin) in fseek_file_func() argument 184 fseek64_file_func(voidpf opaque, voidpf stream, ZPOS64_T offset, int origin) fseek64_file_func() argument [all...] |
| /third_party/lzma/C/ |
| H A D | 7zFile.c | 283 WRes File_Seek(CSzFile *p, Int64 *pos, ESzSeek origin)
in File_Seek() argument 415 static SRes FileInStream_Seek(ISeekInStreamPtr pp, Int64 *pos, ESzSeek origin)
in FileInStream_Seek() argument
|
| H A D | 7zStream.c | 160 static SRes LookToRead2_Seek(ILookInStreamPtr pp, Int64 *pos, ESzSeek origin)
in LookToRead2_Seek() argument
|