Searched refs:load_data (Results 1 - 9 of 9) sorted by relevance
/third_party/elfio/elfio/ |
H A D | elfio_segment.hpp | 103 load_data(); 191 return load_data(); 198 bool load_data() const noexcept
|
H A D | elfio_section.hpp | 128 load_data(); 241 bool ret = load_data(); 260 bool load_data() const noexcept
|
/third_party/mesa3d/src/microsoft/spirv_to_dxil/ |
H A D | dxil_spirv_nir.c | 133 nir_ssa_def *load_data = build_load_ubo_dxil( in lower_shader_system_values() local 138 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, load_data); in lower_shader_system_values() 222 nir_ssa_def *load_data = build_load_ubo_dxil( in lower_load_push_constant() local 227 nir_ssa_def_rewrite_uses(&intrin->dest.ssa, load_data); in lower_load_push_constant()
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_lib.c | 423 struct ossl_load_result_data_st load_data; in OSSL_STORE_load() local 425 load_data.v = NULL; in OSSL_STORE_load() 426 load_data.ctx = ctx; in OSSL_STORE_load() 431 &load_data, in OSSL_STORE_load() 437 v = load_data.v; in OSSL_STORE_load()
|
/third_party/openssl/crypto/store/ |
H A D | store_lib.c | 423 struct ossl_load_result_data_st load_data; in OSSL_STORE_load() local 425 load_data.v = NULL; in OSSL_STORE_load() 426 load_data.ctx = ctx; in OSSL_STORE_load() 430 &load_data, in OSSL_STORE_load() 437 v = load_data.v; in OSSL_STORE_load()
|
/third_party/python/Lib/zoneinfo/ |
H A D | _common.py | 27 def load_data(fobj): function
|
H A D | _zoneinfo.py | 227 trans_idx, trans_utc, utcoff, isdst, abbr, tz_str = _common.load_data(
|
/third_party/python/Modules/ |
H A D | _zoneinfo.c | 112 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj); 211 if (load_data((PyZoneInfo_ZoneInfo *)self, file_obj)) { in zoneinfo_new_instance() 366 if (load_data(self, file_obj)) { in zoneinfo_from_file() 836 load_data(PyZoneInfo_ZoneInfo *self, PyObject *file_obj) in load_data() function 854 data_tuple = PyObject_CallMethod(_common_mod, "load_data", "O", file_obj); in load_data()
|
/third_party/ffmpeg/libavfilter/ |
H A D | af_sofalizer.c | 716 static int load_data(AVFilterContext *ctx, int azim, int elev, float radius, int sample_rate) in load_data() function 1013 if ((ret = load_data(ctx, s->rotation, s->elevation, s->radius, inlink->sample_rate)) < 0) in config_input()
|
Completed in 12 milliseconds